.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:252,221,226;--color-primary-1:246,141,157;--color-primary-2:237,26,59;--color-primary-3:119,13,30;--color-primary-4:36,4,9;--color-secondary-0:227,218,241;--color-secondary-1:172,145,212;--color-secondary-2:116,72,183;--color-secondary-3:81,26,165;--color-secondary-4:45,31,132;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:transparent;background-image:url("https://images.assets-landingi.com/1zGJijLk51M/unsplash/andrea-caramello-1zGJijLk51M-photo-1760867191563-791f803e1bcd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyload, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyloading { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:60rem;height:83.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { color:#04253a;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:29.0625rem;height:0;font-style:normal;display:block; }
#kkCmLXwRyxAK4msyq6VMBDWeEKN2OUdv { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.875rem;left:5.84375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h2lzq6l9NwzSBrBbHQiOockQU4nBGrbV { color:rgba(var(--color-tertiary-0),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:4.125rem;left:1.59375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddts58zv9Tylg4HfmyxCZemWcwEqBuP5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:54.0625rem;top:2.9375rem;left:2.9375rem;display:block; }
#v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:42.1875rem;left:0.3125rem;display:block; }
#nfzsAulEIxUKeTDTXTOXUTHynuM5VV2P { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:43.8125rem;left:1.625rem;overflow:hidden;display:block; }
#d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:48.125rem;left:1.625rem;height:8.77148125rem;font-style:normal;display:block; }
#RVl69vyLhnAQUM6ULkJByRkaNzCJZsR4 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:42.1875rem;left:20rem;display:block; }
#VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:42.1875rem;left:40rem;display:block; }
#OHa6kd8mT30SkZQ990TsBZzSKHdirukT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:43.875rem;left:21.25rem; }
#uuH7gxUXxNWVgs0DBtkc9SNZMmdVFfRD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:43.6875rem;left:41.125rem; }
#CJz6VBt1G6Tquk5ISFfCQ4fvNkSGI8RF { color:#6b09ff;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:48.125rem;left:21.25rem;height:7.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXlztv4ppMwOXLlFVT0qvVsvJnWwoi0W { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:48.125rem;left:41.125rem;height:8.771475rem;font-style:normal;display:block; }
#FARzAHaa6KJDEPI4k42OLRtrodCwTLm6 { color:rgba(var(--color-secondary-3),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:63.8125rem;left:8.8125rem;height:15.11135625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfHC2KfQJzbABLixG7GlMPScBiH4tv0W { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:47.1875rem;top:61.6875rem;left:7.125rem;display:block; }
#z0IXvcg0cfvQow3iR1wryqc0DzVcgctW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.6875rem;width:44rem;top:13.8125rem;left:8.71875rem;display:block; }
#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm { position:relative;display:block; }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm { background-color: transparent; background-image: none; }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .row .container > .video-iframe-container { display: none; }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .row > .video-iframe-container { display: none; }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .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); }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm { border-width: 0; border-radius: 0; }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .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; }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .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:33.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xNbKImdxJeeQMpxZy6VHkMk8FPFbrXXN { 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:33.6875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#A1ZcCDEcNzP4f1F4i5H3NZeNC7KGPmbR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:2rem;height:16.9726875rem;text-align:justify;text-align-last:initial;display:block; }
#c2KVgUtxsBSnNud0H4NX3BaLdc0VqTz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.125rem;left:2rem;height:6.171875rem;text-align:justify;text-align-last:initial;display:block; }
#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg { position:relative;display:block; }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg { background-color: transparent; background-image: none; }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .row .container > .video-iframe-container { display: none; }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .row > .video-iframe-container { display: none; }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .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); }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg { border-width: 0; border-radius: 0; }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .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; }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .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:21.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I0b6y6iDJ9sInJ1mOnWv0yvrtSnLaoyL { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.28125rem;left:10.78125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#auSaFERviyAX5GGspWpkX0JTqDOKTuAK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#KppmbqzSrD8fvIo8v8d40OPFtOReZPtH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.875rem;left:16.71875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#x94nTtOJPQAgKaqFq3WTTTFZlmooordO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:6.65625rem;left:20.5625rem; }
#kyeHM7BMKRZWrJTzTAqS3Ug7MPFBhHya { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0625rem;left:27.65625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#lFsmA30VtzaB8ufGZ2NuyfBqRvCCe02q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.84375rem;left:24.96875rem; }
#AKLoXVvJ2ANibNhLzMFOXla4EadrrNX0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.0625rem;left:21.625rem; }
#XLgAgxtZeEM1XxVWzrZJA9tkWsCxpPwB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.28125rem;left:16.15625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#sMurqvtA6sEUuy82yCNOPuuDfXCa08dl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18rem;left:13.65625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#a0lKQAHMXAmncJr0r1rfW1VbKF72TSn5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17.25rem;left:11.4375rem; }
#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt { 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; }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row .container { background-color: transparent; background-image: none; }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row .container > .video-iframe-container { display: none; }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row > .video-iframe-container { display: none; }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .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); }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row .container { border-width: 0; border-radius: 0; }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#g7uG3Xa57guGkvTb2kpWTPCmq9e7tEnB { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZqHu7R4Qx7n18CnHgGQUlSvweIZKy5y { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.375rem;left:1.03125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zo4AHXDkTteZC3CdQZLzQ6nTek4RH3Jr { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.375rem;left:21.40625rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NUgc5pSUZWyJLB4KoH0arW1CqnX1X4JA { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.375rem;left:40.9375rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MBQBDKHXZhrHBKp2iKQpHhXqdZThnQIQ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.1875rem;left:23.0625rem;display:block; }
#hzw5WE5eGkTssMTuWTEwcUNKdCJB63NW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6UuplOLC1pKvHsASwWrNZ0CxPOe4rWc { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:2.8125rem;left:27.21875rem;display:block; }
#ydHmrOc3LUKFMLMJGk4zKJCpzDy6qRJ4 { color:rgba(var(--color-secondary-3),1);display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { 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; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { border-width: 0; border-radius: 0; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:rgba(var(--color-secondary-3),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.40625rem;left:2.4375rem;height:5.8496125rem;font-style:normal;display:block; }
#LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { 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; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { color:#040202;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.625rem;left:11.65625rem;height:1.6875rem;font-style:normal;display:block; }
#ipHoPwasrp9D85aIEf2cmcuQqWl8omkL { color:#040202;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.25rem;left:11.65625rem;height:1.6875rem;font-style:normal;display:block; }
#l30FcKuEWpLhqQ2FSPE4zXSmRwH0ap4v { color:#040202;display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.03125rem;left:11.75rem;height:1.6875rem;font-style:normal;display:block; }
#hJEPf7GKFuxH69Ai6ZXPQo4akTrdmO9d { color:#040202;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:9.84375rem;left:11.75rem;height:1.6875rem;font-style:normal;display:block; }
#fINn2tQmzTSwe6A5zvBIJJkrI4IdMf44 { color:rgba(var(--color-primary-2),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:12.46875rem;left:11.65625rem;height:1.6875rem;font-style:normal;display:block; }
#xf9wICvyzb4rfrUq8dbiyeHbqUfF0fTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.71875rem;left:9.625rem; }
#UFy1cwIolGMNnC8hWrB0na74nFtcIgnK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.34375rem;left:9.625rem; }
#JJ2ccD3lkX3JH8O98NBnNsDia2sGBicH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.125rem;left:9.625rem; }
#imLJqi3FDSXm8fZrRDZxlLTmVBMIyccI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.9375rem;left:9.625rem; }
#lL2VVDptoD6v7s6TtMiPKQAlMJzQ07Zw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.5625rem;left:9.625rem; }
#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { background-color: transparent; background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .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); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { border-width: 0; border-radius: 0; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#sQwVPOVQECdTRHMAgPfPoXT50f9P06hR { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.818359375rem;left:1.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#gWqAhJLwbg1G6Pzs7EXZQEZodNeBfK0M { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#KAMq5wiGLIgpZ30Bhb4R5ITqqmFMvqO0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1zGJijLk51M/unsplash/andrea-caramello-1zGJijLk51M-photo-1760867191563-791f803e1bcd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.adaptive-delivery-prevent-bg, #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.lazyload, #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.lazyloading { background-image: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { background-color: transparent; background-image: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container > .video-iframe-container { display: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container { display: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .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); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { border-width: 0; border-radius: 0; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:block; }#d9mhM3B67Tfoozqnhy6U7gOHXyBAGRiv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.119140625rem;left:1.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwD53QCJodwCyT9EmsKRvkB936KxZE2m { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:24.625rem;left:1.5625rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7pFViH0LBPI9JPI9iS2cu6ArgRzhzCn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.119140625rem;left:21.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFpf1IO48olsmkxddvb15WIhh2KQCwWU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:24.625rem;left:21.375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TU2dEpNJo23sbKJxePGBrUOAZONCv8kJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:24.625rem;left:41.1875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpfeD8X4JFMThJ7wQ06l11tpRTBMCW61 { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:13.5625rem;top:3.625rem;left:3.15625rem;overflow:hidden;display:block; }
#SWrAZFhF092lfgPDTzc3ew6CNH7TsXfC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.119140625rem;left:41.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FdLuxMvBBxQtM1TvGXz7mxzZROn1yykq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:33.90625rem;left:24.4375rem;overflow:hidden;display:block; }
#VTyqvWCSlsh0TlAHMDVMhVBicKrrPq9z { box-sizing:content-box;height:10.125rem;width:16.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.91);background-image:none;top:35.125rem;left:21.6875rem;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; }
#csyeULh7g76Tx41PHVp9kRbKeuSJbB7i { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #eaf1ff;border-left:0.0625rem solid #eaf1ff;border-right:0.0625rem solid #eaf1ff;border-bottom:0.0625rem solid #eaf1ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:13.625rem;top:3.625rem;left:23.125rem;overflow:hidden;display:block; }
#uwunfltKxeZZk70D6Bcvqyzoxipcud69 { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:13.8125rem;top:3.625rem;left:43.03125rem;overflow:hidden;display:block; }
#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP { 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; }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row .container { background-color: transparent; background-image: none; }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row .container > .video-iframe-container { display: none; }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row > .video-iframe-container { display: none; }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .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); }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row .container { border-width: 0; border-radius: 0; }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#tgyKs46Z4mFpmTIFZdoBS7oPpbu5HASR { display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:16.375rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-3),1);text-align:center;text-align-last:center;display:block; }
#PG6Ikpd4DTguJDbTSuyBUNhcudSC2GnP { box-sizing:content-box;height:11.3125rem;width:27.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.8779296875rem;left:16.125rem;display:block; }
#cuX032T6h1CvJl3lK13HB1dyhI48r6z5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.369140625rem;left:23.1875rem;height:4.38671875rem;font-style:normal;display:block; }
#hLdT9WD7Ipf2vH4AH1LcA4STSbTqlmWD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.09375rem;left:19.125rem; }
#WT99IlsWDk5avviIimEt7WGrazrVN7HH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.625rem;left:23.1875rem;height:2.1933625rem;font-style:normal;display:block; }
#miLgvRCIg5Te6oFsOwZzy5TMrwq6pC5d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.693359375rem;left:18.5rem; }
#E76XPMoSCcW14ORnacHXmKNI9tV28VOn { color:rgba(var(--color-secondary-3),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6474609375rem;left:19.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#nFJsafiW73f4tAqgHblycmyTwGIrC1es { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.47265625rem;left:16.75rem; }
#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row .container { background-color: transparent; background-image: none; }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row .container > .video-iframe-container { display: none; }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row > .video-iframe-container { display: none; }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .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); }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row .container { border-width: 0; border-radius: 0; }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row .container { font-size:0.875rem;font-family:arial;height:164.875rem;width:60rem;position:relative;display:block; }#RTSJB8Xqyopc5y3HtK4CLcgXTttxov6V { display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.8681640625rem;left:24.25rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#U0CkUvvVWG8qq4aNlzlAZESLH1dkaoZM { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:13.7548828125rem;left:29.25rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#hQqv4OXalRIbPKx6DfgRtybHfO4pKh3T { display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1640625rem;left:13.46875rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#fEyfBwwI9Hn4D6TSKTs56gNhWKJdd59P { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.7890625rem;left:0rem;height:1.4619125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#feiblPUlbbLrsbp9giJTiaHWJ0eFWxra { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.82421875rem;left:2.625rem;height:7.3095625rem;font-style:normal;display:block; }
#J2MdUoQPu2Xo6RLuNf4T1G39LEP6KigT { display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.2412109375rem;left:4.9375rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#v0g8cBvnHr9Jmwyx1pksHlQgVTaNyHxP { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.03125rem;left:24.25rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#USgcJywcqXl9BZpn4VHOsraKzruxeqBf { display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:20.35546875rem;left:24.25rem;height:10.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#sBy6Xk3ndZKHzGPFf0TCHTbGurMfBEni { display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:34.46875rem;left:15.75rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#DvNRIcAb9TnKnx4ZAmfsO3CfKGikCDBc { display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:46.75rem;left:5.0625rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#eySbBOVsepUp2LsxUkV3rGD8ClkyHT0O { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:52.6875rem;left:2.625rem;height:4.38574375rem;font-style:normal;display:block; }
#Nd1xzEeyH9BAxFz1UgGXr6PmuATTDB2X { display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:44.0625rem;left:24.25rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#ITumPbwFXtQC1VR8aVBEW9XnAWxQUKO8 { display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:43.9375rem;left:29.25rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#sTBqbcB9xo7RL6I07oQm4TiLBugu94r4 { display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:47.25rem;left:24.25rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#haD4FAucd0xsTMFwQUVnvzcy4amp9wxf { display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:50.5625rem;left:24.25rem;height:16.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#rtTpvNQBk63Sso3BZ0MMAFl6dbLrovwf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:13.8681640625rem;left:0rem;display:block; }
#aCT58sJHM8SSgiqhZX6JyTBJQCKBOu3W { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:80.5rem;left:0rem;display:block; }
#BUzG39Er6qbp43LRGUkJ4hMO8Wn1GKEL { box-sizing:content-box;height:3.375rem;width:6.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:33.625rem;left:8.0625rem;display:block; }
#EK0PwF4U5RKuI9rqQuapZct2Ne856SGQ { display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:34.5rem;left:9rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#TUwUnvXuZ2wPI3QyTIvqJyBaDNFGMoDf { box-sizing:content-box;height:3.375rem;width:6.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.0625rem;left:9.25rem;display:block; }
#PxWbiPt381buBgeAbOPWlCV8wnlqw7qk { display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:68.9375rem;left:10.1875rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#wLohWRIVEGWTCOrtZMpkw3UQkPf5kkeM { display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:68.4375rem;left:16.9375rem;height:3.375rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#oigtQ2XThSVZcWb04w5GZZsFebqW11PR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:44.0625rem;left:0rem;display:block; }
#vzGzn2BuVgtQwlU5xA29M5BGMqcugifC { display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:83.5625rem;left:5.0625rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#zqMKCTiJ3IAnb6rITp24A2OKaAmnHt4I { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:89rem;left:2.625rem;height:4.38574375rem;font-style:normal;display:block; }
#DPMCUSgDJ56sMKi1JzA01D6liDBgcEIH { display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:80.5rem;left:25.5rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#MPTJUs5P99viy37TRPeFkePDRopgRNop { display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:80.375rem;left:30.5rem;height:3.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#eIZkXGk0CVDxnXbaHrimbexGMDe3g2zk { box-sizing:content-box;height:4.75rem;width:19.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:45.8125rem;left:2.0625rem;display:block; }
#OieoEQ0BTJkiDSnGe3NzPccz2zmmsLgp { box-sizing:content-box;height:4.75rem;width:19.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.3291015625rem;left:2.03125rem;display:block; }
#UFfnyZiK1VOpQwk6rp9hrfiHZP9orFSu { box-sizing:content-box;height:4.75rem;width:19.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:82.6875rem;left:2.625rem;display:block; }
#vKnTkSnT88JIqKycpsI4exmW7igJh0Nf { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:85.5rem;left:25.34375rem;height:21.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#N1XkMy63Hvl1wFyV2iqK8XtACqVvtbBc { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:119.875rem;left:0rem;display:block; }
#TWeDzn2AHOny1iWg56EgwftL2bxtW6C5 { box-sizing:content-box;height:3.375rem;width:6.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:109.9375rem;left:8.75rem;display:block; }
#EUBlR9Zf9IeQrEE7otgSJSiyg8dSyLZw { display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:110.8125rem;left:9.75rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#N1zQMy9GDpHqzXCHRDEEO7AHaxTNtoZp { display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:110.78125rem;left:16.9375rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#WqkJv83e04upsIlF5Ev81GUTuNH70VaA { box-sizing:content-box;height:4.75rem;width:19.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:122.0625rem;left:2.625rem;display:block; }
#wteUALKhUJBxFcAyo6kykUvxhyQgVGSb { display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:122.9375rem;left:4.9375rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#yer1vknQM2ZR1WBBKupMUn9bCewb8J3L { color:rgba(var(--color-secondary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:128.5625rem;left:2.4375rem;height:5.84765625rem;font-style:normal;display:block; }
#oLsNExoorz1iIBrII1RL2aBuZiv8ZJgW { display:block;width:7.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:119.875rem;left:24.5rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#QS7rUWA95OhyaGMObXpEzaLnFColhCb0 { display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:119.8125rem;left:29.625rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#LcoS9dlZXZlGfgtRO4RH5ehsefHvMDwt { display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:124.6875rem;left:24.25rem;height:18.5625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#FQm7y41FAMd8hbpklphFc0ObrnLrLtWk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:60rem;top:38.5rem;left:0rem;display:block; }
#IvIf6HNT6N4Tc31GPHmuA2MJSoiVsFiT { box-sizing:content-box;height:3.375rem;width:6.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:146.875rem;left:8.0625rem;display:block; }
#lv2TK7kfmT96ihsvRJU33F68pgyHLGoT { display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:147.75rem;left:9.0625rem;height:1.6875rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#WSWaphgZoETyXW9puQ8gGUral4SMsyxE { display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:146.875rem;left:16.75rem;height:3.375rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#w1omQf4PP5BT5pqtWGArZwJeH5mtRef8 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:160.5146484375rem;left:2.625rem;height:2.111325rem;font-style:normal;display:block; }
#E0tMxafoVq6R4Iyq2pftE0nGFb9zJqdy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.75rem;top:38.46875rem;left:41.125rem;display:block; }
#odyNGF1TFA6SIECTr6Ik5n10D9KM2TyZ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:60rem;top:75.9375rem;left:0rem;display:block; }
#oBBaOnyi8LcpIIZFsWdNAxl6Qgxye1mF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.75rem;top:75.90625rem;left:18.3125rem;display:block; }
#d6ht4b1NBWMll45wPkqBoc8wRFlvr5VM { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:60rem;top:115.625rem;left:0rem;display:block; }
#ky3FC9pqycKebqr6zgdBI8gSkI2uDIlq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.75rem;top:115.59375rem;left:2.0625rem;display:block; }
#Fk8x4RZbLvpR3oieoqniHBWkVEB7TwnJ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:60rem;top:157.5625rem;left:0rem;display:block; }
#DbkzIrzqNefQG085qV7tVXXEMNgT81Sv { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.75rem;top:157.53125rem;left:0rem;display:block; }
#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG { 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; }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row .container { background-color: transparent; background-image: none; }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row .container > .video-iframe-container { display: none; }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row > .video-iframe-container { display: none; }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .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); }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row .container { border-width: 0; border-radius: 0; }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:60rem;position:relative;display:block; }#faWz94QkksSXOJNMZ0fXnLJGVPcbUm6J { color:rgba(var(--color-primary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18rem;left:22.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDPe41GwiDZZqNM8wOJKJm5TCRsxC8f0 { color:#040202;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:21.375rem;left:22.5625rem;height:11.1972875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aD5adB4FDPIoslHT8lBy7HJZGsKCHNJA { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HqpIrJ6gLdiMhVudKAstxLlUBONPrQg5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:60rem;top:8.1875rem;left:0rem;display:block; }
#fxuNAgQpGVedtehEXtiTll8DpnaMSBf1 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.125rem;height:2.92480625rem;font-style:normal;display:block; }
#TXgL5H4um3ws5KSTSf6C0QzmRfeRtHwZ { color:rgba(var(--color-primary-2),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.8125rem;left:22.4375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WJcKzcph4fugQGEot0nq47O1QraT33eT { color:rgba(var(--color-secondary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:16.78125rem;left:2.125rem;height:3.8994125rem;font-style:normal;display:block; }
#IUr5MkRfZGsdbQfArl0hRe4TzmAl0xmR { color:rgba(var(--color-primary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:42.0625rem;left:22.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ilg0EbLDD98kPISDmtdKhIiHvIc5D9A3 { color:#040202;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:45.25rem;left:22.5625rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XF1EakaSIHsgaSX8Vra69c1wIMTwtdB2 { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.9375rem;left:22.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7RhatN0sbTdy8IEN8TEv5ANDnyLTVRe { color:#040202;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:35.5rem;left:22.4375rem;height:1.13671875rem;display:block; }
#cidgFNT64ix9Nm35AzRldIn1dqMle0Us { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:39.1875rem;left:0rem;display:block; }
#ZzqgHSnGl6OLIgz6lBeOyRb1ThWeBoxP { color:rgba(var(--color-secondary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:41.375rem;left:2.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#gpmC5RLwVDLlE736N2GWv3KAA1h15kXJ { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:57.0625rem;left:0rem;display:block; }
#k2HUuHBytMudtglI48Mam0Da0g8wwxT1 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.5625rem;width:19.0625rem;top:23rem;left:0.46875rem;overflow:hidden;display:block; }
#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ { 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; }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row .container { background-color: transparent; background-image: none; }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row .container > .video-iframe-container { display: none; }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row > .video-iframe-container { display: none; }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .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); }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row .container { border-width: 0; border-radius: 0; }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:60rem;position:relative;display:block; }#Uarl1K1BS98uuvT40wvNTMzgIMpXrVoe { color:rgba(var(--color-secondary-3),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:51.76953125rem;left:2.03125rem;height:3.8994125rem;font-style:normal;display:block; }
#U7okw7X8FxemPnkHtaSEWpzy6OgrXOo9 { color:rgba(var(--color-secondary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#aHzrFD2WQTeebnlNXNFbyD2uzy5JJ17D { color:rgba(var(--color-primary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:2.9375rem;left:22.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLquVxbNE2n3NZ1yhiNXoKso8mDxO5ev { color:#040202;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:6.5625rem;left:22.0625rem;height:12.5947125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OHJV3LfFUP3mKnBIA0NdE6IiduJePChA { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.8125rem;left:22.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F42dsJxlGmt8Xk0gqRDdEFySAcQE4X0u { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:49.75rem;left:0rem;display:block; }
#LSLuGzgiSAtv3gm3FumGneQfvbooNTJR { color:rgba(var(--color-secondary-3),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:26.625rem;left:2.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#i35V20F7TIIpsNeeLJ1i01wD54RLb45F { color:#040202;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:31.375rem;left:21.5rem;height:13.994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZuFFOQy4EDNx7a5ftO3pFELWvh1C0Wvz { color:rgba(var(--color-primary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.84375rem;left:22.0625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DT2sO2l9PurwsVGBvFvxHWo88XDaHnyP { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:46.875rem;left:22.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QygZqIfP9z1CSeQxqgf8E6UdFJARpLTw { color:rgba(var(--color-primary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:52.6875rem;left:22.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFwAO4fmgxuqs4wRd8MKZKPxe68QGerq { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:25rem;left:0rem;display:block; }
#udsIqWdhZcE66KAeFXNPhN5y8TcsuIQc { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.3125rem;width:18rem;top:8.625rem;left:1rem;overflow:hidden;display:block; }
#NKA0kU38UgvtP57oLGchQ75Vzga5lxgt { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.0625rem;width:18.1875rem;top:32.8125rem;left:0.90625rem;overflow:hidden;display:block; }
#Se7OLOoBf6KuGvs8CcATROrViNTHz78t { color:#040202;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:56rem;left:22.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy { 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; }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row .container { background-color: transparent; background-image: none; }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row .container > .video-iframe-container { display: none; }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row > .video-iframe-container { display: none; }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .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); }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row .container { border-width: 0; border-radius: 0; }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#RT2DM6UErRb2IT6zuTJ7v3lk7ZE17Ww8 { color:#040202;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:18.75rem;height:1.4619125rem;font-style:normal;display:block; }
#IqNlpJDoob45bBg1SZRQ4iFl1bcItg9g { display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.875rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:left;text-align-last:left;display:block; }
#NViRCE4DH1MSDWKXV7t52qZlGwtiJuCc { color:#040202;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.6875rem;left:18.75rem;height:1.4619125rem;font-style:normal;display:block; }
#KmQgzTCFTPz39vb7PVkPiQ5rVneflNS8 { color:#040202;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.375rem;left:18.75rem;height:1.4619125rem;font-style:normal;display:block; }
#F9X6LSW1IMS8koaLQ1USyWT6liImI2WO { color:#040202;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.75rem;left:18.75rem;height:1.4619125rem;font-style:normal;display:block; }
#E2rbW0wf0lx0Jr4rpwc1pCwRWX29kl5h { color:#040202;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27rem;left:18.75rem;height:1.4619125rem;font-style:normal;display:block; }
#GX8yuzv3sOSUKnopd7oJexbgdOzSIlOr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.5rem;left:13.5625rem; }
#xEVxZbfVHXRpNVZooe7q3iniObTPUMLO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.875rem;left:13.5625rem; }
#ZD2qTVzwZdK39UUGfHhqfb82JvxXTd8i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.5625rem;left:13.5625rem; }
#gOlPKTz4sqTZiqxrgBSvgeEaAwiuaTTv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.875rem;left:13.5625rem; }
#NrGJSvGcWhPV67PhSkUgP3QJukhheB1M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:26.1875rem;left:13.5625rem; }
#dKTSH1ExaTTL2EllQWoFQFirdlt9u2gQ { display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.875rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:left;text-align-last:left;display:block; }
#TZst7hTlDDSWOtA95BmDUcHZQqnqkLTK { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:0rem;left:0.6875rem;display:block; }
#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou { 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; }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row .container { background-color: transparent; background-image: none; }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row .container > .video-iframe-container { display: none; }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row > .video-iframe-container { display: none; }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .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); }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row .container { border-width: 0; border-radius: 0; }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:60rem;position:relative;display:block; }#BJc1p9aixB78PK04VZ1TeVRMCVz1zQcp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-tertiary-4),0.08) ;height:35.3125rem;width:23.6875rem;top:9.6875rem;left:30.8125rem;display:block; }
#BI1UdrGvgxXEwpHlvLKdLQtWDSlvHRZ2 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.4375rem;left:33.84375rem;display:block; }
#ZlItbzLPXQWkEUB0hb0vpBobAJh7RqDC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vP9WzrFzut9DyzU2iMUtFTCLulruXEIZ { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:22.25rem;left:9.25rem;display:block; }
#a7BVZnEMJx6E0e7myTGMTRdOOcWAJemJ { color:#040202;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:23.375rem;left:7.6875rem;height:11.7363125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#a7BVZnEMJx6E0e7myTGMTRdOOcWAJemJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a7BVZnEMJx6E0e7myTGMTRdOOcWAJemJ li:before{  }
#ZSuuWnwtDhhroTTxrD6LGTgLcO3uOTL6 { color:#004ea9;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.53125rem;left:31.90625rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y2OeX8Ls6viZnEVAoXzoAoH4pa9QzE4D { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:21rem;left:33.1875rem;display:block; }
#HaEWUs79RGPif91vh3gWMcypapvqqnfK { color:rgba(var(--color-primary-2),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.70703125rem;left:8.125rem;height:2.35546875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W2g9oEu4WdwMuqMgEDSQskBGDGZzeaP6 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.375rem;width:24rem;top:9.625rem;left:30.875rem;display:block; }
#Difql6R0TESuNpJq77QomVCpWumTuICW { color:rgba(var(--color-secondary-3),1);display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.875rem;left:33.1875rem;height:2.92480625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zreiJJe6R3UpvblJDAn04lFeq2zfGMmK { color:rgba(var(--color-secondary-3),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.28125rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bRqcZJUKMXneIX66R95RIZudBzXfSXnE { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(var(--color-tertiary-4),0.08) ;height:32.9375rem;width:22.125rem;top:10.875rem;left:6.6875rem;display:block; }
#SxXilzqCPm3dzN6FwCSJ9xWe7Ia8pBuw { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:22.25rem;top:10.9375rem;left:6.75rem;display:block; }
#wOiNTKi0myUc8EGZ9PaZvzJzVC8WcZ8e { color:rgba(var(--color-primary-2),1);display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.125rem;left:9.25rem;height:2.92480625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HQH0XM8G1wfU73ESq78XcaV6iFmAH5mG { color:#040202;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:24.4375rem;left:31.90625rem;height:13.536125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HQH0XM8G1wfU73ESq78XcaV6iFmAH5mG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HQH0XM8G1wfU73ESq78XcaV6iFmAH5mG li:before{  }
#cD9wrk5e3C6vimagk0oouIkmsEKOXpnA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:38.4375rem;left:8.125rem;display:block; }
#TMSLt996u3EF31GI27uZHFgcfV6PW4f6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0JW5sTmNbO8WXLv06sAa1pyZbeDOSd9 { color:rgba(var(--color-primary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.125rem;left:31.8125rem;height:1.29980625rem;display:block; }
#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ { display:block; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ { background-color: transparent; background-image: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container > .video-iframe-container { display: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row > .video-iframe-container { display: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ { border-width: 0; border-radius: 0; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1f39c8b-143a-48f5-a9de-83b35e8b78a1/136445najpopularniejszekursyonlinejakwybrac_1200.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;width:60rem;height:46.4375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container.adaptive-delivery-prevent-bg, #mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container.lazyload, #mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container.lazyloading { background-image: none; }#x23mNf5Toe3FTaAuD3ERMrArvxc875Q3 { display:block;width:59.625rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-3),1);display:block; }
#omzu0pu6rtGTNwtKrciMfKOcK2vTkPfL { display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5625rem;left:1.4375rem;height:;color:#040202;font-style:normal;display:block; }#omzu0pu6rtGTNwtKrciMfKOcK2vTkPfL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#omzu0pu6rtGTNwtKrciMfKOcK2vTkPfL li:before{  }
#ipI6x3egEmD6gIkChPWPBlNBEToyx2md { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.34375rem;left:17.5625rem;display:block; }
#ZSNITDSkL1WVFSIca3SJrSWDNRbBFGDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFbLLhs3Bi2SN1OlLQuvSpm2PQt3yKlS { box-sizing:content-box;height:0.3125rem;width:4.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.25rem;left:29.125rem;display:block; }
#TSw9FffLefGLqnGuvz5xGQnQra0a1voV { color:#040202;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.5rem;left:1.4375rem;height:2.2744125rem;font-style:normal;display:block; }
#v5S9cs4oTyE57y042mF4oXRDDdbDOFJI { box-sizing:content-box;height:0.3125rem;width:4.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.8125rem;left:22.3125rem;display:block; }
#KanhdwKzTGqwFDUZNTkJWwFh9XdNxUxm { box-sizing:content-box;height:0.375rem;width:4.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.6875rem;left:39.25rem;display:block; }
#dfiOezPqGh6lFXU9QbRT0wP5SwACeQxs { box-sizing:content-box;height:0.3125rem;width:4.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.09375rem;left:22.3125rem;display:block; }
#VLRATMBecECSVkmMxtZFg6yA1CZ5MTST { color:rgba(var(--color-primary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:33.3125rem;left:19.6875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKiILI5RXPlfzS8ZKlD5dEbF0RtJ6kAw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38rem;left:24.625rem;display:block; }
#TTs3JTSPDqzskdVGg02IBgcmCJ6VZ0Uq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc { 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; }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row .container { background-color: transparent; background-image: none; }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row .container > .video-iframe-container { display: none; }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row > .video-iframe-container { display: none; }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .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); }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row .container { border-width: 0; border-radius: 0; }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:60rem;position:relative;display:block; }#knh1NKu6UrZemxgh1l9vaVTWukPlNXwu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:46.8125rem;top:11.0625rem;left:6.59375rem;display:block; }
#zXE9CrQpNXVHhXZD1tQqsrEAVp2wCysr { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:13.1875rem;left:13.0625rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ksJE4Z8lBFNmQOVbaX3DXlerduFrF61D { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IW3ozCi5TSIpwD4QQ3A0vec1NPaQmZrx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.125rem;left:13.0625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3TqmWUnU9xc5ta7H8bsLVTvhMhRFTXc { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:30.5rem;left:7.65625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEwhhSgkyXITchsXp9fU6osLaUnECh7I { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-secondary-3),1);border-left:0.375rem solid rgba(var(--color-secondary-3),1);border-right:0.375rem solid rgba(var(--color-secondary-3),1);border-bottom:0.375rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:59.25rem;top:3.75rem;left:0rem;display:block; }
#hirw53Db82hIFnDIF4v2HImTyytMy0sH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:20.1875rem;left:28.78125rem; }
#GtuZT8IUgyMWTHQaJN9FUt5xVFx7NTAC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:27.5625rem;left:28.78125rem; }
#wGJvxPExP3zf6UtEHD0eQtplRPikCBbI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:34.625rem;left:28.78125rem; }
#XSkMIr7TX4hiRAwwREoAxSDRDeiZSUwa { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:37.625rem;left:7.65625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA { 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; }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row .container { background-color: transparent; background-image: none; }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row .container > .video-iframe-container { display: none; }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row > .video-iframe-container { display: none; }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .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); }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row .container { border-width: 0; border-radius: 0; }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:60rem;position:relative;display:block; }#x5iVxW9U3KnPUGWvnloCFFxp8M0TbHM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VGHLvAsBxJq3HA8nzNN8uEIylGns8g3p { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OnsHAUanPetviGdPpsQ2OhIOW9qlcbWZ { box-sizing:content-box;height:24.125rem;width:25.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.75rem;left:32.125rem;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);display:block; }
#HJqezBTN7rK5x7xPekRHa22Wp3cBcVex { box-sizing:content-box;height:15.75rem;width:25.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.75rem;left:2.125rem;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);display:block; }
#Idx1nog2HA8blVEc4cf7iWKMJuUBgt07 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:4.84375rem;height:11.6953125rem;text-align:center;text-align-last:center;display:block; }
#wJJFVCz9k9ycD6DvZNfD79XNbP1PUh76 { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.59375rem;left:34.5625rem;height:19.004875rem;text-align:center;text-align-last:center;display:block; }
#MMbegcmG0l7dBSzHpgmJLMN7eeimGMPm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:27.4609375rem;left:2.125rem;height:2.111325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xrFDxbcZATmkIUF2ibxeab0FBgHs1gho { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.7734375rem;left:32.125rem;height:2.111325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fo4mQsFkk5SRgAwHye4eax04QC7vJGLE { box-sizing:content-box;height:30.8125rem;width:26.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:32.28125rem;left:1.5625rem;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);display:block; }
#zvWMczHhqPvI75aBUyIE09qlBQNDuO46 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.125rem;left:3.3125rem;height:26.3144375rem;text-align:center;text-align-last:center;display:block; }
#Q6BwsW6Arxv3TNTqhogkss9bxtxMxCKK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:64.2734375rem;left:1.5625rem;height:2.111325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qptsvNVHda1zSEB9BbGoiuODT1Imfyth { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.5rem;width:25.8125rem;top:42.2734375rem;left:32.09375rem;display:block; }
#XCPoElwbnIeo8ZfW5qUGhwT0zmcTRtR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:57.8984375rem;left:32.125rem;height:2.111325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row .container { background-color: transparent; background-image: none; }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row .container > .video-iframe-container { display: none; }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row > .video-iframe-container { display: none; }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .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); }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row .container { border-width: 0; border-radius: 0; }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#aLdf8Z8VzfaZKlK25kOPvdFCsNOdDgTu { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.505859375rem;left:4.625rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xSTFiIdZVx5KgUilPBTwEmKJk33nWVgT { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.443359375rem;left:8rem;height:2.923825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection { 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; } #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection *:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="text"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="email"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="tel"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection textarea:focus-visible { outline: none; } #LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row .container { background-color: transparent; background-image: none; }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row .container > .video-iframe-container { display: none; }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row > .video-iframe-container { display: none; }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .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); }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row .container { border-width: 0; border-radius: 0; }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row .container { font-size:0.875rem;font-family:poppins;height:10.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCmLXwRyxAK4msyq6VMBDWeEKN2OUdv { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2lzq6l9NwzSBrBbHQiOockQU4nBGrbV { top:4.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddts58zv9Tylg4HfmyxCZemWcwEqBuP5 { width:47.75rem;height:5.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { width:20rem;height:16.25rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzsAulEIxUKeTDTXTOXUTHynuM5VV2P { top:43.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVl69vyLhnAQUM6ULkJByRkaNzCJZsR4 { width:20rem;height:16.25rem;top:42.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { width:20rem;height:16.25rem;top:42.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHa6kd8mT30SkZQ990TsBZzSKHdirukT { top:43.875rem;left:15.125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuH7gxUXxNWVgs0DBtkc9SNZMmdVFfRD { top:43.6875rem;left:35rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJz6VBt1G6Tquk5ISFfCQ4fvNkSGI8RF { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlztv4ppMwOXLlFVT0qvVsvJnWwoi0W { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FARzAHaa6KJDEPI4k42OLRtrodCwTLm6 { top:63.8125rem;left:2.6875rem;width:42.4375rem;height:15rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHC2KfQJzbABLixG7GlMPScBiH4tv0W { width:47.1875rem;height:19.375rem;top:61.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0IXvcg0cfvQow3iR1wryqc0DzVcgctW { top:13.8125rem;left:2.59375rem;width:44rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm { display:block; }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNbKImdxJeeQMpxZy6VHkMk8FPFbrXXN { top:0rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ZcCDEcNzP4f1F4i5H3NZeNC7KGPmbR { top:3.875rem;left:0rem;width:31.375rem;height:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KVgUtxsBSnNud0H4NX3BaLdc0VqTz0 { top:22.125rem;left:0rem;width:32.6875rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg { display:block; }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0b6y6iDJ9sInJ1mOnWv0yvrtSnLaoyL { top:1.25rem;left:4.65625rem;width:38.125rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auSaFERviyAX5GGspWpkX0JTqDOKTuAK { width:47.75rem;height:21.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KppmbqzSrD8fvIo8v8d40OPFtOReZPtH { top:6.875rem;left:10.59375rem;width:27.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x94nTtOJPQAgKaqFq3WTTTFZlmooordO { top:6.625rem;left:14.4375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyeHM7BMKRZWrJTzTAqS3Ug7MPFBhHya { top:10.0625rem;left:20.0625rem;width:27.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFsmA30VtzaB8ufGZ2NuyfBqRvCCe02q { top:9.8125rem;left:18.84375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKLoXVvJ2ANibNhLzMFOXla4EadrrNX0 { top:13.0625rem;left:15.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLgAgxtZeEM1XxVWzrZJA9tkWsCxpPwB { top:13.25rem;left:10.03125rem;width:27.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMurqvtA6sEUuy82yCNOPuuDfXCa08dl { top:18rem;left:7.53125rem;width:32.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0lKQAHMXAmncJr0r1rfW1VbKF72TSn5 { top:17.25rem;left:5.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt { display:block; }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7uG3Xa57guGkvTb2kpWTPCmq9e7tEnB { width:14.25rem;height:2.25rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZqHu7R4Qx7n18CnHgGQUlSvweIZKy5y { width:17.9375rem;height:4.375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo4AHXDkTteZC3CdQZLzQ6nTek4RH3Jr { width:17.1875rem;height:4.375rem;top:11.375rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUgc5pSUZWyJLB4KoH0arW1CqnX1X4JA { width:18.125rem;height:4.375rem;top:11.375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQBDKHXZhrHBKp2iKQpHhXqdZThnQIQ { width:13.875rem;height:3.75rem;top:19.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzw5WE5eGkTssMTuWTEwcUNKdCJB63NW { display:block; }
 }@media only screen and (max-width: 763px) { #L6UuplOLC1pKvHsASwWrNZ0CxPOe4rWc { top:2.8125rem;left:21.03125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydHmrOc3LUKFMLMJGk4zKJCpzDy6qRJ4 { top:3.875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:47.75rem;height:5.75rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ipHoPwasrp9D85aIEf2cmcuQqWl8omkL { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #l30FcKuEWpLhqQ2FSPE4zXSmRwH0ap4v { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hJEPf7GKFuxH69Ai6ZXPQo4akTrdmO9d { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fINn2tQmzTSwe6A5zvBIJJkrI4IdMf44 { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xf9wICvyzb4rfrUq8dbiyeHbqUfF0fTM { top:1.6875rem;left:3.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFy1cwIolGMNnC8hWrB0na74nFtcIgnK { top:4.3125rem;left:3.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2ccD3lkX3JH8O98NBnNsDia2sGBicH { top:7.125rem;left:3.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imLJqi3FDSXm8fZrRDZxlLTmVBMIyccI { top:9.9375rem;left:3.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL2VVDptoD6v7s6TtMiPKQAlMJzQ07Zw { top:12.5625rem;left:3.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQwVPOVQECdTRHMAgPfPoXT50f9P06hR { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWqAhJLwbg1G6Pzs7EXZQEZodNeBfK0M { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAMq5wiGLIgpZ30Bhb4R5ITqqmFMvqO0 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai { display:block; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9mhM3B67Tfoozqnhy6U7gOHXyBAGRiv { width:16.875rem;height:1.9375rem;top:21.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwD53QCJodwCyT9EmsKRvkB936KxZE2m { width:16.875rem;height:8.4375rem;top:24.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7pFViH0LBPI9JPI9iS2cu6ArgRzhzCn { width:16.875rem;height:1.9375rem;top:21.0625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpf1IO48olsmkxddvb15WIhh2KQCwWU { width:17.25rem;height:6.75rem;top:24.625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2dEpNJo23sbKJxePGBrUOAZONCv8kJ { width:17.625rem;height:5.0625rem;top:24.625rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpfeD8X4JFMThJ7wQ06l11tpRTBMCW61 { top:3.625rem;left:1.09375rem;width:13.5625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWrAZFhF092lfgPDTzc3ew6CNH7TsXfC { width:16.875rem;height:1.9375rem;top:21.0625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdLuxMvBBxQtM1TvGXz7mxzZROn1yykq { top:33.875rem;left:18.25rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyqvWCSlsh0TlAHMDVMhVBicKrrPq9z { top:35.125rem;left:15.125rem;width:16.625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csyeULh7g76Tx41PHVp9kRbKeuSJbB7i { top:3.625rem;left:16.9375rem;width:13.625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwunfltKxeZZk70D6Bcvqyzoxipcud69 { top:3.625rem;left:32.71875rem;width:13.8125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP { display:block; }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgyKs46Z4mFpmTIFZdoBS7oPpbu5HASR { width:27.25rem;height:3.875rem;top:3.4375rem;left:10.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG6Ikpd4DTguJDbTSuyBUNhcudSC2GnP { top:7.875rem;left:10rem;width:27.75rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuX032T6h1CvJl3lK13HB1dyhI48r6z5 { top:9.3125rem;left:17.0625rem;width:18.125rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLdT9WD7Ipf2vH4AH1LcA4STSbTqlmWD { top:10.0625rem;left:13rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT99IlsWDk5avviIimEt7WGrazrVN7HH { top:15.625rem;left:17.0625rem;width:16.75rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miLgvRCIg5Te6oFsOwZzy5TMrwq6pC5d { top:13.6875rem;left:12.375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76XPMoSCcW14ORnacHXmKNI9tV28VOn { top:20.625rem;left:12.9375rem;width:24.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFJsafiW73f4tAqgHblycmyTwGIrC1es { top:20.4375rem;left:10.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz { display:block; }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTSJB8Xqyopc5y3HtK4CLcgXTttxov6V { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CkUvvVWG8qq4aNlzlAZESLH1dkaoZM { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQqv4OXalRIbPKx6DfgRtybHfO4pKh3T { width:33.0625rem;height:3.875rem;top:2.125rem;left:7.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEyfBwwI9Hn4D6TSKTs56gNhWKJdd59P { width:47.75rem;height:1.4375rem;top:6.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feiblPUlbbLrsbp9giJTiaHWJ0eFWxra { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2MdUoQPu2Xo6RLuNf4T1G39LEP6KigT { width:14.125rem;height:2.875rem;top:16.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0g8cBvnHr9Jmwyx1pksHlQgVTaNyHxP { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USgcJywcqXl9BZpn4VHOsraKzruxeqBf { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBy6Xk3ndZKHzGPFf0TCHTbGurMfBEni { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvNRIcAb9TnKnx4ZAmfsO3CfKGikCDBc { width:14.5rem;height:2.875rem;top:46.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eySbBOVsepUp2LsxUkV3rGD8ClkyHT0O { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1xzEeyH9BAxFz1UgGXr6PmuATTDB2X { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITumPbwFXtQC1VR8aVBEW9XnAWxQUKO8 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBqbcB9xo7RL6I07oQm4TiLBugu94r4 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haD4FAucd0xsTMFwQUVnvzcy4amp9wxf { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtTpvNQBk63Sso3BZ0MMAFl6dbLrovwf { width:20rem;height:16.25rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCT58sJHM8SSgiqhZX6JyTBJQCKBOu3W { width:20rem;height:16.25rem;top:80.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUzG39Er6qbp43LRGUkJ4hMO8Wn1GKEL { top:33.625rem;left:1.9375rem;width:6.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0PwF4U5RKuI9rqQuapZct2Ne856SGQ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwUnvXuZ2wPI3QyTIvqJyBaDNFGMoDf { top:68.0625rem;left:3.125rem;width:6.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxWbiPt381buBgeAbOPWlCV8wnlqw7qk { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLohWRIVEGWTCOrtZMpkw3UQkPf5kkeM { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oigtQ2XThSVZcWb04w5GZZsFebqW11PR { width:20rem;height:16.25rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzGzn2BuVgtQwlU5xA29M5BGMqcugifC { width:14.5rem;height:2.875rem;top:83.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqMKCTiJ3IAnb6rITp24A2OKaAmnHt4I { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPMCUSgDJ56sMKi1JzA01D6liDBgcEIH { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTJUs5P99viy37TRPeFkePDRopgRNop { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIZkXGk0CVDxnXbaHrimbexGMDe3g2zk { top:45.8125rem;left:0rem;width:19.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OieoEQ0BTJkiDSnGe3NzPccz2zmmsLgp { top:15.3125rem;left:0rem;width:19.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFfnyZiK1VOpQwk6rp9hrfiHZP9orFSu { top:82.6875rem;left:0rem;width:19.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKnTkSnT88JIqKycpsI4exmW7igJh0Nf { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1XkMy63Hvl1wFyV2iqK8XtACqVvtbBc { width:20rem;height:16.25rem;top:119.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeDzn2AHOny1iWg56EgwftL2bxtW6C5 { top:109.9375rem;left:2.625rem;width:6.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUBlR9Zf9IeQrEE7otgSJSiyg8dSyLZw { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1zQMy9GDpHqzXCHRDEEO7AHaxTNtoZp { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqkJv83e04upsIlF5Ev81GUTuNH70VaA { top:122.0625rem;left:0rem;width:19.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wteUALKhUJBxFcAyo6kykUvxhyQgVGSb { width:15.0625rem;height:2.875rem;top:122.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yer1vknQM2ZR1WBBKupMUn9bCewb8J3L { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLsNExoorz1iIBrII1RL2aBuZiv8ZJgW { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS7rUWA95OhyaGMObXpEzaLnFColhCb0 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcoS9dlZXZlGfgtRO4RH5ehsefHvMDwt { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQm7y41FAMd8hbpklphFc0ObrnLrLtWk { width:47.75rem;height:0.25rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvIf6HNT6N4Tc31GPHmuA2MJSoiVsFiT { top:146.875rem;left:1.9375rem;width:6.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv2TK7kfmT96ihsvRJU33F68pgyHLGoT { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSWaphgZoETyXW9puQ8gGUral4SMsyxE { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1omQf4PP5BT5pqtWGArZwJeH5mtRef8 { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0tMxafoVq6R4Iyq2pftE0nGFb9zJqdy { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odyNGF1TFA6SIECTr6Ik5n10D9KM2TyZ { width:47.75rem;height:0.25rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBBaOnyi8LcpIIZFsWdNAxl6Qgxye1mF { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ht4b1NBWMll45wPkqBoc8wRFlvr5VM { width:47.75rem;height:0.25rem;top:115.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3FC9pqycKebqr6zgdBI8gSkI2uDIlq { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8x4RZbLvpR3oieoqniHBWkVEB7TwnJ { width:47.75rem;height:0.25rem;top:157.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbkzIrzqNefQG085qV7tVXXEMNgT81Sv { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG { display:block; }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faWz94QkksSXOJNMZ0fXnLJGVPcbUm6J { width:35rem;height:1.4375rem;top:18rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDPe41GwiDZZqNM8wOJKJm5TCRsxC8f0 { width:34.6875rem;height:10.9375rem;top:21.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5adB4FDPIoslHT8lBy7HJZGsKCHNJA { width:47.75rem;height:3.625rem;top:2.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqpIrJ6gLdiMhVudKAstxLlUBONPrQg5 { width:47.75rem;height:5.3125rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxuNAgQpGVedtehEXtiTll8DpnaMSBf1 { top:9.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXgL5H4um3ws5KSTSf6C0QzmRfeRtHwZ { width:31.0625rem;height:2.875rem;top:33.8125rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJcKzcph4fugQGEot0nq47O1QraT33eT { top:16.75rem;left:0.0625rem;width:4.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUr5MkRfZGsdbQfArl0hRe4TzmAl0xmR { width:35rem;height:1.4375rem;top:42.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilg0EbLDD98kPISDmtdKhIiHvIc5D9A3 { width:34.6875rem;height:6.875rem;top:45.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF1EakaSIHsgaSX8Vra69c1wIMTwtdB2 { width:18.8125rem;height:1.4375rem;top:53.9375rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7RhatN0sbTdy8IEN8TEv5ANDnyLTVRe { top:35.5rem;left:0rem;width:33.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidgFNT64ix9Nm35AzRldIn1dqMle0Us { top:39.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzqgHSnGl6OLIgz6lBeOyRb1ThWeBoxP { top:41.375rem;left:0.25rem;width:4.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpmC5RLwVDLlE736N2GWv3KAA1h15kXJ { top:57.0625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2HUuHBytMudtglI48Mam0Da0g8wwxT1 { top:23rem;left:0rem;width:19.0625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ { display:block; }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uarl1K1BS98uuvT40wvNTMzgIMpXrVoe { top:51.75rem;left:0rem;width:5.25rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7okw7X8FxemPnkHtaSEWpzy6OgrXOo9 { top:2.9375rem;left:0.25rem;width:4.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzrFD2WQTeebnlNXNFbyD2uzy5JJ17D { width:35rem;height:1.4375rem;top:2.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLquVxbNE2n3NZ1yhiNXoKso8mDxO5ev { width:34.6875rem;height:12.375rem;top:6.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJV3LfFUP3mKnBIA0NdE6IiduJePChA { width:18.8125rem;height:1.4375rem;top:20.8125rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F42dsJxlGmt8Xk0gqRDdEFySAcQE4X0u { top:49.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSLuGzgiSAtv3gm3FumGneQfvbooNTJR { top:26.625rem;left:0.25rem;width:7.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #i35V20F7TIIpsNeeLJ1i01wD54RLb45F { width:35.25rem;height:13.75rem;top:31.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuFFOQy4EDNx7a5ftO3pFELWvh1C0Wvz { width:35rem;height:1.4375rem;top:27.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2sO2l9PurwsVGBvFvxHWo88XDaHnyP { width:18.8125rem;height:1.4375rem;top:46.875rem;left:12.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QygZqIfP9z1CSeQxqgf8E6UdFJARpLTw { width:35rem;height:1.4375rem;top:52.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwAO4fmgxuqs4wRd8MKZKPxe68QGerq { top:25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udsIqWdhZcE66KAeFXNPhN5y8TcsuIQc { top:8.625rem;left:0rem;width:18rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKA0kU38UgvtP57oLGchQ75Vzga5lxgt { top:32.8125rem;left:0rem;width:18.1875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se7OLOoBf6KuGvs8CcATROrViNTHz78t { width:34.6875rem;height:2.75rem;top:56rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy { display:block; }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT2DM6UErRb2IT6zuTJ7v3lk7ZE17Ww8 { width:21.4375rem;height:1.4375rem;top:9.3125rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqNlpJDoob45bBg1SZRQ4iFl1bcItg9g { width:41.25rem;height:1.9375rem;top:4.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NViRCE4DH1MSDWKXV7t52qZlGwtiJuCc { width:21.4375rem;height:1.4375rem;top:13.6875rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmQgzTCFTPz39vb7PVkPiQ5rVneflNS8 { width:24.0625rem;height:1.4375rem;top:18.375rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9X6LSW1IMS8koaLQ1USyWT6liImI2WO { width:24.0625rem;height:1.4375rem;top:22.75rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rbW0wf0lx0Jr4rpwc1pCwRWX29kl5h { width:27.6875rem;height:1.4375rem;top:27rem;left:12.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX8yuzv3sOSUKnopd7oJexbgdOzSIlOr { top:8.5rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEVxZbfVHXRpNVZooe7q3iniObTPUMLO { top:12.875rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD2qTVzwZdK39UUGfHhqfb82JvxXTd8i { top:17.5625rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOlPKTz4sqTZiqxrgBSvgeEaAwiuaTTv { top:21.875rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGJSvGcWhPV67PhSkUgP3QJukhheB1M { top:26.1875rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTSH1ExaTTL2EllQWoFQFirdlt9u2gQ { width:41.25rem;height:2.875rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZst7hTlDDSWOtA95BmDUcHZQqnqkLTK { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou { display:block; }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJc1p9aixB78PK04VZ1TeVRMCVz1zQcp { top:9.6875rem;left:23.8125rem;width:23.6875rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI1UdrGvgxXEwpHlvLKdLQtWDSlvHRZ2 { width:17.875rem;height:4.0625rem;top:38.4375rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlItbzLPXQWkEUB0hb0vpBobAJh7RqDC { display:block; }
 }@media only screen and (max-width: 763px) { #vP9WzrFzut9DyzU2iMUtFTCLulruXEIZ { top:22.25rem;left:6.1875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7BVZnEMJx6E0e7myTGMTRdOOcWAJemJ { width:20.3125rem;height:11.4375rem;top:23.375rem;left:3.5625rem;font-size:1rem;display:block; }#a7BVZnEMJx6E0e7myTGMTRdOOcWAJemJ li:before{  }
 }@media only screen and (max-width: 763px) { #ZSuuWnwtDhhroTTxrD6LGTgLcO3uOTL6 { width:9.75rem;height:2.3125rem;top:17.5rem;left:23.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2OeX8Ls6viZnEVAoXzoAoH4pa9QzE4D { top:21rem;left:24rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaEWUs79RGPif91vh3gWMcypapvqqnfK { width:8.5rem;height:2.3125rem;top:18.6875rem;left:5.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2g9oEu4WdwMuqMgEDSQskBGDGZzeaP6 { width:24rem;height:2.375rem;top:9.625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Difql6R0TESuNpJq77QomVCpWumTuICW { width:14.5625rem;height:2.875rem;top:13.875rem;left:24rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zreiJJe6R3UpvblJDAn04lFeq2zfGMmK { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRqcZJUKMXneIX66R95RIZudBzXfSXnE { top:10.875rem;left:1.5rem;width:22.125rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxXilzqCPm3dzN6FwCSJ9xWe7Ia8pBuw { width:22.25rem;height:2.3125rem;top:10.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOiNTKi0myUc8EGZ9PaZvzJzVC8WcZ8e { width:18.375rem;height:2.875rem;top:15.125rem;left:5.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQH0XM8G1wfU73ESq78XcaV6iFmAH5mG { width:20.3125rem;height:13.1875rem;top:24.4375rem;left:23.875rem;font-size:1rem;display:block; }#HQH0XM8G1wfU73ESq78XcaV6iFmAH5mG li:before{  }
 }@media only screen and (max-width: 763px) { #cD9wrk5e3C6vimagk0oouIkmsEKOXpnA { width:17.875rem;height:4.0625rem;top:38.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSLt996u3EF31GI27uZHFgcfV6PW4f6 { display:block; }
 }@media only screen and (max-width: 763px) { #U0JW5sTmNbO8WXLv06sAa1pyZbeDOSd9 { top:22.125rem;left:23.875rem;width:19.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ { background-color:#d9d9d9;background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");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;display:block; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ.adaptive-delivery-prevent-bg, #mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ.lazyload, #mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ.lazyloading { background-image: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container { background-color: transparent; background-image: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container > .video-iframe-container { display: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row > .video-iframe-container { display: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .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); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container { border-width: 0; border-radius: 0; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x23mNf5Toe3FTaAuD3ERMrArvxc875Q3 { width:47.75rem;height:4.875rem;top:4.1875rem;left:0rem;color:#0d0d0d;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omzu0pu6rtGTNwtKrciMfKOcK2vTkPfL { width:47.75rem;height:;top:11.5625rem;left:0rem;font-size:1rem;color:#0d0d0d;display:block; }#omzu0pu6rtGTNwtKrciMfKOcK2vTkPfL li:before{  }
 }@media only screen and (max-width: 763px) { #ipI6x3egEmD6gIkChPWPBlNBEToyx2md { width:29.4375rem;height:5.25rem;top:26.3125rem;left:11.4375rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZSNITDSkL1WVFSIca3SJrSWDNRbBFGDp { display:block; }
 }@media only screen and (max-width: 763px) { #HFbLLhs3Bi2SN1OlLQuvSpm2PQt3yKlS { top:16.25rem;left:23rem;width:4.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSw9FffLefGLqnGuvz5xGQnQra0a1voV { top:10.5rem;left:0rem;width:23.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5S9cs4oTyE57y042mF4oXRDDdbDOFJI { top:21.8125rem;left:16.1875rem;width:4.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KanhdwKzTGqwFDUZNTkJWwFh9XdNxUxm { top:24.6875rem;left:33.125rem;width:4.9375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfiOezPqGh6lFXU9QbRT0wP5SwACeQxs { top:19.0625rem;left:16.1875rem;width:4.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLRATMBecECSVkmMxtZFg6yA1CZ5MTST { top:33.3125rem;left:13.5625rem;width:25.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKiILI5RXPlfzS8ZKlD5dEbF0RtJ6kAw { width:15.3125rem;height:3.8125rem;top:38rem;left:18.5rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TTs3JTSPDqzskdVGg02IBgcmCJ6VZ0Uq { display:block; }
 }@media only screen and (max-width: 763px) { #ZDpWmxVizXpydalelwBE0PNRS1dbgpoc { display:block; }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knh1NKu6UrZemxgh1l9vaVTWukPlNXwu { width:46.8125rem;height:10.0625rem;top:11.0625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXE9CrQpNXVHhXZD1tQqsrEAVp2wCysr { width:33.875rem;height:3.875rem;top:13.1875rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksJE4Z8lBFNmQOVbaX3DXlerduFrF61D { width:47.75rem;height:3.25rem;top:7.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3ozCi5TSIpwD4QQ3A0vec1NPaQmZrx { width:33.875rem;height:1.6875rem;top:23.125rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TqmWUnU9xc5ta7H8bsLVTvhMhRFTXc { width:44.6875rem;height:3.375rem;top:30.5rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEwhhSgkyXITchsXp9fU6osLaUnECh7I { width:47rem;height:39.375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hirw53Db82hIFnDIF4v2HImTyytMy0sH { top:20.1875rem;left:22.65625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtuZT8IUgyMWTHQaJN9FUt5xVFx7NTAC { top:27.5625rem;left:22.65625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGJvxPExP3zf6UtEHD0eQtplRPikCBbI { top:34.625rem;left:22.65625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSkMIr7TX4hiRAwwREoAxSDRDeiZSUwa { width:44.6875rem;height:3.375rem;top:37.625rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA { display:block; }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5iVxW9U3KnPUGWvnloCFFxp8M0TbHM4 { width:47.75rem;height:1.9375rem;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHLvAsBxJq3HA8nzNN8uEIylGns8g3p { width:47.75rem;height:1.4375rem;top:4.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnsHAUanPetviGdPpsQ2OhIOW9qlcbWZ { top:10.75rem;left:22rem;width:25.5rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJqezBTN7rK5x7xPekRHa22Wp3cBcVex { top:10.75rem;left:0rem;width:25.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idx1nog2HA8blVEc4cf7iWKMJuUBgt07 { top:13rem;left:1.78125rem;width:20.3125rem;height:11.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJJFVCz9k9ycD6DvZNfD79XNbP1PUh76 { top:13.5625rem;left:25.375rem;width:22rem;height:18.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMbegcmG0l7dBSzHpgmJLMN7eeimGMPm { width:26.875rem;height:2rem;top:27.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFDxbcZATmkIUF2ibxeab0FBgHs1gho { width:26.875rem;height:4rem;top:35.75rem;left:20.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo4mQsFkk5SRgAwHye4eax04QC7vJGLE { top:32.25rem;left:0rem;width:26.0625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvWMczHhqPvI75aBUyIE09qlBQNDuO46 { top:35.125rem;left:0.25rem;width:22.8125rem;height:25.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6BwsW6Arxv3TNTqhogkss9bxtxMxCKK { width:26.875rem;height:2rem;top:64.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qptsvNVHda1zSEB9BbGoiuODT1Imfyth { top:42.25rem;left:21.9375rem;width:25.8125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPoElwbnIeo8ZfW5qUGhwT0zmcTRtR6 { width:26.875rem;height:2rem;top:57.875rem;left:20.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa { display:block; }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLdf8Z8VzfaZKlK25kOPvdFCsNOdDgTu { width:47.75rem;height:3.875rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSTFiIdZVx5KgUilPBTwEmKJk33nWVgT { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection { display:block; } #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection *:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="text"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="email"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="tel"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection textarea:focus-visible { outline: none; } #LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/PSCxb6qpiFg/unsplash/shutter-speed-PSCxb6qpiFg-photo-1663836657800-39ab390d80b9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:transparent;background-image:url("https://images.assets-landingi.com/1zGJijLk51M/unsplash/andrea-caramello-1zGJijLk51M-photo-1760867191563-791f803e1bcd.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyload, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyloading { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,26,165,0.8); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,26,165,0.8); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { width:15.9375rem;height:0;top:18.5625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkCmLXwRyxAK4msyq6VMBDWeEKN2OUdv { width:16.1875rem;height:5.19921875rem;top:14.14453125rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2lzq6l9NwzSBrBbHQiOockQU4nBGrbV { width:20rem;height:7.19825rem;top:4.55615234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddts58zv9Tylg4HfmyxCZemWcwEqBuP5 { width:18.3125rem;height:9.6875rem;top:3.3125rem;left:0.84375rem;background-color:#ed1a3b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #v0mZSckPGsMgOUH5Lqg13hXshzQIokn3 { width:20rem;height:8.125rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzsAulEIxUKeTDTXTOXUTHynuM5VV2P { width:2.5625rem;height:2.5625rem;top:37.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4WtWFNCeRLCQdMbeT7FRQpWv0B3S7t3 { width:14.4375rem;height:5.2783125rem;top:36.125rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RVl69vyLhnAQUM6ULkJByRkaNzCJZsR4 { width:20rem;height:8.375rem;top:42.75rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VoAWMTfiRW00LQTpTcRTF8vsMfnZ6VgB { width:20rem;height:7.875rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHa6kd8mT30SkZQ990TsBZzSKHdirukT { display:flex;width:2.8125rem;height:2.8125rem;top:45.5625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uuH7gxUXxNWVgs0DBtkc9SNZMmdVFfRD { display:flex;width:2.875rem;height:2.875rem;top:54.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #CJz6VBt1G6Tquk5ISFfCQ4fvNkSGI8RF { width:14.5rem;height:4.38574375rem;top:44.75rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlztv4ppMwOXLlFVT0qvVsvJnWwoi0W { width:14.5rem;height:5.2783125rem;top:52.375rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FARzAHaa6KJDEPI4k42OLRtrodCwTLm6 { width:20rem;height:8.77148125rem;top:60.21875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHC2KfQJzbABLixG7GlMPScBiH4tv0W { width:19.625rem;height:11.1875rem;top:58.9375rem;left:0.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #z0IXvcg0cfvQow3iR1wryqc0DzVcgctW { height:11.220703125rem;width:20rem;top:20.8056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm { display:block; }#Pup79hHKRXaDxU94gBr3MOnsiqZZ2qrm > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNbKImdxJeeQMpxZy6VHkMk8FPFbrXXN { width:20rem;height:11rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ZcCDEcNzP4f1F4i5H3NZeNC7KGPmbR { width:19.125rem;height:17.0625rem;top:1.5rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2KVgUtxsBSnNud0H4NX3BaLdc0VqTz0 { width:19.25rem;height:6.09375rem;top:19rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg { display:block; }#v0HyU7b8OLF3bApTH3oTSqh9LKikxnGg > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0b6y6iDJ9sInJ1mOnWv0yvrtSnLaoyL { width:17.75rem;height:6.171875rem;top:3.59375rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auSaFERviyAX5GGspWpkX0JTqDOKTuAK { width:20rem;height:24.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KppmbqzSrD8fvIo8v8d40OPFtOReZPtH { width:14.4375rem;height:1.29980625rem;top:11.8125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x94nTtOJPQAgKaqFq3WTTTFZlmooordO { display:flex;width:1.9375rem;height:1.9375rem;top:11.40625rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #kyeHM7BMKRZWrJTzTAqS3Ug7MPFBhHya { width:20rem;height:1.29980625rem;top:14.53125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFsmA30VtzaB8ufGZ2NuyfBqRvCCe02q { display:flex;width:1.6875rem;height:1.6875rem;top:17.09375rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #AKLoXVvJ2ANibNhLzMFOXla4EadrrNX0 { display:flex;width:1.6875rem;height:1.6875rem;top:14.3125rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #XLgAgxtZeEM1XxVWzrZJA9tkWsCxpPwB { width:20rem;height:1.29980625rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMurqvtA6sEUuy82yCNOPuuDfXCa08dl { width:15.8125rem;height:2.4375rem;top:22.25rem;left:2.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0lKQAHMXAmncJr0r1rfW1VbKF72TSn5 { display:flex;width:2.1875rem;height:2.1875rem;top:20.0625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt { display:block; }#mzTX0znbXa9w1MmWsyKP0XUzHvtsrqFt > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7uG3Xa57guGkvTb2kpWTPCmq9e7tEnB { width:14.25rem;height:1.29980625rem;top:1.25rem;left:2.875rem;text-align:center;text-align-last:center;z-index:15011;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZqHu7R4Qx7n18CnHgGQUlSvweIZKy5y { width:19.9375rem;height:3.8994125rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo4AHXDkTteZC3CdQZLzQ6nTek4RH3Jr { width:19.9375rem;height:2.5996125rem;top:15.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUgc5pSUZWyJLB4KoH0arW1CqnX1X4JA { width:17.8125rem;height:3.8994125rem;top:19.375rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQBDKHXZhrHBKp2iKQpHhXqdZThnQIQ { width:13.875rem;height:3.75rem;top:24.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzw5WE5eGkTssMTuWTEwcUNKdCJB63NW { display:block; }
 }@media only screen and (max-width: 763px) { #L6UuplOLC1pKvHsASwWrNZ0CxPOe4rWc { width:4.9375rem;height:0.125rem;top:1.1875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydHmrOc3LUKFMLMJGk4zKJCpzDy6qRJ4 { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:16.8125rem;height:4.38574375rem;top:2.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:16.875rem;height:1.21875rem;top:4rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipHoPwasrp9D85aIEf2cmcuQqWl8omkL { width:15.0625rem;height:2.4375rem;top:9.1875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l30FcKuEWpLhqQ2FSPE4zXSmRwH0ap4v { width:16.6875rem;height:2.4375rem;top:15.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJEPf7GKFuxH69Ai6ZXPQo4akTrdmO9d { width:17.125rem;height:2.4375rem;top:21.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fINn2tQmzTSwe6A5zvBIJJkrI4IdMf44 { width:16.625rem;height:2.4375rem;top:28.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf9wICvyzb4rfrUq8dbiyeHbqUfF0fTM { display:flex;width:1.5rem;height:1.5rem;top:1.25rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #UFy1cwIolGMNnC8hWrB0na74nFtcIgnK { display:flex;width:1.5rem;height:1.5rem;top:6.4375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #JJ2ccD3lkX3JH8O98NBnNsDia2sGBicH { display:flex;width:1.5rem;height:1.5rem;top:12.8125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #imLJqi3FDSXm8fZrRDZxlLTmVBMIyccI { display:flex;width:1.5rem;height:1.5rem;top:19.1875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #lL2VVDptoD6v7s6TtMiPKQAlMJzQ07Zw { display:flex;width:1.5rem;height:1.5rem;top:25.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG { background-color:rgba(45,31,132,0.8);background-image:none;display:block; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { background-color: transparent; background-image: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row > .video-iframe-container { display: none; }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .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); }#RRGyx8c6tP5d3F38bAlJ2Ry9cstCHFmG > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQwVPOVQECdTRHMAgPfPoXT50f9P06hR { width:20rem;height:1.94921875rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWqAhJLwbg1G6Pzs7EXZQEZodNeBfK0M { width:20rem;height:0.0625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAMq5wiGLIgpZ30Bhb4R5ITqqmFMvqO0 { width:3.75rem;height:0.1875rem;top:5.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai { background-color:transparent;background-image:url("https://images.assets-landingi.com/1zGJijLk51M/unsplash/andrea-caramello-1zGJijLk51M-photo-1760867191563-791f803e1bcd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.adaptive-delivery-prevent-bg, #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.lazyload, #Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai.lazyloading { background-image: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { background-color: transparent; background-image: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,31,132,0.8); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container > .video-iframe-container { display: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,31,132,0.8); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container { display: none; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .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); }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { border-width: 0; border-radius: 0; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9trD0GfwHVhVig5Mc6d1x6TfzKlK8ai > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9mhM3B67Tfoozqnhy6U7gOHXyBAGRiv { width:16.875rem;height:1.4619125rem;top:15.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwD53QCJodwCyT9EmsKRvkB936KxZE2m { width:16.875rem;height:8.4375rem;top:18.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7pFViH0LBPI9JPI9iS2cu6ArgRzhzCn { width:16.875rem;height:1.4619125rem;top:45.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFpf1IO48olsmkxddvb15WIhh2KQCwWU { width:18.125rem;height:5.0625rem;top:48.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2dEpNJo23sbKJxePGBrUOAZONCv8kJ { width:17.625rem;height:5.0625rem;top:75.65625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpfeD8X4JFMThJ7wQ06l11tpRTBMCW61 { width:11.4375rem;height:13.4375rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWrAZFhF092lfgPDTzc3ew6CNH7TsXfC { width:16.875rem;height:1.4619125rem;top:73.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdLuxMvBBxQtM1TvGXz7mxzZROn1yykq { width:12.5625rem;height:12.5625rem;top:82.5rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyqvWCSlsh0TlAHMDVMhVBicKrrPq9z { width:14.0625rem;height:10.125rem;top:83.71875rem;left:2.96875rem;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; }
 }@media only screen and (max-width: 763px) { #csyeULh7g76Tx41PHVp9kRbKeuSJbB7i { width:13.625rem;height:16rem;top:28.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwunfltKxeZZk70D6Bcvqyzoxipcud69 { width:13.8125rem;height:16.0625rem;top:55.6875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP { display:block; }#C7yp8leeMTcRNF6ZZXNHMTd9X9IpmtbP > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgyKs46Z4mFpmTIFZdoBS7oPpbu5HASR { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PG6Ikpd4DTguJDbTSuyBUNhcudSC2GnP { width:20rem;height:11.8125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuX032T6h1CvJl3lK13HB1dyhI48r6z5 { width:14.9375rem;height:3.736325rem;top:6.125rem;left:4.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLdT9WD7Ipf2vH4AH1LcA4STSbTqlmWD { display:flex;width:2.625rem;height:2.625rem;top:6.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #WT99IlsWDk5avviIimEt7WGrazrVN7HH { width:15.6875rem;height:1.8681625rem;top:11.75rem;left:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miLgvRCIg5Te6oFsOwZzy5TMrwq6pC5d { display:flex;width:3.6875rem;height:3.6875rem;top:10.59375rem;left:0.53125rem; }
 }@media only screen and (max-width: 763px) { #E76XPMoSCcW14ORnacHXmKNI9tV28VOn { width:20rem;height:2.923825rem;top:19.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFJsafiW73f4tAqgHblycmyTwGIrC1es { display:flex;width:1.8125rem;height:1.8125rem;top:17.25rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz { display:block; }#Ir2WKigKOIZa2DVO5SWmyOoBUQXqMkBz > .row .container { width:20rem;height:213.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTSJB8Xqyopc5y3HtK4CLcgXTttxov6V { width:8.875rem;height:1.4619125rem;top:23.1435546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CkUvvVWG8qq4aNlzlAZESLH1dkaoZM { width:19.1875rem;height:3.375rem;top:24.5810546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQqv4OXalRIbPKx6DfgRtybHfO4pKh3T { width:18.75rem;height:1.79980625rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fEyfBwwI9Hn4D6TSKTs56gNhWKJdd59P { width:17.25rem;height:1.0556625rem;top:6.75rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feiblPUlbbLrsbp9giJTiaHWJ0eFWxra { width:13.5625rem;height:6.499rem;top:13.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2MdUoQPu2Xo6RLuNf4T1G39LEP6KigT { width:14.125rem;height:1.3496125rem;top:10.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v0g8cBvnHr9Jmwyx1pksHlQgVTaNyHxP { width:18rem;height:1.21875rem;top:29.375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USgcJywcqXl9BZpn4VHOsraKzruxeqBf { width:18.4375rem;height:10.96875rem;top:31.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBy6Xk3ndZKHzGPFf0TCHTbGurMfBEni { width:20rem;height:2.4375rem;top:48.3310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvNRIcAb9TnKnx4ZAmfsO3CfKGikCDBc { width:14.5rem;height:1.3496125rem;top:59.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eySbBOVsepUp2LsxUkV3rGD8ClkyHT0O { width:11.125rem;height:3.16699375rem;top:63.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1xzEeyH9BAxFz1UgGXr6PmuATTDB2X { width:7.0625rem;height:1.4619125rem;top:70.7060546875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITumPbwFXtQC1VR8aVBEW9XnAWxQUKO8 { width:17.875rem;height:3.375rem;top:72.1435546875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBqbcB9xo7RL6I07oQm4TiLBugu94r4 { width:16.6875rem;height:1.21875rem;top:76.4375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haD4FAucd0xsTMFwQUVnvzcy4amp9wxf { width:18.8125rem;height:14.625rem;top:78.4375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtTpvNQBk63Sso3BZ0MMAFl6dbLrovwf { width:14.9375rem;height:12.0625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCT58sJHM8SSgiqhZX6JyTBJQCKBOu3W { width:11.9375rem;height:9.6875rem;top:109.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUzG39Er6qbp43LRGUkJ4hMO8Wn1GKEL { width:4.9375rem;height:2.6875rem;top:45.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0PwF4U5RKuI9rqQuapZct2Ne856SGQ { width:4.9375rem;height:1.40625rem;top:45.75rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwUnvXuZ2wPI3QyTIvqJyBaDNFGMoDf { width:4.625rem;height:2.75rem;top:92.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxWbiPt381buBgeAbOPWlCV8wnlqw7qk { width:4.125rem;height:1.40625rem;top:93.375rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLohWRIVEGWTCOrtZMpkw3UQkPf5kkeM { width:20rem;height:3.65625rem;top:96.6435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oigtQ2XThSVZcWb04w5GZZsFebqW11PR { width:11.8125rem;height:9.5625rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzGzn2BuVgtQwlU5xA29M5BGMqcugifC { width:14.5rem;height:1.3496125rem;top:110.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zqMKCTiJ3IAnb6rITp24A2OKaAmnHt4I { width:10.375rem;height:3.41015625rem;top:113.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPMCUSgDJ56sMKi1JzA01D6liDBgcEIH { width:7.0625rem;height:1.4619125rem;top:121.7060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTJUs5P99viy37TRPeFkePDRopgRNop { width:18.1875rem;height:3.375rem;top:123.7060546875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIZkXGk0CVDxnXbaHrimbexGMDe3g2zk { width:11.4375rem;height:2.4375rem;top:59.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OieoEQ0BTJkiDSnGe3NzPccz2zmmsLgp { width:11rem;height:2.4375rem;top:10.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFfnyZiK1VOpQwk6rp9hrfiHZP9orFSu { width:11.375rem;height:2.5rem;top:110.34375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKnTkSnT88JIqKycpsI4exmW7igJh0Nf { width:18.875rem;height:19.5rem;top:128.5185546875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1XkMy63Hvl1wFyV2iqK8XtACqVvtbBc { width:12.75rem;height:10.4375rem;top:159.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWeDzn2AHOny1iWg56EgwftL2bxtW6C5 { width:4.5625rem;height:2.4375rem;top:148.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUBlR9Zf9IeQrEE7otgSJSiyg8dSyLZw { width:4.125rem;height:1.40625rem;top:149.4375rem;left:8rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1zQMy9GDpHqzXCHRDEEO7AHaxTNtoZp { width:18.9375rem;height:2.4375rem;top:152.2060546875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqkJv83e04upsIlF5Ev81GUTuNH70VaA { width:11rem;height:2.5rem;top:160.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wteUALKhUJBxFcAyo6kykUvxhyQgVGSb { width:15.0625rem;height:1.3496125rem;top:161.53125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yer1vknQM2ZR1WBBKupMUn9bCewb8J3L { width:11.5rem;height:5.68359375rem;top:164.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLsNExoorz1iIBrII1RL2aBuZiv8ZJgW { width:7.0625rem;height:1.4619125rem;top:173.2060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS7rUWA95OhyaGMObXpEzaLnFColhCb0 { width:18.125rem;height:3.1875rem;top:174.6435546875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcoS9dlZXZlGfgtRO4RH5ehsefHvMDwt { width:18.625rem;height:14.625rem;top:179.5810546875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQm7y41FAMd8hbpklphFc0ObrnLrLtWk { width:20rem;height:0.0625rem;top:55.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvIf6HNT6N4Tc31GPHmuA2MJSoiVsFiT { width:4.8125rem;height:2.625rem;top:195.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv2TK7kfmT96ihsvRJU33F68pgyHLGoT { width:4.125rem;height:1.40625rem;top:196.3125rem;left:8rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSWaphgZoETyXW9puQ8gGUral4SMsyxE { width:18.4375rem;height:3.65625rem;top:199.5185546875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1omQf4PP5BT5pqtWGArZwJeH5mtRef8 { width:20rem;height:3.57421875rem;top:208.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0tMxafoVq6R4Iyq2pftE0nGFb9zJqdy { width:3.75rem;height:0.3125rem;top:57.0810546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odyNGF1TFA6SIECTr6Ik5n10D9KM2TyZ { width:20rem;height:0.25rem;top:105.5810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBBaOnyi8LcpIIZFsWdNAxl6Qgxye1mF { width:3.75rem;height:0.3125rem;top:107.0810546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ht4b1NBWMll45wPkqBoc8wRFlvr5VM { width:20rem;height:0.25rem;top:156.2685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky3FC9pqycKebqr6zgdBI8gSkI2uDIlq { width:3.75rem;height:0.3125rem;top:157.7685546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8x4RZbLvpR3oieoqniHBWkVEB7TwnJ { width:20rem;height:0.25rem;top:204.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbkzIrzqNefQG085qV7tVXXEMNgT81Sv { width:3.75rem;height:0.3125rem;top:206.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG { display:block; }#LIIXWduEobyDOQNqwvrG8qdhHBOBbFmG > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faWz94QkksSXOJNMZ0fXnLJGVPcbUm6J { width:14.1875rem;height:2.111325rem;top:28.6875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDPe41GwiDZZqNM8wOJKJm5TCRsxC8f0 { width:18.75rem;height:12.9980625rem;top:31.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5adB4FDPIoslHT8lBy7HJZGsKCHNJA { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqpIrJ6gLdiMhVudKAstxLlUBONPrQg5 { width:19.5625rem;height:5.3125rem;top:4.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxuNAgQpGVedtehEXtiTll8DpnaMSBf1 { width:20rem;height:1.4619125rem;top:6.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXgL5H4um3ws5KSTSf6C0QzmRfeRtHwZ { width:18.75rem;height:2.111325rem;top:45.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJcKzcph4fugQGEot0nq47O1QraT33eT { width:3.25rem;height:2.5996125rem;top:11rem;left:8.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUr5MkRfZGsdbQfArl0hRe4TzmAl0xmR { width:20rem;height:2.111325rem;top:56.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilg0EbLDD98kPISDmtdKhIiHvIc5D9A3 { width:20rem;height:9.09864375rem;top:59.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF1EakaSIHsgaSX8Vra69c1wIMTwtdB2 { width:18.8125rem;height:1.0556625rem;top:68.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7RhatN0sbTdy8IEN8TEv5ANDnyLTVRe { width:20rem;height:2.2734375rem;top:47.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cidgFNT64ix9Nm35AzRldIn1dqMle0Us { width:20rem;height:0.125rem;top:70.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzqgHSnGl6OLIgz6lBeOyRb1ThWeBoxP { width:4.6875rem;height:2.5996125rem;top:52.75rem;left:7.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpmC5RLwVDLlE736N2GWv3KAA1h15kXJ { width:20rem;height:0.125rem;top:51.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2HUuHBytMudtglI48Mam0Da0g8wwxT1 { width:19.0625rem;height:12.5625rem;top:14.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ { display:block; }#urqeMadhHw0Hw21kI1bGs2I2s0Mt3kbQ > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uarl1K1BS98uuvT40wvNTMzgIMpXrVoe { width:5.25rem;height:2.5996125rem;top:84.5rem;left:7.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7okw7X8FxemPnkHtaSEWpzy6OgrXOo9 { width:4.6875rem;height:2.5996125rem;top:0.625rem;left:7.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHzrFD2WQTeebnlNXNFbyD2uzy5JJ17D { width:20rem;height:1.0556625rem;top:18.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLquVxbNE2n3NZ1yhiNXoKso8mDxO5ev { width:20rem;height:16.89748125rem;top:21.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHJV3LfFUP3mKnBIA0NdE6IiduJePChA { width:18.8125rem;height:1.0556625rem;top:38.75rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F42dsJxlGmt8Xk0gqRDdEFySAcQE4X0u { width:20rem;height:0.125rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSLuGzgiSAtv3gm3FumGneQfvbooNTJR { width:7.6875rem;height:2.5996125rem;top:42rem;left:6.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i35V20F7TIIpsNeeLJ1i01wD54RLb45F { width:20rem;height:18.1972875rem;top:62.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuFFOQy4EDNx7a5ftO3pFELWvh1C0Wvz { width:20rem;height:2.111325rem;top:59.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2sO2l9PurwsVGBvFvxHWo88XDaHnyP { width:18.8125rem;height:1.0556625rem;top:80.9375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QygZqIfP9z1CSeQxqgf8E6UdFJARpLTw { width:20rem;height:1.0556625rem;top:88.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwAO4fmgxuqs4wRd8MKZKPxe68QGerq { width:20rem;height:0.125rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udsIqWdhZcE66KAeFXNPhN5y8TcsuIQc { width:18rem;height:12.3125rem;top:4.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKA0kU38UgvtP57oLGchQ75Vzga5lxgt { width:18.1875rem;height:12.0625rem;top:45.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se7OLOoBf6KuGvs8CcATROrViNTHz78t { width:17.9375rem;height:3.8994125rem;top:91.125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy { display:block; }#Z7H2sbtKSdiz7zpOmeRD5DxslUVdUIRy > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT2DM6UErRb2IT6zuTJ7v3lk7ZE17Ww8 { width:10.0625rem;height:2.111325rem;top:10.125rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqNlpJDoob45bBg1SZRQ4iFl1bcItg9g { width:14.3125rem;height:0.9746125rem;top:4.25rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NViRCE4DH1MSDWKXV7t52qZlGwtiJuCc { width:11.8125rem;height:2.111325rem;top:17.1875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmQgzTCFTPz39vb7PVkPiQ5rVneflNS8 { width:10.25rem;height:2.111325rem;top:24.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9X6LSW1IMS8koaLQ1USyWT6liImI2WO { width:11.4375rem;height:2.111325rem;top:31.3125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rbW0wf0lx0Jr4rpwc1pCwRWX29kl5h { width:9.1875rem;height:2.111325rem;top:38.25rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX8yuzv3sOSUKnopd7oJexbgdOzSIlOr { display:flex;width:2.4375rem;height:2.4375rem;top:6.4375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #xEVxZbfVHXRpNVZooe7q3iniObTPUMLO { display:flex;width:2.5625rem;height:2.5625rem;top:13.375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #ZD2qTVzwZdK39UUGfHhqfb82JvxXTd8i { display:flex;width:2.5625rem;height:2.5625rem;top:20.4375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #gOlPKTz4sqTZiqxrgBSvgeEaAwiuaTTv { display:flex;width:2.5625rem;height:2.5625rem;top:27.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #NrGJSvGcWhPV67PhSkUgP3QJukhheB1M { display:flex;width:2.4375rem;height:2.4375rem;top:34.5625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #dKTSH1ExaTTL2EllQWoFQFirdlt9u2gQ { width:15.3125rem;height:1.79980625rem;top:1.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZst7hTlDDSWOtA95BmDUcHZQqnqkLTK { width:20rem;height:0.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou { display:block; }#wGUaT0tVd7NTVUvDAnZ1S9nIgzMzXAou > .row .container { width:20rem;height:74.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJc1p9aixB78PK04VZ1TeVRMCVz1zQcp { width:19.75rem;height:30.5625rem;top:41.5625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #BI1UdrGvgxXEwpHlvLKdLQtWDSlvHRZ2 { width:15.625rem;height:4.0625rem;top:66.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlItbzLPXQWkEUB0hb0vpBobAJh7RqDC { display:block; }
 }@media only screen and (max-width: 763px) { #vP9WzrFzut9DyzU2iMUtFTCLulruXEIZ { width:15.625rem;height:0.125rem;top:16.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7BVZnEMJx6E0e7myTGMTRdOOcWAJemJ { width:17.3125rem;height:12.75rem;top:17.5625rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#a7BVZnEMJx6E0e7myTGMTRdOOcWAJemJ li:before{  }
 }@media only screen and (max-width: 763px) { #ZSuuWnwtDhhroTTxrD6LGTgLcO3uOTL6 { width:10rem;height:2.35546875rem;top:45.9375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #y2OeX8Ls6viZnEVAoXzoAoH4pa9QzE4D { width:15.625rem;height:0.125rem;top:49.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaEWUs79RGPif91vh3gWMcypapvqqnfK { width:8.125rem;height:2.35546875rem;top:13.1875rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #W2g9oEu4WdwMuqMgEDSQskBGDGZzeaP6 { width:20rem;height:2.3125rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Difql6R0TESuNpJq77QomVCpWumTuICW { width:14.5625rem;height:2.5996125rem;top:42.8125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zreiJJe6R3UpvblJDAn04lFeq2zfGMmK { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRqcZJUKMXneIX66R95RIZudBzXfSXnE { width:19.75rem;height:32.9375rem;top:5.0625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #SxXilzqCPm3dzN6FwCSJ9xWe7Ia8pBuw { width:20rem;height:2.3125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOiNTKi0myUc8EGZ9PaZvzJzVC8WcZ8e { width:15.125rem;height:2.5996125rem;top:9.8125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HQH0XM8G1wfU73ESq78XcaV6iFmAH5mG { width:19.3125rem;height:13.536125rem;top:52.6875rem;left:0.34375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14999;display:block; }#HQH0XM8G1wfU73ESq78XcaV6iFmAH5mG li:before{  }
 }@media only screen and (max-width: 763px) { #cD9wrk5e3C6vimagk0oouIkmsEKOXpnA { width:17.875rem;height:4.0625rem;top:33.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSLt996u3EF31GI27uZHFgcfV6PW4f6 { display:block; }
 }@media only screen and (max-width: 763px) { #U0JW5sTmNbO8WXLv06sAa1pyZbeDOSd9 { width:19.25rem;height:1.29980625rem;top:50.6875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ { display:block; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ { background-color: transparent; background-image: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container > .video-iframe-container { display: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row > .video-iframe-container { display: none; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ { border-width: 0; border-radius: 0; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container { width:20rem;height:41.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1f39c8b-143a-48f5-a9de-83b35e8b78a1/136445najpopularniejszekursyonlinejakwybrac_1200.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container.adaptive-delivery-prevent-bg, #mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container.lazyload, #mBC2zKvcfWs2qb7XRJ8EKZNHnCSfB1yQ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #x23mNf5Toe3FTaAuD3ERMrArvxc875Q3 { width:19.125rem;height:4.875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#0d0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #omzu0pu6rtGTNwtKrciMfKOcK2vTkPfL { width:19.8125rem;height:14.545875rem;top:9.8125rem;left:0.1875rem;font-size:1rem;line-height:1.9;color:#0d0d0d;display:block; }#omzu0pu6rtGTNwtKrciMfKOcK2vTkPfL li:before{  }
 }@media only screen and (max-width: 763px) { #ipI6x3egEmD6gIkChPWPBlNBEToyx2md { width:20rem;height:3.5625rem;top:25.5rem;left:0rem;background-color:#511aa5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSNITDSkL1WVFSIca3SJrSWDNRbBFGDp { display:block; }
 }@media only screen and (max-width: 763px) { #HFbLLhs3Bi2SN1OlLQuvSpm2PQt3yKlS { width:4.1875rem;height:0.3125rem;top:15.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSw9FffLefGLqnGuvz5xGQnQra0a1voV { width:20rem;height:2.2744125rem;top:8.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5S9cs4oTyE57y042mF4oXRDDdbDOFJI { width:3.6875rem;height:0.25rem;top:19.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KanhdwKzTGqwFDUZNTkJWwFh9XdNxUxm { width:4.3125rem;height:0.3125rem;top:23.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfiOezPqGh6lFXU9QbRT0wP5SwACeQxs { width:4.0625rem;height:0.25rem;top:17.6875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLRATMBecECSVkmMxtZFg6yA1CZ5MTST { width:20rem;height:2.923825rem;top:30.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKiILI5RXPlfzS8ZKlD5dEbF0RtJ6kAw { width:15.3125rem;height:3.8125rem;top:34.4375rem;left:2.34375rem;background-color:#ed1a3b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TTs3JTSPDqzskdVGg02IBgcmCJ6VZ0Uq { display:block; }
 }@media only screen and (max-width: 763px) { #ZDpWmxVizXpydalelwBE0PNRS1dbgpoc { display:block; }#ZDpWmxVizXpydalelwBE0PNRS1dbgpoc > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knh1NKu6UrZemxgh1l9vaVTWukPlNXwu { width:10.3125rem;height:9.25rem;top:8.5625rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXE9CrQpNXVHhXZD1tQqsrEAVp2wCysr { width:16.75rem;height:3.65625rem;top:8.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksJE4Z8lBFNmQOVbaX3DXlerduFrF61D { width:20rem;height:1.94921875rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW3ozCi5TSIpwD4QQ3A0vec1NPaQmZrx { width:17.75rem;height:1.21875rem;top:17.8125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TqmWUnU9xc5ta7H8bsLVTvhMhRFTXc { width:20rem;height:2.4375rem;top:25.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEwhhSgkyXITchsXp9fU6osLaUnECh7I { width:19.25rem;height:36.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hirw53Db82hIFnDIF4v2HImTyytMy0sH { display:flex;width:1.9375rem;height:1.9375rem;top:15.0625rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #GtuZT8IUgyMWTHQaJN9FUt5xVFx7NTAC { display:flex;width:2.125rem;height:2.125rem;top:22.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #wGJvxPExP3zf6UtEHD0eQtplRPikCBbI { display:flex;width:1.9375rem;height:1.9375rem;top:30.5rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #XSkMIr7TX4hiRAwwREoAxSDRDeiZSUwa { width:20rem;height:2.4375rem;top:33.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA { display:block; }#tQNK5DQlX8JcFM70Wq8eBL8WscFAzaDA > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5iVxW9U3KnPUGWvnloCFFxp8M0TbHM4 { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHLvAsBxJq3HA8nzNN8uEIylGns8g3p { width:16.4375rem;height:2.111325rem;top:3.9375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnsHAUanPetviGdPpsQ2OhIOW9qlcbWZ { width:19.75rem;height:15.375rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJqezBTN7rK5x7xPekRHa22Wp3cBcVex { width:14.625rem;height:11.5625rem;top:6.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idx1nog2HA8blVEc4cf7iWKMJuUBgt07 { width:13.3125rem;height:8.4453125rem;top:8.625rem;left:3.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJJFVCz9k9ycD6DvZNfD79XNbP1PUh76 { width:17rem;height:12.668rem;top:54.34375rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMbegcmG0l7dBSzHpgmJLMN7eeimGMPm { width:11.625rem;height:2.111325rem;top:19.3125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFDxbcZATmkIUF2ibxeab0FBgHs1gho { width:9.4375rem;height:2.111325rem;top:68.59375rem;left:5.28125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo4mQsFkk5SRgAwHye4eax04QC7vJGLE { width:19.75rem;height:20.375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvWMczHhqPvI75aBUyIE09qlBQNDuO46 { width:18.625rem;height:17.9463125rem;top:27.40625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6BwsW6Arxv3TNTqhogkss9bxtxMxCKK { width:20rem;height:2.111325rem;top:46.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qptsvNVHda1zSEB9BbGoiuODT1Imfyth { height:11.234375rem;width:20rem;top:74.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPoElwbnIeo8ZfW5qUGhwT0zmcTRtR6 { width:20rem;height:2.111325rem;top:86.078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa { display:block; }#ewHT4W7KphNdsr1ZHpJg8HdEI1fWHUpa > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLdf8Z8VzfaZKlK25kOPvdFCsNOdDgTu { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSTFiIdZVx5KgUilPBTwEmKJk33nWVgT { width:20rem;height:4.22265625rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection { display:block; } #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection *:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="text"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="email"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection input[type="tel"]:focus-visible, #c929205b2a1c7f4b4b70cd2860d7d98e.widget-smartsection textarea:focus-visible { outline: none; } #LTQ1g37RmXTThkT1SAAGpmynmbUW1m1m > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }