.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,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:252,255,242;--color-secondary-1:247,255,213;--color-secondary-2:238,254,170;--color-secondary-3:119,127,85;--color-secondary-4:36,38,26;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,183;--color-tertiary-2:22,22,15;--color-tertiary-3:11,11,8;--color-tertiary-4:2,2,1;--headlines-font-family:"Poppins";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#fSdLbQTNsgeiu2guuv5L7TO0VfLzPsiN { 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:3.8125rem;width:6.9375rem;top:1.25rem;left:1.375rem;overflow:hidden;display:block; }
#Pi7w6FhuGPx76KGaw4uV8wSfNeTh33y8 { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:43.75rem;display:block; }
#IlcmTSQ3hkAq5RKRJCNdzpMymqSlgZl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KeEa5TPivI92wxkuqP3roQ9E9k1Ic5yv { background-color:#0e1626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:62.5rem;display:block; }
#azGrysEWTJykFBolnDJfqOAJzFXL0tA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SbqIHlhxmxdB6Fdk5Vm7eCoKTx7scV35 { box-sizing:content-box;height:0.0625rem;width:72.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-1),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.1875rem;left:1.25rem;display:block; }
#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs { position:relative;display:block; }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs { background-color: transparent; background-image: none; }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .row .container > .video-iframe-container { display: none; }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .row > .video-iframe-container { display: none; }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .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); }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs { border-width: 0; border-radius: 0; }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gox08Of3MCotESQFaRrZa6p5E6mItIGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.25rem;height:6.82425rem;font-style:normal;display:block; }
#CEXwrLlIgRO1zJQwzRl8mXVrGiWJHD9D { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15rem;left:1.25rem;height:5.199225rem;display:block; }
#guoqsdeyCmAr1hzuAUREHPqtaoiRNBOa { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.75rem;left:1.25rem;display:block; }
#I5sk7WyP3QJrEDcdkl5phub0nitWii99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IAr4QgyVaMiIcJy7HbmH2De5WA9RH8qJ { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.75rem;left:13.75rem;display:block; }
#kA2TU05u60Ptq5aIeBUvi45MyUqyPH3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H { box-sizing:content-box;height:28.125rem;width:32.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c81e6dac-14b5-4d17-9ff9-562326deb419/graduate4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:41.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H.adaptive-delivery-prevent-bg, #NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H.lazyload, #NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H.lazyloading { background-image: none; }
#SmtwxinwW3LcTMWcbMqAQovJWPm5AlkO { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:37.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SUrabOF7ctqAAS9LBmqHtA7t8Ts6Mv2h { color:#fbbf24;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.375rem;left:38.4375rem;height:0.9746125rem;display:block; }
#JMGxbSCzXVPDUr95tgpCDNRMvVSFLCM2 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.75rem;left:38.625rem;height:1.94921875rem;font-style:normal;display:block; }
#a8AuJmcKhGzV3XMQpBtLif2Lkx88bDSc { color:rgba(255,255,255,0.63);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:31rem;left:38.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#Wrm953WLxF3ntbFVvamAePZU0rGNMxXK { box-sizing:content-box;height:2.5rem;width:14.375rem;position:absolute;display:block;z-index:15004;background-color:#f6f6f2;background-image:none;top:3.75rem;left:1.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #e5e5df;border-left:0.0625rem solid #e5e5df;border-right:0.0625rem solid #e5e5df;border-bottom:0.0625rem solid #e5e5df;display:block; }
#Su8bkueyM90J2gcU4CTGHkg2by6Hz0eO { color:#6b6b63;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.5625rem;left:2.0625rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Su8bkueyM90J2gcU4CTGHkg2by6Hz0eO li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Su8bkueyM90J2gcU4CTGHkg2by6Hz0eO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01f0479cf987ecf7b7a219eb52d84b63b46af35b.svg); }
#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f4;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; }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row .container { background-color: transparent; background-image: none; }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row .container > .video-iframe-container { display: none; }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row > .video-iframe-container { display: none; }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .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); }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row .container { border-width: 0; border-radius: 0; }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#RucUg68JqCTHMQVKv7BmHNdmOWIk4pTs { color:#6b6b63;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:3.71875rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fhlqWKGHmEFLv84GoeubVBKTliO3gBbB { color:#16160f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.48095703125rem;left:3.71875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#HaHryCUVpnfL33fwHTHTyhn6gPP3hT6g { color:#16160f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:16.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#km3gt2dUmF5AOPFo0rUrfII3L2K4bCyN { color:#6b6b63;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.25rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9wC3iiztSXqcqQJZahLa7Oku0eamp7I { color:#16160f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:28.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#gpoXKUlXOpeTT9olyFmRffsLP14CPzXK { color:#6b6b63;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28.75rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L9dsMSK06zKM7Xm564kDATUh5TFnLmkN { color:#16160f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5rem;left:42.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#HOTdVFWXRBNUgbWwSTneuteVpU0zOaVt { color:#6b6b63;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:42.25rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a037kNnBGI3U4MhN3Cds9k9GqIgGV9lc { color:#16160f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5rem;left:57.5625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#UNpF8s1sBPM3SHPJqnZvh0mGulHWviTg { color:#6b6b63;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:57.5625rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2hXzXLci1dBnsN9igECdgy844sRG2Kp { position:relative;display:block; }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp { background-color: transparent; background-image: none; }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .row .container > .video-iframe-container { display: none; }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .row > .video-iframe-container { display: none; }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .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); }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp { border-width: 0; border-radius: 0; }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#armLgXhXG0NI3cnAn1BApvz4SmbF38Ic { color:#6b6b63;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CHDvCthIcGImJ9C5w0WUkqSOEmKvuUEi { color:rgba(var(--color-tertiary-2),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.25rem;height:4.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGZ4ImO7R1DOnQLs1iE12CWlZnBcoZWc { color:#2a2a24;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15094;line-height:1.1;letter-spacing:0;top:11.75rem;left:1.25rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HrU4upLt3Tu8mqqZV4sGXypCcu47Z1mm { color:#2a2a24;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15105;line-height:1.1;letter-spacing:0;top:16.25rem;left:1.25rem;height:8.4863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HrU4upLt3Tu8mqqZV4sGXypCcu47Z1mm li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HrU4upLt3Tu8mqqZV4sGXypCcu47Z1mm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d76050f0cfd164a9dd535124b39e9a6b207ed92.svg); }
#MxfwRMtsl5DIIGkxx5oxm85tyZTNlvVC { background-color:#0e1626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.5rem;left:1.25rem;display:block; }
#t2TebQ7de7oD3V4Ed8TwNcpHVKx6pHrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTTlspmokbBVOiierbOD01iEL3Fg1q4t { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.5rem;left:13.75rem;display:block; }
#qAkC2PgJOa1k3OtFdfZ64dNcpWKCXZ4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niPtLsdSKs8tUbcCn2WqdpZiqvaTHlSB { box-sizing:content-box;height:27.5rem;width:31.25rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4c6155a3-7cc8-404c-a37b-c1e9e0dacef1/DSC02087.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:42.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#niPtLsdSKs8tUbcCn2WqdpZiqvaTHlSB.adaptive-delivery-prevent-bg, #niPtLsdSKs8tUbcCn2WqdpZiqvaTHlSB.lazyload, #niPtLsdSKs8tUbcCn2WqdpZiqvaTHlSB.lazyloading { background-image: none; }
#FKi174aXT9DTp22QS3gMv84pmhNuFkR2 { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.75rem;left:13.75rem;display:none; }
#LiDd65VruOzHwTNmC9SyoDcsOTOfOfDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhOpfc3inzz5yMbpfd1nw7d6xRv0sPZz { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.75rem;left:1.25rem;display:none; }
#eMT6WMcvBPXyGnRsCkT44zFRxVy9SZHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f4;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; }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row .container { background-color: transparent; background-image: none; }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row .container > .video-iframe-container { display: none; }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row > .video-iframe-container { display: none; }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .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); }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row .container { border-width: 0; border-radius: 0; }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#nkR1V6JHH4CVRDrAlKthlrNcUoSq6WSs { color:rgba(var(--color-tertiary-2),1);display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:6.25rem;left:1.25rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WLdNAZgZn7DwOWTEe77mdrIiNkSRLKCv { color:#6b6b63;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMboNb0IUrKd2mrR8GsIaNeTVTyR4Rck { color:#2a2a24;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.1;letter-spacing:0;top:9.32470703125rem;left:1.25rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NmumIkIqCKv8TNvmRNK3sAOsS4PaLeVM { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:13.75rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Kd5ysBrFTu9wR43sh3ythzrmhX000Hcy { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:18.75rem;left:2.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMrze4WCCZqphQu0GZeFMdUJbqEOToVd { color:#6b6b63;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.1;letter-spacing:0;top:21.25rem;left:2.5rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#golpKUPWQKBrpnJTgNOhUUeFGneeDQiD { position:absolute;display:block;z-index:15096;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:1.25rem;width:1.25rem;top:15.625rem;left:2.5rem;overflow:hidden;display:block; }
#DzBT56TJTKG3tV2loAEakd3aAJpcBTaJ { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:13.75rem;left:26.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vVMR9CAcM88nPxvn0lHHD4H0Z02E5bqt { color:#6b6b63;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15097;line-height:1.1;letter-spacing:0;top:21.25rem;left:27.5rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KDcOnHWWnretk9wMnb1DdJ5EzTkh46Ue { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:18.75rem;left:27.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iulrCnO8uMMMM6Iye8QTTkkug7XIS4x4 { position:absolute;display:block;z-index:15101;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:1.25rem;width:1.25rem;top:15.625rem;left:27.5rem;overflow:hidden;display:block; }
#d19ZgH4WFemVZCx8n40U1VFTThrP8lJc { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15102;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:13.75rem;left:51.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JTfBNy4T2Uq84ceG6ZRM1XyX41yS6M2F { color:#6b6b63;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15102;line-height:1.1;letter-spacing:0;top:21.25rem;left:52.5rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQhWKxh0bsy9sIlVP87VSp2BBZHssOXi { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:18.75rem;left:52.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L0o51gEwBHxTLkkdarLqHOhNZHtH77oJ { position:absolute;display:block;z-index:15106;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:1.25rem;width:1.25rem;top:15.625rem;left:52.5rem;overflow:hidden;display:block; }
#xTR4Srrk3vSueBHr0q5g5fPI9tKOsG2P { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15117;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:28.75rem;left:51.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Q74OJRu7WSrknOg2F3lFoP2GRJXshndM { color:#6b6b63;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15117;line-height:1.1;letter-spacing:0;top:36.25rem;left:52.5rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPznabElieOtvNtL7QvwAIduiCzGx6gk { color:#000000;display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:33.75rem;left:52.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNHCUPdPrbATBQdNMVsG6AVT8neHv0u6 { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15112;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:28.75rem;left:26.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tg2SKkVilDZzucB6Km3SCTXLT9dAgHW1 { color:#6b6b63;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15112;line-height:1.1;letter-spacing:0;top:36.25rem;left:27.5rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0fKa4UcoIkE1KqrHSIh9lTVGCpcdmbK { position:absolute;display:block;z-index:15121;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:1.25rem;width:1.25rem;top:30.625rem;left:52.5rem;overflow:hidden;display:block; }
#RFG24VbXRMalgm6H7E3tJhTPF6Qqa4J5 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:33.75rem;left:27.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DEwngQeInP4r7SVL5y4SH9332wMkFOe2 { position:absolute;display:block;z-index:15116;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:1.25rem;width:1.25rem;top:30.625rem;left:27.5rem;overflow:hidden;display:block; }
#Q2NthxRdAgOVZdod9ex2mW7Xli1Ai28M { box-sizing:content-box;height:12.5rem;width:22.5rem;position:absolute;display:block;z-index:15107;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:28.75rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gPOl39tWc7L38krn8A8mFqOBeA90x16g { color:#6b6b63;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15107;line-height:1.1;letter-spacing:0;top:36.25rem;left:2.5rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zusFbeeUlLPQFCFhUtItrzgDrdZETOw3 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:33.75rem;left:2.5rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRsTLkVMMANMitlfaO3GRBkDavLmwUnL { position:absolute;display:block;z-index:15111;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:1.25rem;width:1.25rem;top:30.625rem;left:2.5rem;overflow:hidden;display:block; }
#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row .container { background-color: transparent; background-image: none; }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row .container > .video-iframe-container { display: none; }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row > .video-iframe-container { display: none; }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .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); }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row .container { border-width: 0; border-radius: 0; }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#rPNFQCkvbX9HsDNIWp3sgESoGKiKnx4a { color:#ffffff;display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:6rem;left:1.375rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sSrE0rDLheUzGbTuaPIo6ZwXGNorzvBu { color:#eefeaa;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.25rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rhyihTwFGd00SpBTzZvLAPzm5mc4CdbD { color:#bababa;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.1;letter-spacing:0;top:9.0625rem;left:1.375rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hJiX9VDtLkaVJrBThWmZHI8teaDeF2hq { box-sizing:content-box;height:7.5rem;width:35rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:11.9375rem;left:1.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WifsIap4tdT2ZfxPmQJnL4Tep8OcoXRU { color:#fffffb;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:13.1875rem;left:6.375rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V4e4s5fphLXVwMaZXITlFWhyBcmpIgLm { color:#bababa;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15108;line-height:1.1;letter-spacing:0;top:15.625rem;left:6.375rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DpMobqIxiObNnUOMsIVPw1e3f0Ibn7Hm { color:#eefeaa;display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:13.1875rem;left:2.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmeNwlChmccuhi5GebvZGtfzKbVe853w { box-sizing:content-box;height:7.5rem;width:35rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:11.9375rem;left:37.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rBnXE5OpeViCkLedkUMUSH0dlzs1RUqn { color:#bababa;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15112;line-height:1.1;letter-spacing:0;top:15.625rem;left:42.625rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rrRrlFWEF5NLpWICbdT3a99AOwAvFhn5 { color:#fffffb;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:13.1875rem;left:42.625rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTR7SQrPeP9NXZI9n9LMEzyxh9UwVQfb { color:#eefeaa;display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:13.1875rem;left:38.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4zUpsyQlCU3UcNmWlT4MFwButfd0Lnh { box-sizing:content-box;height:7.5rem;width:35rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:20.6875rem;left:37.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sKUzBzNAUee7uFCyTiAiUP3fSTiTzZm7 { color:#bababa;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15120;line-height:1.1;letter-spacing:0;top:24.375rem;left:42.625rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kd1JHn9updK5ShL5AFDEuvAnreeNCApW { box-sizing:content-box;height:7.5rem;width:35rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:20.6875rem;left:1.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WKGgFSaB92l8UgvzoeUK7ws3nZWyipCq { color:#bababa;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15116;line-height:1.1;letter-spacing:0;top:24.375rem;left:6.375rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MGMpR88zWZKvmTipHgaXFiQKTbMXKWZt { color:#eefeaa;display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:21.9375rem;left:38.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7pKDHBZCIHsacmcPku8lhJTAgS5fm2T { color:#fffffb;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:21.9375rem;left:6.375rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B2g9er5fPdHVTBQN0vutDsDy8AmtINqt { color:#fffffb;display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:21.9375rem;left:42.625rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vfnm3zBxOqZTGc5pZy3OfMWm5M5KZqpk { color:#eefeaa;display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15120;line-height:1.3;letter-spacing:0;top:21.9375rem;left:2.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnNGxrG6M6eiLiWcTMVSFU2gCAmfEWKk { box-sizing:content-box;height:7.5rem;width:35rem;position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:29.4375rem;left:37.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gElaouUaowKbl0E6HvDNnFLqlrB5fRrh { color:#bababa;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15128;line-height:1.1;letter-spacing:0;top:33.125rem;left:42.8125rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2vFGdCI9ddbflDoJtq2dZTqbA8gZnTy { box-sizing:content-box;height:7.5rem;width:35rem;position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:29.4375rem;left:1.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SNxmQGteO3wq3VJ94UHwmKAXOC7pXZxC { color:#bababa;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15124;line-height:1.1;letter-spacing:0;top:33.125rem;left:6.5625rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bzIxo4p2R6XOCTq2ETJu0ww7Tvl5zfJ8 { color:#eefeaa;display:block;width:2.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:30.6875rem;left:39.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mtZAB9Bp6tc4gBQWW8h1wC60z0uZKF9T { color:#fffffb;display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:30.6875rem;left:6.5625rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LcEQppK4BHcDZRUZ2wRlJesDrIyFhzFO { color:#fffffb;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:30.6875rem;left:42.8125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kGVwkCwHbnTWbHcTEdPB0kCyphRrJZNw { color:#eefeaa;display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:30.6875rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJ2CHu6N3JZEWttTxR3LHtSysSrRaL0c { box-sizing:content-box;height:6.75rem;width:71.25rem;position:absolute;display:block;z-index:15111;background-color:#eefeaa;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.08);border-left:0.0625rem solid rgba(255,255,255,0.08);border-right:0.0625rem solid rgba(255,255,255,0.08);border-bottom:0.0625rem solid rgba(255,255,255,0.08);top:38.3125rem;left:1.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rmvkGp6xPXAnOR9x47F1fx2s96ieFEFh { color:#16160f;display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:39.625rem;left:6.625rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTC7ACvTec1TeZWtsO5JT6vS1JtJQhhf { color:#2a2a24;display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15125;line-height:1.1;letter-spacing:0;top:42.3125rem;left:6.375rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HnPn58oRBlDJW6ryFdSOXVmLNIiSkDru { color:#16160f;display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15129;line-height:1.3;letter-spacing:0;top:39.625rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn { position:relative;display:block; }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn { background-color: transparent; background-image: none; }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .row .container > .video-iframe-container { display: none; }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .row > .video-iframe-container { display: none; }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .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); }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn { border-width: 0; border-radius: 0; }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffffb;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TtwvAlICAZ5nX5BymgGGWad665o9U6y7 { color:#6b6b63;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:4.08740234375rem;left:1.25rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JX7P4vzO8fN2BLuNqzFZfTTZJM8WzBz5 { color:rgba(var(--color-tertiary-2),1);display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:6.3125rem;left:1.25rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#In9vHMUNAwK1yuwhuZh3KiLHeTMqT0kc { box-sizing:content-box;height:15rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:#f8f8f4;background-image:none;top:10.0625rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #e5e5df;border-left:0.0625rem solid #e5e5df;border-right:0.0625rem solid #e5e5df;border-bottom:0.0625rem solid #e5e5df;display:block; }
#J6NEkBuaq4TeRWke6E479he0vEpNbpmx { color:#2a2a24;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5625rem;left:2.5rem;height:4.875rem;font-style:normal;display:block; }
#GBBxNiP8DfP5waoXUfpdysuoFeOZHn3D { box-sizing:content-box;height:15rem;width:20rem;position:absolute;display:block;z-index:15028;background-color:#f8f8f4;background-image:none;top:10.0625rem;left:26.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #e5e5df;border-left:0.0625rem solid #e5e5df;border-right:0.0625rem solid #e5e5df;border-bottom:0.0625rem solid #e5e5df;display:block; }
#bImPF3XVMz8wdeAck44sFMtFIRIqKnZV { color:#2a2a24;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:13.5625rem;left:27.5rem;height:6.09375rem;font-style:normal;display:block; }
#Kc98FWTFSi3W98gNFRPGZuwoKQTdxf5J { box-sizing:content-box;height:15rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:#f8f8f4;background-image:none;top:10.0625rem;left:51.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #e5e5df;border-left:0.0625rem solid #e5e5df;border-right:0.0625rem solid #e5e5df;border-bottom:0.0625rem solid #e5e5df;display:block; }
#vv2t6fhu5s0fDA9W6xbxrmBhh0W21G4R { color:#1c1e12;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:11.5rem;left:2.5rem;height:1.2749rem;font-style:normal;display:block; }
#DyHJVamIsPxf76csq74uNpb2SlIVuFBU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:11.5rem;left:27.5rem;height:1.2749rem;font-style:normal;display:block; }
#TMRoWUTbXbAGCqy18CbIaTTNlDXtV6qc { color:#2a2a24;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:13.5625rem;left:52.5rem;height:4.875rem;font-style:normal;display:block; }
#QVxkrAUPnWfQgHsxNTWM3z3hLGXS8u3q { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.7;letter-spacing:0;top:11.5rem;left:52.5rem;height:1.2749rem;font-style:normal;display:block; }
#TvdHJe8M4VhJTy7pSbknhrorSJVpkWp9 { color:#6b6b63;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:21.5rem;left:2.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#E2AChq9oJOlRpGyncIdoTfx1GJ7hB89A { color:#6b6b63;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:21.5rem;left:27.5rem;height:0.9746125rem;font-style:normal;display:block; }
#w9EX1aybPLq7yymTxKHyLVIzIKTCmbyl { color:#6b6b63;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:21.5rem;left:52.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#SrxTpPcuctQQ3RXrClqFdMZoBapeKiDa { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.75rem;left:13.75rem;display:none; }
#uRiZFoO5BTA3IMTB0sVLlihZRWfcekUs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#av0bFnvscC8lvkQsUiQ6TvDWk30Rrxqw { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.75rem;left:1.25rem;display:none; }
#LOIV5EEUDvobFNbNa1lzSZGfzOIlrAdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row .container { background-color: transparent; background-image: none; }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row .container > .video-iframe-container { display: none; }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row > .video-iframe-container { display: none; }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .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); }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row .container { border-width: 0; border-radius: 0; }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#eoTWNR4wa4MTPwxpxxHrtffKOpQT5Us2 { color:#eefeaa;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:3.8125rem;left:1.25rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIf182qkyrfo5DCVQLyXfUqlbTMGfokv { color:#fffffb;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:6.0625rem;left:1.25rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTKOfWIRGuuEX1yTdrdAspMxdJIvqsD7 { color:#eefeaa;display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:3.8125rem;left:60rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M8SeDKDVpcrGd41BCcMtao8WGRxw2rWH { position:absolute;display:block;z-index:15096;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:18.75rem;width:33.5rem;top:9.8125rem;left:1.25rem;overflow:hidden;display:block; }
#LmBnPR1EHIslTKIc7ttOJqN0WweUAgA1 { position:absolute;display:block;z-index:15097;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:18.75rem;width:33.5rem;top:9.8125rem;left:35.375rem;overflow:hidden;display:block; }
#o7XCDckTgsSdnrAeNN9fhr9TL1q2TOP6 { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:6.3125rem;left:60rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f4;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; }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row .container { background-color: transparent; background-image: none; }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row .container > .video-iframe-container { display: none; }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row > .video-iframe-container { display: none; }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .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); }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row .container { border-width: 0; border-radius: 0; }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#eW7brSbV95md7RpDX3NmNLa3elWEFTzm { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.25rem;height:4.54980625rem;display:block; }
#Tibnp5XDkTXwE7Omv3wGBl1TuavDHpSb { color:#6b6b63;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15097;line-height:1.7;letter-spacing:0;top:3.8125rem;left:1.25rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cwI13FXpceaD66eegV3aeqqowuc0VnKm { color:#2a2a24;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15092;line-height:1.1;letter-spacing:0;top:11.375rem;left:1.25rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHeUadfCAtfiyTKfMKgKzEQQNz9GMKX8 { position:absolute;display:block;z-index:15098;height:21.75rem;width:38.75rem;top:2.125rem;left:36.25rem;display:block; }
#BDxOJO18Rkvl4w7GNaqRxXQKQMxVlyMn { position:absolute;display:block;z-index:15099;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:13.8125rem;width:10.375rem;top:15.0625rem;left:1.25rem;overflow:hidden;display:block; }
#GpurcvfeqklK4qM914p6pcXMcBD4HoOg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row .container { background-color: transparent; background-image: none; }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row .container > .video-iframe-container { display: none; }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row > .video-iframe-container { display: none; }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .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); }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row .container { border-width: 0; border-radius: 0; }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#bD8BqDynnCoJVL2iRqsV7MxbqTLGxXla { color:#6b6b63;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15102;line-height:1.7;letter-spacing:0;top:3.7880859375rem;left:23.1875rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xADATTlN2p1H3z7NLaHNC2uGupHAEJdC { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3125rem;left:12.5rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#nXFAG92TTkob22zTWXKZxFhWfGhQUtyu { color:#2a2a24;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15093;line-height:1.1;letter-spacing:0;top:9.38720703125rem;left:21.9375rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9XxV89n68ztVxy7aIfR0KCmIorgSb8Q { position:absolute;display:block;z-index:15103;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:7.6875rem;width:7.6875rem;top:13.4375rem;left:18.1875rem;overflow:hidden;display:block; }
#wqfJX121Pz9ebIJycApdFSwPkt8lT7gM { position:absolute;display:block;z-index:15104;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:6rem;width:9.8125rem;top:14.25rem;left:33.8125rem;overflow:hidden;display:block; }
#Kdr0VzyupTeKH4dGzTBgT0lZyma1KUik { position:absolute;display:block;z-index:15105;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:6.25rem;width:6.5625rem;top:13.375rem;left:51.8125rem;overflow:hidden;display:block; }
#pN7mnEOK3h34UWy9XV2l4hU03ylKavPd { color:#6b6b63;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15094;line-height:1.1;letter-spacing:0;top:21.9375rem;left:16.0625rem;height:1.511725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4hGCrNAalKrOstfnebhWXbumweuPSLB { color:#6b6b63;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15095;line-height:1.1;letter-spacing:0;top:21.9375rem;left:32.6875rem;height:1.511725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ezh2wh9brKp0TmxlnlirDoVS7kBKMTfe { color:#6b6b63;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15096;line-height:1.1;letter-spacing:0;top:21.9375rem;left:49.125rem;height:1.511725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#borUJvAhir8k211clTAUvESqy7FK6yUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f4;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; }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row .container { background-color: transparent; background-image: none; }#borUJvAhir8k211clTAUvESqy7FK6yUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row .container > .video-iframe-container { display: none; }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row > .video-iframe-container { display: none; }#borUJvAhir8k211clTAUvESqy7FK6yUP > .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); }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row .container { border-width: 0; border-radius: 0; }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Kz53huMTB5N7NlCIpyM8eS5iIXJgecCO { box-sizing:content-box;height:30rem;width:20.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f87b188f-2e62-4e79-a23b-0f8dbcb58541/andyramage.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Kz53huMTB5N7NlCIpyM8eS5iIXJgecCO.adaptive-delivery-prevent-bg, #Kz53huMTB5N7NlCIpyM8eS5iIXJgecCO.lazyload, #Kz53huMTB5N7NlCIpyM8eS5iIXJgecCO.lazyloading { background-image: none; }
#BBqImJFL2ldLMTOrMTPxAPieD2xk546G { color:#6b6b63;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15100;line-height:1.7;letter-spacing:0;top:3.8125rem;left:26.25rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g6uxGuMxL8h2UuaImFXHC33xEgK5Knsh { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:26.25rem;height:2.2749rem;display:block; }
#Am6wEbt5LkVv68UhbiKVTILZD1JhSHSX { color:#2a2a24;display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15095;line-height:1.1;letter-spacing:0;top:9.375rem;left:26.25rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XKoIIvE9JayMIRxBhnP62BeXezMOIeCh { box-sizing:content-box;height:1.875rem;width:12.875rem;position:absolute;display:block;z-index:15101;background-color:#eefeaa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:26.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#KWy8r7SO5vb6wITMo6W1i6V9nDW1GrTT { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:21.75rem;left:27rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiHTDerpp7c6BoADT6RBLrVhPWUqTPHG { box-sizing:content-box;height:1.875rem;width:9.8125rem;position:absolute;display:block;z-index:15103;background-color:#eefeaa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:40.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#GQGr8ZsLX4HwQBmwIi3GKK8eTVWkGVXo { color:rgba(var(--color-tertiary-2),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:21.75rem;left:41rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHvJH8XyZB0etKI4re1CfTWTeQfOtX5o { box-sizing:content-box;height:1.875rem;width:9.8125rem;position:absolute;display:block;z-index:15105;background-color:#eefeaa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:51.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MuDWc2thTsBnoqy9SDoUzzKBKkmNPH8x { color:rgba(var(--color-tertiary-2),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:21.75rem;left:52.25rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWmTEl0UfPxapCFpU6aXnc5zU7aJCaia { box-sizing:content-box;height:1.875rem;width:9.1875rem;position:absolute;display:block;z-index:15103;background-color:#eefeaa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:26.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BHbOhrI4gIot6I3TkV2X6ZC1PO3PA94N { color:rgba(var(--color-tertiary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:24.9375rem;left:27rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2HnXcaR8tzG0HntU2Cq7f1ksmaNxGxX { box-sizing:content-box;height:1.875rem;width:9.1875rem;position:absolute;display:block;z-index:15105;background-color:#eefeaa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.5rem;left:36.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#RcHUEhkG2LOFN1mhm8pCh5BzwOPErFdQ { color:rgba(var(--color-tertiary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:24.9375rem;left:37.625rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wB7LL7CBU1xPk5ExXFlbANC4VVKJv4Xx { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.125rem;left:26.25rem;display:block; }
#U8cRTUL0wWKJACUnKFtDDZhyCtf659Mp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JT2BXcJ0zkNvKe4VZwREQ6tf2gyzlwkb { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.75rem;left:13.75rem;display:none; }
#AmgWlamaTu5umDwNlSRO7fW6MVK7PFM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7z5tGdwUIOgFXoNzeiJBgUBVXOqru5o { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.75rem;left:1.25rem;display:none; }
#EVDpCh54PWJmpVV0sHri98B6VZTTpwwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffb;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; }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row .container { background-color: transparent; background-image: none; }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row .container > .video-iframe-container { display: none; }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row > .video-iframe-container { display: none; }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .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); }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row .container { border-width: 0; border-radius: 0; }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#dXhOAL8LsGNNTwO7WaVBmIwZCNx2HoDm { color:#2a2a24;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.1;letter-spacing:0;top:9.375rem;left:1.25rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fnkgiDNWQphUuoG4e7BBfXmSGstyHL3J { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.25rem;height:2.2749rem;display:block; }
#ZXXkTwUKiDJvcm3R9P8sR6Ry3xuwwPNx { color:#6b6b63;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15100;line-height:1.7;letter-spacing:0;top:3.8125rem;left:1.25rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fbDoZeGA2aUrReTs0cJToD0XeqQTzXOQ { box-sizing:content-box;height:32.4375rem;width:28.0625rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0;top:13.75rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yvbGcTgBB6bhr9clWaqzR9261Fr3xHV1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.75rem;height:2.2749rem;display:block; }
#Tz2dlBXlV4Q8Q0uKqpLHenMgNZT5lOSA { color:#bababa;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15103;line-height:1.1;letter-spacing:0;top:18.8125rem;left:3.75rem;height:0.7558625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGfKcE3SAd41eROsIXKQ0xXLwDQ439AQ { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15104;line-height:1.1;letter-spacing:0;top:21.3125rem;left:3.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#mGfKcE3SAd41eROsIXKQ0xXLwDQ439AQ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#mGfKcE3SAd41eROsIXKQ0xXLwDQ439AQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f679aedf0c1ab0ea05e20358d90f9fd18c7dbf8e.svg); }
#UgZtpaRto3yOaoIa97ERwnnfPHhTVGoH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:35.0625rem;left:3.75rem;display:block; }
#vvetOVaMr8VFM0pxMLg7TRcqiOvpfkMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9zNMmm9KyP6WwscSr8X7J1rXoy9Se89 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.46);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.46);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.46);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.46);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:40.0625rem;left:3.75rem;display:block; }
#n6EFoGEgdUnTkXdbOdVCQcDLmi0R1Hg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyLL3AR9sW9ZkccXsopTItTSC1WcEgiy { box-sizing:content-box;height:6.25rem;width:40rem;position:absolute;display:block;z-index:15108;background-color:#fffffb;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:13.8125rem;left:33.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#R6PXUV9NpHzIG8htD1oSCPAXEuBEkmuB { color:rgba(var(--color-tertiary-2),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15109;line-height:1.1;letter-spacing:0;top:15.375rem;left:35rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AeR6EkdXrTHCAFUvh1TZHRwb4UfzpamV { color:#6b6b63;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15110;line-height:1.1;letter-spacing:0;top:17.5625rem;left:35rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#el1rksmqmGFwQQQFfsbgCcD89Qz9SaO7 { box-sizing:content-box;height:6.25rem;width:40rem;position:absolute;display:block;z-index:15111;background-color:#fffffb;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:21.3125rem;left:33.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NTrcVffst3K86OWRHNwcfXa6dcM3Q9Su { color:rgba(var(--color-tertiary-2),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15112;line-height:1.1;letter-spacing:0;top:22.875rem;left:35rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXfM139zTxguh5LKPlOHczaZTdJrEGwV { color:#6b6b63;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15113;line-height:1.1;letter-spacing:0;top:25.0625rem;left:35rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AszMDm5OxiXUf2GuIg06BnlKqQHZgSTa { box-sizing:content-box;height:7.5rem;width:40rem;position:absolute;display:block;z-index:15114;background-color:#fffffb;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:28.8125rem;left:33.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nn7qrcRXE8QeT2QCQ8HUREFuoHpBXfb3 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15115;line-height:1.1;letter-spacing:0;top:30.375rem;left:35rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m11pOLwHzwAryAgqTD14FBRNfBXZ3KaP { color:#6b6b63;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15116;line-height:1.1;letter-spacing:0;top:32.5625rem;left:35rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lHExiCDhtJZ5lQ6Oww0XnLJXAnxABcV6 { box-sizing:content-box;height:7.375rem;width:40rem;position:absolute;display:block;z-index:15117;background-color:#fffffb;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,0,0,0.08);border-left:0.0625rem solid rgba(0,0,0,0.08);border-right:0.0625rem solid rgba(0,0,0,0.08);border-bottom:0.0625rem solid rgba(0,0,0,0.08);top:37.5625rem;left:33.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aHUV6hRpT7ZBpFWTDPKcJ7vJNPNE935H { color:rgba(var(--color-tertiary-2),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15118;line-height:1.1;letter-spacing:0;top:39.125rem;left:35rem;height:0.9624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxmSElCLeov7QVZOumKvWOhVQNlXruF2 { color:#6b6b63;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15119;line-height:1.1;letter-spacing:0;top:41.3125rem;left:35rem;height:0.89355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row .container { background-color: transparent; background-image: none; }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row .container > .video-iframe-container { display: none; }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row > .video-iframe-container { display: none; }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .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); }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row .container { border-width: 0; border-radius: 0; }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#c1MJ6ab5VrXt1Sq6WZ8d81u0lrztlPb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:13.5625rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#vEsDMlV9yerEbTI4buHRtsSDI2QttMV3 { color:#2a2a24;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15096;line-height:1.1;letter-spacing:0;top:6.875rem;left:21.59375rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Evibdgg141aNHCuM4eTsvTZT8mde7BDv { 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; }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row .container { background-color: transparent; background-image: none; }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row .container > .video-iframe-container { display: none; }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row > .video-iframe-container { display: none; }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .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); }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row .container { border-width: 0; border-radius: 0; }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#fRmRuBUwc5T6k40Iybat99cMFeAWNCbe { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3125rem;left:13.75rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#ftTSq17Dc09uMvs1tMKeM4OJ3ToKWNVi { color:#6b6b63;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15102;line-height:1.7;letter-spacing:0;top:3.7880859375rem;left:23.1875rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:300;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;height:auto; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;font-weight:300;font-style:normal; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-trigger.adaptive-delivery-prevent-bg, #O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-trigger.lazyload, #O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-trigger.lazyloading { background-image: none; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS { box-sizing:content-box;height:auto;width:34.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15103;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.0625rem;left:19.4375rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #rM48S6oyDG6DgUg3NuMJzTV8zV0XTlhc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Ptgg6eIWQ3cxXFONNpVgB61I0AWtfm9k { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #a1f5pGgAnxernC1k7SwP6d73Cd6nGp1v { display:block;position:relative; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Zt7hdm5PFBPpEII5vpCT3JJP0HGDipFE {  }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ahDkKGoePUfsXpV4bwbt3U8CrWzCkeWV {  }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #x6UliOwgxWivKwFwQVsxTJcEeJur54c3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #i9RLn2dbRTyeLF8cdObV9DtklD4E8GSL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #SeISaTolrDMZw5vhG3WkwPadLa5nAN1z { display:block;position:relative; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #f4KDhbx1TIWtplGfFhcfFwxfVFtZCch8 {  }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #FbOMyTrUb7vNMmeSDctPGxwA3rLlhAWX { display:none; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #pb8HuTMGdtf1nPTN8NS93c7uxX9EHsQE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ecVC858tF3tE94HkaVIoCaHl3pOXMy7w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #UMRSLeHDFOUQtDnZNHVErw6xTLqxyNGI { display:block;position:relative; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #vAufsM6NfCD3HtPWfOxeI1AnSBtR9CzP {  }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #czGNKEOudXhGI68ATU41AyvVFO6t0xyJ { display:none; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ssOAzb9zMTgXryrJKWxt2Rg3ogkibqLG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #pLrovhCUTdl3bt11ySpRaTFhARSqSZrg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #nILtTzdM6W2mf95HuGv5NCMO0HzJbkTi { display:block;position:relative; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #czxkug3qxksMGwf9ZeifNH4KwWfFUaDp {  }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #k3n7W5XFnx0aLtBm2k6xhBN7W8XldBOt { display:none; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Aca50LbxCD5VUiGEuFsGhLhTRabGXNo0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #xy5bB1DLxHLg28l6ZXlTO0JO3nXTSfaP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #hUSmORUh31RsoWUyCBWDIyfzKA6KA0W1 { display:block;position:relative; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #eMQQaqbATvLAsIhya96G68tyhr1c1KUz {  }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #NoluMyrc4ln1hGtap2eaZR27dDVsLxg4 { display:none; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #imv23XGty0h4Cqq71a2OAvqka4wNgGGp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #A5QzIgCKtqGcTQFQHSKoFI5VTPIU76wg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #LeKePWHeQBcSewTcf0JSzJNztomQK1AE { display:block;position:relative; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #gJNVs4yTqgRTV577Dyx1BMu1hRdeGJCt {  }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS #CR644DVpOT140gP4iQfVreeEbH4CpzQM { display:none; }
#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f4;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; }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row .container { background-color: transparent; background-image: none; }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row .container > .video-iframe-container { display: none; }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row > .video-iframe-container { display: none; }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .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); }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row .container { border-width: 0; border-radius: 0; }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#rWunHFmq3z7gXzf7AKnPbesFMyaebXyi { color:#2a2a24;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.1;letter-spacing:0;top:9.1875rem;left:1.25rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WhUi9uZTepAzDxi6VqPt7q1A3yzWm62B { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.75rem;left:1.25rem;height:2.2749rem;display:block; }
#TQH1NpkkkILS114l8Hr3aecTEa5lnPrP { color:#6b6b63;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15103;line-height:1.7;letter-spacing:0;top:3.8125rem;left:1.25rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqSczQ0Qts8p7qO5T5hJgSK0Iq3ToNo1 { color:#16160f;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15105;line-height:1.1;letter-spacing:0;top:14.16845703125rem;left:1.25rem;height:9.8613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aqSczQ0Qts8p7qO5T5hJgSK0Iq3ToNo1 li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#aqSczQ0Qts8p7qO5T5hJgSK0Iq3ToNo1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30d24c0953433f973433ac51286816cae6971ef9.svg); }
#uQqmaEDuKE1XVTvrJSVT52aAKFqdEHSx { position:absolute;display:block;z-index:15109;height:21.75rem;width:29.4375rem;top:3.8125rem;left:40.5625rem;display:block; }
#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr { 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; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container { background-color: transparent; background-image: none; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container > .video-iframe-container { display: none; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row > .video-iframe-container { display: none; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .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); }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container { border-width: 0; border-radius: 0; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#T0iuRV22rTbX2UNE94vghtKSFwKPBgAv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:5.75rem;left:1.25rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QOQFE1lsGW9bsWS2QQw7gbfGFdMKpBP2 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:5.75rem;left:56.9375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uqW6NvKw3U2ySOvTgleTPvJ5JvkTTVkp { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.75rem;left:64.8125rem;height:1.2246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QbRvHLFJdzOhbOzrtnr6LMloVWXXLWKL { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.8125rem;top:1.4375rem;left:1.25rem;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) { #fSdLbQTNsgeiu2guuv5L7TO0VfLzPsiN { top:1.25rem;left:0rem;width:6.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi7w6FhuGPx76KGaw4uV8wSfNeTh33y8 { width:17.5rem;height:3.75rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlcmTSQ3hkAq5RKRJCNdzpMymqSlgZl6 { display:block; }
 }@media only screen and (max-width: 763px) { #KeEa5TPivI92wxkuqP3roQ9E9k1Ic5yv { width:11.25rem;height:3.75rem;top:1.25rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azGrysEWTJykFBolnDJfqOAJzFXL0tA9 { display:block; }
 }@media only screen and (max-width: 763px) { #SbqIHlhxmxdB6Fdk5Vm7eCoKTx7scV35 { top:6.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs { display:block; }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gox08Of3MCotESQFaRrZa6p5E6mItIGJ { top:7.5rem;left:0rem;width:28.375rem;height:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEXwrLlIgRO1zJQwzRl8mXVrGiWJHD9D { top:15rem;left:0rem;width:31.25rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guoqsdeyCmAr1hzuAUREHPqtaoiRNBOa { width:11.25rem;height:3.75rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5sk7WyP3QJrEDcdkl5phub0nitWii99 { display:block; }
 }@media only screen and (max-width: 763px) { #IAr4QgyVaMiIcJy7HbmH2De5WA9RH8qJ { width:15rem;height:3.75rem;top:23.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA2TU05u60Ptq5aIeBUvi45MyUqyPH3e { display:block; }
 }@media only screen and (max-width: 763px) { #NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H { top:3.75rem;left:15.375rem;width:32.375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmtwxinwW3LcTMWcbMqAQovJWPm5AlkO { top:26.375rem;left:23.875rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUrabOF7ctqAAS9LBmqHtA7t8Ts6Mv2h { top:27.375rem;left:24.8125rem;width:5.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMGxbSCzXVPDUr95tgpCDNRMvVSFLCM2 { top:28.75rem;left:25rem;width:10.3125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8AuJmcKhGzV3XMQpBtLif2Lkx88bDSc { top:31rem;left:24.9375rem;width:10.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrm953WLxF3ntbFVvamAePZU0rGNMxXK { top:3.75rem;left:0rem;width:14.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su8bkueyM90J2gcU4CTGHkg2by6Hz0eO { width:13.125rem;height:0.9375rem;top:4.5625rem;left:0rem;font-size:0.6875rem;display:block; }#Su8bkueyM90J2gcU4CTGHkg2by6Hz0eO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01f0479cf987ecf7b7a219eb52d84b63b46af35b.svg); }
 }@media only screen and (max-width: 763px) { #SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 { display:block; }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RucUg68JqCTHMQVKv7BmHNdmOWIk4pTs { top:2.0625rem;left:0rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhlqWKGHmEFLv84GoeubVBKTliO3gBbB { top:3.4375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaHryCUVpnfL33fwHTHTyhn6gPP3hT6g { top:3.5rem;left:2.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3gt2dUmF5AOPFo0rUrfII3L2K4bCyN { top:2.0625rem;left:2.625rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9wC3iiztSXqcqQJZahLa7Oku0eamp7I { top:3.5rem;left:15.125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpoXKUlXOpeTT9olyFmRffsLP14CPzXK { top:2.0625rem;left:15.125rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9dsMSK06zKM7Xm564kDATUh5TFnLmkN { top:3.5rem;left:28.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTdVFWXRBNUgbWwSTneuteVpU0zOaVt { top:2.0625rem;left:28.625rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a037kNnBGI3U4MhN3Cds9k9GqIgGV9lc { top:3.5rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNpF8s1sBPM3SHPJqnZvh0mGulHWviTg { top:2.0625rem;left:35.25rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2hXzXLci1dBnsN9igECdgy844sRG2Kp { display:block; }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #armLgXhXG0NI3cnAn1BApvz4SmbF38Ic { top:3.75rem;left:0rem;width:25.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHDvCthIcGImJ9C5w0WUkqSOEmKvuUEi { top:6.25rem;left:0rem;width:28.3125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGZ4ImO7R1DOnQLs1iE12CWlZnBcoZWc { top:11.75rem;left:0rem;width:31.8125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrU4upLt3Tu8mqqZV4sGXypCcu47Z1mm { top:16.25rem;left:0rem;width:30.5rem;height:8.4375rem;font-size:0.8125rem;display:block; }#HrU4upLt3Tu8mqqZV4sGXypCcu47Z1mm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d76050f0cfd164a9dd535124b39e9a6b207ed92.svg); }
 }@media only screen and (max-width: 763px) { #MxfwRMtsl5DIIGkxx5oxm85tyZTNlvVC { width:11.25rem;height:3.75rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TebQ7de7oD3V4Ed8TwNcpHVKx6pHrT { display:block; }
 }@media only screen and (max-width: 763px) { #TTTlspmokbBVOiierbOD01iEL3Fg1q4t { width:15rem;height:3.75rem;top:27.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAkC2PgJOa1k3OtFdfZ64dNcpWKCXZ4c { display:block; }
 }@media only screen and (max-width: 763px) { #niPtLsdSKs8tUbcCn2WqdpZiqvaTHlSB { top:3.75rem;left:16.5rem;width:31.25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKi174aXT9DTp22QS3gMv84pmhNuFkR2 { width:15rem;height:3.75rem;top:23.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiDd65VruOzHwTNmC9SyoDcsOTOfOfDm { display:block; }
 }@media only screen and (max-width: 763px) { #fhOpfc3inzz5yMbpfd1nw7d6xRv0sPZz { width:11.25rem;height:3.75rem;top:23.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMT6WMcvBPXyGnRsCkT44zFRxVy9SZHN { display:block; }
 }@media only screen and (max-width: 763px) { #O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT { display:block; }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkR1V6JHH4CVRDrAlKthlrNcUoSq6WSs { top:6.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLdNAZgZn7DwOWTEe77mdrIiNkSRLKCv { top:3.75rem;left:0rem;width:25.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMboNb0IUrKd2mrR8GsIaNeTVTyR4Rck { top:9.3125rem;left:0rem;width:31.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmumIkIqCKv8TNvmRNK3sAOsS4PaLeVM { top:13.75rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd5ysBrFTu9wR43sh3ythzrmhX000Hcy { top:18.75rem;left:0rem;width:14.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMrze4WCCZqphQu0GZeFMdUJbqEOToVd { top:21.25rem;left:0rem;width:20.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #golpKUPWQKBrpnJTgNOhUUeFGneeDQiD { top:15.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzBT56TJTKG3tV2loAEakd3aAJpcBTaJ { top:13.75rem;left:12.625rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVMR9CAcM88nPxvn0lHHD4H0Z02E5bqt { top:21.25rem;left:13.875rem;width:20.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDcOnHWWnretk9wMnb1DdJ5EzTkh46Ue { top:18.75rem;left:13.875rem;width:16.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iulrCnO8uMMMM6Iye8QTTkkug7XIS4x4 { top:15.625rem;left:13.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d19ZgH4WFemVZCx8n40U1VFTThrP8lJc { top:13.75rem;left:25.125rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTfBNy4T2Uq84ceG6ZRM1XyX41yS6M2F { top:21.25rem;left:27.6875rem;width:20.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQhWKxh0bsy9sIlVP87VSp2BBZHssOXi { top:18.75rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0o51gEwBHxTLkkdarLqHOhNZHtH77oJ { top:15.625rem;left:38.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTR4Srrk3vSueBHr0q5g5fPI9tKOsG2P { top:28.75rem;left:25.125rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q74OJRu7WSrknOg2F3lFoP2GRJXshndM { top:36.25rem;left:27.6875rem;width:20.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPznabElieOtvNtL7QvwAIduiCzGx6gk { top:33.75rem;left:30rem;width:17.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNHCUPdPrbATBQdNMVsG6AVT8neHv0u6 { top:28.75rem;left:12.625rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg2SKkVilDZzucB6Km3SCTXLT9dAgHW1 { top:36.25rem;left:13.875rem;width:20.0625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0fKa4UcoIkE1KqrHSIh9lTVGCpcdmbK { top:30.625rem;left:38.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFG24VbXRMalgm6H7E3tJhTPF6Qqa4J5 { top:33.75rem;left:13.875rem;width:18.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEwngQeInP4r7SVL5y4SH9332wMkFOe2 { top:30.625rem;left:13.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NthxRdAgOVZdod9ex2mW7Xli1Ai28M { top:28.75rem;left:0rem;width:22.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOl39tWc7L38krn8A8mFqOBeA90x16g { top:36.25rem;left:0rem;width:20.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zusFbeeUlLPQFCFhUtItrzgDrdZETOw3 { top:33.75rem;left:0rem;width:12.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRsTLkVMMANMitlfaO3GRBkDavLmwUnL { top:30.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE { display:block; }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPNFQCkvbX9HsDNIWp3sgESoGKiKnx4a { top:6rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrE0rDLheUzGbTuaPIo6ZwXGNorzvBu { top:3.75rem;left:0rem;width:25.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhyihTwFGd00SpBTzZvLAPzm5mc4CdbD { top:9.0625rem;left:0rem;width:31.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJiX9VDtLkaVJrBThWmZHI8teaDeF2hq { top:11.9375rem;left:0rem;width:35rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WifsIap4tdT2ZfxPmQJnL4Tep8OcoXRU { top:13.1875rem;left:0rem;width:18.3125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4e4s5fphLXVwMaZXITlFWhyBcmpIgLm { top:15.625rem;left:0rem;width:29.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpMobqIxiObNnUOMsIVPw1e3f0Ibn7Hm { top:13.1875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmeNwlChmccuhi5GebvZGtfzKbVe853w { top:11.9375rem;left:12.625rem;width:35rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBnXE5OpeViCkLedkUMUSH0dlzs1RUqn { top:15.625rem;left:18.6875rem;width:29.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrRrlFWEF5NLpWICbdT3a99AOwAvFhn5 { top:13.1875rem;left:25rem;width:22.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTR7SQrPeP9NXZI9n9LMEzyxh9UwVQfb { top:13.1875rem;left:25.25rem;width:2.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4zUpsyQlCU3UcNmWlT4MFwButfd0Lnh { top:20.6875rem;left:12.625rem;width:35rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKUzBzNAUee7uFCyTiAiUP3fSTiTzZm7 { top:24.375rem;left:18.6875rem;width:29.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1JHn9updK5ShL5AFDEuvAnreeNCApW { top:20.6875rem;left:0rem;width:35rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKGgFSaB92l8UgvzoeUK7ws3nZWyipCq { top:24.375rem;left:0rem;width:29.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGMpR88zWZKvmTipHgaXFiQKTbMXKWZt { top:21.9375rem;left:25.25rem;width:3rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7pKDHBZCIHsacmcPku8lhJTAgS5fm2T { top:21.9375rem;left:0rem;width:18.3125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2g9er5fPdHVTBQN0vutDsDy8AmtINqt { top:21.9375rem;left:27.1875rem;width:20.5625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfnm3zBxOqZTGc5pZy3OfMWm5M5KZqpk { top:21.9375rem;left:0rem;width:2.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnNGxrG6M6eiLiWcTMVSFU2gCAmfEWKk { top:29.4375rem;left:12.625rem;width:35rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gElaouUaowKbl0E6HvDNnFLqlrB5fRrh { top:33.125rem;left:18.6875rem;width:29.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2vFGdCI9ddbflDoJtq2dZTqbA8gZnTy { top:29.4375rem;left:0rem;width:35rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNxmQGteO3wq3VJ94UHwmKAXOC7pXZxC { top:33.125rem;left:0rem;width:29.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzIxo4p2R6XOCTq2ETJu0ww7Tvl5zfJ8 { top:30.6875rem;left:25.4375rem;width:2.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtZAB9Bp6tc4gBQWW8h1wC60z0uZKF9T { top:30.6875rem;left:0rem;width:20.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcEQppK4BHcDZRUZ2wRlJesDrIyFhzFO { top:30.6875rem;left:29.1875rem;width:18.3125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGVwkCwHbnTWbHcTEdPB0kCyphRrJZNw { top:30.6875rem;left:0rem;width:2.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ2CHu6N3JZEWttTxR3LHtSysSrRaL0c { top:38.3125rem;left:0rem;width:47.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmvkGp6xPXAnOR9x47F1fx2s96ieFEFh { top:39.625rem;left:0rem;width:25.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTC7ACvTec1TeZWtsO5JT6vS1JtJQhhf { top:42.3125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnPn58oRBlDJW6ryFdSOXVmLNIiSkDru { top:39.625rem;left:0rem;width:2.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZqQk9mUC7X06ket4K6xklx4NZM2TiBn { display:block; }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtwvAlICAZ5nX5BymgGGWad665o9U6y7 { top:4.0625rem;left:0rem;width:25.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX7P4vzO8fN2BLuNqzFZfTTZJM8WzBz5 { top:6.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #In9vHMUNAwK1yuwhuZh3KiLHeTMqT0kc { top:10.0625rem;left:0rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6NEkBuaq4TeRWke6E479he0vEpNbpmx { top:13.5625rem;left:0rem;width:17.5rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBBxNiP8DfP5waoXUfpdysuoFeOZHn3D { top:10.0625rem;left:12.625rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bImPF3XVMz8wdeAck44sFMtFIRIqKnZV { top:13.5625rem;left:13.875rem;width:17.5rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc98FWTFSi3W98gNFRPGZuwoKQTdxf5J { top:10.0625rem;left:27.625rem;width:20rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv2t6fhu5s0fDA9W6xbxrmBhh0W21G4R { top:11.5rem;left:0rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyHJVamIsPxf76csq74uNpb2SlIVuFBU { top:11.5rem;left:13.875rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMRoWUTbXbAGCqy18CbIaTTNlDXtV6qc { top:13.5625rem;left:30.25rem;width:17.5rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxkrAUPnWfQgHsxNTWM3z3hLGXS8u3q { top:11.5rem;left:33.25rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvdHJe8M4VhJTy7pSbknhrorSJVpkWp9 { top:21.5rem;left:0rem;width:17.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2AChq9oJOlRpGyncIdoTfx1GJ7hB89A { top:21.5rem;left:13.875rem;width:17.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9EX1aybPLq7yymTxKHyLVIzIKTCmbyl { top:21.5rem;left:30.25rem;width:17.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrxTpPcuctQQ3RXrClqFdMZoBapeKiDa { width:15rem;height:3.75rem;top:23.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRiZFoO5BTA3IMTB0sVLlihZRWfcekUs { display:block; }
 }@media only screen and (max-width: 763px) { #av0bFnvscC8lvkQsUiQ6TvDWk30Rrxqw { width:11.25rem;height:3.75rem;top:23.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOIV5EEUDvobFNbNa1lzSZGfzOIlrAdC { display:block; }
 }@media only screen and (max-width: 763px) { #UHx1U5IMacPJtvZhttTA3XeQSir5nbSP { display:block; }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoTWNR4wa4MTPwxpxxHrtffKOpQT5Us2 { top:3.8125rem;left:0rem;width:25.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIf182qkyrfo5DCVQLyXfUqlbTMGfokv { top:6.0625rem;left:0rem;width:42.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKOfWIRGuuEX1yTdrdAspMxdJIvqsD7 { top:3.8125rem;left:40.5625rem;width:7.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8SeDKDVpcrGd41BCcMtao8WGRxw2rWH { top:9.8125rem;left:0rem;width:33.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmBnPR1EHIslTKIc7ttOJqN0WweUAgA1 { top:9.8125rem;left:14.25rem;width:33.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7XCDckTgsSdnrAeNN9fhr9TL1q2TOP6 { top:6.3125rem;left:38.3125rem;width:9.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waLArc3G7Uz2fcafA3aF4wCTDl54TiUM { display:block; }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eW7brSbV95md7RpDX3NmNLa3elWEFTzm { top:5.875rem;left:0rem;width:29.875rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tibnp5XDkTXwE7Omv3wGBl1TuavDHpSb { top:3.8125rem;left:0rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI13FXpceaD66eegV3aeqqowuc0VnKm { top:11.375rem;left:0rem;width:31.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHeUadfCAtfiyTKfMKgKzEQQNz9GMKX8 { top:2.125rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDxOJO18Rkvl4w7GNaqRxXQKQMxVlyMn { top:15.0625rem;left:0rem;width:10.375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpurcvfeqklK4qM914p6pcXMcBD4HoOg { display:block; }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD8BqDynnCoJVL2iRqsV7MxbqTLGxXla { top:3.75rem;left:9.5625rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xADATTlN2p1H3z7NLaHNC2uGupHAEJdC { top:6.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXFAG92TTkob22zTWXKZxFhWfGhQUtyu { top:9.375rem;left:8.3125rem;width:31.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9XxV89n68ztVxy7aIfR0KCmIorgSb8Q { top:13.4375rem;left:4.5625rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqfJX121Pz9ebIJycApdFSwPkt8lT7gM { top:14.25rem;left:20.1875rem;width:9.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdr0VzyupTeKH4dGzTBgT0lZyma1KUik { top:13.375rem;left:38.1875rem;width:6.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7mnEOK3h34UWy9XV2l4hU03ylKavPd { top:21.9375rem;left:2.4375rem;width:12rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4hGCrNAalKrOstfnebhWXbumweuPSLB { top:21.9375rem;left:19.0625rem;width:12rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezh2wh9brKp0TmxlnlirDoVS7kBKMTfe { top:21.9375rem;left:35.5rem;width:12rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #borUJvAhir8k211clTAUvESqy7FK6yUP { display:block; }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kz53huMTB5N7NlCIpyM8eS5iIXJgecCO { top:3.8125rem;left:0rem;width:20.5625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBqImJFL2ldLMTOrMTPxAPieD2xk546G { top:3.8125rem;left:12.625rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6uxGuMxL8h2UuaImFXHC33xEgK5Knsh { top:5.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am6wEbt5LkVv68UhbiKVTILZD1JhSHSX { top:9.375rem;left:2.0625rem;width:45.6875rem;height:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKoIIvE9JayMIRxBhnP62BeXezMOIeCh { top:21.3125rem;left:12.625rem;width:12.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWy8r7SO5vb6wITMo6W1i6V9nDW1GrTT { top:21.75rem;left:13.375rem;width:11.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiHTDerpp7c6BoADT6RBLrVhPWUqTPHG { top:21.3125rem;left:26.6875rem;width:9.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQGr8ZsLX4HwQBmwIi3GKK8eTVWkGVXo { top:21.75rem;left:27.375rem;width:8.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHvJH8XyZB0etKI4re1CfTWTeQfOtX5o { top:21.3125rem;left:37.9375rem;width:9.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuDWc2thTsBnoqy9SDoUzzKBKkmNPH8x { top:21.75rem;left:38.625rem;width:8.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWmTEl0UfPxapCFpU6aXnc5zU7aJCaia { top:24.5rem;left:12.625rem;width:9.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHbOhrI4gIot6I3TkV2X6ZC1PO3PA94N { top:24.9375rem;left:13.375rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2HnXcaR8tzG0HntU2Cq7f1ksmaNxGxX { top:24.5rem;left:23.25rem;width:9.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcHUEhkG2LOFN1mhm8pCh5BzwOPErFdQ { top:24.9375rem;left:24rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB7LL7CBU1xPk5ExXFlbANC4VVKJv4Xx { width:11.25rem;height:3.75rem;top:30.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8cRTUL0wWKJACUnKFtDDZhyCtf659Mp { display:block; }
 }@media only screen and (max-width: 763px) { #JT2BXcJ0zkNvKe4VZwREQ6tf2gyzlwkb { width:15rem;height:3.75rem;top:23.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmgWlamaTu5umDwNlSRO7fW6MVK7PFM1 { display:block; }
 }@media only screen and (max-width: 763px) { #e7z5tGdwUIOgFXoNzeiJBgUBVXOqru5o { width:11.25rem;height:3.75rem;top:23.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVDpCh54PWJmpVV0sHri98B6VZTTpwwO { display:block; }
 }@media only screen and (max-width: 763px) { #TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk { display:block; }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXhOAL8LsGNNTwO7WaVBmIwZCNx2HoDm { top:9.375rem;left:0rem;width:31.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnkgiDNWQphUuoG4e7BBfXmSGstyHL3J { top:5.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXkTwUKiDJvcm3R9P8sR6Ry3xuwwPNx { top:3.8125rem;left:0rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbDoZeGA2aUrReTs0cJToD0XeqQTzXOQ { top:13.75rem;left:0rem;width:28.0625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbGcTgBB6bhr9clWaqzR9261Fr3xHV1 { top:16.3125rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2dlBXlV4Q8Q0uKqpLHenMgNZT5lOSA { top:18.8125rem;left:0rem;width:18.1875rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGfKcE3SAd41eROsIXKQ0xXLwDQ439AQ { top:21.3125rem;left:0rem;width:22.1875rem;height:;font-size:0.8125rem;display:block; }#mGfKcE3SAd41eROsIXKQ0xXLwDQ439AQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f679aedf0c1ab0ea05e20358d90f9fd18c7dbf8e.svg); }
 }@media only screen and (max-width: 763px) { #UgZtpaRto3yOaoIa97ERwnnfPHhTVGoH { width:22.5rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvetOVaMr8VFM0pxMLg7TRcqiOvpfkMa { display:block; }
 }@media only screen and (max-width: 763px) { #q9zNMmm9KyP6WwscSr8X7J1rXoy9Se89 { width:22.5rem;height:3.75rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6EFoGEgdUnTkXdbOdVCQcDLmi0R1Hg4 { display:block; }
 }@media only screen and (max-width: 763px) { #vyLL3AR9sW9ZkccXsopTItTSC1WcEgiy { top:13.8125rem;left:7.625rem;width:40rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6PXUV9NpHzIG8htD1oSCPAXEuBEkmuB { top:15.375rem;left:15.9375rem;width:31.8125rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeR6EkdXrTHCAFUvh1TZHRwb4UfzpamV { top:17.5625rem;left:11.3125rem;width:36.4375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #el1rksmqmGFwQQQFfsbgCcD89Qz9SaO7 { top:21.3125rem;left:7.625rem;width:40rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTrcVffst3K86OWRHNwcfXa6dcM3Q9Su { top:22.875rem;left:15.9375rem;width:31.8125rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXfM139zTxguh5LKPlOHczaZTdJrEGwV { top:25.0625rem;left:11.3125rem;width:36.4375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AszMDm5OxiXUf2GuIg06BnlKqQHZgSTa { top:28.8125rem;left:7.625rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn7qrcRXE8QeT2QCQ8HUREFuoHpBXfb3 { top:30.375rem;left:15.9375rem;width:31.8125rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m11pOLwHzwAryAgqTD14FBRNfBXZ3KaP { top:32.5625rem;left:11.3125rem;width:36.4375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHExiCDhtJZ5lQ6Oww0XnLJXAnxABcV6 { top:37.5625rem;left:7.625rem;width:40rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHUV6hRpT7ZBpFWTDPKcJ7vJNPNE935H { top:39.125rem;left:15.9375rem;width:31.8125rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxmSElCLeov7QVZOumKvWOhVQNlXruF2 { top:41.3125rem;left:11.3125rem;width:36.4375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd { display:block; }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1MJ6ab5VrXt1Sq6WZ8d81u0lrztlPb3 { top:3.875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEsDMlV9yerEbTI4buHRtsSDI2QttMV3 { top:6.875rem;left:7.96875rem;width:31.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evibdgg141aNHCuM4eTsvTZT8mde7BDv { display:block; }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRmRuBUwc5T6k40Iybat99cMFeAWNCbe { top:6.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftTSq17Dc09uMvs1tMKeM4OJ3ToKWNVi { top:3.75rem;left:9.5625rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS { display:flex;height:auto;width:27.8125rem;top:11.3125rem;left:8.71875rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #rM48S6oyDG6DgUg3NuMJzTV8zV0XTlhc {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Ptgg6eIWQ3cxXFONNpVgB61I0AWtfm9k {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #a1f5pGgAnxernC1k7SwP6d73Cd6nGp1v {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Zt7hdm5PFBPpEII5vpCT3JJP0HGDipFE {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ahDkKGoePUfsXpV4bwbt3U8CrWzCkeWV {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #x6UliOwgxWivKwFwQVsxTJcEeJur54c3 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #i9RLn2dbRTyeLF8cdObV9DtklD4E8GSL {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #SeISaTolrDMZw5vhG3WkwPadLa5nAN1z {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #f4KDhbx1TIWtplGfFhcfFwxfVFtZCch8 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #FbOMyTrUb7vNMmeSDctPGxwA3rLlhAWX {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #pb8HuTMGdtf1nPTN8NS93c7uxX9EHsQE {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ecVC858tF3tE94HkaVIoCaHl3pOXMy7w {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #UMRSLeHDFOUQtDnZNHVErw6xTLqxyNGI {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #vAufsM6NfCD3HtPWfOxeI1AnSBtR9CzP {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #czGNKEOudXhGI68ATU41AyvVFO6t0xyJ {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ssOAzb9zMTgXryrJKWxt2Rg3ogkibqLG {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #pLrovhCUTdl3bt11ySpRaTFhARSqSZrg {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #nILtTzdM6W2mf95HuGv5NCMO0HzJbkTi {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #czxkug3qxksMGwf9ZeifNH4KwWfFUaDp {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #k3n7W5XFnx0aLtBm2k6xhBN7W8XldBOt {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Aca50LbxCD5VUiGEuFsGhLhTRabGXNo0 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #xy5bB1DLxHLg28l6ZXlTO0JO3nXTSfaP {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #hUSmORUh31RsoWUyCBWDIyfzKA6KA0W1 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #eMQQaqbATvLAsIhya96G68tyhr1c1KUz {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #NoluMyrc4ln1hGtap2eaZR27dDVsLxg4 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #imv23XGty0h4Cqq71a2OAvqka4wNgGGp {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #A5QzIgCKtqGcTQFQHSKoFI5VTPIU76wg {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #LeKePWHeQBcSewTcf0JSzJNztomQK1AE {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #gJNVs4yTqgRTV577Dyx1BMu1hRdeGJCt {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #CR644DVpOT140gP4iQfVreeEbH4CpzQM {  }
 }@media only screen and (max-width: 763px) { #VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa { display:block; }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWunHFmq3z7gXzf7AKnPbesFMyaebXyi { top:9.1875rem;left:0rem;width:31.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhUi9uZTepAzDxi6VqPt7q1A3yzWm62B { top:5.75rem;left:0rem;width:30.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQH1NpkkkILS114l8Hr3aecTEa5lnPrP { top:3.8125rem;left:0rem;width:28.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSczQ0Qts8p7qO5T5hJgSK0Iq3ToNo1 { top:14.125rem;left:0rem;width:22.1875rem;height:10.75rem;font-size:0.8125rem;display:block; }#aqSczQ0Qts8p7qO5T5hJgSK0Iq3ToNo1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30d24c0953433f973433ac51286816cae6971ef9.svg); }
 }@media only screen and (max-width: 763px) { #uQqmaEDuKE1XVTvrJSVT52aAKFqdEHSx { top:3.8125rem;left:18.3125rem;width:29.4375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr { display:block; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0iuRV22rTbX2UNE94vghtKSFwKPBgAv { top:5.75rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOQFE1lsGW9bsWS2QQw7gbfGFdMKpBP2 { top:5.75rem;left:41.6875rem;width:6.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqW6NvKw3U2ySOvTgleTPvJ5JvkTTVkp { top:5.75rem;left:38.75rem;width:9rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRvHLFJdzOhbOzrtnr6LMloVWXXLWKL { top:1.4375rem;left:0rem;width:5.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSdLbQTNsgeiu2guuv5L7TO0VfLzPsiN { width:4.5rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi7w6FhuGPx76KGaw4uV8wSfNeTh33y8 { width:17.5rem;height:3.75rem;top:6.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlcmTSQ3hkAq5RKRJCNdzpMymqSlgZl6 { display:block; }
 }@media only screen and (max-width: 763px) { #KeEa5TPivI92wxkuqP3roQ9E9k1Ic5yv { width:11.25rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azGrysEWTJykFBolnDJfqOAJzFXL0tA9 { display:block; }
 }@media only screen and (max-width: 763px) { #SbqIHlhxmxdB6Fdk5Vm7eCoKTx7scV35 { width:20rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs { display:block; }#IoyW4TIKJM7XbzfKc6BJTKB9QiV8LcTs > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gox08Of3MCotESQFaRrZa6p5E6mItIGJ { width:20rem;height:4.0625rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEXwrLlIgRO1zJQwzRl8mXVrGiWJHD9D { width:20rem;height:8.53125rem;top:10rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guoqsdeyCmAr1hzuAUREHPqtaoiRNBOa { width:8.75rem;height:2.5rem;top:21.1875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5sk7WyP3QJrEDcdkl5phub0nitWii99 { display:block; }
 }@media only screen and (max-width: 763px) { #IAr4QgyVaMiIcJy7HbmH2De5WA9RH8qJ { width:10rem;height:2.5rem;top:21.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA2TU05u60Ptq5aIeBUvi45MyUqyPH3e { display:block; }
 }@media only screen and (max-width: 763px) { #NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H { width:20rem;height:18.75rem;top:26.1875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c81e6dac-14b5-4d17-9ff9-562326deb419/graduate4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H.adaptive-delivery-prevent-bg, #NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H.lazyload, #NDQRAr3u1CThJgJm7n1GFrB5TVKlab1H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SmtwxinwW3LcTMWcbMqAQovJWPm5AlkO { width:12.5rem;height:6.25rem;top:42.4375rem;left:3.75rem;background-color:#16160f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SUrabOF7ctqAAS9LBmqHtA7t8Ts6Mv2h { width:5rem;height:0.9746125rem;top:43.6875rem;left:7.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMGxbSCzXVPDUr95tgpCDNRMvVSFLCM2 { width:10.3125rem;height:1.94921875rem;top:45.5rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8AuJmcKhGzV3XMQpBtLif2Lkx88bDSc { width:10.3125rem;height:0;top:48.75rem;left:2.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wrm953WLxF3ntbFVvamAePZU0rGNMxXK { width:14.375rem;height:2.5rem;top:1.25rem;left:0rem;background-color:#f6f6f2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Su8bkueyM90J2gcU4CTGHkg2by6Hz0eO { width:13.125rem;height:1.16845625rem;top:2.0625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.7;color:rgba(var(--color-tertiary-2),1);z-index:15027;display:block; }#Su8bkueyM90J2gcU4CTGHkg2by6Hz0eO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_01f0479cf987ecf7b7a219eb52d84b63b46af35b.svg); }
 }@media only screen and (max-width: 763px) { #SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 { display:block; }#SfbDZenH37ILwPU1vbTTxFfwUcrE1bo2 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RucUg68JqCTHMQVKv7BmHNdmOWIk4pTs { width:7.625rem;height:1.23730625rem;top:1.25rem;left:1.25rem;font-size:0.6875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #fhlqWKGHmEFLv84GoeubVBKTliO3gBbB { width:7.5rem;height:1.2749rem;top:2.4375rem;left:1.25rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HaHryCUVpnfL33fwHTHTyhn6gPP3hT6g { width:7.5625rem;height:1.2749rem;top:2.4375rem;left:11.25rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #km3gt2dUmF5AOPFo0rUrfII3L2K4bCyN { width:7.5625rem;height:1.23730625rem;top:1.25rem;left:11.25rem;font-size:0.6875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #V9wC3iiztSXqcqQJZahLa7Oku0eamp7I { width:7.625rem;height:1.2749rem;top:6.1875rem;left:1.25rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gpoXKUlXOpeTT9olyFmRffsLP14CPzXK { width:7.5rem;height:1.23730625rem;top:5rem;left:1.25rem;font-size:0.6875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #L9dsMSK06zKM7Xm564kDATUh5TFnLmkN { width:7.5rem;height:1.2749rem;top:6.1875rem;left:11.3125rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HOTdVFWXRBNUgbWwSTneuteVpU0zOaVt { width:7.5625rem;height:1.23730625rem;top:5rem;left:11.25rem;font-size:0.6875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #a037kNnBGI3U4MhN3Cds9k9GqIgGV9lc { width:12.5rem;height:0;top:20.86623125rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNpF8s1sBPM3SHPJqnZvh0mGulHWviTg { width:12.5rem;height:0;top:9.824225rem;left:3.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2hXzXLci1dBnsN9igECdgy844sRG2Kp { display:block; }#p2hXzXLci1dBnsN9igECdgy844sRG2Kp > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #armLgXhXG0NI3cnAn1BApvz4SmbF38Ic { width:20rem;height:1.2749rem;top:2.5rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CHDvCthIcGImJ9C5w0WUkqSOEmKvuUEi { width:20rem;height:5.60595625rem;top:4.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGZ4ImO7R1DOnQLs1iE12CWlZnBcoZWc { width:20rem;height:4.5rem;top:11.25rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HrU4upLt3Tu8mqqZV4sGXypCcu47Z1mm { width:20rem;height:14.8203125rem;top:17.5rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }#HrU4upLt3Tu8mqqZV4sGXypCcu47Z1mm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8d76050f0cfd164a9dd535124b39e9a6b207ed92.svg); }
 }@media only screen and (max-width: 763px) { #MxfwRMtsl5DIIGkxx5oxm85tyZTNlvVC { width:11.25rem;height:2.5rem;top:33.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2TebQ7de7oD3V4Ed8TwNcpHVKx6pHrT { display:block; }
 }@media only screen and (max-width: 763px) { #TTTlspmokbBVOiierbOD01iEL3Fg1q4t { width:15rem;height:3.75rem;top:37.45019375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAkC2PgJOa1k3OtFdfZ64dNcpWKCXZ4c { display:block; }
 }@media only screen and (max-width: 763px) { #niPtLsdSKs8tUbcCn2WqdpZiqvaTHlSB { width:20rem;height:12.5rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKi174aXT9DTp22QS3gMv84pmhNuFkR2 { width:10rem;height:2.5rem;top:33.75rem;left:10rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #LiDd65VruOzHwTNmC9SyoDcsOTOfOfDm { display:block; }
 }@media only screen and (max-width: 763px) { #fhOpfc3inzz5yMbpfd1nw7d6xRv0sPZz { width:8.75rem;height:2.5rem;top:33.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #eMT6WMcvBPXyGnRsCkT44zFRxVy9SZHN { display:block; }
 }@media only screen and (max-width: 763px) { #O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT { display:block; }#O0XJ1coNTN6erLbH6O8fc4xF7xam6ebT > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkR1V6JHH4CVRDrAlKthlrNcUoSq6WSs { width:20rem;height:5.60595625rem;top:4.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLdNAZgZn7DwOWTEe77mdrIiNkSRLKCv { width:20rem;height:1.2749rem;top:2.4755859375rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nMboNb0IUrKd2mrR8GsIaNeTVTyR4Rck { width:20rem;height:3.375rem;top:11.25rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NmumIkIqCKv8TNvmRNK3sAOsS4PaLeVM { width:20rem;height:11.25rem;top:16.25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd5ysBrFTu9wR43sh3ythzrmhX000Hcy { width:17.5rem;height:1.29980625rem;top:20rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMrze4WCCZqphQu0GZeFMdUJbqEOToVd { width:17.5rem;height:3.1494125rem;top:22.5rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #golpKUPWQKBrpnJTgNOhUUeFGneeDQiD { width:1.25rem;height:1.25rem;top:17.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzBT56TJTKG3tV2loAEakd3aAJpcBTaJ { width:20rem;height:11.25rem;top:28.75rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVMR9CAcM88nPxvn0lHHD4H0Z02E5bqt { width:17.5rem;height:3.1494125rem;top:35rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KDcOnHWWnretk9wMnb1DdJ5EzTkh46Ue { width:17.5625rem;height:1.29980625rem;top:32.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iulrCnO8uMMMM6Iye8QTTkkug7XIS4x4 { width:1.25rem;height:1.25rem;top:30rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d19ZgH4WFemVZCx8n40U1VFTThrP8lJc { width:20rem;height:10rem;top:41.25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTfBNy4T2Uq84ceG6ZRM1XyX41yS6M2F { width:17.5rem;height:2.0996125rem;top:47.89990234375rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RQhWKxh0bsy9sIlVP87VSp2BBZHssOXi { width:17.5625rem;height:1.29980625rem;top:45rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0o51gEwBHxTLkkdarLqHOhNZHtH77oJ { width:1.25rem;height:1.25rem;top:42.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTR4Srrk3vSueBHr0q5g5fPI9tKOsG2P { width:20rem;height:11.1875rem;top:77.5rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q74OJRu7WSrknOg2F3lFoP2GRJXshndM { width:17.5rem;height:3.1494125rem;top:83.75rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RPznabElieOtvNtL7QvwAIduiCzGx6gk { width:17.4375rem;height:1.29980625rem;top:81.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNHCUPdPrbATBQdNMVsG6AVT8neHv0u6 { width:19.875rem;height:11.25rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg2SKkVilDZzucB6Km3SCTXLT9dAgHW1 { width:17.5rem;height:3.1494125rem;top:71.25rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V0fKa4UcoIkE1KqrHSIh9lTVGCpcdmbK { width:1.25rem;height:1.25rem;top:78.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFG24VbXRMalgm6H7E3tJhTPF6Qqa4J5 { width:17.875rem;height:1.29980625rem;top:68.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEwngQeInP4r7SVL5y4SH9332wMkFOe2 { width:1.25rem;height:1.25rem;top:66.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NthxRdAgOVZdod9ex2mW7Xli1Ai28M { width:20rem;height:11.25rem;top:52.375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOl39tWc7L38krn8A8mFqOBeA90x16g { width:17.5rem;height:3.1494125rem;top:58.75rem;left:1.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zusFbeeUlLPQFCFhUtItrzgDrdZETOw3 { width:16.3125rem;height:1.29980625rem;top:56.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRsTLkVMMANMitlfaO3GRBkDavLmwUnL { width:1.25rem;height:1.25rem;top:53.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE { display:block; }#f1QaB6P2HwSzghBp6nLqzzwFarSUWaIE > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPNFQCkvbX9HsDNIWp3sgESoGKiKnx4a { width:20rem;height:3.73730625rem;top:4.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrE0rDLheUzGbTuaPIo6ZwXGNorzvBu { width:20rem;height:1.2749rem;top:2.5rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rhyihTwFGd00SpBTzZvLAPzm5mc4CdbD { width:20rem;height:2.25rem;top:8.75rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hJiX9VDtLkaVJrBThWmZHI8teaDeF2hq { width:20rem;height:8.75rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WifsIap4tdT2ZfxPmQJnL4Tep8OcoXRU { width:14rem;height:1.21875rem;top:13.8125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4e4s5fphLXVwMaZXITlFWhyBcmpIgLm { width:15.5rem;height:4.19921875rem;top:15.625rem;left:3.125rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DpMobqIxiObNnUOMsIVPw1e3f0Ibn7Hm { width:2.4375rem;height:1.21875rem;top:13.75rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BmeNwlChmccuhi5GebvZGtfzKbVe853w { width:20rem;height:8.75rem;top:22.5rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBnXE5OpeViCkLedkUMUSH0dlzs1RUqn { width:15.5625rem;height:3.1494125rem;top:26.875rem;left:3.0625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rrRrlFWEF5NLpWICbdT3a99AOwAvFhn5 { width:15.6875rem;height:2.4375rem;top:23.75rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTR7SQrPeP9NXZI9n9LMEzyxh9UwVQfb { width:2.6875rem;height:1.21875rem;top:23.75rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u4zUpsyQlCU3UcNmWlT4MFwButfd0Lnh { width:20rem;height:7.5rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKUzBzNAUee7uFCyTiAiUP3fSTiTzZm7 { width:15.625rem;height:3.1494125rem;top:44.375rem;left:3.125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1JHn9updK5ShL5AFDEuvAnreeNCApW { width:20rem;height:7.5rem;top:32.5rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKGgFSaB92l8UgvzoeUK7ws3nZWyipCq { width:15.75rem;height:3.1494125rem;top:35.5625rem;left:3rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MGMpR88zWZKvmTipHgaXFiQKTbMXKWZt { width:3rem;height:1.21875rem;top:42.5rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G7pKDHBZCIHsacmcPku8lhJTAgS5fm2T { width:15.8125rem;height:1.21875rem;top:33.8125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2g9er5fPdHVTBQN0vutDsDy8AmtINqt { width:15.625rem;height:1.21875rem;top:42.5rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfnm3zBxOqZTGc5pZy3OfMWm5M5KZqpk { width:2.5625rem;height:1.21875rem;top:33.75rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnNGxrG6M6eiLiWcTMVSFU2gCAmfEWKk { width:20rem;height:7.5rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gElaouUaowKbl0E6HvDNnFLqlrB5fRrh { width:15.875rem;height:3.1494125rem;top:61.875rem;left:3.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J2vFGdCI9ddbflDoJtq2dZTqbA8gZnTy { width:20rem;height:7.5rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNxmQGteO3wq3VJ94UHwmKAXOC7pXZxC { width:15.75rem;height:3.1494125rem;top:53.125rem;left:3rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bzIxo4p2R6XOCTq2ETJu0ww7Tvl5zfJ8 { width:2.6875rem;height:1.21875rem;top:60rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mtZAB9Bp6tc4gBQWW8h1wC60z0uZKF9T { width:15.6875rem;height:1.21875rem;top:51.3125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcEQppK4BHcDZRUZ2wRlJesDrIyFhzFO { width:14.8125rem;height:1.21875rem;top:60.0625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGVwkCwHbnTWbHcTEdPB0kCyphRrJZNw { width:2.8125rem;height:1.21875rem;top:51.3125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cJ2CHu6N3JZEWttTxR3LHtSysSrRaL0c { width:19.875rem;height:9.875rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmvkGp6xPXAnOR9x47F1fx2s96ieFEFh { width:17.0625rem;height:2.4375rem;top:68.8125rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTC7ACvTec1TeZWtsO5JT6vS1JtJQhhf { width:15.625rem;height:3.1494125rem;top:71.5rem;left:3.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HnPn58oRBlDJW6ryFdSOXVmLNIiSkDru { width:1.25rem;height:1.21875rem;top:68.8125rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZqQk9mUC7X06ket4K6xklx4NZM2TiBn { display:block; }#RZqQk9mUC7X06ket4K6xklx4NZM2TiBn > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtwvAlICAZ5nX5BymgGGWad665o9U6y7 { width:20rem;height:1.2749rem;top:2.4755859375rem;left:0rem;font-size:0.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JX7P4vzO8fN2BLuNqzFZfTTZJM8WzBz5 { width:20rem;height:1.86865rem;top:4.39892578125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #In9vHMUNAwK1yuwhuZh3KiLHeTMqT0kc { width:20rem;height:13.75rem;top:7.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #J6NEkBuaq4TeRWke6E479he0vEpNbpmx { width:17.5rem;height:6.09375rem;top:11.25rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15012;color:#2a2a24;display:block; }
 }@media only screen and (max-width: 763px) { #GBBxNiP8DfP5waoXUfpdysuoFeOZHn3D { width:20rem;height:15rem;top:22.5rem;left:0.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bImPF3XVMz8wdeAck44sFMtFIRIqKnZV { width:17.5rem;height:6.09375rem;top:26.25rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15023;color:#2a2a24;display:block; }
 }@media only screen and (max-width: 763px) { #Kc98FWTFSi3W98gNFRPGZuwoKQTdxf5J { width:20rem;height:15rem;top:38.75rem;left:-0.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #vv2t6fhu5s0fDA9W6xbxrmBhh0W21G4R { width:14.5rem;height:1.2749rem;top:8.7255859375rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #DyHJVamIsPxf76csq74uNpb2SlIVuFBU { width:14.5rem;height:1.2749rem;top:23.625rem;left:1.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #TMRoWUTbXbAGCqy18CbIaTTNlDXtV6qc { width:17.5rem;height:6.09375rem;top:42.25rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15029;color:#2a2a24;display:block; }
 }@media only screen and (max-width: 763px) { #QVxkrAUPnWfQgHsxNTWM3z3hLGXS8u3q { width:14.5rem;height:1.2749rem;top:40.1875rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TvdHJe8M4VhJTy7pSbknhrorSJVpkWp9 { width:17.5rem;height:0.9746125rem;top:18.9375rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15012;color:#2a2a24;display:block; }
 }@media only screen and (max-width: 763px) { #E2AChq9oJOlRpGyncIdoTfx1GJ7hB89A { width:17.5rem;height:0.9746125rem;top:33.9375rem;left:1.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15093;color:#2a2a24;display:block; }
 }@media only screen and (max-width: 763px) { #w9EX1aybPLq7yymTxKHyLVIzIKTCmbyl { width:17.5rem;height:0.9746125rem;top:50.1875rem;left:1.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15094;color:#2a2a24;display:block; }
 }@media only screen and (max-width: 763px) { #SrxTpPcuctQQ3RXrClqFdMZoBapeKiDa { width:10rem;height:2.5rem;top:55rem;left:10rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uRiZFoO5BTA3IMTB0sVLlihZRWfcekUs { display:block; }
 }@media only screen and (max-width: 763px) { #av0bFnvscC8lvkQsUiQ6TvDWk30Rrxqw { width:8.75rem;height:2.5rem;top:55rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #LOIV5EEUDvobFNbNa1lzSZGfzOIlrAdC { display:block; }
 }@media only screen and (max-width: 763px) { #UHx1U5IMacPJtvZhttTA3XeQSir5nbSP { display:block; }#UHx1U5IMacPJtvZhttTA3XeQSir5nbSP > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoTWNR4wa4MTPwxpxxHrtffKOpQT5Us2 { width:20rem;height:1.2749rem;top:1.25rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIf182qkyrfo5DCVQLyXfUqlbTMGfokv { width:20rem;height:3.73730625rem;top:3.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTKOfWIRGuuEX1yTdrdAspMxdJIvqsD7 { width:17.5rem;height:1.86865rem;top:33.75rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8SeDKDVpcrGd41BCcMtao8WGRxw2rWH { width:20rem;height:11.194029850746rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmBnPR1EHIslTKIc7ttOJqN0WweUAgA1 { width:20rem;height:11.194029850746rem;top:20.56884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7XCDckTgsSdnrAeNN9fhr9TL1q2TOP6 { width:17.5rem;height:1.2749rem;top:35.6005859375rem;left:1.25rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #waLArc3G7Uz2fcafA3aF4wCTDl54TiUM { display:block; }#waLArc3G7Uz2fcafA3aF4wCTDl54TiUM > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eW7brSbV95md7RpDX3NmNLa3elWEFTzm { width:20rem;height:3.73730625rem;top:4.39892578125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tibnp5XDkTXwE7Omv3wGBl1TuavDHpSb { width:20rem;height:1.2749rem;top:2.4755859375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI13FXpceaD66eegV3aeqqowuc0VnKm { width:20rem;height:4.5rem;top:9.875rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DHeUadfCAtfiyTKfMKgKzEQQNz9GMKX8 { width:20rem;height:21.75rem;top:16.125rem;left:0rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #BDxOJO18Rkvl4w7GNaqRxXQKQMxVlyMn { width:12.4375rem;height:16.625rem;top:48rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpurcvfeqklK4qM914p6pcXMcBD4HoOg { display:block; }#GpurcvfeqklK4qM914p6pcXMcBD4HoOg > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD8BqDynnCoJVL2iRqsV7MxbqTLGxXla { width:20rem;height:1.2749rem;top:2.4130859375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xADATTlN2p1H3z7NLaHNC2uGupHAEJdC { width:20rem;height:5.60595625rem;top:4.33203125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXFAG92TTkob22zTWXKZxFhWfGhQUtyu { width:20rem;height:3.375rem;top:11.1875rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A9XxV89n68ztVxy7aIfR0KCmIorgSb8Q { width:5.25rem;height:5.25rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqfJX121Pz9ebIJycApdFSwPkt8lT7gM { width:7.375rem;height:4.3125rem;top:17.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdr0VzyupTeKH4dGzTBgT0lZyma1KUik { width:4rem;height:3.8125rem;top:17.4375rem;left:16rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pN7mnEOK3h34UWy9XV2l4hU03ylKavPd { width:12.5rem;height:0;top:26.1875rem;left:3.75rem;font-size:0.6875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #B4hGCrNAalKrOstfnebhWXbumweuPSLB { width:12.3125rem;height:0;top:38.6875rem;left:3.75rem;font-size:0.6875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Ezh2wh9brKp0TmxlnlirDoVS7kBKMTfe { width:12.5rem;height:0;top:52.4375rem;left:3.75rem;font-size:0.6875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #borUJvAhir8k211clTAUvESqy7FK6yUP { display:block; }#borUJvAhir8k211clTAUvESqy7FK6yUP > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kz53huMTB5N7NlCIpyM8eS5iIXJgecCO { width:20rem;height:16.25rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBqImJFL2ldLMTOrMTPxAPieD2xk546G { width:20rem;height:1.2749rem;top:19.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6uxGuMxL8h2UuaImFXHC33xEgK5Knsh { width:20rem;height:1.86865rem;top:21.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am6wEbt5LkVv68UhbiKVTILZD1JhSHSX { width:20rem;height:16.875rem;top:24.875rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XKoIIvE9JayMIRxBhnP62BeXezMOIeCh { width:12.875rem;height:1.875rem;top:43.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWy8r7SO5vb6wITMo6W1i6V9nDW1GrTT { width:11.5rem;height:0;top:44.125rem;left:0.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiHTDerpp7c6BoADT6RBLrVhPWUqTPHG { width:9.8125rem;height:1.875rem;top:64.717775rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQGr8ZsLX4HwQBmwIi3GKK8eTVWkGVXo { width:8.375rem;height:0;top:65.155275rem;left:5.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHvJH8XyZB0etKI4re1CfTWTeQfOtX5o { width:9.8125rem;height:1.875rem;top:67.842775rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuDWc2thTsBnoqy9SDoUzzKBKkmNPH8x { width:8.375rem;height:0;top:68.280275rem;left:5.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWmTEl0UfPxapCFpU6aXnc5zU7aJCaia { width:9.1875rem;height:1.875rem;top:70.967775rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHbOhrI4gIot6I3TkV2X6ZC1PO3PA94N { width:7.1875rem;height:0;top:50.2939453125rem;left:2.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2HnXcaR8tzG0HntU2Cq7f1ksmaNxGxX { width:9.1875rem;height:1.875rem;top:74.092775rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcHUEhkG2LOFN1mhm8pCh5BzwOPErFdQ { width:7.1875rem;height:0;top:74.530275rem;left:6.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wB7LL7CBU1xPk5ExXFlbANC4VVKJv4Xx { width:11.25rem;height:2.5rem;top:44.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8cRTUL0wWKJACUnKFtDDZhyCtf659Mp { display:block; }
 }@media only screen and (max-width: 763px) { #JT2BXcJ0zkNvKe4VZwREQ6tf2gyzlwkb { width:10rem;height:2.5rem;top:43.625rem;left:10rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AmgWlamaTu5umDwNlSRO7fW6MVK7PFM1 { display:block; }
 }@media only screen and (max-width: 763px) { #e7z5tGdwUIOgFXoNzeiJBgUBVXOqru5o { width:8.75rem;height:2.5rem;top:43.625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EVDpCh54PWJmpVV0sHri98B6VZTTpwwO { display:block; }
 }@media only screen and (max-width: 763px) { #TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk { display:block; }#TfbSZg08FpVMMG2VZFXuCLzl0ZTUyxtk > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXhOAL8LsGNNTwO7WaVBmIwZCNx2HoDm { width:20rem;height:3.375rem;top:9.3125rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fnkgiDNWQphUuoG4e7BBfXmSGstyHL3J { width:20rem;height:3.73730625rem;top:4.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXXkTwUKiDJvcm3R9P8sR6Ry3xuwwPNx { width:20rem;height:1.2749rem;top:2.4130859375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbDoZeGA2aUrReTs0cJToD0XeqQTzXOQ { width:20rem;height:30rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbGcTgBB6bhr9clWaqzR9261Fr3xHV1 { width:12.5rem;height:2.2749rem;top:17.4375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2dlBXlV4Q8Q0uKqpLHenMgNZT5lOSA { width:18.1875rem;height:0.82470625rem;top:19.9375rem;left:1.25rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mGfKcE3SAd41eROsIXKQ0xXLwDQ439AQ { width:18rem;height:13.1465rem;top:21.76171875rem;left:1.25rem;font-size:0.8125rem;line-height:1.2;display:block; }#mGfKcE3SAd41eROsIXKQ0xXLwDQ439AQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f679aedf0c1ab0ea05e20358d90f9fd18c7dbf8e.svg); }
 }@media only screen and (max-width: 763px) { #UgZtpaRto3yOaoIa97ERwnnfPHhTVGoH { width:17.5rem;height:2.5rem;top:36.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvetOVaMr8VFM0pxMLg7TRcqiOvpfkMa { display:block; }
 }@media only screen and (max-width: 763px) { #q9zNMmm9KyP6WwscSr8X7J1rXoy9Se89 { width:17.5rem;height:2.5rem;top:39.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6EFoGEgdUnTkXdbOdVCQcDLmi0R1Hg4 { display:block; }
 }@media only screen and (max-width: 763px) { #vyLL3AR9sW9ZkccXsopTItTSC1WcEgiy { width:20rem;height:6.25rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6PXUV9NpHzIG8htD1oSCPAXEuBEkmuB { width:16rem;height:1.125rem;top:48.8125rem;left:1.25rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AeR6EkdXrTHCAFUvh1TZHRwb4UfzpamV { width:17.5rem;height:1.94921875rem;top:50.5625rem;left:1.3125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #el1rksmqmGFwQQQFfsbgCcD89Qz9SaO7 { width:20rem;height:6.25rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTrcVffst3K86OWRHNwcfXa6dcM3Q9Su { width:18.75rem;height:1.125rem;top:56.3125rem;left:1.25rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WXfM139zTxguh5LKPlOHczaZTdJrEGwV { width:17.5625rem;height:1.94921875rem;top:58.0625rem;left:1.25rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AszMDm5OxiXUf2GuIg06BnlKqQHZgSTa { width:20rem;height:7.5rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn7qrcRXE8QeT2QCQ8HUREFuoHpBXfb3 { width:17.4375rem;height:1.125rem;top:64.1875rem;left:1.25rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m11pOLwHzwAryAgqTD14FBRNfBXZ3KaP { width:17.5rem;height:2.923825rem;top:65.9375rem;left:1.3125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lHExiCDhtJZ5lQ6Oww0XnLJXAnxABcV6 { width:19.875rem;height:7.375rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHUV6hRpT7ZBpFWTDPKcJ7vJNPNE935H { width:16rem;height:1.125rem;top:72.5625rem;left:1.25rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TxmSElCLeov7QVZOumKvWOhVQNlXruF2 { width:17.5rem;height:2.923825rem;top:74.3125rem;left:1.3125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd { display:block; }#xTxZGvaFFa23XalBUyA9mGfpUcrgsUHd > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1MJ6ab5VrXt1Sq6WZ8d81u0lrztlPb3 { width:20rem;height:1.86865rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEsDMlV9yerEbTI4buHRtsSDI2QttMV3 { width:17.5625rem;height:3.375rem;top:4.9375rem;left:1.25rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Evibdgg141aNHCuM4eTsvTZT8mde7BDv { display:block; }#Evibdgg141aNHCuM4eTsvTZT8mde7BDv > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRmRuBUwc5T6k40Iybat99cMFeAWNCbe { width:20rem;height:1.94970625rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftTSq17Dc09uMvs1tMKeM4OJ3ToKWNVi { width:20rem;height:1.2749rem;top:2.4130859375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-heading-text { font-size:0.9375rem;height:auto; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS { display:flex;height:auto;width:17.5rem;top:6.1875rem;left:0rem; }
#O06CI94mGixHKBdgFiwidRhtlkl6M9hS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #rM48S6oyDG6DgUg3NuMJzTV8zV0XTlhc {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Ptgg6eIWQ3cxXFONNpVgB61I0AWtfm9k {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #a1f5pGgAnxernC1k7SwP6d73Cd6nGp1v {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Zt7hdm5PFBPpEII5vpCT3JJP0HGDipFE {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ahDkKGoePUfsXpV4bwbt3U8CrWzCkeWV {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #x6UliOwgxWivKwFwQVsxTJcEeJur54c3 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #i9RLn2dbRTyeLF8cdObV9DtklD4E8GSL {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #SeISaTolrDMZw5vhG3WkwPadLa5nAN1z {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #f4KDhbx1TIWtplGfFhcfFwxfVFtZCch8 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #FbOMyTrUb7vNMmeSDctPGxwA3rLlhAWX {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #pb8HuTMGdtf1nPTN8NS93c7uxX9EHsQE {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ecVC858tF3tE94HkaVIoCaHl3pOXMy7w {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #UMRSLeHDFOUQtDnZNHVErw6xTLqxyNGI {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #vAufsM6NfCD3HtPWfOxeI1AnSBtR9CzP {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #czGNKEOudXhGI68ATU41AyvVFO6t0xyJ {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #ssOAzb9zMTgXryrJKWxt2Rg3ogkibqLG {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #pLrovhCUTdl3bt11ySpRaTFhARSqSZrg {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #nILtTzdM6W2mf95HuGv5NCMO0HzJbkTi {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #czxkug3qxksMGwf9ZeifNH4KwWfFUaDp {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #k3n7W5XFnx0aLtBm2k6xhBN7W8XldBOt {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #Aca50LbxCD5VUiGEuFsGhLhTRabGXNo0 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #xy5bB1DLxHLg28l6ZXlTO0JO3nXTSfaP {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #hUSmORUh31RsoWUyCBWDIyfzKA6KA0W1 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #eMQQaqbATvLAsIhya96G68tyhr1c1KUz {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #NoluMyrc4ln1hGtap2eaZR27dDVsLxg4 {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #imv23XGty0h4Cqq71a2OAvqka4wNgGGp {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #A5QzIgCKtqGcTQFQHSKoFI5VTPIU76wg {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #LeKePWHeQBcSewTcf0JSzJNztomQK1AE {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #gJNVs4yTqgRTV577Dyx1BMu1hRdeGJCt {  }
 }@media only screen and (max-width: 763px) { #O06CI94mGixHKBdgFiwidRhtlkl6M9hS #CR644DVpOT140gP4iQfVreeEbH4CpzQM {  }
 }@media only screen and (max-width: 763px) { #VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa { display:block; }#VNI6FBN8AZSpqN7M2B03dN99dWZF0XDa > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWunHFmq3z7gXzf7AKnPbesFMyaebXyi { width:20rem;height:3.375rem;top:43.625rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WhUi9uZTepAzDxi6VqPt7q1A3yzWm62B { width:20rem;height:4.54980625rem;top:38rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQH1NpkkkILS114l8Hr3aecTEa5lnPrP { width:15.9375rem;height:1.2749rem;top:36.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSczQ0Qts8p7qO5T5hJgSK0Iq3ToNo1 { width:20rem;height:14.25rem;top:48.625rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }#aqSczQ0Qts8p7qO5T5hJgSK0Iq3ToNo1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_30d24c0953433f973433ac51286816cae6971ef9.svg); }
 }@media only screen and (max-width: 763px) { #uQqmaEDuKE1XVTvrJSVT52aAKFqdEHSx { width:20rem;height:32.5rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr { background-color:#f5f5f5;background-image:none;display:block; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container { background-color: transparent; background-image: none; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container > .video-iframe-container { display: none; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row > .video-iframe-container { display: none; }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .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); }#N1lxGt3dJDMIToiXnVEKLAP3H2vkMfSr > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0iuRV22rTbX2UNE94vghtKSFwKPBgAv { width:20rem;height:1.13720625rem;top:7.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #QOQFE1lsGW9bsWS2QQw7gbfGFdMKpBP2 { width:5.125rem;height:0.9624rem;top:10.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #uqW6NvKw3U2ySOvTgleTPvJ5JvkTTVkp { width:6.5rem;height:0.9624rem;top:10.25rem;left:9.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #QbRvHLFJdzOhbOzrtnr6LMloVWXXLWKL { width:6.8125rem;height:3.75rem;top:2.4375rem;left:6.25rem;overflow:hidden;display:block; }
 }