.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:254,223,238;--color-primary-1:252,150,197;--color-primary-2:249,44,139;--color-primary-3:125,22,70;--color-primary-4:37,7,21;--color-secondary-0:243,223,249;--color-secondary-1:216,150,235;--color-secondary-2:176,44,214;--color-secondary-3:88,22,107;--color-secondary-4:26,7,32;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:245,245,245;--color-tertiary-3:8,9,9;--color-tertiary-4:0,0,0;--headlines-font-family:open sans;--paragraphs-font-family:open sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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); }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5.adaptive-delivery-prevent-bg, #zBdCrbJJviLh4fyTChgCeyPfeD1tpip5.lazyload, #zBdCrbJJviLh4fyTChgCeyPfeD1tpip5.lazyloading { background-image: none; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row .container { background-color: transparent; background-image: none; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,97,42,0.77); }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row .container > .video-iframe-container { display: none; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,97,42,0.77); }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row > .video-iframe-container { display: none; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .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); }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row .container { border-width: 0; border-radius: 0; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5::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; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#lTIV0Hy7gWBtRfOeRSCRMLMMvHPaEN80 { color:rgba(var(--color-tertiary-2),1);display:block;width:65.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:4.59375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:rgba(var(--color-tertiary-0),1);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;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { border-width: 0; border-radius: 0; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:75rem;height:53rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:47.375rem;left:44.375rem;height:6.295875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:20.9375rem;left:8.75rem;display:none; }
#k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { color:rgba(var(--color-tertiary-3),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:18.375rem;left:5.5rem;height:3.0869125rem;display:block; }
#z5uolAewanENi9uH4OxWWRErFyc9qmoo { 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:15054;opacity:1;top:19.0625rem;left:2.75rem; }
#suInKuXs2pqemMVi2sTXpuRh35MNrGya { color:rgba(var(--color-tertiary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:22.6875rem;left:5.4375rem;height:3.0869125rem;display:block; }
#g82lgnACUpqLgShyiBLTkewuV1V1SRgz { color:rgba(var(--color-tertiary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:11.9375rem;left:18.78125rem;height:4.19921875rem;text-align:center;text-align-last:center;display:block; }
#Si9lDRSV1mT7QodwDK6Si2OSJ8Xgc35H { color:rgba(var(--color-tertiary-3),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:27rem;left:5.5625rem;height:4.63036875rem;display:block; }
#c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:34.5625rem;top:17.25rem;left:39.0625rem;overflow:hidden;display:block; }
#P6swCpE4gFfg6Ktl4ysV85iLeSkexhpq { 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:15055;opacity:1;top:23.375rem;left:2.6875rem; }
#QRv6mKBINtahqAglRTZMcKVFkOJPvk5D { 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:15056;opacity:1;top:27.6875rem;left:2.75rem; }
#eI5UpvKG1EKoSidyeN2oo7DOpbkGveoK { z-index:15008;top:39.6875rem;left:6.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d9e3G9zOT7CGLrUC79O4zTg35QXGv8WF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmvfEJK5mDUOmiRT1WRPr0EIxVgG8N0u { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:marcellus;font-size:2.4375rem;font-weight:400;z-index:15070;line-height:1.2;letter-spacing:0;top:7.5625rem;left:30rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JpXiZREBxqqTER9Sq8X9kezbu2SEnlBF { position:absolute;display:block;z-index:14999;background-color:#d2d2d7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:3.625rem;width:18.375rem;top:7.1875rem;left:28.875rem;display:block; }
#Gp2GBRzCksTVdnCRBvncN911RqhsevlK { color:#c0612a;display:block;width:65.0625rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5rem;left:5.5rem;height:3.44970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yR3s9PlAfV1UkhHFJokUkL7nFTIbIcss { position:absolute;display:block;z-index:15071;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.5rem;width:29.5625rem;top:45.53125rem;left:1.0625rem;overflow:hidden;display:block; }
#EJozxbSlXH2df27G8Q7niF7fFirnXPkH { position:absolute;display:block;z-index:15072;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.5rem;width:41.4375rem;top:45.53125rem;left:33.5625rem;overflow:hidden;display:block; }
#zuAWNMWGEfdhxusPD6QPiW8qTOfDuxCc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:33.8876953125rem;left:7.46875rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNVuohNFRPWUIGB0CKyho55BQBIyihaD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row .container { background-color: transparent; background-image: none; }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row .container > .video-iframe-container { display: none; }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row > .video-iframe-container { display: none; }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .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); }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row .container { border-width: 0; border-radius: 0; }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#s4Thn3tCTd0uslM1O04TwlHRUE5nRlIx { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:2.458984375rem;left:17.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#Kk3l2efXKZWMCJ5vWZ3EVkvEqxWkx72F { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:4.98046875rem;left:17.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row .container { background-color: transparent; background-image: none; }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row .container > .video-iframe-container { display: none; }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row > .video-iframe-container { display: none; }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .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); }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row .container { border-width: 0; border-radius: 0; }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#ZzZCyiPmkT2RK8PLnetHAhl6D7aFQHSd { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:9.75rem;overflow:hidden;display:block; }
#Lv6gCARXU5EDdrXLtZmVH0IoMvrZwAL5 { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:34.75rem;overflow:hidden;display:block; }
#k9XJnOVKeoXrrwZy8sMafX2Hg1SdzrEc { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:-0.375rem;left:59.75rem;overflow:hidden;display:block; }
#kbLknf2WwwRicOqOLrDTmQkzD5wJhLpM { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:6.60546875rem;left:0rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#qxs22sZCxGAbTrofOOxh9FNc9dEofMeI { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:6.60546875rem;left:25rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#yXDJ5EzofWLqhUWmQ2KetBkzlwDHVgvR { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:6.60546875rem;left:50rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#xnAZuB42MHC5IJO8N1lsaOHVabShanZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xnAZuB42MHC5IJO8N1lsaOHVabShanZG.adaptive-delivery-prevent-bg, #xnAZuB42MHC5IJO8N1lsaOHVabShanZG.lazyload, #xnAZuB42MHC5IJO8N1lsaOHVabShanZG.lazyloading { background-image: none; }#xnAZuB42MHC5IJO8N1lsaOHVabShanZG > .row .container { border-width: 0; border-radius: 0; }#xnAZuB42MHC5IJO8N1lsaOHVabShanZG::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; }#xnAZuB42MHC5IJO8N1lsaOHVabShanZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnAZuB42MHC5IJO8N1lsaOHVabShanZG > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:none; }#BPWD8ySKKRznZTZs3M3B7LCfAh3AkiIn { color:rgba(var(--color-tertiary-2),1);display:block;width:58.5rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:8.25rem;height:3.625rem;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; }
#UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1.adaptive-delivery-prevent-bg, #UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1.lazyload, #UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1.lazyloading { background-image: none; }#UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1 > .row .container { border-width: 0; border-radius: 0; }#UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1::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; }#UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:none; }#JtBzlTmQ128qIlKJTqlg5w5i4hCIV8Z9 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:10.375rem;left:6.28125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tA1nCHJtMwtcIT01JVeKh0OChIl3P00p { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:12.9375rem;width:20.25rem;top:4.25rem;left:2.375rem;display:block; }
#sJaGZMQlm0SptwxlzGTvsy0N1JTyV3ik { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:13rem;width:20.25rem;top:4.28125rem;left:27.375rem;display:block; }
#pPZrpK2DROQUbbIGyzoe9UoGB3q3psZD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:12.75rem;width:20.25rem;top:4.21875rem;left:52.25rem;display:block; }
#pn6IzK9SBvUFTIlRpqUwlaLgogCn2FrK { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:10.375rem;left:56.09375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DGbgJk4ETwUvnzqFTQyERfSOTqpUHF6k { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:9.625rem;left:29.8125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VKpHo8LIFxRloNJtz79Pgn3M0u9Zmf7B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:4.96875rem;left:10.53125rem; }
#AGD222iyUOcixHSicy5ulfw79dOko4Fz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:4.96875rem;left:35.53125rem; }
#yMSEkUkZ3I8WoV9lRJMGFfGhurrCfA5i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:4.96875rem;left:60.53125rem; }
#f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM.adaptive-delivery-prevent-bg, #f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM.lazyload, #f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM.lazyloading { background-image: none; }#f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM > .row .container { border-width: 0; border-radius: 0; }#f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM::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; }#f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:none; }#tP1PXUQzxeoP7sysWwFoTmrXL8HeMfhZ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:10.625rem;left:4.9375rem;height:3rem;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; }
#uGC5zNgl95WASlZ70o8RKKF98a1tw0xD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:12.9375rem;width:20.25rem;top:4.25rem;left:2.375rem;display:block; }
#EPW9hb6pxD2MUahaMCezWa25RU9aD3hD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:13rem;width:20.25rem;top:4.28125rem;left:27.375rem;display:block; }
#zzx9o57xmllfHgkCq2oFcixik3cA3wIG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:12.75rem;width:20.25rem;top:4.21875rem;left:52.25rem;display:block; }
#LUeuqWA8IIKceaSCTIDLfLI1VgWZVKS6 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:10.8125rem;left:54.28125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T0ko9leFCZvuobU6D4BxIpTOLuGlJwPk { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:10.0625rem;left:29.8125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iPTGw1dJeA5oOZnI22JrNcIBblyiiBtB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:5.6875rem;left:10.53125rem; }
#qAJbhXEVmZTw758FdTT5Nuyfpz0MhefQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:5.6875rem;left:35.53125rem; }
#VWHFIReh0RB310L4svwz57z9ao8Eyqrd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:5.6875rem;left:60.53125rem; }
#O27cttV3gMelhG7KD1c4J31kAOdI5tRu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu.adaptive-delivery-prevent-bg, #O27cttV3gMelhG7KD1c4J31kAOdI5tRu.lazyload, #O27cttV3gMelhG7KD1c4J31kAOdI5tRu.lazyloading { background-image: none; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container { background-color: transparent; background-image: none; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container > .video-iframe-container { display: none; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row > .video-iframe-container { display: none; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .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); }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container { border-width: 0; border-radius: 0; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu::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; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#i1bDZtvMm2Un8TnzdCaozyNmLnpo693Z { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:marcellus;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.125rem;left:0rem;height:2.625rem;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; }
#qJEnTwrZxHWBShx7HuPiuqMmGeMmL8nI { color:#fafafa;display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:6.34375rem;height:;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; }
#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7.adaptive-delivery-prevent-bg, #OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7.lazyload, #OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7.lazyloading { background-image: none; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row .container { background-color: transparent; background-image: none; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row .container > .video-iframe-container { display: none; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row > .video-iframe-container { display: none; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .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); }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row .container { border-width: 0; border-radius: 0; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7::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; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#AUzJTTPJxOLTEDCUfRUxLNB82zvBu7iT { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:7.75rem;width:18.3125rem;top:13.625rem;left:17.5625rem;display:block; }
#Hyx15E0HGf6cw2Ia3PUnu4OXUmtOyx6U { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:16.9375rem;left:18.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#czmdwhaDfHt7DxEemyoT7JimAuzrwoe7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.25rem;left:25.6875rem; }
#ZZX1OL8V49QemKMJZtW2iEmmb8QTyBg2 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:7.75rem;width:18.3125rem;top:13.625rem;left:55.0625rem;display:block; }
#rlJNklDOthqF08XHWRLBFa2tBGua8RJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:16.9375rem;left:56.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Iev0mXEwNv9fsKK4WxZJFUudT1SRTw9M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.25rem;left:63.1875rem; }
#mFg3Ci7GudNfMpaP77bt1tH2BX8DiAsU { position:absolute;display:block;z-index:15018;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:25.8125rem;width:25.8125rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#EzonXR6dyUphtWNWNQk5UT7r2gvAqIT1 { 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:25.8125rem;width:25.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg.adaptive-delivery-prevent-bg, #kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg.lazyload, #kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg.lazyloading { background-image: none; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row .container { background-color: transparent; background-image: none; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row .container > .video-iframe-container { display: none; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row > .video-iframe-container { display: none; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .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); }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row .container { border-width: 0; border-radius: 0; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg::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; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#uVJebq2KrHAr3OZPOKUD5DgXz4qMWHHy { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:7.75rem;width:18.3125rem;top:13.625rem;left:17.5625rem;display:block; }
#lTaCRdeZ7TFX3vIoAsdGvrx8LS6NXlSg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:16.9375rem;left:18.625rem;height:3.1494125rem;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; }
#qZPoE7hSl13dwBEhDo6ns8PCT5uPO6Xz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.25rem;left:25.6875rem; }
#e9Xlf2Sc1WHeEDA2bNckgzrPuA9B6O22 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:7.75rem;width:18.3125rem;top:13.625rem;left:55.0625rem;display:block; }
#wVbDTCD29ksrBeFp1D5Hd3D0Aym6RKe8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:16.9375rem;left:56.125rem;height:3.1494125rem;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; }
#rnNRSZavcTx84GIhuWl51KLzNeVqHc3r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.25rem;left:63.1875rem; }
#yTTTRVgLeunM2Ab2Qov5JH4pQroxyLVz { position:absolute;display:block;z-index:15018;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:25.8125rem;width:25.8125rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#OxNv0hJp2yr9zR66KIDMWgtJcSw3efMx { 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:25.8125rem;width:25.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL.adaptive-delivery-prevent-bg, #Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL.lazyload, #Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL.lazyloading { background-image: none; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row .container { background-color: transparent; background-image: none; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row .container > .video-iframe-container { display: none; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row > .video-iframe-container { display: none; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .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); }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row .container { border-width: 0; border-radius: 0; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL::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; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#x4owoc3qFyNTMxCkGJRux0Z132nqg0VS { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:7.75rem;width:18.3125rem;top:13.625rem;left:17.5625rem;display:block; }
#q56ROWgQ4f52rx7tJysoJT5TQl5e6yw9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:16.9375rem;left:18.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pvfXHMaXy6mlqwizC6CVHnf3M0NtOdld { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.25rem;left:25.6875rem; }
#V5HhU9KMiLTULI6xedQ7gnO20TgGEw2I { 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:25.8125rem;width:25.8125rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#cQtHMaR6bhRG6uLMQPV8P0O2439MBUpU { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:7.75rem;width:18.3125rem;top:13.625rem;left:55.0625rem;display:block; }
#M0KiDNcsKMM16Hs3Peo9nKbSavLDU6Dy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:16.9375rem;left:56.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oS2aTWNkRVZTdC7G4wcq2wWOiQxWqNgR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.25rem;left:63.1875rem; }
#z5ORyiNzGxZxAmBUlZlhkik6CkhPiD8K { position:absolute;display:block;z-index:15016;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:25.75rem;width:25.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1.adaptive-delivery-prevent-bg, #BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1.lazyload, #BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1.lazyloading { background-image: none; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row .container { background-color: transparent; background-image: none; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row .container > .video-iframe-container { display: none; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row > .video-iframe-container { display: none; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .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); }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row .container { border-width: 0; border-radius: 0; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1::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; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#OhI30o7wOSxAH3wOMtn1JBcXi12EW9x1 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.875rem;position:absolute;font-family:marcellus;font-size:2.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:15.5625rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2.adaptive-delivery-prevent-bg, #vG0swBSieGhITbT9G5L5UG0b1xSKtmT2.lazyload, #vG0swBSieGhITbT9G5L5UG0b1xSKtmT2.lazyloading { background-image: none; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row .container { background-color: transparent; background-image: none; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row .container > .video-iframe-container { display: none; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row > .video-iframe-container { display: none; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .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); }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row .container { border-width: 0; border-radius: 0; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2::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; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#aUHTT0VonN6IVO85aJJbofgHDRTuub6t { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:9.6875rem;width:17.0625rem;top:3.25rem;left:0.84375rem;display:block; }
#CE6k949bVc9H2F284u0f7bINDVPx0CRV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:7.53125rem;left:1.78125rem;height:3.1494125rem;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; }
#ip01h0rTVO4Qo6lysT6cfscXPF0KQMBl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.125rem;left:8rem; }
#PnfgLHHEWTSCJWo3leHJdzOBgzcZyAwV { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:9.6875rem;width:17.0625rem;top:3.3125rem;left:19.625rem;display:block; }
#hnE1M5UX6CCPFsX1bosdKsJhkMLEOraZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:8.15625rem;left:20.53125rem;height:3.1494125rem;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; }
#KG38hxQAQQURmCCZPibEo5TtohiyfyTM { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:9.6875rem;width:17.0625rem;top:3.3125rem;left:38.375rem;display:block; }
#MEfR3hqE5EAXRqrbrdNpx3epFoOsSOTI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:8.15625rem;left:39.28125rem;height:3.1494125rem;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; }
#RsLD4pWEcCThT3gyVmK5IKzxaPzxCQLa { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:9.6875rem;width:17.0625rem;top:3.3125rem;left:57.125rem;display:block; }
#uiJd67EGEWwMGfmHLMdxF8w7gf9A2O5e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:7.53125rem;left:57.71875rem;height:4.72411875rem;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; }
#D9FpSKelwQKCMWpiTnIHWwkIHd7OiFfp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.125rem;left:26.75rem; }
#WyQI4tQJIgwSqWTmUfSgRCTwpCiipv8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:4.125rem;left:45.5rem; }
#Hq12m89SaWXr3iDObvQaJxnxHqOZu8ZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:4.125rem;left:64.59375rem; }
#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02.adaptive-delivery-prevent-bg, #XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02.lazyload, #XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02.lazyloading { background-image: none; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row .container { background-color: transparent; background-image: none; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row .container > .video-iframe-container { display: none; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row > .video-iframe-container { display: none; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .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); }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row .container { border-width: 0; border-radius: 0; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02::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; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#nc6JA0422JaS58Apz7zCkJJcDiIqvT0y { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.125rem 0.6875rem rgba(var(--color-tertiary-4),0.04) ;height:13.4375rem;width:47.875rem;top:3.1875rem;left:13.5625rem;display:block; }
#csao5HTtCMULfKQ5pP9eOROQAwaUd9Cb { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:7.5439453125rem;left:19.8125rem;height:4.72411875rem;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; }
#BWTsNUdmdTMf09rewTtnm9Dw1SbaINta { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:12.26708984375rem;left:21.4375rem;height:2.3994125rem;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; }
#FquIQJoawfrFI7RbpaboUJV7aNwuzBGE { z-index:15007;top:20.5rem;left:25.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bTBB7lXAEtkm2QqEbma7GyBrbM4VDsiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aq37wFoh7DaXe8i2fdlA3e5fEcTaIh2K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:0.75rem;left:35.03125rem; }
#PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac.adaptive-delivery-prevent-bg, #PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac.lazyload, #PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac.lazyloading { background-image: none; }#PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac > .row .container { border-width: 0; border-radius: 0; }#PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac::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; }#PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:none; }#fTuryADwPbg0FrlW0fTXJL9CNCewCgUD { 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:15078;opacity:1;top:17.6875rem;left:10.375rem; }
#XP8aTMyqEGMD4ZWUqeKmfqNMMtO7Kqcq { color:rgba(var(--color-tertiary-1),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:17.8125rem;left:13.1875rem;height:2.875rem;display:block; }
#c7gJFmno0R7vD4U1yM1BLp0bqovhAFJS { 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:15077;opacity:1;top:13.1875rem;left:10.375rem; }
#MX8DOMKTFLE3T54yOhHFeRN1fRhviase { 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:15081;opacity:1;top:17.6875rem;left:38.1875rem; }
#od4K0yJ0fTwgnPbI3hxl5Xt0CUTJeqhT { 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:15080;opacity:1;top:13.1875rem;left:38.1875rem; }
#t0kX8W2gWkSLyoNRlgn1h6L2rfrahd9E { color:rgba(var(--color-tertiary-1),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:13.4375rem;left:41.25rem;height:2.875rem;display:block; }
#tNAgiDyucFJ6EhpMCr1qPnb1VCMlGFi1 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:17.9375rem;left:41.3125rem;height:2.875rem;display:block; }
#iZf14vHV4SkMldGEULTIxOUg8wAOSKh2 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:13.4375rem;left:13.125rem;height:2.875rem;display:block; }
#OKO21Z1kyLGNXmcOZgP2DnC11SV9gAq0 { color:rgba(var(--color-tertiary-2),1);display:block;width:58.5rem;position:absolute;font-family:marcellus;font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:8.25rem;height:3.0625rem;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; }
#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t { 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; }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row .container { background-color: transparent; background-image: none; }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row .container > .video-iframe-container { display: none; }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row > .video-iframe-container { display: none; }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .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); }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row .container { border-width: 0; border-radius: 0; }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#VAqgobxCxSObpa9ga4nxe7AdMLTPvWaZ { color:#c0612a;display:block;width:58.0625rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.0625rem;left:8.46875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RlZteG4QvPyHh8qDz4b1qOSeSvSgKsMc { position:absolute;display:block;z-index:15011;height:23.5rem;width:43.4375rem;top:15.6875rem;left:15.78125rem;display:block; }
#CRXiDeyNrcMWVJJTwNpA0IVXmycmN2Ob { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.125rem;left:6.34375rem;height:2.03125rem;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; }
#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row .container { background-color: transparent; background-image: none; }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row .container > .video-iframe-container { display: none; }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row > .video-iframe-container { display: none; }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .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); }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row .container { border-width: 0; border-radius: 0; }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#V6U16wv2f0TyEeATGvEqVEerJka8Czyl { color:#c0612a;display:block;width:43.875rem;position:absolute;font-family:marcellus;font-size:2.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:15.5625rem;height:3.8183625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row .container { background-color: transparent; background-image: none; }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row .container > .video-iframe-container { display: none; }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row > .video-iframe-container { display: none; }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .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); }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row .container { border-width: 0; border-radius: 0; }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#TlNQq6edMDQhDT6pAT1niJWntvAOL8P9 { color:#c0612a;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:3.71875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FR0khaEyknZ96953i0M1yOA1HS3c3Wf8 { color:#477479;display:block;width:5.3125rem;position:absolute;font-family:marcellus;font-size:4.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.6875rem;height:5.76855625rem;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; }
#TF7DFZgpTK7umngl5WBpqdwTFGmTCo7L { color:#c0612a;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.125rem;left:28.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h4ve1BIzGJmVX9h2UOCkn8caegSbTE5B { color:#477479;display:block;width:5.3125rem;position:absolute;font-family:marcellus;font-size:4.4375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:1.375rem;left:34.84375rem;height:5.76855625rem;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; }
#aVKV0LlvNanMH2lA2PhqckfebCI2TmPX { color:#c0612a;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:8.125rem;left:53.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nb8zTZq0ZrXBI8MhGocCkgBTSFwdbvAC { color:#477479;display:block;width:5.3125rem;position:absolute;font-family:marcellus;font-size:4.4375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:1.375rem;left:59.6875rem;height:5.76855625rem;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; }
#OMwsOTIOmF5pn8R0TTgu0FR0DLBCeZd4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.3125rem;width:20.25rem;top:4.5625rem;left:2.375rem;display:block; }
#yPxKmofxKaon3GpZTR4tTcWSA5hTu94A { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.125rem;width:20.25rem;top:4.5625rem;left:27.375rem;display:block; }
#vQ3zZrCi4nVZuFlfvaPbLkW7zzwZWmoR { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17rem;width:20.25rem;top:4.5625rem;left:52.375rem;display:block; }
#dKlshTyWrQwfDnHt74ui2S0W2ax0QNWH { color:rgba(var(--color-tertiary-3),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:12.375rem;left:3.65625rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QMrbQQ2AHyqEpbyWTaFWSWuZr08qmMyV { color:rgba(var(--color-tertiary-3),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:12.375rem;left:29.9375rem;height:6rem;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; }
#GWuDgs0QSytJZZCCsFNU8gbv3rLpcBGc { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:12.375rem;left:54.1875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row .container { background-color: transparent; background-image: none; }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row .container > .video-iframe-container { display: none; }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row > .video-iframe-container { display: none; }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .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); }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row .container { border-width: 0; border-radius: 0; }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#QwiMgyesANm8g2l3IpvQqJwDnniZQBB5 { color:#c0612a;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:3.71875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eXcuDhORUmTUNKw76PpgA2asHMMOfDge { color:#477479;display:block;width:8.3125rem;position:absolute;font-family:marcellus;font-size:4.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:1.375rem;left:8.34375rem;height:5.76855625rem;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; }
#CpB5oU0fgBLy3LlzMcB1tOEVIdbTczOh { color:#c0612a;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.125rem;left:28.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rRXTZ4TqIyzyOKOCx0tRZ6cKyuclu87c { color:#477479;display:block;width:9.375rem;position:absolute;font-family:marcellus;font-size:4.4375rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:1.375rem;left:32.8125rem;height:5.76855625rem;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; }
#JzyyaRZXBWS2zCtCpSnaf3ybPvB19RGw { color:#c0612a;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:8.125rem;left:53.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yTzgDaMQsC2OocRETrGSyMmDlMyG8uPL { color:#477479;display:block;width:9.0625rem;position:absolute;font-family:marcellus;font-size:4.4375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:1.375rem;left:57.96875rem;height:5.76855625rem;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; }
#bIzdTXg4eH4REOKq3BaLEBUuQdIBs5UW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.3125rem;width:20.25rem;top:4.5625rem;left:2.375rem;display:block; }
#DCrI0STiQyG2rrUNNGtfwViKBf8VlfTL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17.125rem;width:20.25rem;top:4.5625rem;left:27.375rem;display:block; }
#VAPxkzu0sQl4rWMI3WfBhkqPQd8cTFPU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:17rem;width:20.25rem;top:4.5625rem;left:52.375rem;display:block; }
#c27Wanrbf9hy15CmVk8rbT9NTLI68Bn4 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:12.375rem;left:3.65625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D75MJNbiHt98xOUmxDehDJ9Xx6rvJmdu { color:rgba(var(--color-tertiary-3),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:12.375rem;left:29.9375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HeGqZ9T5Ir9fzA2zhew0xWTUJkkCIEIC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:12.375rem;left:54.1875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov { 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; }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row .container { background-color: transparent; background-image: none; }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row .container > .video-iframe-container { display: none; }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row > .video-iframe-container { display: none; }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .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); }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row .container { border-width: 0; border-radius: 0; }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#KdO5Ow727S2mO4qqwI98DpyxUT9LgKf1 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.712890625rem;left:6.0625rem;height:3.574225rem;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; }
#EIvgwrCPZNpaUcZ69RrIyqIwnXTHm7vn { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.0625rem;left:8.75rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x85K7nBi5bNV1VUK7CSAcdzN3tFg1MTC { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:25.3125rem;left:8.75rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#riIK3qqwbbxo4e4uUZaOti8gZhfgtML0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:17.8125rem;left:8.75rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OdEzTuIOZXhE608xxR56lbZUDO8GZbU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:20.625rem;left:8.75rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EiZbzoTStJ8CG3daDtlGIMEppCzIy490 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:28.125rem;left:8.75rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqlffkxrZsEBp9yEU03LPiUckM0WSSF7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.625rem;left:5.125rem; }
#kio2Z2xkixpQZHg4U24BSyVryI6xK7n0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.25rem;left:5rem; }
#EHv3trsOuNTOBvW9u4aeTwkw3qKrNxKk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.625rem;left:5rem; }
#SSX5TatDQ3LZO5ammDVDcFnTeHR5ovwr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24.75rem;left:5rem; }
#ydLmhSUwaJfKVpvkfXLUs4sTZF3ysxyW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:28.125rem;left:5rem; }
#ygKt95R96JnxOZxvrkVs3EmakTTEukcT { position:absolute;display:block;z-index:15018;background-color:#092b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.75rem;width:24.4375rem;top:5.125rem;left:5.375rem;display:block; }
#x4bXA8uvZ6kZTLGTfIVA2TgSlr5KHnRW { position:absolute;display:block;z-index:15071;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:35.25rem;width:27.4375rem;top:1.875rem;left:42.5rem;overflow:hidden;display:block; }
#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI { 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; }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row .container { background-color: transparent; background-image: none; }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row .container > .video-iframe-container { display: none; }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row > .video-iframe-container { display: none; }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .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); }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row .container { border-width: 0; border-radius: 0; }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#FUxZWKzCAF2bI0PIpFxeXmXuzT3HEOdm { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:3.75rem;left:44.46875rem;height:3.57421875rem;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; }
#rDPoeH2UNp2b5bMXKN7V4H3ntmtNpbBD { position:absolute;display:block;z-index:15019;background-color:#092b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.75rem;width:24.4375rem;top:3.125rem;left:44.1875rem;display:block; }
#QAvNmfB8E829iga8TlbtlFCnztJhFIee { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:11.875rem;left:47.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oyMrIoQoGx6uNdUyU0WgHOy7MdURbrEF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:16.5rem;left:47.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NEW8Kmtn8Ddi8p3NvMTmvtlTbdOAkTMk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:21.1875rem;left:47.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;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; }
#Rdz1OgaOlhKxPbGMHt0aV9ESKw0WcNCa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.625rem;left:44.625rem; }
#kXr9slV4gS2UcvvAabELtNJ0F0VOiIu3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:16.25rem;left:44.625rem; }
#AtQv5PyKvtvrtClFSK1xKn89NZqi5N8E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:21.1875rem;left:44.625rem; }
#vg7ETuZJE9H8i47T0mHt0IHyJoF1pT5l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:26.3125rem;left:44.625rem; }
#eBxpTHS1PitvqLkqchCg7XOs7tW7vTot { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:25.75rem;left:47.8125rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWGzI7uTqeUJioDSvkBy1AbSeFDhLofB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:30.4375rem;left:44.625rem; }
#nUVGJCvGwVKfd3ocQq1TrFOy6VRT9a3E { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:30.71875rem;left:47.8125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DvNWbiKIIUNCyK8dU5H9dC9Vl7BsnSsv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:34.03125rem;left:44.625rem; }
#VSfI564nal9XCLGAA2z80TB3h6Zcul1t { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:34.3125rem;left:47.8125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VUZDX2wX18VkXK6bE1XQuWZG69BTs887 { position:absolute;display:block;z-index:15073;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:35.75rem;width:16.125rem;top:5.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#RmHLRi2cVQMiXiapGnhnICHO6TfMyMN3 { position:absolute;display:block;z-index:15072;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:35.5rem;width:19.6875rem;top:0.71875rem;left:17.0625rem;overflow:hidden;display:block; }
#dc6qvrRKRNT5HqHtABQB30c575uklmec { 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; }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row .container { background-color: transparent; background-image: none; }#dc6qvrRKRNT5HqHtABQB30c575uklmec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row .container > .video-iframe-container { display: none; }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row > .video-iframe-container { display: none; }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .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); }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row .container { border-width: 0; border-radius: 0; }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#AasqgrRu8aVrrNgF7DWfdBwy5AdTAJUc { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.38134765625rem;left:6.0625rem;height:5.36133125rem;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; }
#VKPHcuDJRSGTGfm9w2DTpLUOVAbvRAl3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:13.09375rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eUZtTOSieZTgi4DnIhtAnQLRZymuVJlW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:21.09375rem;left:8.75rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zpmrGGOssu8OiasaXTyCdPU61IwPPvdT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:17rem;left:8.59375rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zJoqTOeLTgDobaxXmfmg4A0WUvUNpQDe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:25.2119140625rem;left:8.75rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zTgtcyrQUQpBbGL1XqX6GFBQCc9LLC2B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.625rem;left:5.125rem; }
#sf6ClbP0AQgZLaUkgbQGbS2S6JnXz8sc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.53125rem;left:5.125rem; }
#QiVcI9eCUMFhE8MJy4t7SiwTQQ1TOx1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.625rem;left:5.125rem; }
#tc0vc1lAEGW1LkqzBKOsv5LpTFEw99H5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.63720703125rem;left:5.125rem; }
#FILkSXhHW8qaSNZN0wdTUo2EEdckovIZ { position:absolute;display:block;z-index:15018;background-color:#092b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.875rem;width:24.4375rem;top:5.125rem;left:5.375rem;display:block; }
#A4czXS0iBTR6NhaAgyLkiZs5PEJcW8Np { position:absolute;display:block;z-index:15071;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:34.125rem;width:35.875rem;top:1.53125rem;left:38.3125rem;overflow:hidden;display:block; }
#heXkcW83gbluVM3BbtUsdUWr5qfB4yyG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:29.5625rem;left:5.125rem; }
#Nqf4Mzf6tKtVPKTSun4b9wiMchPcH0CR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:29.13720703125rem;left:8.75rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA.adaptive-delivery-prevent-bg, #NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA.lazyload, #NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA.lazyloading { background-image: none; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container { background-color: transparent; background-image: none; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container > .video-iframe-container { display: none; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row > .video-iframe-container { display: none; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .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); }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container { border-width: 0; border-radius: 0; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA::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; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container { font-size:0.875rem;font-family:arial;height:108.8125rem;width:75rem;position:relative;display:block; }#DADzoMB9TmZRXPdpJoZszLCaAJ4KiEfy { color:rgba(var(--color-tertiary-0),1);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:70.875rem;left:10.3125rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BZl1kMLZEc218Ccw1plRl4dvutZchsE6 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:61.5625rem;left:10.5625rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vTTp6ymBs4gtcUSLrTis1C0VR33hGRu7 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:54.5625rem;left:16.6875rem;height:1.7871125rem;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; }
#ZBCULggge48id4TK4C5yhV92cyxoN7Lt { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:66.125rem;left:10.3125rem;height:3.5625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z5WyqOwaXQtgmzLEd48mIircgKS3bHil { color:rgba(var(--color-tertiary-0),1);display:block;width:43.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:39.875rem;left:16.75rem;height:3.0869125rem;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; }
#Ji9rDTTqCMPso2PfN8UW4t4b2DTwATHe { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:51.9375rem;left:16.125rem;height:1.7871125rem;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; }
#C8SU8aTrBu1Inn5CGKLxqr9AxIeahiuK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:23.625rem;top:25.9375rem;left:26.5rem;overflow:hidden;display:block; }
#KuRa61TUFSr8N5TH9WAULFdPWXeElZBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:45.3125rem;left:35rem; }
#uahxKaM6d0B4GgTidhAQpJ3eCPzDGgc4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.5rem;left:31.25rem;height:2.03125rem;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; }
#OADw1B7psR5ADF9OPQSRROOFI0uzxgVS { color:rgba(var(--color-tertiary-0),1);display:block;width:43.0625rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:5rem;left:16rem;height:3.9375rem;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; }
#l1v4BbV9GtAiMTok3rGlg5eNItfRUT4T { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.625rem;left:21.625rem;height:8.90625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TLwxx3mw5tbWzTdIh9f38OtW2Ix9v2k2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.875rem;left:18.4375rem; }
#ILQV6bI8leeelI7HtFw7Z8m84wB68m95 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.875rem;left:18.4375rem; }
#qA1MwWre7PCME3bG4SdguCQbmIThqkf6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:61.5625rem;left:7.5rem; }
#tEAw90Wsr4OT9fzKN4ThBTsr9p3uz1Tp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:66.125rem;left:7.5rem; }
#ywfbJeyxvDMq619lkRd685omi6fmdkvC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:71.46875rem;left:7.5rem; }
#EsswNbeEQRLV02vANrzgI020n9cW7at5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.5rem;width:60rem;top:93.0625rem;left:7.5rem;display:block; }
#dx25x4HtwxA5sc7nLoMztGrIwiwoco6l { color:#050748;display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:94rem;left:9.9375rem;height:5.69970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iQPUnJGmCT1RCu7Hvi6UiSMHn6udu6iG { color:rgba(var(--color-tertiary-0),1);display:block;width:47.125rem;position:absolute;font-family:marcellus;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:86.25rem;left:14.75rem;height:4.0625rem;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; }
#MXxVgZEaZtDO0KgnduWdMO22FKDpiRfb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:79.75rem;left:35.625rem; }
#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w { 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; }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row .container { background-color: transparent; background-image: none; }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row .container > .video-iframe-container { display: none; }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row > .video-iframe-container { display: none; }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .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); }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row .container { border-width: 0; border-radius: 0; }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#RcJVabEIQFH8s5aF4PIdBtkpckXzBIy1 { color:#c0612a;display:block;width:44.6875rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:4.75rem;left:15.15625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA { 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; }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row .container { background-color: transparent; background-image: none; }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row .container > .video-iframe-container { display: none; }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row > .video-iframe-container { display: none; }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .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); }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row .container { border-width: 0; border-radius: 0; }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#xORyezmLGP1iAxmRhAfumc3SuulSiyTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:2.25rem;left:0rem;height:49.40625rem;text-align:left;text-align-last:left;display:block; }
#G7Ux4yOr6exh6194kS9zo5D0h2i8NQR2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:35.75rem;width:28.125rem;top:4.78125rem;left:42.1875rem;overflow:hidden;display:block; }
#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs { 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; }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row .container { background-color: transparent; background-image: none; }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row .container > .video-iframe-container { display: none; }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row > .video-iframe-container { display: none; }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .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); }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row .container { border-width: 0; border-radius: 0; }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#dqXkzEzQWyQZPVH8WJE1gAaaMJsKVOkB { z-index:15004;top:2.375rem;left:24.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gLoVaI8d9zgZhiTAP5TUhz8iuUF2LTuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91.adaptive-delivery-prevent-bg, #rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91.lazyload, #rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91.lazyloading { background-image: none; }#rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91 > .row .container { border-width: 0; border-radius: 0; }#rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91::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; }#rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91 > .row .container { font-size:0.875rem;font-family:arial;height:98.25rem;width:75rem;position:relative;display:none; }#Wpw1vCGfeg8a4keiLz09eiDRLRJ0AIKm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:27rem;top:40.125rem;left:38.75rem;overflow:hidden;display:block; }
#aVQXSQ8GDk5o7aeG7Db5gBBC1INCcp97 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:23.5625rem;top:19.0625rem;left:9.375rem;overflow:hidden;display:block; }
#dlzNwCJdmM1JfbmdQiSWMMo2kVi4ouZD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:23.125rem;top:40.125rem;left:9.375rem;overflow:hidden;display:block; }
#TZWSlcpymMffu53fRibc8nJVV8RXcRJk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:23.375rem;top:13.5rem;left:9.5625rem;overflow:hidden;display:block; }
#rcLDgqUxXveRHihfgT2OTprpCtT4TDKT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:24rem;top:13.5rem;left:38.75rem;overflow:hidden;display:block; }
#F8aBszH5XQao7Ibs7FzwrCJzpTRKDncA { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.5625rem;border-top-right-radius:6.5625rem;border-bottom-left-radius:6.5625rem;border-bottom-right-radius:6.5625rem;box-shadow: none;height:11.25rem;width:11.25rem;top:62.6875rem;left:10.125rem;overflow:hidden;display:block; }
#Ml35BIDw75ilOGoSpL3506euEi7Gu8T8 { position:absolute;display:block;z-index:15006;background-color:#f1f1f1;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:15.125rem;width:58.3125rem;top:60.75rem;left:9.125rem;display:block; }
#B0ZZKo8NrTU9T1SWBsQ4X266sqb9Lbmi { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:61.75rem;left:22.4375rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znBBP5IHRwTIigdFVSefHkv97xM6s3WJ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:24rem;top:19.25rem;left:38.75rem;overflow:hidden;display:block; }
#QTTMHZ0b2PMpugkkvTDwB3LQakarbyJN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:23.5625rem;top:24.125rem;left:9.375rem;overflow:hidden;display:block; }
#TMWpKTlG0o8Xf8SXw5a7Zoo4CJoybpgo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:24rem;top:24.0625rem;left:38.75rem;overflow:hidden;display:block; }
#la18u3Uiaa0uBa7ckQvpxncCS8SroQHp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:23.3125rem;top:29.5625rem;left:9.375rem;overflow:hidden;display:block; }
#Q95ztQsVG5blqgaTwAUeE3OXlGmmxz61 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:25rem;top:30rem;left:38.75rem;overflow:hidden;display:block; }
#rFt8oCwU3udhFlP5yyc2zmlXNx4rxwQX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:23.125rem;top:50rem;left:9.8125rem;overflow:hidden;display:block; }
#fSC3HHipgvqgJ7DsFZgIynA0r5qySinU { position:absolute;display:block;z-index:15005;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:7rem;width:14.625rem;top:49.3125rem;left:38.75rem;overflow:hidden;display:block; }
#bOEmvl0rB28GZeKF0SBkMuEEdZXQB4Sz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:10.375rem;top:49.625rem;left:55.4375rem;overflow:hidden;display:block; }
#F3dQ8U5A78pHNRsF720BHmWl4W0sKQ2u { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:2.1;letter-spacing:0;top:79.625rem;left:10.5rem;height:4.3125rem;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; }
#uSZZT9wUVdoRC0IQqkg4TnADVCFpS2Hu { z-index:15006;top:86.4375rem;left:26.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pkv6eqrioiIU9a23t37zRbMiJ32WMLcG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVGbozR57AB9G6AW2qlT8Lh3fCmO6unP { color:rgba(var(--color-tertiary-0),1);display:block;width:70.625rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:6.875rem;left:2.1875rem;height:3.9375rem;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; }
#WzPpFvTJT3tyCgm8NirXcytskKParvnP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP.adaptive-delivery-prevent-bg, #WzPpFvTJT3tyCgm8NirXcytskKParvnP.lazyload, #WzPpFvTJT3tyCgm8NirXcytskKParvnP.lazyloading { background-image: none; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row .container { background-color: transparent; background-image: none; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.7); }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row .container > .video-iframe-container { display: none; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.7); }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row > .video-iframe-container { display: none; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .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); }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row .container { border-width: 0; border-radius: 0; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP::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; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row .container { font-size:0.875rem;font-family:arial;height:137.25rem;width:75rem;position:relative;display:block; }#yk1BA3o2UptnfmQ91SiXurxKIhVWarw0 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:2.1;letter-spacing:0;top:123.875rem;left:10.375rem;height:4.33105625rem;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; }
#afRJs77anmdTQqg1OUrdiIx7Z8uKDEEq { z-index:15006;top:129.58073043823rem;left:26.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TZTrT5o7rOmvSR7TZAex5BHeRNnEXFKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZiIhxXpTBMKLAXE5tlqkhPxUGX3nnts { color:rgba(var(--color-tertiary-0),1);display:block;width:70.625rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:6.875rem;left:2.1875rem;height:3.9375rem;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; }
#LbX3p97Ww52V64F52KLn1ZwGfKbDAw0X { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:31.75rem;top:13rem;left:38.5625rem;overflow:hidden;display:block; }
#Nx3HlQUkVDytqs2NyW0PFZezf4aLrMbT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.75rem;left:38.5625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SpUbAarv6OSIu8VBXBoGATxekVMmxMCa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:31.625rem;top:22rem;left:38.625rem;overflow:hidden;display:block; }
#TVdn0tcllGTsI2hg9BhRT7Nz9ycIpvrb { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:27.75rem;left:38.625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fbvh7oOFxrKcDLeFX9qHwD4fyvSnI0al { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:59.5rem;left:5rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hgU9QumE1umV5vDgim89m0FOXoJyCRnr { position:absolute;display:block;z-index:15009;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:20.0625rem;width:31.8125rem;top:38.5625rem;left:5rem;overflow:hidden;display:block; }
#ydGBf5kq4HE19WHbuvNpefNDNCbpN9tM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:43.875rem;left:38.4375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNW7ifvQkqAsxDdwuuIdJTJtBVgQelCa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:31.875rem;top:32.3125rem;left:38.625rem;overflow:hidden;display:block; }
#ouENhUDZhzCKQlywEudVNZg1Pqn1rFVR { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:63.1875rem;left:38.4375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JJitvTk64pc2MwmLZ74zrNqA4cbc1pGT { position:absolute;display:block;z-index:15015;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:15rem;width:31.8125rem;top:46.8125rem;left:38.6875rem;overflow:hidden;display:block; }
#TDinnHwR74Q5c4NQrxtpP8zLBO47hfq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:34.875rem;left:5rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GpAuM6FLlkhOSWG7EBW4z6cNTcFNLaPH { 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:6.875rem;width:31.6875rem;top:26.5625rem;left:4.8125rem;overflow:hidden;display:block; }
#CnV3dRQM5aMwJVVv0kOkRzsc5ffV8HSk { position:absolute;display:block;z-index:15018;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.0625rem;width:21.4375rem;top:101.625rem;left:3.4375rem;overflow:hidden;display:block; }
#OvGZ8NSg8Vbpm7SPHpssbFUaLHSRO2qz { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:20.25rem;top:101.625rem;left:26.5rem;overflow:hidden;display:block; }
#Hz4P0DaLm1S7lbmRnnrpowzr8MehKSZF { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:22rem;top:101.625rem;left:49.5625rem;overflow:hidden;display:block; }
#Jc7cI06LyJl3LnRdXT13GnqTMW9HrW9e { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:21.625rem;top:114rem;left:49.9375rem;overflow:hidden;display:block; }
#V5ZxuK0FE5fea1kS2Hv2FNic0KogbCnD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:21.4375rem;top:109.5rem;left:3.4375rem;overflow:hidden;display:block; }
#qCrGlUmWdl9WfEKVh1VhoxQaNpsE7hUl { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:20.625rem;top:113.625rem;left:26.5625rem;overflow:hidden;display:block; }
#W8FiNDvIBkq3NW9O2X5cy0vkT4G2b3mg { position:absolute;display:block;z-index:15021;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:9rem;width:32.0625rem;top:13.000000476837rem;left:5rem;overflow:hidden;display:block; }
#WLexslKoO0q4VQkV8fAOndRygVA2FBua { position:absolute;display:block;z-index:15022;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:31.5625rem;width:31.625rem;top:64.781215667725rem;left:5.15625rem;overflow:hidden;display:block; }
#CuNfg4UNUnG5cHpWKaX57hKBqeTAHEa3 { position:absolute;display:block;z-index:15023;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:31.5625rem;width:31.5625rem;top:67.593099594119rem;left:38.979167938233rem;overflow:hidden;display:block; }
#wfWPfQPfkKWviRs6DxzlWp29kVxzwXCq { 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:21.375rem;width:75rem;display:none; }
#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk { 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; }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row .container { background-color: transparent; background-image: none; }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row .container > .video-iframe-container { display: none; }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row > .video-iframe-container { display: none; }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .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); }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row .container { border-width: 0; border-radius: 0; }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#LtTAzMOiP1OaXEJzvhlbp2TTry3ac9CQ { color:#c0612a;display:block;width:60.125rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:7.4375rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB { 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; }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row .container { background-color: transparent; background-image: none; }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row .container > .video-iframe-container { display: none; }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row > .video-iframe-container { display: none; }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .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); }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row .container { border-width: 0; border-radius: 0; }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#EBshX40UwsZZ3GaebGSpEnREtyL9zowF { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17.25rem;top:2.75rem;left:0.75rem;display:block; }#EBshX40UwsZZ3GaebGSpEnREtyL9zowF.adaptive-delivery-prevent-bg, #EBshX40UwsZZ3GaebGSpEnREtyL9zowF.lazyload, #EBshX40UwsZZ3GaebGSpEnREtyL9zowF.lazyloading { background-image: none; }
#EBshX40UwsZZ3GaebGSpEnREtyL9zowF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#EBshX40UwsZZ3GaebGSpEnREtyL9zowF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#ulkBZeJKDBCXizH2CBLiIRFVlHtKgCLc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:0.75rem;left:7.375rem; }
#RvCDADTFL7odLLqh4AVNnhsOsC5vkd8U { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:7.59375rem;left:2.25rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#J7LydTyzV7iiVeaI0GyQLCI3GoP29OTm { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17.25rem;top:2.8125rem;left:19.5rem;display:block; }#J7LydTyzV7iiVeaI0GyQLCI3GoP29OTm.adaptive-delivery-prevent-bg, #J7LydTyzV7iiVeaI0GyQLCI3GoP29OTm.lazyload, #J7LydTyzV7iiVeaI0GyQLCI3GoP29OTm.lazyloading { background-image: none; }
#J7LydTyzV7iiVeaI0GyQLCI3GoP29OTm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#J7LydTyzV7iiVeaI0GyQLCI3GoP29OTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#MBXkHpZvOVnfATvdJNUf8u5eWCARkEGB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:7.59375rem;left:21.3125rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#mROG8hKVigaRLBpKc85JQWcSaKmQS5sD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:0.8125rem;left:26.125rem; }
#KtkOQ7ngqBoDCqkkA0HH57G9WVfntRdF { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17.25rem;top:2.8125rem;left:38.25rem;display:block; }#KtkOQ7ngqBoDCqkkA0HH57G9WVfntRdF.adaptive-delivery-prevent-bg, #KtkOQ7ngqBoDCqkkA0HH57G9WVfntRdF.lazyload, #KtkOQ7ngqBoDCqkkA0HH57G9WVfntRdF.lazyloading { background-image: none; }
#KtkOQ7ngqBoDCqkkA0HH57G9WVfntRdF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#KtkOQ7ngqBoDCqkkA0HH57G9WVfntRdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#bbFiDvwxTsJNf6AZw1ckTQJy621amMRx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:7.59375rem;left:39rem;height:7.312rem;text-align:center;text-align-last:center;display:block; }
#BWwxX5SyavFUEo4RscZCRAMEH6zycvGZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:0.8125rem;left:44.875rem; }
#KtqcmuG5bsUoEsBS0HdnehsnrbXPC1da { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17.25rem;top:2.8125rem;left:57.75rem;display:block; }#KtqcmuG5bsUoEsBS0HdnehsnrbXPC1da.adaptive-delivery-prevent-bg, #KtqcmuG5bsUoEsBS0HdnehsnrbXPC1da.lazyload, #KtqcmuG5bsUoEsBS0HdnehsnrbXPC1da.lazyloading { background-image: none; }
#KtqcmuG5bsUoEsBS0HdnehsnrbXPC1da::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#KtqcmuG5bsUoEsBS0HdnehsnrbXPC1da::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#SS6PNHcqJNePznM8BtafIKx5U3MN5Dmu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:7.53125rem;left:59.125rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#w31KcJg8ycFwPa1ASbl716L3H0lSyNrd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:0.8125rem;left:64.375rem; }
#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq { 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; }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row .container { background-color: transparent; background-image: none; }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row .container > .video-iframe-container { display: none; }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row > .video-iframe-container { display: none; }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .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); }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row .container { border-width: 0; border-radius: 0; }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#wuS4tu4Hycn90xQB2flexX90VWuDS5Tg { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17.25rem;top:2.75rem;left:0.75rem;display:block; }#wuS4tu4Hycn90xQB2flexX90VWuDS5Tg.adaptive-delivery-prevent-bg, #wuS4tu4Hycn90xQB2flexX90VWuDS5Tg.lazyload, #wuS4tu4Hycn90xQB2flexX90VWuDS5Tg.lazyloading { background-image: none; }
#wuS4tu4Hycn90xQB2flexX90VWuDS5Tg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#wuS4tu4Hycn90xQB2flexX90VWuDS5Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#KUPTI9tp2972WTJaWCq6geCkoBwn9XWx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:0.75rem;left:7.375rem; }
#QnIsphhnUKL89xJkNACEihoDeLMQTVm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:7.59375rem;left:1.78125rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#kpD0uEBT7soTpOqVttzgZUxdaI0rUmQZ { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17.25rem;top:2.8125rem;left:19.5rem;display:block; }#kpD0uEBT7soTpOqVttzgZUxdaI0rUmQZ.adaptive-delivery-prevent-bg, #kpD0uEBT7soTpOqVttzgZUxdaI0rUmQZ.lazyload, #kpD0uEBT7soTpOqVttzgZUxdaI0rUmQZ.lazyloading { background-image: none; }
#kpD0uEBT7soTpOqVttzgZUxdaI0rUmQZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#kpD0uEBT7soTpOqVttzgZUxdaI0rUmQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#uiyTMJVqhy1tLQ9VREGGM4I3MbAeBcK2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:7.59375rem;left:21.3125rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#VeczMdf8LveCSCeNRNBLESmBcFULpQVy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:0.8125rem;left:26.125rem; }
#levmlvuPnPvDxrvVaE71TiwDkIGiPkQB { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17.25rem;top:2.8125rem;left:38.25rem;display:block; }#levmlvuPnPvDxrvVaE71TiwDkIGiPkQB.adaptive-delivery-prevent-bg, #levmlvuPnPvDxrvVaE71TiwDkIGiPkQB.lazyload, #levmlvuPnPvDxrvVaE71TiwDkIGiPkQB.lazyloading { background-image: none; }
#levmlvuPnPvDxrvVaE71TiwDkIGiPkQB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#levmlvuPnPvDxrvVaE71TiwDkIGiPkQB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#R8G85r9O61MauzO9EvLWSrMTyu5urWU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:8.03125rem;left:39rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#XA0vl0fsuoGNa5xTomecOvJ21IBFnKnP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:0.8125rem;left:44.875rem; }
#KSq0g3y7g3t6ubRi1ESrBsTplrwg64q8 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17.25rem;top:2.8125rem;left:57.75rem;display:block; }#KSq0g3y7g3t6ubRi1ESrBsTplrwg64q8.adaptive-delivery-prevent-bg, #KSq0g3y7g3t6ubRi1ESrBsTplrwg64q8.lazyload, #KSq0g3y7g3t6ubRi1ESrBsTplrwg64q8.lazyloading { background-image: none; }
#KSq0g3y7g3t6ubRi1ESrBsTplrwg64q8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#KSq0g3y7g3t6ubRi1ESrBsTplrwg64q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#cHNvE0uo4BGylC7phmTIG08RkF0XoXlI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:7.59375rem;left:58.625rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#ByaRu9gB3wGcQXT8fOL7OoiqKXvS27QQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:0.8125rem;left:64.375rem; }
#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT { 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; }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row .container { background-color: transparent; background-image: none; }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row .container > .video-iframe-container { display: none; }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row > .video-iframe-container { display: none; }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .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); }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row .container { border-width: 0; border-radius: 0; }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#MhMSHsK0zyoK3SkxzJDpJna3EEIg15vH { z-index:15007;top:2.5rem;left:25.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hk6XJ5m4TZvluN6hgJa6lXWVDTbmzhKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.7);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; }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row .container { background-color: transparent; background-image: none; }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row .container > .video-iframe-container { display: none; }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row > .video-iframe-container { display: none; }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .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); }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row .container { border-width: 0; border-radius: 0; }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#v7hn2G1WrkR2DL97PzDHEp2CnPtUxd1P { position:absolute;display:block;z-index:15003;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:7.875rem;width:64.0625rem;top:4.4375rem;left:5.5rem;display:block; }
#uWqZq1eKdb85lPuIgJ4TyAmbtBa0Ph4J { color:#c0612a;display:block;width:60.125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row .container { background-color: transparent; background-image: none; }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row .container > .video-iframe-container { display: none; }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row > .video-iframe-container { display: none; }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .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); }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row .container { border-width: 0; border-radius: 0; }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#ElLg5FDdLxRGCT6XFwQVx2OEPJl1kSzE { position:absolute;display:block;z-index:15072;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:31.6875rem;width:40.4375rem;top:0rem;left:17.28125rem;overflow:hidden;display:block; }
#uHmmGuEMEAyop1H5vVbqG5Xq0qFUyLIU { position:absolute;display:block;z-index:15004;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:31.9375rem;width:64.0625rem;top:0rem;left:5.46875rem;display:block; }
#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row .container { background-color: transparent; background-image: none; }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row .container > .video-iframe-container { display: none; }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row > .video-iframe-container { display: none; }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .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); }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row .container { border-width: 0; border-radius: 0; }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#PAurS75xz7n0q9fnT54xGl6HXyk5Hyae { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:64.0625rem;top:0rem;left:5.46875rem;display:block; }
#K15bgXOVTyQiLGHGWtefnPS4T3NULgZ4 { 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:15079;opacity:1;top:8.8125rem;left:26.3125rem; }
#vuvHUwrcSCysxqlTQLElzHAzJgSylV4i { 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:15080;opacity:1;top:11.5rem;left:26.3125rem; }
#HU1y2kvb4fGFMfZ1xQqS2wD4Bhbbh93g { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:9.0625rem;left:29.0625rem;height:1.4624rem;display:block; }
#yHMnuOKxlS9MbstxXhAvZDvxBT8kqn74 { 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:15078;opacity:1;top:6rem;left:26.3125rem; }
#M6FpP9NhVs7yzHPZPO6lSitcI7V4i5DG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:6.125rem;left:29.125rem;height:1.4624rem;display:block; }
#P53SeXaXDwCvtN01cboaW9RSgCTSW8Tm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:11.75rem;left:29.375rem;height:1.4624rem;display:block; }
#arTt50mGdHIwGVJTndmqE9pJyHLqyGTB { 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:15077;opacity:1;top:3.125rem;left:26.3125rem; }
#q9Afll8yToUlvqiXctJwsSPKbWgShJh8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:3.375rem;left:29.0625rem;height:1.4624rem;display:block; }
#SHTHDy7TH9KO467MdN8kJHx1fHATPsxg { 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:15081;opacity:1;top:14.25rem;left:26.3125rem; }
#nPkilutQUTDgL8xEmwdgoa9ZMVk8WvGi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:14.4248046875rem;left:29.375rem;height:1.4624rem;display:block; }
#nSalRO4hJ6hiZGzuZBqIFcaGDCT6XqT0 { 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:15082;opacity:1;top:17.125rem;left:26.3125rem; }
#AxA2RTIaED6ahtBZQ6Bnh5iD7r2oAiZK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:17.2998046875rem;left:29.375rem;height:1.4624rem;display:block; }
#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row .container { background-color: transparent; background-image: none; }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row .container > .video-iframe-container { display: none; }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row > .video-iframe-container { display: none; }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .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); }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row .container { border-width: 0; border-radius: 0; }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#iTkfqunTwQzhJySznrdFlhAWEJ0ugkVI { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.5625rem;left:11.9375rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#shIqQivITHA58LnIwZXPA1meITO7Fy2E { box-sizing:content-box;color:#c0612a;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:block;z-index:15009;top:14.78125rem;left:6.9375rem;display:block; }
#n03V3iiSuw98KZwaWmO7U1agy7xeLywl { box-sizing:content-box;color:#c0612a;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:block;z-index:15010;top:23.4375rem;left:6.9375rem;display:block; }
#S7z3HardR8hcLE47Ho6cTPnDN4hJ7qnG { box-sizing:content-box;color:#c0612a;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:block;z-index:15011;top:32.53125rem;left:6.9375rem;display:block; }
#IGax6i2w6X1VZWdJEvTLlikadOxP4EZ8 { box-sizing:content-box;color:#c0612a;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:block;z-index:15012;top:42.09375rem;left:6.9375rem;display:block; }
#r2qLQWFHyGAKRlMZSP61L8i4Al56Gxxw { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.375rem;left:6.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eBr0mamSL8kfTMHBXT1HJC37XB0fg5TD { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:24.3125rem;left:11.9375rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OLnNGRvCx2fXlEq14dAZB6BCDlt9ohnp { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:42.875rem;left:11.9375rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HVo1BBgbcQHLWRos16IJKCymBm1AhJgM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:33.3125rem;left:11.9375rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kI2snNxSIAFP1tdHVeECMU9fiidDRQyz { color:#c0612a;display:block;width:52.0625rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4375rem;left:6.9375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bAaCsTJznA4QKIZDQttvgxFTNZmSamLG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:17.90625rem;left:11.9375rem;height:5.34911875rem;text-align:left;text-align-last:left;display:block; }#bAaCsTJznA4QKIZDQttvgxFTNZmSamLG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bAaCsTJznA4QKIZDQttvgxFTNZmSamLG li:before{  }
#UAw7ucZpnlUaL6FXsG7q8pzsxDDeyytq { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:26.5625rem;left:11.9375rem;height:;text-align:left;text-align-last:left;display:block; }#UAw7ucZpnlUaL6FXsG7q8pzsxDDeyytq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UAw7ucZpnlUaL6FXsG7q8pzsxDDeyytq li:before{  }
#mc8FZ6KQfBtglEfVHfTd9WJR5V5XC2i4 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:36.0625rem;left:11.9375rem;height:5.34911875rem;text-align:left;text-align-last:left;display:block; }#mc8FZ6KQfBtglEfVHfTd9WJR5V5XC2i4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mc8FZ6KQfBtglEfVHfTd9WJR5V5XC2i4 li:before{  }
#IyBbXasCHWn3it2lZWKnAUsozSwQlVT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:45.21875rem;left:11.9375rem;height:3.4619125rem;text-align:left;text-align-last:left;display:block; }#IyBbXasCHWn3it2lZWKnAUsozSwQlVT9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IyBbXasCHWn3it2lZWKnAUsozSwQlVT9 li:before{  }
#mFuQsg145c6M5adZ7UIUTLg3F96Hnf6h { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:26.875rem;top:15rem;left:46.375rem;overflow:hidden;display:block; }
#gAi6t8znoDWHSoCStmc36l9VACvdRw0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c.adaptive-delivery-prevent-bg, #gAi6t8znoDWHSoCStmc36l9VACvdRw0c.lazyload, #gAi6t8znoDWHSoCStmc36l9VACvdRw0c.lazyloading { background-image: none; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { background-color: transparent; background-image: none; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,97,42,0.79); }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container > .video-iframe-container { display: none; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,97,42,0.79); }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row > .video-iframe-container { display: none; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .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); }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { border-width: 0; border-radius: 0; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c::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; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#XtnpLT3L7lW4LsNdye3mTHCvrN2gQUaX { color:rgba(var(--color-tertiary-0),1);display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:9.8125rem;left:13.3125rem;height:3.1499rem;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; }
#TCzVm0lhINksViFQgzlkuLtxldktMar2 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.375rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:4.9375rem;left:13.3125rem;height:5.90625rem;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; }
#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie.adaptive-delivery-prevent-bg, #WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie.lazyload, #WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie.lazyloading { background-image: none; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container { background-color: transparent; background-image: none; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,97,42,0.79); }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container > .video-iframe-container { display: none; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,97,42,0.79); }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row > .video-iframe-container { display: none; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .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); }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container { border-width: 0; border-radius: 0; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie::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; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#WmsL6FshTCHqcpvCyyPTGeptMaPTrKTu { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:60rem;width:29.875rem;top:2.15625rem;left:4.40625rem;display:block; }
#SVEJci1OtmGehbZhqvlKf3ss6qwmOaKM { z-index:15005;top:55.9375rem;left:9.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rqaap3lGr5HdzN4HUq5fiKLkWzcXGAfE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5WZvCtNzQ6mloayqUPu3V3pfyIV95h1 { z-index:15006;top:55.9375rem;left:43.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.75rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rA5iTx1T3MT8kdyJ5iJywJLd8TvUxSat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OWOS6zmDvbKgrzgQnIzX23mn0C8cbOeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:13.375rem;left:9.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mC6rJSoeQdg9bIUigky7c8FbKwR0HikS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:4.4375rem;left:9.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVI72ckImHzJdtWzuDpT2OigdRNqSQTp { position:absolute;display:block;z-index:15003;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.25rem solid #cddd1a;border-left:0.25rem solid #cddd1a;border-right:0.25rem solid #cddd1a;border-bottom:0.25rem solid #cddd1a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:59.25rem;width:29.4375rem;top:1.9375rem;left:41.3125rem;display:block; }
#ZPc0qpVd2DkhoaDR9UtwFIaQWONoJT1g { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:3.8125rem;left:46rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QhZ89Jze780yAifw68Ne50h2lW61fXiE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:50.3251953125rem;left:7.65625rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2LCbGCpAIwHUD8rOlW13myn0fdzhHZV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:50.3251953125rem;left:45.15625rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBmQMgbvimTkaIIo9l3WfMicEqXRebNO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.5rem;left:9.3125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSQyQnH3V4GspzgT21TNKMQzQ3z2D7Bm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:8.125rem;left:46rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDnJ4wSRKPNTVAHithBDWd261f61ocN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:45.625rem;left:5.8125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkQr6xdQ1ZrCHmoZuBTJgkh9DICWHFhH { 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:15086;opacity:1;top:13.3125rem;left:6.25rem; }
#P8Rl64h5KGSPImV5OVVPyKsDxTuQLsSb { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:16.1875rem;left:9.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yI0TfROdm0FU7bJQtxB2c3JLeSEPTXcS { 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:15088;opacity:1;top:16.125rem;left:6.25rem; }
#sspKeE9bJh7EDRBtRJ8rxDfXGFp20i3k { 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:15092;opacity:1;top:21.8125rem;left:6.25rem; }
#P2aApinrKrbzeVOZXzViTOHgPKeu3avW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:19.0625rem;left:9.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tskChgUS4rGXLANtKtkX6VAlAi5MSbgl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:21.875rem;left:9.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a8JLdaT8GULRf4C8FKAM3lbp28e4oeCr { 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:15090;opacity:1;top:19rem;left:6.25rem; }
#n5ibaTONdxQeCtZ1a8cEHb0h2f7hf6Cd { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:45.7373046875rem;left:42.875rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6zuApOeDLw0bzIdbOZRIo9sGmHXaB4p { box-sizing:content-box;color:#c0612a;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:41.75rem;left:43.375rem;display:block; }
#sZaeIfd8Gq8QEJnMi8rDMEkG7ZvcK0RX { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:42.25rem;left:46.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MLGtM2mk8PoZFb4yolnnT2M7qqq9Nuin { box-sizing:content-box;color:#c0612a;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:38.6875rem;left:43.375rem;display:block; }
#kyTdQS4o0MhFpaweV39wigxos18F7b9m { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:39.1875rem;left:46rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vR6BS15DxC2myUGRSTzFJqT7MIRE9ITJ { box-sizing:content-box;color:#c0612a;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:36.0625rem;left:43.375rem;display:block; }
#X2mbnE8VfDSHis0kEMEIfapFixTTRPN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:36.5625rem;left:46rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gJykK3QwPD4g25sF0J7cghQmgMFnXnCE { box-sizing:content-box;color:#c0612a;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:33.4375rem;left:43.375rem;display:block; }
#hms1JQNBTXIyfpp9TJ7D8TInwIhZ8ux3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:33.9375rem;left:46rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pDBE14fH3tKzrVxzImVHmiEtGTamO2gA { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:31.8125rem;left:43.875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AyLh7AK8Nx7QN3drcQu4x6Eb76ERTCZV { 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:15110;opacity:1;top:21.9375rem;left:43.75rem; }
#ikoZkF4zoiyTczwWWcTKzD3Qdrd1Vyfp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:22rem;left:46.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSEC1Swo6dbefbb1StBg9h1TxO7Kzyik { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:19.1875rem;left:46.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kXbI0K8c6xwMlL19MgvC8gxW2q6dMn6m { 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:15108;opacity:1;top:19.125rem;left:43.75rem; }
#qP6ILR3R5wvh0PNeqPcp5eovSq3UrU1w { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:16.3125rem;left:46.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2tZgVLD5Va2CAzZ2Rv1diRPkaUtPQ9Q { 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:15106;opacity:1;top:16.25rem;left:43.75rem; }
#A9m0180G30tirDURmatNgnl6To5O5VkT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:13.5rem;left:46.5625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GcdTRcqTETFUwC9i9h4zhWFHUboyI0N7 { 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:15104;opacity:1;top:13.4375rem;left:43.75rem; }
#PG1LahwELvmzadBwC5GDzVEaUCgRE2Qo { 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:15093;opacity:1;top:25.40625rem;left:6.1875rem; }
#cvToJSql0A2VWaIOVL84iG7L2PtD8eeh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:24.625rem;left:9rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FyzKMVyNT5hQ01ICLsLGrIFzTZqAqA6R { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:28.4375rem;left:9rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JC9gh3lyPR3kglBLMzlJccIuqbtdppdw { 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:15094;opacity:1;top:28.375rem;left:6.1875rem; }
#k5EcXB3LggR1pdDrMHvUpFE7RRt3lb6o { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:31.6875rem;left:6.1875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VgFzNDTVF0HcTD30ndOXv8Klvc8n8LmC { box-sizing:content-box;color:#c0612a;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:33.375rem;left:5.8125rem;display:block; }
#V5HM9s84gioROi7cwK2PDozwhTX1GE8g { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:33.8125rem;left:9.03125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b9PnuhF4ZkoS3cPpgLBV8c90awAfbVta { box-sizing:content-box;color:#c0612a;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:36rem;left:5.8125rem;display:block; }
#drMeIadrLt0y1n1gd4Rtm0dqWErio3sp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:36.5rem;left:9.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NpmemcvIrMGKFWFgl677Cfvh5OhbD4Wn { box-sizing:content-box;color:#c0612a;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:38.6875rem;left:5.8125rem;display:block; }
#OiEAspmb04vXG73oATRySIfyfruTgDl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:39.1875rem;left:9.03125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n3oevgC9li82yObbzBA3a7WcUXFpcDox { box-sizing:content-box;color:#c0612a;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:41.75rem;left:5.8125rem;display:block; }
#K8yTiByBSW6RlekEmr0yd1RrgK20Qdys { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:42.48046875rem;left:9.03125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GK71UdcFGtWK252UJwbe05KHpaU5FUgN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:24.625rem;left:46.71875rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVEe9eLsuLirwhpHIo63uzdfWzAkZz6L { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:28.4375rem;left:46.71875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTeaMDO0fcnnJpVqS9wIIATph7tKzZpn { 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:15111;opacity:1;top:25.40625rem;left:43.875rem; }
#izZJ7N58tSohaKwRFkW6Gv7sGcIcXgMc { 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:15112;opacity:1;top:28.375rem;left:43.875rem; }
#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B.adaptive-delivery-prevent-bg, #awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B.lazyload, #awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B.lazyloading { background-image: none; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row .container { background-color: transparent; background-image: none; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,97,42,0.79); }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row .container > .video-iframe-container { display: none; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(192,97,42,0.79); }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row > .video-iframe-container { display: none; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .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); }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row .container { border-width: 0; border-radius: 0; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B::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; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#dZ68O1DTknmnv7ztMTAdSqTDoSHet8MC { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:1.9375rem;left:13.875rem;height:5.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n1DpIVHEIag7PCWpx5D4BQU4AKeKoJBn { 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:15021;opacity:1;top:2.3125rem;left:8.4375rem; }
#gDkQVDitTUzFFGPR2Rv4H8XkySmWhqSa { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:9.6875rem;left:9.75rem;overflow:hidden;display:block; }
#gsJqlHHGaR8Qw5msVf65Eu63gFygAAE9 { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:9.6875rem;left:34.75rem;overflow:hidden;display:block; }
#XmiNuzRHPygp6vopDqqs7WC1bICybvEB { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#pxrApn5Q7qT8Vr9IO1ZTUwGnQI0Pc7zJ { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.3125rem;left:25rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#Ebb9SDkkBrdEFzyPCpU5HlTBI9CGykKp { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:16.3125rem;left:50rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#bPIIEZmBMLQIZF28OMXxMDHbg8dxtNNy { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:9.3125rem;left:59.75rem;overflow:hidden;display:block; }
#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA { position:relative;display:block; }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA { background-color: transparent; background-image: none; }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .row .container > .video-iframe-container { display: none; }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .row > .video-iframe-container { display: none; }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .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); }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA { border-width: 0; border-radius: 0; }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .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; }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QJbKPLObQ7DwTO4OtWd8FqG2T8xPd4Iu { position:absolute;display:block;z-index:15073;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.5rem;width:29.5625rem;top:5rem;left:2.625rem;overflow:hidden;display:block; }
#IHzvuVmlGnGP5GRTdOReEcVAw05zXVJZ { position:absolute;display:block;z-index:15074;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.5rem;width:41.4375rem;top:5rem;left:31rem;overflow:hidden;display:block; }
#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row .container { background-color: transparent; background-image: none; }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row .container > .video-iframe-container { display: none; }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row > .video-iframe-container { display: none; }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .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); }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row .container { border-width: 0; border-radius: 0; }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#Pkt502PTFgHzbT4J3IPRdRdtP7cWpyLv { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:13.25rem;left:16.0625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#guo3QKIK2bCu0d3e8mOeM1Z1DuK08CTA { position:absolute;display:block;z-index:15001;background-color:#092b3d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.0625rem;width:46.6875rem;top:11rem;left:14.1875rem;display:block; }
#y0bCJD27S9f6273Laxz3r0nb8vqfunC3 { color:#c0612a;display:block;width:67.125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5rem;left:3.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yINfw2kHK5DN7JdQmaLSvdNa3LTyRAVS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yINfw2kHK5DN7JdQmaLSvdNa3LTyRAVS > .row .container { border-width: 0; border-radius: 0; }#yINfw2kHK5DN7JdQmaLSvdNa3LTyRAVS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yINfw2kHK5DN7JdQmaLSvdNa3LTyRAVS > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:none; }#UvuLKr48eAVpREJDx3zcqOdE6RdzLN0i { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:14.75rem;left:14.6875rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QVqXT43VnOneyRPaVDF9dbL9m7uz1hXd { color:#477479;display:block;width:52rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:12.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rQnznsSBoU7ldmmbG5ePPcrhmF3KxSNR { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:19.5625rem;left:14.5625rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KPZLI6PTpxcDGadm3EaIZ1Tne5SpNTHu { color:rgba(var(--color-tertiary-4),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:26.4375rem;left:14.3125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T8ZivkCptHHHRVN7xH0CLtwFwRNiP7Sr { color:rgba(var(--color-tertiary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:31.5625rem;left:14.25rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XuXEmRDraQVc7DqpEGBISrpZ4Z9xLepJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:14.75rem;left:10.8125rem; }
#hSPdSadHB5fgQIPQGTOJmnCS35s7hTMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:19.5625rem;left:10.875rem; }
#dhOe6JbA9Pk3pfdk7qkMC0Wm175Iqrlr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:26.4375rem;left:10.875rem; }
#ngKR91zGX4CPfRyDpPhOQZeKTgCpaxUE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:31.5625rem;left:10.8125rem; }
#EnAoyPvCllAKrGBhwZlp6ALpyKL8WgCa { color:#c0612a;display:block;width:60.125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:3.5625rem;left:8.875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vnccmkVy1f5vgQsmlTrix0tGITToQn2o { position:relative;display:block; }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o { background-color: transparent; background-image: none; }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .row .container > .video-iframe-container { display: none; }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .row > .video-iframe-container { display: none; }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .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); }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o { border-width: 0; border-radius: 0; }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .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; }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .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:93.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mxBEpfsFsfrXDTU4xTKdIPdQduRPWrfW { color:#c0612a;display:block;width:60.125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.4375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMCEweTJXa1zVFe9rR45fI1ITz7hSN2S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:29.375rem;top:17.8125rem;left:6.75rem;overflow:hidden;display:block; }
#r5ckptd1MVCeiKt4KLBl2ntNfWKH8oHJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:29.375rem;top:22rem;left:38.875rem;overflow:hidden;display:block; }
#GdhefcZ3qSExWES8T7aTfD0hLpXKGwnk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:10.5625rem;top:13.75rem;left:32.25rem;overflow:hidden;display:block; }
#uFGsEAFFVR7pE6ZQSTkQ4gZqvHc3Dh2T { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:29.375rem;top:51.5625rem;left:38.875rem;overflow:hidden;display:block; }
#TkJ6NOiWf2eb2alAGJQzzQKGSGoA9g6c { 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:18.8125rem;width:29.375rem;top:47.375rem;left:6.75rem;overflow:hidden;display:block; }
#vtBlLHe14Vc76hMWTQZy09U7THkH0uRF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:10.5625rem;top:43.3125rem;left:32.25rem;overflow:hidden;display:block; }
#s9MCqRSM8otOgQ9TkPiqPCUQSqXb0gDB { z-index:15005;top:82.5rem;left:24.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kauzl4dCThsGHGzde3NuJEmxaz5gX66I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zXZZxsRO2fCyI7KsAWFpsDbMTp5SI2vM { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:75.375rem;left:13.9375rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1.adaptive-delivery-prevent-bg, #cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1.lazyload, #cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1.lazyloading { background-image: none; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row .container { background-color: transparent; background-image: none; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.7); }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row .container > .video-iframe-container { display: none; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.7); }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row > .video-iframe-container { display: none; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .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); }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row .container { border-width: 0; border-radius: 0; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1::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; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#E0dpu6f8VIUSroedtVThEP1VEVQoQ5OP { color:rgba(var(--color-tertiary-0),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.625rem;left:6.34375rem;height:5.1181625rem;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; }
#sN08CE6UtBbCt4mGyE3a6fS0P1wWH7hP { 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:15083;opacity:1;top:29.8125rem;left:18.75rem; }
#tu9JpwpcZOEifsxA1creU0TMXKcMwJ5M { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:30.0625rem;left:21.5rem;height:1.3808625rem;display:block; }
#gqq0NRrIEFelnzpupmcIyRxXIIyFvNa1 { 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:15081;opacity:1;top:26rem;left:18.75rem; }
#GtkU00eZDEBiH7fxsNpUXUJpv7cmuTgt { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:26.25rem;left:21.5rem;height:1.3808625rem;display:block; }
#nF8VfiMGXRtynhp8KJw1ETGT2QIkI0UQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:22.5rem;left:21.5625rem;height:1.3808625rem;display:block; }
#FkWz2ZSD76amyaZlOZBbf9qFTo4b0qrA { 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:15080;opacity:1;top:22.375rem;left:18.75rem; }
#tbHtSM17sNW9321dl7VWi7sD6HwHvuST { 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:15079;opacity:1;top:17.9375rem;left:18.75rem; }
#AizG80wlDxSTWBBa8T2tEChZxQVyl9Vg { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:18.1875rem;left:21.5rem;height:2.76171875rem;display:block; }
#r6X4lqFpQOII44IXv7FehIGX506Kkca4 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:7.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kh9yUAIE9W9MySXrPXrklCyAVDidawJZ { 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:15087;opacity:1;top:37.0625rem;left:18.75rem; }
#LgJ0JZbOMZ27NTT1SoxmGlcUh9U7TGGQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:37.3125rem;left:21.5rem;height:1.3808625rem;display:block; }
#DerNiXbZKTtHZTUdFAv6XbVrbQqUKdQB { 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:15085;opacity:1;top:33.25rem;left:18.75rem; }
#K3alTCSGEzP2TTF9yU14nihP76vHTp89 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:33.5rem;left:21.5rem;height:1.3808625rem;display:block; }
#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP.adaptive-delivery-prevent-bg, #EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP.lazyload, #EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP.lazyloading { background-image: none; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row .container { background-color: transparent; background-image: none; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.7); }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row .container > .video-iframe-container { display: none; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.7); }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row > .video-iframe-container { display: none; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .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); }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row .container { border-width: 0; border-radius: 0; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP::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; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#JcF1P35ATJOgTNeDCzuu3lT0feWXiTmy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:21rem;left:21.5rem;height:1.3808625rem;display:block; }
#oWgMNFvaUcdNETyZUccNQeog1qT3Eo63 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:17.1875rem;left:21.5rem;height:1.3808625rem;display:block; }
#sO4kahSqFqW7w8KkJgmTFnTFRpucGnv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:13.4375rem;left:21.5625rem;height:1.3808625rem;display:block; }
#aQKWCBA4xKulQFoeB0TH6oOdeM7f1TVI { 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:15087;opacity:1;top:9.6875rem;left:18.6875rem; }
#ih3nMhJ1dUMzrKWuDANyEE5xWfSipy8X { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:9.9375rem;left:21.4375rem;height:1.3808625rem;display:block; }
#MTrQyoKmSnIpnbC15lVTDxTprytQPXvM { 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:15088;opacity:1;top:13.25rem;left:18.6875rem; }
#ra3ckx8NZ96ai0xoF7F2AZds8HOyOJyl { 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:15089;opacity:1;top:17rem;left:18.6875rem; }
#ERTLQQTpOq5awmXFRg0SL6pc3GVl06Tq { 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:15090;opacity:1;top:20.8125rem;left:18.6875rem; }
#nO3ExfCRZBJGilhdMG3ZAkNB7GTWMcNm { color:rgba(var(--color-tertiary-0),1);display:block;width:60.125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.125rem;left:7.4375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sc4u6qlLq8zHm0XeklwlTKT0mm8I6w3m { z-index:15011;top:26.125rem;left:25.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.4375rem 0.9375rem rgba(175,0,202,0.37) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GkmnJWL2hNGzdIyiIlQDXmWr3RLOsTnt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { background-color: transparent; background-image: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container > .video-iframe-container { display: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container { display: none; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .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); }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { border-width: 0; border-radius: 0; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;position:relative;display:block; }#sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15059;line-height:1.8;letter-spacing:0;top:14.75rem;left:21.25rem;height:3.824225rem;display:block; }
#LEM93fD56HqGSZSybEUt8hHmC4xG1SpR { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:19.75rem;left:21.25rem;height:2.9746125rem;display:block; }
#nUzPeVPXTtNlOkiKyWmxD18uLEryt6FT { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:31rem;left:21.25rem;height:2.9746125rem;display:block; }
#trgq5yifs6PGMcNfmIbiGL1S6C5ZSI7D { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15063;line-height:1.4;letter-spacing:0;top:24.75rem;left:21.25rem;height:4.46191875rem;display:block; }
#zaOVgiTQcTDyWBwEhPOFRBK0OgtEwDkM { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:36rem;left:21.25rem;height:4.46191875rem;display:block; }
#U07thUycr8fkQAhp9K5XhFU2l2JcFfzT { color:#050748;display:block;width:44rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:15.5rem;height:1.70605625rem;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; }
#frZrbIdSCMs8lHUOB0eOQ8rHsdRpsQI6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.5rem;left:16.375rem; }
#DXIuxb9gZo8HO7MTt9cGLzvchg369pHE { color:rgba(var(--color-tertiary-4),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.4;letter-spacing:0;top:48.5rem;left:21.25rem;height:3.1494125rem;display:block; }
#yu5bqDv3ed7D1wii0GerkQkxQbpTRh4T { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:42.25rem;left:21.25rem;height:4.46191875rem;display:block; }
#bZGF7JHTUNQ2yCI0Se1Cbt8m0Kynd8v1 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1.4;letter-spacing:0;top:53.5rem;left:21.25rem;height:3.1494125rem;display:block; }
#qQa3gAU5M4Rk3nOF94IZwm4QGXfPwTMf { color:#c0612a;display:block;width:60.125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:11.28125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnT7usulV7wdHM9hOON4XKnBUDyTHPmc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.5rem;left:16.25rem; }
#VsssI3PGC0ZECbym9fLZ1ZXQpdxTG1HL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.5rem;left:16.25rem; }
#pdvp66trkl67vhoELTL2iyhyrxM2E3HR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.75rem;left:16.25rem; }
#h1C4HnpnSAvUT132f4pwDwlRefUf5nw7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:34.75rem;left:16.375rem; }
#BSptwJzCcS4Jb6AqWU2aSSUdRugMQcwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:41rem;left:16.375rem; }
#HhK6eeFTuHErGiTz2TwtF23kS9wGoSdf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:47.25rem;left:16.375rem; }
#PPARnXRQHncnHq67qOqhFgRar5uQNU3x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:52.25rem;left:16.375rem; }
#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh { 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; }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row .container { background-color: transparent; background-image: none; }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row .container > .video-iframe-container { display: none; }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row > .video-iframe-container { display: none; }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .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); }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row .container { border-width: 0; border-radius: 0; }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#nPJG5vIFCw2uNonK8y6uzlhDx2Lw1eqC { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:2.458984375rem;left:17.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#crHDaiGwllQa4TfG19ZvczTT197HzWRp { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:4.98046875rem;left:17.03125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 { 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; }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row .container { background-color: transparent; background-image: none; }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row .container > .video-iframe-container { display: none; }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row > .video-iframe-container { display: none; }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .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); }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row .container { border-width: 0; border-radius: 0; }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#o4BW6TArVCALxGcnaZwKToIPnTZWk6mT { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:9.75rem;overflow:hidden;display:block; }
#zvzSS1gW7l3LV3zDe4w21UoJoSsWge5Z { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:34.75rem;overflow:hidden;display:block; }
#ZPFtz7UJnlOqZkwE15azCbX0MK4L6bfD { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:-0.375rem;left:59.75rem;overflow:hidden;display:block; }
#EvT3yqLx89vVZXxzxngMSicfqR8o9pU9 { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:6.60546875rem;left:0rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#cpbJpkxe0KNUTeb7Lv4hZ10GL7cni9W9 { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:6.60546875rem;left:25rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#UvanoQJwlpZIcOUw4OTpPJn1GJrMiD0r { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:6.60546875rem;left:50rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row .container { background-color: transparent; background-image: none; }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row .container > .video-iframe-container { display: none; }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row > .video-iframe-container { display: none; }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .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); }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row .container { border-width: 0; border-radius: 0; }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#U01KnZTuyhuSwWlzVQhgodXBVhLt5nfr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.1875rem;left:8.125rem;overflow:hidden;display:block; }
#UExZNVAJFvnu5WDXa4Jlz2lck8T8bfUn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.84375rem;left:55.875rem;height:1.13745rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 { display:block; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTIV0Hy7gWBtRfOeRSCRMLMMvHPaEN80 { width:47.75rem;height:3.875rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { top:47.375rem;left:28.375rem;width:19.375rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:20.9375rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { top:18.375rem;left:0rem;width:26.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5uolAewanENi9uH4OxWWRErFyc9qmoo { top:19.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { top:22.6875rem;left:0rem;width:21.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g82lgnACUpqLgShyiBLTkewuV1V1SRgz { top:11.9375rem;left:5.15625rem;width:38.625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si9lDRSV1mT7QodwDK6Si2OSJ8Xgc35H { top:27rem;left:0rem;width:31.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { top:17.25rem;left:13rem;width:34.5625rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6swCpE4gFfg6Ktl4ysV85iLeSkexhpq { top:23.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRv6mKBINtahqAglRTZMcKVFkOJPvk5D { top:27.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI5UpvKG1EKoSidyeN2oo7DOpbkGveoK { top:39.6875rem;left:0rem;width:23.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9e3G9zOT7CGLrUC79O4zTg35QXGv8WF { display:block; }
 }@media only screen and (max-width: 763px) { #TmvfEJK5mDUOmiRT1WRPr0EIxVgG8N0u { width:16.1875rem;height:2.875rem;top:7.5625rem;left:16.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpXiZREBxqqTER9Sq8X9kezbu2SEnlBF { top:7.1875rem;left:15.25rem;width:18.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp2GBRzCksTVdnCRBvncN911RqhsevlK { width:47.75rem;height:3.4375rem;top:2.5rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR3s9PlAfV1UkhHFJokUkL7nFTIbIcss { top:45.5rem;left:0rem;width:29.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJozxbSlXH2df27G8Q7niF7fFirnXPkH { top:45.5rem;left:6.3125rem;width:41.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuAWNMWGEfdhxusPD6QPiW8qTOfDuxCc { top:33.875rem;left:0rem;width:22.1875rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNVuohNFRPWUIGB0CKyho55BQBIyihaD { display:block; }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4Thn3tCTd0uslM1O04TwlHRUE5nRlIx { top:2.4375rem;left:3.40625rem;width:40.9375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk3l2efXKZWMCJ5vWZ3EVkvEqxWkx72F { top:4.9375rem;left:3.40625rem;width:40.9375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ { display:block; }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzZCyiPmkT2RK8PLnetHAhl6D7aFQHSd { top:0rem;left:5.1875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv6gCARXU5EDdrXLtZmVH0IoMvrZwAL5 { top:0rem;left:21.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9XJnOVKeoXrrwZy8sMafX2Hg1SdzrEc { top:-0.375rem;left:36.9375rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbLknf2WwwRicOqOLrDTmQkzD5wJhLpM { top:6.5625rem;left:0rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxs22sZCxGAbTrofOOxh9FNc9dEofMeI { top:6.5625rem;left:6.75rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXDJ5EzofWLqhUWmQ2KetBkzlwDHVgvR { top:6.5625rem;left:22.625rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnAZuB42MHC5IJO8N1lsaOHVabShanZG { display:block; }#xnAZuB42MHC5IJO8N1lsaOHVabShanZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPWD8ySKKRznZTZs3M3B7LCfAh3AkiIn { top:3.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1 { display:block; }#UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtBzlTmQ128qIlKJTqlg5w5i4hCIV8Z9 { width:12.4375rem;height:4.5rem;top:10.375rem;left:1.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA1nCHJtMwtcIT01JVeKh0OChIl3P00p { top:4.25rem;left:0rem;width:20.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJaGZMQlm0SptwxlzGTvsy0N1JTyV3ik { top:4.25rem;left:11.5rem;width:20.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPZrpK2DROQUbbIGyzoe9UoGB3q3psZD { top:4.1875rem;left:27.375rem;width:20.25rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn6IzK9SBvUFTIlRpqUwlaLgogCn2FrK { width:12.8125rem;height:4.5rem;top:10.375rem;left:33.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbgJk4ETwUvnzqFTQyERfSOTqpUHF6k { width:15.375rem;height:6rem;top:9.625rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKpHo8LIFxRloNJtz79Pgn3M0u9Zmf7B { top:4.9375rem;left:5.96875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGD222iyUOcixHSicy5ulfw79dOko4Fz { top:4.9375rem;left:21.84375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMSEkUkZ3I8WoV9lRJMGFfGhurrCfA5i { top:4.9375rem;left:37.71875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM { display:block; }#f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tP1PXUQzxeoP7sysWwFoTmrXL8HeMfhZ { width:15.125rem;height:4.5rem;top:10.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGC5zNgl95WASlZ70o8RKKF98a1tw0xD { top:4.25rem;left:0rem;width:20.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPW9hb6pxD2MUahaMCezWa25RU9aD3hD { top:4.25rem;left:11.5rem;width:20.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzx9o57xmllfHgkCq2oFcixik3cA3wIG { top:4.1875rem;left:27.375rem;width:20.25rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUeuqWA8IIKceaSCTIDLfLI1VgWZVKS6 { width:16.4375rem;height:4.5rem;top:10.8125rem;left:31.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ko9leFCZvuobU6D4BxIpTOLuGlJwPk { width:15.375rem;height:6rem;top:10.0625rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTGw1dJeA5oOZnI22JrNcIBblyiiBtB { top:5.6875rem;left:5.96875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJbhXEVmZTw758FdTT5Nuyfpz0MhefQ { top:5.6875rem;left:21.84375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWHFIReh0RB310L4svwz57z9ao8Eyqrd { top:5.6875rem;left:37.71875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O27cttV3gMelhG7KD1c4J31kAOdI5tRu { display:block; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1bDZtvMm2Un8TnzdCaozyNmLnpo693Z { top:8.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJEnTwrZxHWBShx7HuPiuqMmGeMmL8nI { top:4.875rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 { display:block; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUzJTTPJxOLTEDCUfRUxLNB82zvBu7iT { top:13.625rem;left:5.5625rem;width:18.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyx15E0HGf6cw2Ia3PUnu4OXUmtOyx6U { top:16.9375rem;left:7.6875rem;width:16.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmdwhaDfHt7DxEemyoT7JimAuzrwoe7 { top:14.25rem;left:18.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZX1OL8V49QemKMJZtW2iEmmb8QTyBg2 { top:13.625rem;left:29.4375rem;width:18.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlJNklDOthqF08XHWRLBFa2tBGua8RJ5 { top:16.9375rem;left:31.5625rem;width:16.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iev0mXEwNv9fsKK4WxZJFUudT1SRTw9M { top:14.25rem;left:42.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFg3Ci7GudNfMpaP77bt1tH2BX8DiAsU { top:0rem;left:21.9375rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzonXR6dyUphtWNWNQk5UT7r2gvAqIT1 { top:0rem;left:0rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg { display:block; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVJebq2KrHAr3OZPOKUD5DgXz4qMWHHy { top:13.625rem;left:5.5625rem;width:18.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTaCRdeZ7TFX3vIoAsdGvrx8LS6NXlSg { top:16.9375rem;left:7.6875rem;width:16.1875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPoE7hSl13dwBEhDo6ns8PCT5uPO6Xz { top:14.25rem;left:18.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Xlf2Sc1WHeEDA2bNckgzrPuA9B6O22 { top:13.625rem;left:29.4375rem;width:18.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVbDTCD29ksrBeFp1D5Hd3D0Aym6RKe8 { top:16.9375rem;left:31.5625rem;width:16.1875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnNRSZavcTx84GIhuWl51KLzNeVqHc3r { top:14.25rem;left:42.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTTTRVgLeunM2Ab2Qov5JH4pQroxyLVz { top:0rem;left:21.9375rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNv0hJp2yr9zR66KIDMWgtJcSw3efMx { top:0rem;left:0rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL { display:block; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4owoc3qFyNTMxCkGJRux0Z132nqg0VS { top:13.625rem;left:5.5625rem;width:18.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q56ROWgQ4f52rx7tJysoJT5TQl5e6yw9 { top:16.9375rem;left:7.6875rem;width:16.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvfXHMaXy6mlqwizC6CVHnf3M0NtOdld { top:14.25rem;left:18.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5HhU9KMiLTULI6xedQ7gnO20TgGEw2I { top:0rem;left:21.5625rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQtHMaR6bhRG6uLMQPV8P0O2439MBUpU { top:13.625rem;left:29.4375rem;width:18.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0KiDNcsKMM16Hs3Peo9nKbSavLDU6Dy { top:16.9375rem;left:31.5625rem;width:16.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS2aTWNkRVZTdC7G4wcq2wWOiQxWqNgR { top:14.25rem;left:42.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ORyiNzGxZxAmBUlZlhkik6CkhPiD8K { top:0rem;left:0rem;width:25.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 { display:block; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhI30o7wOSxAH3wOMtn1JBcXi12EW9x1 { top:3.9375rem;left:1.9375rem;width:43.875rem;height:3.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 { display:block; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUHTT0VonN6IVO85aJJbofgHDRTuub6t { top:3.25rem;left:0rem;width:17.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6k949bVc9H2F284u0f7bINDVPx0CRV { top:7.5rem;left:0rem;width:15.1875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip01h0rTVO4Qo6lysT6cfscXPF0KQMBl { top:4.125rem;left:4.59375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnfgLHHEWTSCJWo3leHJdzOBgzcZyAwV { top:3.3125rem;left:6.8125rem;width:17.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnE1M5UX6CCPFsX1bosdKsJhkMLEOraZ { top:8.125rem;left:8.6875rem;width:15.1875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG38hxQAQQURmCCZPibEo5TtohiyfyTM { top:3.3125rem;left:18.75rem;width:17.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEfR3hqE5EAXRqrbrdNpx3epFoOsSOTI { top:8.125rem;left:20.625rem;width:15.1875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsLD4pWEcCThT3gyVmK5IKzxaPzxCQLa { top:3.3125rem;left:30.6875rem;width:17.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiJd67EGEWwMGfmHLMdxF8w7gf9A2O5e { top:7.5rem;left:31.9375rem;width:15.8125rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9FpSKelwQKCMWpiTnIHWwkIHd7OiFfp { top:4.125rem;left:16.53125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyQI4tQJIgwSqWTmUfSgRCTwpCiipv8r { top:4.125rem;left:28.46875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq12m89SaWXr3iDObvQaJxnxHqOZu8ZC { top:4.125rem;left:40.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 { display:block; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc6JA0422JaS58Apz7zCkJJcDiIqvT0y { top:3.1875rem;left:0rem;width:47.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csao5HTtCMULfKQ5pP9eOROQAwaUd9Cb { top:7.5rem;left:6.1875rem;width:35.375rem;height:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWTsNUdmdTMf09rewTtnm9Dw1SbaINta { top:12.25rem;left:7.8125rem;width:32.125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FquIQJoawfrFI7RbpaboUJV7aNwuzBGE { top:20.5rem;left:12.03125rem;width:23.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBB7lXAEtkm2QqEbma7GyBrbM4VDsiU { display:block; }
 }@media only screen and (max-width: 763px) { #aq37wFoh7DaXe8i2fdlA3e5fEcTaIh2K { top:0.75rem;left:21.40625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac { display:block; }#PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTuryADwPbg0FrlW0fTXJL9CNCewCgUD { top:17.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8aTMyqEGMD4ZWUqeKmfqNMMtO7Kqcq { top:17.8125rem;left:0rem;width:21.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7gJFmno0R7vD4U1yM1BLp0bqovhAFJS { top:13.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX8DOMKTFLE3T54yOhHFeRN1fRhviase { top:17.6875rem;left:24.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od4K0yJ0fTwgnPbI3hxl5Xt0CUTJeqhT { top:13.1875rem;left:24.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0kX8W2gWkSLyoNRlgn1h6L2rfrahd9E { top:13.4375rem;left:20.75rem;width:27rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNAgiDyucFJ6EhpMCr1qPnb1VCMlGFi1 { top:17.9375rem;left:22.0625rem;width:25.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZf14vHV4SkMldGEULTIxOUg8wAOSKh2 { top:13.4375rem;left:0rem;width:21.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKO21Z1kyLGNXmcOZgP2DnC11SV9gAq0 { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t { display:block; }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAqgobxCxSObpa9ga4nxe7AdMLTPvWaZ { top:6.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlZteG4QvPyHh8qDz4b1qOSeSvSgKsMc { top:15.6875rem;left:2.15625rem;width:43.4375rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRXiDeyNrcMWVJJTwNpA0IVXmycmN2Ob { top:11.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe { display:block; }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6U16wv2f0TyEeATGvEqVEerJka8Czyl { top:4.1875rem;left:1.9375rem;width:43.875rem;height:3.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv { display:block; }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlNQq6edMDQhDT6pAT1niJWntvAOL8P9 { top:8.125rem;left:0rem;width:17.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR0khaEyknZ96953i0M1yOA1HS3c3Wf8 { top:1.375rem;left:5.125rem;width:5.3125rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7DFZgpTK7umngl5WBpqdwTFGmTCo7L { top:8.125rem;left:14.875rem;width:16.875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ve1BIzGJmVX9h2UOCkn8caegSbTE5B { top:1.375rem;left:21.15625rem;width:5.3125rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVKV0LlvNanMH2lA2PhqckfebCI2TmPX { top:8.125rem;left:30.75rem;width:16.875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb8zTZq0ZrXBI8MhGocCkgBTSFwdbvAC { top:1.375rem;left:36.875rem;width:5.3125rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMwsOTIOmF5pn8R0TTgu0FR0DLBCeZd4 { top:4.5625rem;left:0rem;width:20.25rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPxKmofxKaon3GpZTR4tTcWSA5hTu94A { top:4.5625rem;left:11.5rem;width:20.25rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3zZrCi4nVZuFlfvaPbLkW7zzwZWmoR { top:4.5625rem;left:27.375rem;width:20.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKlshTyWrQwfDnHt74ui2S0W2ax0QNWH { width:17.6875rem;height:7.5rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMrbQQ2AHyqEpbyWTaFWSWuZr08qmMyV { width:15.125rem;height:6rem;top:12.375rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWuDgs0QSytJZZCCsFNU8gbv3rLpcBGc { width:16.6875rem;height:4.5rem;top:12.375rem;left:30.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu { display:block; }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwiMgyesANm8g2l3IpvQqJwDnniZQBB5 { top:8.125rem;left:0rem;width:17.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXcuDhORUmTUNKw76PpgA2asHMMOfDge { top:1.375rem;left:3.78125rem;width:8.3125rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpB5oU0fgBLy3LlzMcB1tOEVIdbTczOh { top:8.125rem;left:14.875rem;width:16.875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRXTZ4TqIyzyOKOCx0tRZ6cKyuclu87c { top:1.375rem;left:19.125rem;width:9.375rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzyyaRZXBWS2zCtCpSnaf3ybPvB19RGw { top:8.125rem;left:30.75rem;width:16.875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzgDaMQsC2OocRETrGSyMmDlMyG8uPL { top:1.375rem;left:35.15625rem;width:9.0625rem;height:5.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIzdTXg4eH4REOKq3BaLEBUuQdIBs5UW { top:4.5625rem;left:0rem;width:20.25rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCrI0STiQyG2rrUNNGtfwViKBf8VlfTL { top:4.5625rem;left:11.5rem;width:20.25rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAPxkzu0sQl4rWMI3WfBhkqPQd8cTFPU { top:4.5625rem;left:27.375rem;width:20.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #c27Wanrbf9hy15CmVk8rbT9NTLI68Bn4 { width:17.6875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75MJNbiHt98xOUmxDehDJ9Xx6rvJmdu { width:15.125rem;height:4.5rem;top:12.375rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeGqZ9T5Ir9fzA2zhew0xWTUJkkCIEIC { width:16.6875rem;height:4.5rem;top:12.375rem;left:30.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov { display:block; }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdO5Ow727S2mO4qqwI98DpyxUT9LgKf1 { top:5.6875rem;left:0rem;width:23.0625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIvgwrCPZNpaUcZ69RrIyqIwnXTHm7vn { top:14.0625rem;left:0rem;width:23.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x85K7nBi5bNV1VUK7CSAcdzN3tFg1MTC { top:25.3125rem;left:0rem;width:25.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riIK3qqwbbxo4e4uUZaOti8gZhfgtML0 { top:17.8125rem;left:0rem;width:24.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdEzTuIOZXhE608xxR56lbZUDO8GZbU4 { top:20.625rem;left:0.3125rem;width:23.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiZbzoTStJ8CG3daDtlGIMEppCzIy490 { top:28.125rem;left:1.75rem;width:22.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqlffkxrZsEBp9yEU03LPiUckM0WSSF7 { top:13.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kio2Z2xkixpQZHg4U24BSyVryI6xK7n0 { top:17.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHv3trsOuNTOBvW9u4aeTwkw3qKrNxKk { top:20.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSX5TatDQ3LZO5ammDVDcFnTeHR5ovwr { top:24.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydLmhSUwaJfKVpvkfXLUs4sTZF3ysxyW { top:28.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygKt95R96JnxOZxvrkVs3EmakTTEukcT { top:5.125rem;left:0rem;width:24.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bXA8uvZ6kZTLGTfIVA2TgSlr5KHnRW { top:1.875rem;left:20.3125rem;width:27.4375rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI { display:block; }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUxZWKzCAF2bI0PIpFxeXmXuzT3HEOdm { top:3.75rem;left:24.03125rem;width:23.5625rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPoeH2UNp2b5bMXKN7V4H3ntmtNpbBD { top:3.125rem;left:23.3125rem;width:24.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAvNmfB8E829iga8TlbtlFCnztJhFIee { top:11.875rem;left:24.125rem;width:23.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyMrIoQoGx6uNdUyU0WgHOy7MdURbrEF { top:16.5rem;left:27.375rem;width:18.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEW8Kmtn8Ddi8p3NvMTmvtlTbdOAkTMk { top:21.1875rem;left:26.3125rem;width:21.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdz1OgaOlhKxPbGMHt0aV9ESKw0WcNCa { top:11.625rem;left:24.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXr9slV4gS2UcvvAabELtNJ0F0VOiIu3 { top:16.25rem;left:24.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtQv5PyKvtvrtClFSK1xKn89NZqi5N8E { top:21.1875rem;left:24.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg7ETuZJE9H8i47T0mHt0IHyJoF1pT5l { top:26.3125rem;left:24.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBxpTHS1PitvqLkqchCg7XOs7tW7vTot { top:25.75rem;left:27.375rem;width:19.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGzI7uTqeUJioDSvkBy1AbSeFDhLofB { top:30.4375rem;left:24.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUVGJCvGwVKfd3ocQq1TrFOy6VRT9a3E { top:30.6875rem;left:23.75rem;width:24rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvNWbiKIIUNCyK8dU5H9dC9Vl7BsnSsv { top:34rem;left:24.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSfI564nal9XCLGAA2z80TB3h6Zcul1t { top:34.3125rem;left:22.125rem;width:25.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUZDX2wX18VkXK6bE1XQuWZG69BTs887 { top:5.4375rem;left:0rem;width:16.125rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHLRi2cVQMiXiapGnhnICHO6TfMyMN3 { top:0.6875rem;left:4.1875rem;width:19.6875rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6qvrRKRNT5HqHtABQB30c575uklmec { display:block; }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AasqgrRu8aVrrNgF7DWfdBwy5AdTAJUc { top:5.375rem;left:0rem;width:23.0625rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKPHcuDJRSGTGfm9w2DTpLUOVAbvRAl3 { top:13.0625rem;left:0rem;width:23.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUZtTOSieZTgi4DnIhtAnQLRZymuVJlW { top:21.0625rem;left:0rem;width:25.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpmrGGOssu8OiasaXTyCdPU61IwPPvdT { top:17rem;left:0rem;width:24.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJoqTOeLTgDobaxXmfmg4A0WUvUNpQDe { top:25.1875rem;left:1.75rem;width:22.125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTgtcyrQUQpBbGL1XqX6GFBQCc9LLC2B { top:13.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf6ClbP0AQgZLaUkgbQGbS2S6JnXz8sc { top:17.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiVcI9eCUMFhE8MJy4t7SiwTQQ1TOx1W { top:21.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0vc1lAEGW1LkqzBKOsv5LpTFEw99H5 { top:25.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FILkSXhHW8qaSNZN0wdTUo2EEdckovIZ { top:5.125rem;left:0rem;width:24.4375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4czXS0iBTR6NhaAgyLkiZs5PEJcW8Np { top:1.5rem;left:11.875rem;width:35.875rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heXkcW83gbluVM3BbtUsdUWr5qfB4yyG { top:29.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqf4Mzf6tKtVPKTSun4b9wiMchPcH0CR { top:29.125rem;left:1.75rem;width:22.125rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA { display:block; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DADzoMB9TmZRXPdpJoZszLCaAJ4KiEfy { top:70.875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZl1kMLZEc218Ccw1plRl4dvutZchsE6 { top:61.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTTp6ymBs4gtcUSLrTis1C0VR33hGRu7 { top:54.5625rem;left:3.0625rem;width:43.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBCULggge48id4TK4C5yhV92cyxoN7Lt { top:66.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5WyqOwaXQtgmzLEd48mIircgKS3bHil { top:39.875rem;left:3.125rem;width:43.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji9rDTTqCMPso2PfN8UW4t4b2DTwATHe { top:51.9375rem;left:2.5rem;width:43.3125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8SU8aTrBu1Inn5CGKLxqr9AxIeahiuK { top:25.9375rem;left:12.875rem;width:23.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRa61TUFSr8N5TH9WAULFdPWXeElZBW { top:45.3125rem;left:21.375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uahxKaM6d0B4GgTidhAQpJ3eCPzDGgc4 { top:22.5rem;left:17.625rem;width:12.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OADw1B7psR5ADF9OPQSRROOFI0uzxgVS { top:5rem;left:2.375rem;width:43.0625rem;height:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1v4BbV9GtAiMTok3rGlg5eNItfRUT4T { top:11.625rem;left:8rem;width:34.625rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwxx3mw5tbWzTdIh9f38OtW2Ix9v2k2 { top:10.875rem;left:4.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILQV6bI8leeelI7HtFw7Z8m84wB68m95 { top:14.875rem;left:4.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA1MwWre7PCME3bG4SdguCQbmIThqkf6 { top:61.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEAw90Wsr4OT9fzKN4ThBTsr9p3uz1Tp { top:66.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywfbJeyxvDMq619lkRd685omi6fmdkvC { top:71.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsswNbeEQRLV02vANrzgI020n9cW7at5 { top:93.0625rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx25x4HtwxA5sc7nLoMztGrIwiwoco6l { top:94rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQPUnJGmCT1RCu7Hvi6UiSMHn6udu6iG { top:86.25rem;left:0.625rem;width:47.125rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXxVgZEaZtDO0KgnduWdMO22FKDpiRfb { top:79.75rem;left:22rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w { display:block; }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcJVabEIQFH8s5aF4PIdBtkpckXzBIy1 { top:4.75rem;left:1.53125rem;width:44.6875rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA { display:block; }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xORyezmLGP1iAxmRhAfumc3SuulSiyTJ { top:2.25rem;left:0rem;width:36.9375rem;height:48.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Ux4yOr6exh6194kS9zo5D0h2i8NQR2 { top:4.75rem;left:19.625rem;width:28.125rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs { display:block; }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqXkzEzQWyQZPVH8WJE1gAaaMJsKVOkB { top:2.375rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLoVaI8d9zgZhiTAP5TUhz8iuUF2LTuJ { display:block; }
 }@media only screen and (max-width: 763px) { #rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91 { display:block; }#rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wpw1vCGfeg8a4keiLz09eiDRLRJ0AIKm { top:40.125rem;left:20.75rem;width:27rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVQXSQ8GDk5o7aeG7Db5gBBC1INCcp97 { top:19.0625rem;left:0rem;width:23.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzNwCJdmM1JfbmdQiSWMMo2kVi4ouZD { top:40.125rem;left:0rem;width:23.125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWSlcpymMffu53fRibc8nJVV8RXcRJk { top:13.5rem;left:0rem;width:23.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcLDgqUxXveRHihfgT2OTprpCtT4TDKT { top:13.5rem;left:23.75rem;width:24rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8aBszH5XQao7Ibs7FzwrCJzpTRKDncA { top:62.6875rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml35BIDw75ilOGoSpL3506euEi7Gu8T8 { top:60.75rem;left:0rem;width:47.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0ZZKo8NrTU9T1SWBsQ4X266sqb9Lbmi { top:61.75rem;left:4.375rem;width:43.375rem;height:13.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znBBP5IHRwTIigdFVSefHkv97xM6s3WJ { top:19.25rem;left:23.75rem;width:24rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTMHZ0b2PMpugkkvTDwB3LQakarbyJN { top:24.125rem;left:0rem;width:23.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWpKTlG0o8Xf8SXw5a7Zoo4CJoybpgo { top:24.0625rem;left:23.75rem;width:24rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la18u3Uiaa0uBa7ckQvpxncCS8SroQHp { top:29.5625rem;left:0rem;width:23.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q95ztQsVG5blqgaTwAUeE3OXlGmmxz61 { top:30rem;left:22.75rem;width:25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFt8oCwU3udhFlP5yyc2zmlXNx4rxwQX { top:50rem;left:0rem;width:23.125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSC3HHipgvqgJ7DsFZgIynA0r5qySinU { top:49.3125rem;left:25.125rem;width:14.625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOEmvl0rB28GZeKF0SBkMuEEdZXQB4Sz { top:49.625rem;left:37.375rem;width:10.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3dQ8U5A78pHNRsF720BHmWl4W0sKQ2u { top:79.625rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSZZT9wUVdoRC0IQqkg4TnADVCFpS2Hu { top:86.4375rem;left:12.8125rem;width:23.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkv6eqrioiIU9a23t37zRbMiJ32WMLcG { display:block; }
 }@media only screen and (max-width: 763px) { #CVGbozR57AB9G6AW2qlT8Lh3fCmO6unP { top:6.875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzPpFvTJT3tyCgm8NirXcytskKParvnP { display:block; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yk1BA3o2UptnfmQ91SiXurxKIhVWarw0 { top:123.875rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afRJs77anmdTQqg1OUrdiIx7Z8uKDEEq { top:129.5625rem;left:12.6875rem;width:23.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTrT5o7rOmvSR7TZAex5BHeRNnEXFKI { display:block; }
 }@media only screen and (max-width: 763px) { #iZiIhxXpTBMKLAXE5tlqkhPxUGX3nnts { top:6.875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbX3p97Ww52V64F52KLn1ZwGfKbDAw0X { top:13rem;left:16rem;width:31.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3HlQUkVDytqs2NyW0PFZezf4aLrMbT { top:18.75rem;left:15.8125rem;width:31.9375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpUbAarv6OSIu8VBXBoGATxekVMmxMCa { top:22rem;left:16.125rem;width:31.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdn0tcllGTsI2hg9BhRT7Nz9ycIpvrb { top:27.75rem;left:17.9375rem;width:29.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbvh7oOFxrKcDLeFX9qHwD4fyvSnI0al { top:59.5rem;left:0rem;width:31.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgU9QumE1umV5vDgim89m0FOXoJyCRnr { top:38.5625rem;left:0rem;width:31.8125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydGBf5kq4HE19WHbuvNpefNDNCbpN9tM { top:43.875rem;left:17.9375rem;width:29.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNW7ifvQkqAsxDdwuuIdJTJtBVgQelCa { top:32.3125rem;left:15.875rem;width:31.875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouENhUDZhzCKQlywEudVNZg1Pqn1rFVR { top:63.1875rem;left:17.9375rem;width:29.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJitvTk64pc2MwmLZ74zrNqA4cbc1pGT { top:46.8125rem;left:15.9375rem;width:31.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDinnHwR74Q5c4NQrxtpP8zLBO47hfq5 { top:34.875rem;left:0rem;width:29.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpAuM6FLlkhOSWG7EBW4z6cNTcFNLaPH { top:26.5625rem;left:0rem;width:31.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnV3dRQM5aMwJVVv0kOkRzsc5ffV8HSk { top:101.625rem;left:0rem;width:21.4375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGZ8NSg8Vbpm7SPHpssbFUaLHSRO2qz { top:101.625rem;left:12.875rem;width:20.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz4P0DaLm1S7lbmRnnrpowzr8MehKSZF { top:101.625rem;left:25.75rem;width:22rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7cI06LyJl3LnRdXT13GnqTMW9HrW9e { top:114rem;left:26.125rem;width:21.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZxuK0FE5fea1kS2Hv2FNic0KogbCnD { top:109.5rem;left:0rem;width:21.4375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCrGlUmWdl9WfEKVh1VhoxQaNpsE7hUl { top:113.625rem;left:12.9375rem;width:20.625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8FiNDvIBkq3NW9O2X5cy0vkT4G2b3mg { top:13rem;left:0rem;width:32.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLexslKoO0q4VQkV8fAOndRygVA2FBua { top:64.75rem;left:0rem;width:31.625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuNfg4UNUnG5cHpWKaX57hKBqeTAHEa3 { top:67.5625rem;left:16.1875rem;width:31.5625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWPfQPfkKWviRs6DxzlWp29kVxzwXCq { width:47.75rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUkVUTTpETlPTAhMiTE3CWCxePi78HZk { display:block; }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtTAzMOiP1OaXEJzvhlbp2TTry3ac9CQ { top:3.25rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB { display:block; }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBshX40UwsZZ3GaebGSpEnREtyL9zowF { top:2.75rem;left:0rem;width:17.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulkBZeJKDBCXizH2CBLiIRFVlHtKgCLc { top:0.75rem;left:3.96875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvCDADTFL7odLLqh4AVNnhsOsC5vkd8U { top:7.5625rem;left:0rem;width:14.25rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7LydTyzV7iiVeaI0GyQLCI3GoP29OTm { top:2.8125rem;left:6.625rem;width:17.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBXkHpZvOVnfATvdJNUf8u5eWCARkEGB { top:7.5625rem;left:10.25rem;width:13.625rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mROG8hKVigaRLBpKc85JQWcSaKmQS5sD { top:0.8125rem;left:15.90625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtkOQ7ngqBoDCqkkA0HH57G9WVfntRdF { top:2.8125rem;left:18.5625rem;width:17.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbFiDvwxTsJNf6AZw1ckTQJy621amMRx { top:7.5625rem;left:20.0625rem;width:15.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWwxX5SyavFUEo4RscZCRAMEH6zycvGZ { top:0.8125rem;left:27.84375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtqcmuG5bsUoEsBS0HdnehsnrbXPC1da { top:2.8125rem;left:30.5rem;width:17.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS6PNHcqJNePznM8BtafIKx5U3MN5Dmu { top:7.5rem;left:33.25rem;width:14.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w31KcJg8ycFwPa1ASbl716L3H0lSyNrd { top:0.8125rem;left:40.53125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq { display:block; }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuS4tu4Hycn90xQB2flexX90VWuDS5Tg { top:2.75rem;left:0rem;width:17.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPTI9tp2972WTJaWCq6geCkoBwn9XWx { top:0.75rem;left:3.96875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnIsphhnUKL89xJkNACEihoDeLMQTVm7 { top:7.5625rem;left:0rem;width:15.1875rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpD0uEBT7soTpOqVttzgZUxdaI0rUmQZ { top:2.8125rem;left:6.625rem;width:17.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyTMJVqhy1tLQ9VREGGM4I3MbAeBcK2 { top:7.5625rem;left:9.4375rem;width:14.4375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeczMdf8LveCSCeNRNBLESmBcFULpQVy { top:0.8125rem;left:15.90625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #levmlvuPnPvDxrvVaE71TiwDkIGiPkQB { top:2.8125rem;left:18.5625rem;width:17.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8G85r9O61MauzO9EvLWSrMTyu5urWU3 { top:8rem;left:20.0625rem;width:15.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0vl0fsuoGNa5xTomecOvJ21IBFnKnP { top:0.8125rem;left:27.84375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSq0g3y7g3t6ubRi1ESrBsTplrwg64q8 { top:2.8125rem;left:30.5rem;width:17.25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHNvE0uo4BGylC7phmTIG08RkF0XoXlI { top:7.5625rem;left:32.25rem;width:15.5rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByaRu9gB3wGcQXT8fOL7OoiqKXvS27QQ { top:0.8125rem;left:40.53125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT { display:block; }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhMSHsK0zyoK3SkxzJDpJna3EEIg15vH { top:2.5rem;left:12.03125rem;width:23.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6XJ5m4TZvluN6hgJa6lXWVDTbmzhKp { display:block; }
 }@media only screen and (max-width: 763px) { #RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn { display:block; }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7hn2G1WrkR2DL97PzDHEp2CnPtUxd1P { top:4.4375rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWqZq1eKdb85lPuIgJ4TyAmbtBa0Ph4J { top:7.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI { display:block; }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElLg5FDdLxRGCT6XFwQVx2OEPJl1kSzE { top:0rem;left:3.65625rem;width:40.4375rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHmmGuEMEAyop1H5vVbqG5Xq0qFUyLIU { top:0rem;left:0rem;width:47.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl { display:block; }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAurS75xz7n0q9fnT54xGl6HXyk5Hyae { top:0rem;left:0rem;width:47.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15bgXOVTyQiLGHGWtefnPS4T3NULgZ4 { top:8.8125rem;left:12.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuvHUwrcSCysxqlTQLElzHAzJgSylV4i { top:11.5rem;left:12.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU1y2kvb4fGFMfZ1xQqS2wD4Bhbbh93g { top:9.0625rem;left:15.4375rem;width:21.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHMnuOKxlS9MbstxXhAvZDvxBT8kqn74 { top:6rem;left:12.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6FpP9NhVs7yzHPZPO6lSitcI7V4i5DG { top:6.125rem;left:15.5rem;width:21.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P53SeXaXDwCvtN01cboaW9RSgCTSW8Tm { top:11.75rem;left:15.75rem;width:21.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arTt50mGdHIwGVJTndmqE9pJyHLqyGTB { top:3.125rem;left:12.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Afll8yToUlvqiXctJwsSPKbWgShJh8 { top:3.375rem;left:15.4375rem;width:21.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTHDy7TH9KO467MdN8kJHx1fHATPsxg { top:14.25rem;left:12.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPkilutQUTDgL8xEmwdgoa9ZMVk8WvGi { top:14.375rem;left:15.75rem;width:25.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSalRO4hJ6hiZGzuZBqIFcaGDCT6XqT0 { top:17.125rem;left:12.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxA2RTIaED6ahtBZQ6Bnh5iD7r2oAiZK { top:17.25rem;left:15.75rem;width:25.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE { display:block; }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTkfqunTwQzhJySznrdFlhAWEJ0ugkVI { top:15.5625rem;left:0rem;width:35.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shIqQivITHA58LnIwZXPA1meITO7Fy2E { top:14.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n03V3iiSuw98KZwaWmO7U1agy7xeLywl { top:23.4375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7z3HardR8hcLE47Ho6cTPnDN4hJ7qnG { top:32.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGax6i2w6X1VZWdJEvTLlikadOxP4EZ8 { top:42.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qLQWFHyGAKRlMZSP61L8i4Al56Gxxw { top:10.375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBr0mamSL8kfTMHBXT1HJC37XB0fg5TD { top:24.3125rem;left:0rem;width:30.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLnNGRvCx2fXlEq14dAZB6BCDlt9ohnp { top:42.875rem;left:0rem;width:30.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVo1BBgbcQHLWRos16IJKCymBm1AhJgM { top:33.3125rem;left:0rem;width:30.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI2snNxSIAFP1tdHVeECMU9fiidDRQyz { top:5.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAaCsTJznA4QKIZDQttvgxFTNZmSamLG { top:17.875rem;left:0rem;width:35.3125rem;height:5.3125rem;font-size:1rem;display:block; }#bAaCsTJznA4QKIZDQttvgxFTNZmSamLG li:before{  }
 }@media only screen and (max-width: 763px) { #UAw7ucZpnlUaL6FXsG7q8pzsxDDeyytq { top:26.5625rem;left:0rem;width:35.3125rem;height:;font-size:1rem;display:block; }#UAw7ucZpnlUaL6FXsG7q8pzsxDDeyytq li:before{  }
 }@media only screen and (max-width: 763px) { #mc8FZ6KQfBtglEfVHfTd9WJR5V5XC2i4 { top:36.0625rem;left:0rem;width:35.3125rem;height:;font-size:1rem;display:block; }#mc8FZ6KQfBtglEfVHfTd9WJR5V5XC2i4 li:before{  }
 }@media only screen and (max-width: 763px) { #IyBbXasCHWn3it2lZWKnAUsozSwQlVT9 { top:45.1875rem;left:0rem;width:35.3125rem;height:;font-size:1rem;display:block; }#IyBbXasCHWn3it2lZWKnAUsozSwQlVT9 li:before{  }
 }@media only screen and (max-width: 763px) { #mFuQsg145c6M5adZ7UIUTLg3F96Hnf6h { top:15rem;left:20.875rem;width:26.875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAi6t8znoDWHSoCStmc36l9VACvdRw0c { display:block; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtnpLT3L7lW4LsNdye3mTHCvrN2gQUaX { top:9.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCzVm0lhINksViFQgzlkuLtxldktMar2 { top:4.9375rem;left:0rem;width:47.75rem;height:5.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie { display:block; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmsL6FshTCHqcpvCyyPTGeptMaPTrKTu { top:2.125rem;left:0rem;width:29.875rem;height:60rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVEJci1OtmGehbZhqvlKf3ss6qwmOaKM { top:55.9375rem;left:2.21875rem;width:19.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqaap3lGr5HdzN4HUq5fiKLkWzcXGAfE { display:block; }
 }@media only screen and (max-width: 763px) { #B5WZvCtNzQ6mloayqUPu3V3pfyIV95h1 { top:55.9375rem;left:23rem;width:24.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA5iTx1T3MT8kdyJ5iJywJLd8TvUxSat { display:block; }
 }@media only screen and (max-width: 763px) { #OWOS6zmDvbKgrzgQnIzX23mn0C8cbOeJ { top:13.375rem;left:2.25rem;width:20.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC6rJSoeQdg9bIUigky7c8FbKwR0HikS { top:4.4375rem;left:2.5625rem;width:18.8125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVI72ckImHzJdtWzuDpT2OigdRNqSQTp { top:1.9375rem;left:17.8125rem;width:29.4375rem;height:59.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPc0qpVd2DkhoaDR9UtwFIaQWONoJT1g { top:3.8125rem;left:25.5625rem;width:18.8125rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhZ89Jze780yAifw68Ne50h2lW61fXiE { top:50.3125rem;left:0.84375rem;width:22.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2LCbGCpAIwHUD8rOlW13myn0fdzhHZV { top:50.3125rem;left:24.71875rem;width:22.1875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBmQMgbvimTkaIIo9l3WfMicEqXRebNO { top:8.5rem;left:2.5rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSQyQnH3V4GspzgT21TNKMQzQ3z2D7Bm { top:8.125rem;left:25.5625rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDnJ4wSRKPNTVAHithBDWd261f61ocN7 { top:45.625rem;left:0rem;width:25.125rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkQr6xdQ1ZrCHmoZuBTJgkh9DICWHFhH { top:13.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Rl64h5KGSPImV5OVVPyKsDxTuQLsSb { top:16.1875rem;left:2.25rem;width:20.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI0TfROdm0FU7bJQtxB2c3JLeSEPTXcS { top:16.125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sspKeE9bJh7EDRBtRJ8rxDfXGFp20i3k { top:21.8125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2aApinrKrbzeVOZXzViTOHgPKeu3avW { top:19.0625rem;left:2.25rem;width:20.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tskChgUS4rGXLANtKtkX6VAlAi5MSbgl { top:21.875rem;left:2.25rem;width:20.875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8JLdaT8GULRf4C8FKAM3lbp28e4oeCr { top:19rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ibaTONdxQeCtZ1a8cEHb0h2f7hf6Cd { top:45.6875rem;left:21rem;width:26.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zuApOeDLw0bzIdbOZRIo9sGmHXaB4p { top:41.75rem;left:23.875rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZaeIfd8Gq8QEJnMi8rDMEkG7ZvcK0RX { top:42.25rem;left:25.375rem;width:22.375rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLGtM2mk8PoZFb4yolnnT2M7qqq9Nuin { top:38.6875rem;left:23.875rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyTdQS4o0MhFpaweV39wigxos18F7b9m { top:39.1875rem;left:24.125rem;width:23.625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR6BS15DxC2myUGRSTzFJqT7MIRE9ITJ { top:36.0625rem;left:23.875rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2mbnE8VfDSHis0kEMEIfapFixTTRPN0 { top:36.5625rem;left:25.5625rem;width:20.875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJykK3QwPD4g25sF0J7cghQmgMFnXnCE { top:33.4375rem;left:23.875rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hms1JQNBTXIyfpp9TJ7D8TInwIhZ8ux3 { top:33.9375rem;left:25.5625rem;width:20.875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBE14fH3tKzrVxzImVHmiEtGTamO2gA { top:31.8125rem;left:23.875rem;width:5.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyLh7AK8Nx7QN3drcQu4x6Eb76ERTCZV { top:21.9375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikoZkF4zoiyTczwWWcTKzD3Qdrd1Vyfp { top:22rem;left:26.125rem;width:20.875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSEC1Swo6dbefbb1StBg9h1TxO7Kzyik { top:19.1875rem;left:26.125rem;width:20.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXbI0K8c6xwMlL19MgvC8gxW2q6dMn6m { top:19.125rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP6ILR3R5wvh0PNeqPcp5eovSq3UrU1w { top:16.3125rem;left:26.125rem;width:20.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2tZgVLD5Va2CAzZ2Rv1diRPkaUtPQ9Q { top:16.25rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9m0180G30tirDURmatNgnl6To5O5VkT { top:13.5rem;left:26.125rem;width:20.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcdTRcqTETFUwC9i9h4zhWFHUboyI0N7 { top:13.4375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG1LahwELvmzadBwC5GDzVEaUCgRE2Qo { top:25.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvToJSql0A2VWaIOVL84iG7L2PtD8eeh { top:24.625rem;left:2.1875rem;width:20.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyzKMVyNT5hQ01ICLsLGrIFzTZqAqA6R { top:28.4375rem;left:2.1875rem;width:20.6875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC9gh3lyPR3kglBLMzlJccIuqbtdppdw { top:28.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5EcXB3LggR1pdDrMHvUpFE7RRt3lb6o { top:31.6875rem;left:0rem;width:5.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgFzNDTVF0HcTD30ndOXv8Klvc8n8LmC { top:33.375rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5HM9s84gioROi7cwK2PDozwhTX1GE8g { top:33.8125rem;left:2.21875rem;width:20.875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9PnuhF4ZkoS3cPpgLBV8c90awAfbVta { top:36rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drMeIadrLt0y1n1gd4Rtm0dqWErio3sp { top:36.5rem;left:2.25rem;width:20.875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpmemcvIrMGKFWFgl677Cfvh5OhbD4Wn { top:38.6875rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiEAspmb04vXG73oATRySIfyfruTgDl0 { top:39.1875rem;left:0.25rem;width:23.625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3oevgC9li82yObbzBA3a7WcUXFpcDox { top:41.75rem;left:0rem;width:2.6875rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8yTiByBSW6RlekEmr0yd1RrgK20Qdys { top:42.4375rem;left:1.5rem;width:22.375rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK71UdcFGtWK252UJwbe05KHpaU5FUgN { top:24.625rem;left:26.28125rem;width:20.6875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVEe9eLsuLirwhpHIo63uzdfWzAkZz6L { top:28.4375rem;left:26.28125rem;width:20.6875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeaMDO0fcnnJpVqS9wIIATph7tKzZpn { top:25.375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZJ7N58tSohaKwRFkW6Gv7sGcIcXgMc { top:28.375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B { display:block; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ68O1DTknmnv7ztMTAdSqTDoSHet8MC { top:1.9375rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1DpIVHEIag7PCWpx5D4BQU4AKeKoJBn { top:2.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDkQVDitTUzFFGPR2Rv4H8XkySmWhqSa { top:9.6875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJqlHHGaR8Qw5msVf65Eu63gFygAAE9 { top:9.6875rem;left:21.125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmiNuzRHPygp6vopDqqs7WC1bICybvEB { top:16.3125rem;left:0rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxrApn5Q7qT8Vr9IO1ZTUwGnQI0Pc7zJ { top:16.3125rem;left:11.375rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebb9SDkkBrdEFzyPCpU5HlTBI9CGykKp { top:16.3125rem;left:22.75rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPIIEZmBMLQIZF28OMXxMDHbg8dxtNNy { top:9.3125rem;left:41.875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA { display:block; }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJbKPLObQ7DwTO4OtWd8FqG2T8xPd4Iu { top:5rem;left:0rem;width:29.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHzvuVmlGnGP5GRTdOReEcVAw05zXVJZ { top:5rem;left:6.3125rem;width:41.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH { display:block; }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pkt502PTFgHzbT4J3IPRdRdtP7cWpyLv { top:13.25rem;left:2.4375rem;width:42.875rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guo3QKIK2bCu0d3e8mOeM1Z1DuK08CTA { top:11rem;left:0.5625rem;width:46.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0bCJD27S9f6273Laxz3r0nb8vqfunC3 { top:4.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yINfw2kHK5DN7JdQmaLSvdNa3LTyRAVS { display:block; }#yINfw2kHK5DN7JdQmaLSvdNa3LTyRAVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvuLKr48eAVpREJDx3zcqOdE6RdzLN0i { top:14.75rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVqXT43VnOneyRPaVDF9dbL9m7uz1hXd { top:4.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQnznsSBoU7ldmmbG5ePPcrhmF3KxSNR { top:19.5625rem;left:0.9375rem;width:45.5rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPZLI6PTpxcDGadm3EaIZ1Tne5SpNTHu { top:26.4375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZivkCptHHHRVN7xH0CLtwFwRNiP7Sr { top:31.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXEmRDraQVc7DqpEGBISrpZ4Z9xLepJ { top:14.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSPdSadHB5fgQIPQGTOJmnCS35s7hTMc { top:19.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhOe6JbA9Pk3pfdk7qkMC0Wm175Iqrlr { top:26.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngKR91zGX4CPfRyDpPhOQZeKTgCpaxUE { top:31.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnAoyPvCllAKrGBhwZlp6ALpyKL8WgCa { top:3.5625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnccmkVy1f5vgQsmlTrix0tGITToQn2o { display:block; }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxBEpfsFsfrXDTU4xTKdIPdQduRPWrfW { top:3.8125rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMCEweTJXa1zVFe9rR45fI1ITz7hSN2S { top:17.8125rem;left:0rem;width:29.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ckptd1MVCeiKt4KLBl2ntNfWKH8oHJ { top:22rem;left:18.375rem;width:29.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdhefcZ3qSExWES8T7aTfD0hLpXKGwnk { top:13.75rem;left:18.625rem;width:10.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFGsEAFFVR7pE6ZQSTkQ4gZqvHc3Dh2T { top:51.5625rem;left:18.375rem;width:29.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJ6NOiWf2eb2alAGJQzzQKGSGoA9g6c { top:47.375rem;left:0rem;width:29.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtBlLHe14Vc76hMWTQZy09U7THkH0uRF { top:43.3125rem;left:18.625rem;width:10.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9MCqRSM8otOgQ9TkPiqPCUQSqXb0gDB { top:82.5rem;left:10.4375rem;width:26.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kauzl4dCThsGHGzde3NuJEmxaz5gX66I { display:block; }
 }@media only screen and (max-width: 763px) { #zXZZxsRO2fCyI7KsAWFpsDbMTp5SI2vM { top:75.375rem;left:0.3125rem;width:47.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 { display:block; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0dpu6f8VIUSroedtVThEP1VEVQoQ5OP { top:9.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN08CE6UtBbCt4mGyE3a6fS0P1wWH7hP { top:29.8125rem;left:5.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu9JpwpcZOEifsxA1creU0TMXKcMwJ5M { top:30.0625rem;left:7.875rem;width:34.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqq0NRrIEFelnzpupmcIyRxXIIyFvNa1 { top:26rem;left:5.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtkU00eZDEBiH7fxsNpUXUJpv7cmuTgt { top:26.25rem;left:7.875rem;width:30.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF8VfiMGXRtynhp8KJw1ETGT2QIkI0UQ { top:22.5rem;left:7.9375rem;width:31.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkWz2ZSD76amyaZlOZBbf9qFTo4b0qrA { top:22.375rem;left:5.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbHtSM17sNW9321dl7VWi7sD6HwHvuST { top:17.9375rem;left:5.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AizG80wlDxSTWBBa8T2tEChZxQVyl9Vg { top:18.1875rem;left:7.875rem;width:31.5625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6X4lqFpQOII44IXv7FehIGX506Kkca4 { top:4.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh9yUAIE9W9MySXrPXrklCyAVDidawJZ { top:37.0625rem;left:5.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJ0JZbOMZ27NTT1SoxmGlcUh9U7TGGQ { top:37.3125rem;left:7.875rem;width:34.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DerNiXbZKTtHZTUdFAv6XbVrbQqUKdQB { top:33.25rem;left:5.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3alTCSGEzP2TTF9yU14nihP76vHTp89 { top:33.5rem;left:7.875rem;width:34.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP { display:block; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcF1P35ATJOgTNeDCzuu3lT0feWXiTmy { top:21rem;left:7.875rem;width:34.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWgMNFvaUcdNETyZUccNQeog1qT3Eo63 { top:17.1875rem;left:7.875rem;width:34.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO4kahSqFqW7w8KkJgmTFnTFRpucGnv8 { top:13.4375rem;left:7.9375rem;width:33.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQKWCBA4xKulQFoeB0TH6oOdeM7f1TVI { top:9.6875rem;left:5.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih3nMhJ1dUMzrKWuDANyEE5xWfSipy8X { top:9.9375rem;left:7.8125rem;width:34.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrQyoKmSnIpnbC15lVTDxTprytQPXvM { top:13.25rem;left:5.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3ckx8NZ96ai0xoF7F2AZds8HOyOJyl { top:17rem;left:5.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERTLQQTpOq5awmXFRg0SL6pc3GVl06Tq { top:20.8125rem;left:5.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO3ExfCRZBJGilhdMG3ZAkNB7GTWMcNm { top:3.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4u6qlLq8zHm0XeklwlTKT0mm8I6w3m { top:26.125rem;left:12.03125rem;width:23.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmnJWL2hNGzdIyiIlQDXmWr3RLOsTnt { display:block; }
 }@media only screen and (max-width: 763px) { #enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { display:block; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { top:14.75rem;left:7.625rem;width:34.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEM93fD56HqGSZSybEUt8hHmC4xG1SpR { top:19.75rem;left:7.625rem;width:39.8125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUzPeVPXTtNlOkiKyWmxD18uLEryt6FT { top:31rem;left:7.625rem;width:39.8125rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trgq5yifs6PGMcNfmIbiGL1S6C5ZSI7D { top:24.75rem;left:7.625rem;width:38.625rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaOVgiTQcTDyWBwEhPOFRBK0OgtEwDkM { top:36rem;left:7.625rem;width:39.8125rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U07thUycr8fkQAhp9K5XhFU2l2JcFfzT { top:8.8125rem;left:1.875rem;width:44rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZrbIdSCMs8lHUOB0eOQ8rHsdRpsQI6 { top:13.5rem;left:2.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXIuxb9gZo8HO7MTt9cGLzvchg369pHE { top:48.5rem;left:6rem;width:41.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu5bqDv3ed7D1wii0GerkQkxQbpTRh4T { top:42.25rem;left:7.625rem;width:39.8125rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZGF7JHTUNQ2yCI0Se1Cbt8m0Kynd8v1 { top:53.5rem;left:6rem;width:41.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQa3gAU5M4Rk3nOF94IZwm4QGXfPwTMf { top:3.375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnT7usulV7wdHM9hOON4XKnBUDyTHPmc { top:18.5rem;left:2.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsssI3PGC0ZECbym9fLZ1ZXQpdxTG1HL { top:23.5rem;left:2.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdvp66trkl67vhoELTL2iyhyrxM2E3HR { top:29.75rem;left:2.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1C4HnpnSAvUT132f4pwDwlRefUf5nw7 { top:34.75rem;left:2.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSptwJzCcS4Jb6AqWU2aSSUdRugMQcwT { top:41rem;left:2.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhK6eeFTuHErGiTz2TwtF23kS9wGoSdf { top:47.25rem;left:2.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPARnXRQHncnHq67qOqhFgRar5uQNU3x { top:52.25rem;left:2.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh { display:block; }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPJG5vIFCw2uNonK8y6uzlhDx2Lw1eqC { top:2.4375rem;left:3.40625rem;width:40.9375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crHDaiGwllQa4TfG19ZvczTT197HzWRp { top:4.9375rem;left:3.40625rem;width:40.9375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1dr0mfKRVEfzenUkv9AsRun6feN2s71 { display:block; }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4BW6TArVCALxGcnaZwKToIPnTZWk6mT { top:0rem;left:5.1875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvzSS1gW7l3LV3zDe4w21UoJoSsWge5Z { top:0rem;left:21.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPFtz7UJnlOqZkwE15azCbX0MK4L6bfD { top:-0.375rem;left:36.9375rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvT3yqLx89vVZXxzxngMSicfqR8o9pU9 { top:6.5625rem;left:0rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpbJpkxe0KNUTeb7Lv4hZ10GL7cni9W9 { top:6.5625rem;left:6.75rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvanoQJwlpZIcOUw4OTpPJn1GJrMiD0r { top:6.5625rem;left:22.625rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8RR3yJSNxSp2V8yshhpID45qRnnEk4l { display:block; }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U01KnZTuyhuSwWlzVQhgodXBVhLt5nfr { top:1.1875rem;left:0rem;width:7.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UExZNVAJFvnu5WDXa4Jlz2lck8T8bfUn { top:1.8125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 { display:block; }#zBdCrbJJviLh4fyTChgCeyPfeD1tpip5 > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTIV0Hy7gWBtRfOeRSCRMLMMvHPaEN80 { width:18.6875rem;height:7.124025rem;top:1.40625rem;left:0.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq { background-color:#fbfbfb;background-image:none;position:relative;z-index:auto;display:block; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { background-color: transparent; background-image: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row > .video-iframe-container { display: none; }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .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); }#qtWSbZJCAx00dZDABo0Dk8BTQ5X1cFvq > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVRkpX5wir1XplW8mpaJoG7lKfu2DpoJ { width:19.375rem;height:0;top:44.875rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwsrn4pzAl7256p3ybx8LTQzC3KBxin { width:19.375rem;height:0;top:45.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #uN4d6eInCTikiWshpMq0VIKgTJW4Cwfg { width:19.375rem;height:0;top:49.8125rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #rEAKJwKFZQEZ8lyEeOXZZ2LsD4FkMVoq { width:19.375rem;height:0;top:45.375rem;left:2.03125rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #yIMa95CBu94f7lS46hNd2zXdvA6TBz4r { top:19.390625rem;left:1.28125rem;width:17.4375rem;height:0;z-index:15049;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { width:17.3125rem;height:4.4619125rem;top:23.3125rem;left:2.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z5uolAewanENi9uH4OxWWRErFyc9qmoo { display:flex;width:1.8125rem;height:1.8125rem;top:23.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #suInKuXs2pqemMVi2sTXpuRh35MNrGya { width:16.8125rem;height:4.142575rem;top:28.75rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g82lgnACUpqLgShyiBLTkewuV1V1SRgz { width:20rem;height:4.4619125rem;top:16.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Si9lDRSV1mT7QodwDK6Si2OSJ8Xgc35H { width:17.125rem;height:5.8496125rem;top:33.9375rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c0XwobnsfGMMKopUq2aDsqnb9bSJr2QM { width:20rem;height:15.6875rem;top:40.6220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6swCpE4gFfg6Ktl4ysV85iLeSkexhpq { display:flex;width:1.8125rem;height:1.8125rem;top:28.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QRv6mKBINtahqAglRTZMcKVFkOJPvk5D { display:flex;width:1.8125rem;height:1.8125rem;top:33.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eI5UpvKG1EKoSidyeN2oo7DOpbkGveoK { top:61.1875rem;left:0rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9e3G9zOT7CGLrUC79O4zTg35QXGv8WF { display:block; }
 }@media only screen and (max-width: 763px) { #TmvfEJK5mDUOmiRT1WRPr0EIxVgG8N0u { width:20rem;height:2.3999rem;top:11.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JpXiZREBxqqTER9Sq8X9kezbu2SEnlBF { width:20rem;height:3.625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp2GBRzCksTVdnCRBvncN911RqhsevlK { width:20rem;height:7.1996875rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yR3s9PlAfV1UkhHFJokUkL7nFTIbIcss { width:20rem;height:3.7209302325581rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJozxbSlXH2df27G8Q7niF7fFirnXPkH { width:20rem;height:2.6546003016591rem;top:70.845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuAWNMWGEfdhxusPD6QPiW8qTOfDuxCc { width:20rem;height:3.8994125rem;top:56.7626953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNVuohNFRPWUIGB0CKyho55BQBIyihaD { display:block; }#wNVuohNFRPWUIGB0CKyho55BQBIyihaD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4Thn3tCTd0uslM1O04TwlHRUE5nRlIx { width:20rem;height:4.142575rem;top:1.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kk3l2efXKZWMCJ5vWZ3EVkvEqxWkx72F { width:20rem;height:2.76171875rem;top:6.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ { display:block; }#ItpssOdAxF5ZaTrMS12xF0L5pvWRatLZ > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzZCyiPmkT2RK8PLnetHAhl6D7aFQHSd { width:5.5rem;height:5.5rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv6gCARXU5EDdrXLtZmVH0IoMvrZwAL5 { width:5.5rem;height:5.5rem;top:10.6308625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9XJnOVKeoXrrwZy8sMafX2Hg1SdzrEc { width:5.875rem;height:5.875rem;top:20.011725rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbLknf2WwwRicOqOLrDTmQkzD5wJhLpM { width:20rem;height:1.3808625rem;top:8rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxs22sZCxGAbTrofOOxh9FNc9dEofMeI { width:20rem;height:1.3808625rem;top:17.3808625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXDJ5EzofWLqhUWmQ2KetBkzlwDHVgvR { width:20rem;height:1.3808625rem;top:27.136725rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnAZuB42MHC5IJO8N1lsaOHVabShanZG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#xnAZuB42MHC5IJO8N1lsaOHVabShanZG.adaptive-delivery-prevent-bg, #xnAZuB42MHC5IJO8N1lsaOHVabShanZG.lazyload, #xnAZuB42MHC5IJO8N1lsaOHVabShanZG.lazyloading { background-image: none; }#xnAZuB42MHC5IJO8N1lsaOHVabShanZG > .row .container { width:20rem;height:21.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BPWD8ySKKRznZTZs3M3B7LCfAh3AkiIn { width:20rem;height:8.4375rem;top:4.1875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1 { display:none; }#UWdfwXk1eyMevXk1DUyVJ7355OV0pXZ1 > .row .container { width:20rem;height:57.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JtBzlTmQ128qIlKJTqlg5w5i4hCIV8Z9 { width:17.375rem;height:3.5625rem;top:7.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tA1nCHJtMwtcIT01JVeKh0OChIl3P00p { width:20rem;height:11.125rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJaGZMQlm0SptwxlzGTvsy0N1JTyV3ik { width:20rem;height:11.5rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPZrpK2DROQUbbIGyzoe9UoGB3q3psZD { width:20rem;height:10.5rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn6IzK9SBvUFTIlRpqUwlaLgogCn2FrK { width:16.875rem;height:2.375rem;top:39.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DGbgJk4ETwUvnzqFTQyERfSOTqpUHF6k { width:16.375rem;height:2.375rem;top:24.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VKpHo8LIFxRloNJtz79Pgn3M0u9Zmf7B { display:flex;width:3.3125rem;height:3.3125rem;top:2.75rem;left:8.34375rem; }
 }@media only screen and (max-width: 763px) { #AGD222iyUOcixHSicy5ulfw79dOko4Fz { display:flex;width:3.9375rem;height:3.9375rem;top:47.5rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #yMSEkUkZ3I8WoV9lRJMGFfGhurrCfA5i { display:flex;width:3.9375rem;height:3.9375rem;top:52.6875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM { display:none; }#f1ABfOM0nrTm6TUWARvQp1IbuK8u4WvM > .row .container { width:20rem;height:63.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tP1PXUQzxeoP7sysWwFoTmrXL8HeMfhZ { width:17.375rem;height:3.5625rem;top:7.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uGC5zNgl95WASlZ70o8RKKF98a1tw0xD { width:20rem;height:11.125rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPW9hb6pxD2MUahaMCezWa25RU9aD3hD { width:20rem;height:11.5rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzx9o57xmllfHgkCq2oFcixik3cA3wIG { width:20rem;height:10.5rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUeuqWA8IIKceaSCTIDLfLI1VgWZVKS6 { width:16.875rem;height:2.375rem;top:39.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #T0ko9leFCZvuobU6D4BxIpTOLuGlJwPk { width:16.375rem;height:2.375rem;top:24.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iPTGw1dJeA5oOZnI22JrNcIBblyiiBtB { display:flex;width:3.9375rem;height:3.9375rem;top:47.5rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #qAJbhXEVmZTw758FdTT5Nuyfpz0MhefQ { display:flex;width:3.9375rem;height:3.9375rem;top:52.6875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #VWHFIReh0RB310L4svwz57z9ao8Eyqrd { display:flex;width:3.9375rem;height:3.9375rem;top:57.875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #O27cttV3gMelhG7KD1c4J31kAOdI5tRu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu.adaptive-delivery-prevent-bg, #O27cttV3gMelhG7KD1c4J31kAOdI5tRu.lazyload, #O27cttV3gMelhG7KD1c4J31kAOdI5tRu.lazyloading { background-image: none; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container { background-color: transparent; background-image: none; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container > .video-iframe-container { display: none; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row > .video-iframe-container { display: none; }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .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); }#O27cttV3gMelhG7KD1c4J31kAOdI5tRu > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1bDZtvMm2Un8TnzdCaozyNmLnpo693Z { width:20rem;height:8.3984375rem;top:7.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJEnTwrZxHWBShx7HuPiuqMmGeMmL8nI { width:15rem;height:3.4121125rem;top:2.5rem;left:2.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 { display:block; }#OziT8dzTpf0Va7qGVxXc4oZh8FEJdJK7 > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUzJTTPJxOLTEDCUfRUxLNB82zvBu7iT { width:18.3125rem;height:6.375rem;top:22.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyx15E0HGf6cw2Ia3PUnu4OXUmtOyx6U { width:16.125rem;height:1.125rem;top:25.8125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czmdwhaDfHt7DxEemyoT7JimAuzrwoe7 { display:flex;width:1.8125rem;height:1.8125rem;top:23.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ZZX1OL8V49QemKMJZtW2iEmmb8QTyBg2 { width:18.3125rem;height:5.75rem;top:51.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlJNklDOthqF08XHWRLBFa2tBGua8RJ5 { width:16.1875rem;height:2.25rem;top:54.6875rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iev0mXEwNv9fsKK4WxZJFUudT1SRTw9M { display:flex;width:2.125rem;height:2.125rem;top:52rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #mFg3Ci7GudNfMpaP77bt1tH2BX8DiAsU { width:20rem;height:20rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzonXR6dyUphtWNWNQk5UT7r2gvAqIT1 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg { display:block; }#kh4EcBT7Q0HfVN6GRcB72dRmzNVlJFWg > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVJebq2KrHAr3OZPOKUD5DgXz4qMWHHy { width:18.3125rem;height:6.375rem;top:22.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTaCRdeZ7TFX3vIoAsdGvrx8LS6NXlSg { width:16.125rem;height:2.25rem;top:25.8125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZPoE7hSl13dwBEhDo6ns8PCT5uPO6Xz { display:flex;width:1.8125rem;height:1.8125rem;top:23.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #e9Xlf2Sc1WHeEDA2bNckgzrPuA9B6O22 { width:18.3125rem;height:5.75rem;top:51.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVbDTCD29ksrBeFp1D5Hd3D0Aym6RKe8 { width:16.1875rem;height:1.125rem;top:54.6875rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnNRSZavcTx84GIhuWl51KLzNeVqHc3r { display:flex;width:2.125rem;height:2.125rem;top:52rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #yTTTRVgLeunM2Ab2Qov5JH4pQroxyLVz { width:20rem;height:20rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNv0hJp2yr9zR66KIDMWgtJcSw3efMx { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL { display:block; }#Il2kw9awPJxrAAhsQRF1CKAPaFAWJdNL > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4owoc3qFyNTMxCkGJRux0Z132nqg0VS { width:18.3125rem;height:6.375rem;top:22.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q56ROWgQ4f52rx7tJysoJT5TQl5e6yw9 { width:16.125rem;height:2.25rem;top:25.8125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvfXHMaXy6mlqwizC6CVHnf3M0NtOdld { display:flex;width:1.8125rem;height:1.8125rem;top:23.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #V5HhU9KMiLTULI6xedQ7gnO20TgGEw2I { width:20rem;height:20rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQtHMaR6bhRG6uLMQPV8P0O2439MBUpU { width:18.3125rem;height:5.75rem;top:47.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0KiDNcsKMM16Hs3Peo9nKbSavLDU6Dy { width:16.1875rem;height:1.125rem;top:51.0625rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oS2aTWNkRVZTdC7G4wcq2wWOiQxWqNgR { display:flex;width:2.125rem;height:2.125rem;top:48.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #z5ORyiNzGxZxAmBUlZlhkik6CkhPiD8K { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 { display:block; }#BfkZciTD26Nv6UlvadUs2JHeBtlmRSa1 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhI30o7wOSxAH3wOMtn1JBcXi12EW9x1 { width:20rem;height:2.5996125rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 { display:block; }#vG0swBSieGhITbT9G5L5UG0b1xSKtmT2 > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUHTT0VonN6IVO85aJJbofgHDRTuub6t { width:17.0625rem;height:9.6875rem;top:1.75rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6k949bVc9H2F284u0f7bINDVPx0CRV { width:14.8125rem;height:2.54980625rem;top:7.5rem;left:2.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ip01h0rTVO4Qo6lysT6cfscXPF0KQMBl { display:flex;width:2.625rem;height:2.625rem;top:3.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #PnfgLHHEWTSCJWo3leHJdzOBgzcZyAwV { width:17.0625rem;height:9.6875rem;top:12.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnE1M5UX6CCPFsX1bosdKsJhkMLEOraZ { width:9.625rem;height:2.54980625rem;top:17.46875rem;left:5.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KG38hxQAQQURmCCZPibEo5TtohiyfyTM { width:17.0625rem;height:9.6875rem;top:23.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEfR3hqE5EAXRqrbrdNpx3epFoOsSOTI { width:13.1875rem;height:2.54980625rem;top:28.96875rem;left:3.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsLD4pWEcCThT3gyVmK5IKzxaPzxCQLa { width:17.0625rem;height:9.6875rem;top:34.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiJd67EGEWwMGfmHLMdxF8w7gf9A2O5e { width:16.5625rem;height:2.54980625rem;top:40.1875rem;left:1.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9FpSKelwQKCMWpiTnIHWwkIHd7OiFfp { display:flex;width:2.4375rem;height:2.4375rem;top:13.75rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #WyQI4tQJIgwSqWTmUfSgRCTwpCiipv8r { display:flex;width:2.75rem;height:2.75rem;top:24.25rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Hq12m89SaWXr3iDObvQaJxnxHqOZu8ZC { display:flex;width:2.75rem;height:2.75rem;top:35.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 { display:block; }#XoAoHNsktSFZ2eExOI4mvi7SpFvo7c02 > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc6JA0422JaS58Apz7zCkJJcDiIqvT0y { width:20rem;height:13.0625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csao5HTtCMULfKQ5pP9eOROQAwaUd9Cb { width:18.625rem;height:5.0996125rem;top:5.9375rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWTsNUdmdTMf09rewTtnm9Dw1SbaINta { width:17.1875rem;height:2.69970625rem;top:11.037109375rem;left:1.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FquIQJoawfrFI7RbpaboUJV7aNwuzBGE { top:17.25rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBB7lXAEtkm2QqEbma7GyBrbM4VDsiU { display:block; }
 }@media only screen and (max-width: 763px) { #aq37wFoh7DaXe8i2fdlA3e5fEcTaIh2K { display:flex;width:5rem;height:5rem;top:0rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac { display:none; }#PvZMJRkcCdb32s6K7HSoFtC6fbrhfvac > .row .container { width:20rem;height:54.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTuryADwPbg0FrlW0fTXJL9CNCewCgUD { display:flex;width:1.8125rem;height:1.8125rem;top:21.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XP8aTMyqEGMD4ZWUqeKmfqNMMtO7Kqcq { width:16.875rem;height:1.25rem;top:22.1875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7gJFmno0R7vD4U1yM1BLp0bqovhAFJS { display:flex;width:1.8125rem;height:1.8125rem;top:14.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MX8DOMKTFLE3T54yOhHFeRN1fRhviase { display:flex;width:1.8125rem;height:1.8125rem;top:25.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #od4K0yJ0fTwgnPbI3hxl5Xt0CUTJeqhT { display:flex;width:1.8125rem;height:1.8125rem;top:18.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t0kX8W2gWkSLyoNRlgn1h6L2rfrahd9E { width:16.875rem;height:1.25rem;top:18.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNAgiDyucFJ6EhpMCr1qPnb1VCMlGFi1 { width:17.1875rem;height:1.25rem;top:26.0625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZf14vHV4SkMldGEULTIxOUg8wAOSKh2 { width:16.6875rem;height:1.25rem;top:14.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKO21Z1kyLGNXmcOZgP2DnC11SV9gAq0 { width:20rem;height:10.25rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t { display:block; }#fscaV5TdCeqyTrwUnP4GLeXbT93DRm3t > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAqgobxCxSObpa9ga4nxe7AdMLTPvWaZ { width:20rem;height:8.53125rem;top:4.1875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlZteG4QvPyHh8qDz4b1qOSeSvSgKsMc { width:20rem;height:18.4375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRXiDeyNrcMWVJJTwNpA0IVXmycmN2Ob { width:20rem;height:1.625rem;top:14.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe { display:block; }#NcTdFkWq299kJWXUEJcTq4ptiyyeCDGe > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6U16wv2f0TyEeATGvEqVEerJka8Czyl { width:20rem;height:5.19921875rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv { display:block; }#pPBS7a3SPHMFV1Rwtq3Ldpq2gsVrzqMv > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlNQq6edMDQhDT6pAT1niJWntvAOL8P9 { width:19.0625rem;height:1.625rem;top:7.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FR0khaEyknZ96953i0M1yOA1HS3c3Wf8 { width:5.3125rem;height:6.5rem;top:0.625rem;left:7.34375rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TF7DFZgpTK7umngl5WBpqdwTFGmTCo7L { width:16.875rem;height:1.86865rem;top:25.6875rem;left:1.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4ve1BIzGJmVX9h2UOCkn8caegSbTE5B { width:7.625rem;height:6.5rem;top:19.25rem;left:6.1875rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVKV0LlvNanMH2lA2PhqckfebCI2TmPX { width:16.875rem;height:1.86865rem;top:43.6875rem;left:1.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nb8zTZq0ZrXBI8MhGocCkgBTSFwdbvAC { width:8.125rem;height:6.5rem;top:37.25rem;left:5.9375rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMwsOTIOmF5pn8R0TTgu0FR0DLBCeZd4 { width:20rem;height:14rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPxKmofxKaon3GpZTR4tTcWSA5hTu94A { width:20rem;height:12.625rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ3zZrCi4nVZuFlfvaPbLkW7zzwZWmoR { width:20rem;height:12.625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKlshTyWrQwfDnHt74ui2S0W2ax0QNWH { width:15.125rem;height:5.9985375rem;top:8.6875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QMrbQQ2AHyqEpbyWTaFWSWuZr08qmMyV { width:15.125rem;height:4.798825rem;top:27.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GWuDgs0QSytJZZCCsFNU8gbv3rLpcBGc { width:15.125rem;height:3.59911875rem;top:45.5rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu { display:block; }#Jf8Fp1Pu3HxH7txKdEhfX0rOL26prJmu > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwiMgyesANm8g2l3IpvQqJwDnniZQBB5 { width:19.0625rem;height:1.625rem;top:6.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXcuDhORUmTUNKw76PpgA2asHMMOfDge { width:5.3125rem;height:6.5rem;top:0rem;left:6.875rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpB5oU0fgBLy3LlzMcB1tOEVIdbTczOh { width:16.875rem;height:1.86865rem;top:24.125rem;left:1.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRXTZ4TqIyzyOKOCx0tRZ6cKyuclu87c { width:7.625rem;height:6.5rem;top:17.6875rem;left:6.1875rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzyyaRZXBWS2zCtCpSnaf3ybPvB19RGw { width:16.875rem;height:1.86865rem;top:40.6875rem;left:1.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTzgDaMQsC2OocRETrGSyMmDlMyG8uPL { width:8.125rem;height:6.5rem;top:34.25rem;left:5.9375rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIzdTXg4eH4REOKq3BaLEBUuQdIBs5UW { width:20rem;height:12.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCrI0STiQyG2rrUNNGtfwViKBf8VlfTL { width:20rem;height:12.25rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAPxkzu0sQl4rWMI3WfBhkqPQd8cTFPU { width:20rem;height:11.6875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c27Wanrbf9hy15CmVk8rbT9NTLI68Bn4 { width:15.125rem;height:3.59911875rem;top:8.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #D75MJNbiHt98xOUmxDehDJ9Xx6rvJmdu { width:15.125rem;height:3.59911875rem;top:25.9375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HeGqZ9T5Ir9fzA2zhew0xWTUJkkCIEIC { width:15.125rem;height:3.59911875rem;top:42.5rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov { display:block; }#X0V9zI3dOneqQyD9hg0wrB3FtrCkhAov > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdO5Ow727S2mO4qqwI98DpyxUT9LgKf1 { width:16rem;height:4.875rem;top:5.75rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIvgwrCPZNpaUcZ69RrIyqIwnXTHm7vn { width:17rem;height:2.79980625rem;top:14rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x85K7nBi5bNV1VUK7CSAcdzN3tFg1MTC { width:17.6875rem;height:2.79980625rem;top:26.5rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #riIK3qqwbbxo4e4uUZaOti8gZhfgtML0 { width:17.625rem;height:3rem;top:18.5625rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OdEzTuIOZXhE608xxR56lbZUDO8GZbU4 { width:17.5625rem;height:2.79980625rem;top:22.6875rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EiZbzoTStJ8CG3daDtlGIMEppCzIy490 { width:17.8125rem;height:2.79980625rem;top:30.625rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zqlffkxrZsEBp9yEU03LPiUckM0WSSF7 { display:flex;width:1.5rem;height:1.5rem;top:14rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kio2Z2xkixpQZHg4U24BSyVryI6xK7n0 { display:flex;width:1.5rem;height:1.5rem;top:18.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EHv3trsOuNTOBvW9u4aeTwkw3qKrNxKk { display:flex;width:1.5rem;height:1.5rem;top:22.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SSX5TatDQ3LZO5ammDVDcFnTeHR5ovwr { display:flex;width:1.4375rem;height:1.4375rem;top:26.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ydLmhSUwaJfKVpvkfXLUs4sTZF3ysxyW { display:flex;width:1.625rem;height:1.625rem;top:30rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ygKt95R96JnxOZxvrkVs3EmakTTEukcT { width:18.125rem;height:7.3125rem;top:4.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bXA8uvZ6kZTLGTfIVA2TgSlr5KHnRW { width:20rem;height:25.6943359375rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI { display:block; }#JXq3TC7qIpuHN4i0z0gP0DQbpGluEoNI > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUxZWKzCAF2bI0PIpFxeXmXuzT3HEOdm { width:20rem;height:2.76171875rem;top:2.84375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDPoeH2UNp2b5bMXKN7V4H3ntmtNpbBD { width:18.125rem;height:4.0625rem;top:2.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAvNmfB8E829iga8TlbtlFCnztJhFIee { width:17.25rem;height:2.79980625rem;top:8.375rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oyMrIoQoGx6uNdUyU0WgHOy7MdURbrEF { width:17.375rem;height:2.79980625rem;top:11.9375rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEW8Kmtn8Ddi8p3NvMTmvtlTbdOAkTMk { width:17.5rem;height:2.79980625rem;top:16.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rdz1OgaOlhKxPbGMHt0aV9ESKw0WcNCa { display:flex;width:1.5625rem;height:1.5625rem;top:8.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kXr9slV4gS2UcvvAabELtNJ0F0VOiIu3 { display:flex;width:1.5rem;height:1.5rem;top:11.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AtQv5PyKvtvrtClFSK1xKn89NZqi5N8E { display:flex;width:1.4375rem;height:1.4375rem;top:16.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vg7ETuZJE9H8i47T0mHt0IHyJoF1pT5l { display:flex;width:1.625rem;height:1.625rem;top:20.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eBxpTHS1PitvqLkqchCg7XOs7tW7vTot { width:17.75rem;height:2.79980625rem;top:20.25rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TWGzI7uTqeUJioDSvkBy1AbSeFDhLofB { display:flex;width:1.75rem;height:1.75rem;top:23.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nUVGJCvGwVKfd3ocQq1TrFOy6VRT9a3E { width:17.5rem;height:2.79980625rem;top:24.1875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DvNWbiKIIUNCyK8dU5H9dC9Vl7BsnSsv { display:flex;width:1.6875rem;height:1.6875rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VSfI564nal9XCLGAA2z80TB3h6Zcul1t { width:17.625rem;height:2.79980625rem;top:27.875rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VUZDX2wX18VkXK6bE1XQuWZG69BTs887 { width:9.6875rem;height:21.5625rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHLRi2cVQMiXiapGnhnICHO6TfMyMN3 { width:11.125rem;height:20.375rem;top:32.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6qvrRKRNT5HqHtABQB30c575uklmec { display:block; }#dc6qvrRKRNT5HqHtABQB30c575uklmec > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AasqgrRu8aVrrNgF7DWfdBwy5AdTAJUc { width:16rem;height:4.875rem;top:1.25rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKPHcuDJRSGTGfm9w2DTpLUOVAbvRAl3 { width:17rem;height:4.19970625rem;top:8.525390625rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eUZtTOSieZTgi4DnIhtAnQLRZymuVJlW { width:17.6875rem;height:4.19970625rem;top:19.67578125rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zpmrGGOssu8OiasaXTyCdPU61IwPPvdT { width:17.625rem;height:4.5rem;top:13.75rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zJoqTOeLTgDobaxXmfmg4A0WUvUNpQDe { width:17.8125rem;height:4.19970625rem;top:25.1875rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTgtcyrQUQpBbGL1XqX6GFBQCc9LLC2B { display:flex;width:1.5rem;height:1.5rem;top:9.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sf6ClbP0AQgZLaUkgbQGbS2S6JnXz8sc { display:flex;width:1.5rem;height:1.5rem;top:15.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QiVcI9eCUMFhE8MJy4t7SiwTQQ1TOx1W { display:flex;width:1.4375rem;height:1.4375rem;top:21.056640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tc0vc1lAEGW1LkqzBKOsv5LpTFEw99H5 { display:flex;width:1.625rem;height:1.625rem;top:26.474609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FILkSXhHW8qaSNZN0wdTUo2EEdckovIZ { width:18.125rem;height:7.3125rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4czXS0iBTR6NhaAgyLkiZs5PEJcW8Np { width:20rem;height:19.0625rem;top:36.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heXkcW83gbluVM3BbtUsdUWr5qfB4yyG { display:flex;width:1.6875rem;height:1.6875rem;top:32.005859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nqf4Mzf6tKtVPKTSun4b9wiMchPcH0CR { width:16.8125rem;height:4.19970625rem;top:30.75rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe2db89d-55fe-4ed0-b758-a87e90349f4b/toszare1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA.adaptive-delivery-prevent-bg, #NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA.lazyload, #NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA.lazyloading { background-image: none; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container { background-color: transparent; background-image: none; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container > .video-iframe-container { display: none; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,43,61,0.79); }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row > .video-iframe-container { display: none; }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .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); }#NvdTBdrq6JPW5Wc8UytE1U2BrGmx2fxA > .row .container { width:20rem;height:113.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DADzoMB9TmZRXPdpJoZszLCaAJ4KiEfy { width:20rem;height:7.5rem;top:71.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZl1kMLZEc218Ccw1plRl4dvutZchsE6 { width:20rem;height:4.5rem;top:53.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTTp6ymBs4gtcUSLrTis1C0VR33hGRu7 { width:18.5625rem;height:2.5996125rem;top:46rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBCULggge48id4TK4C5yhV92cyxoN7Lt { width:20rem;height:4.5rem;top:62.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5WyqOwaXQtgmzLEd48mIircgKS3bHil { width:20rem;height:3.8994125rem;top:31.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ji9rDTTqCMPso2PfN8UW4t4b2DTwATHe { width:17rem;height:2.5996125rem;top:42.625rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8SU8aTrBu1Inn5CGKLxqr9AxIeahiuK { width:13.375rem;height:6.0625rem;top:23.9375rem;left:3.3125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRa61TUFSr8N5TH9WAULFdPWXeElZBW { display:flex;width:5.375rem;height:5.375rem;top:37.25rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #uahxKaM6d0B4GgTidhAQpJ3eCPzDGgc4 { width:12.625rem;height:2.03125rem;top:20.625rem;left:3.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OADw1B7psR5ADF9OPQSRROOFI0uzxgVS { width:19.75rem;height:2.79980625rem;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1v4BbV9GtAiMTok3rGlg5eNItfRUT4T { width:17.25rem;height:9.1875rem;top:9.4375rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TLwxx3mw5tbWzTdIh9f38OtW2Ix9v2k2 { display:flex;width:2.3125rem;height:2.3125rem;top:7.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ILQV6bI8leeelI7HtFw7Z8m84wB68m95 { display:flex;width:2.3125rem;height:2.3125rem;top:11.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qA1MwWre7PCME3bG4SdguCQbmIThqkf6 { display:flex;width:2.3125rem;height:2.3125rem;top:50.5625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #tEAw90Wsr4OT9fzKN4ThBTsr9p3uz1Tp { display:flex;width:2.3125rem;height:2.3125rem;top:59.9375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ywfbJeyxvDMq619lkRd685omi6fmdkvC { display:flex;width:2.3125rem;height:2.3125rem;top:68.4375rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #EsswNbeEQRLV02vANrzgI020n9cW7at5 { width:20rem;height:14.3125rem;top:94.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx25x4HtwxA5sc7nLoMztGrIwiwoco6l { width:17.9375rem;height:12.599125rem;top:95.59375rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iQPUnJGmCT1RCu7Hvi6UiSMHn6udu6iG { width:20rem;height:2.76171875rem;top:88.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXxVgZEaZtDO0KgnduWdMO22FKDpiRfb { display:flex;width:5.375rem;height:5.375rem;top:81.6875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w { display:block; }#SdchyfFKeDHm5ONRR3hvTFp3RLq9k72w > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcJVabEIQFH8s5aF4PIdBtkpckXzBIy1 { width:20rem;height:2.3999rem;top:5.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA { display:block; }#ON6Qdu9sZIBfqQspUWZIlXqQmX1Ri3QA > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xORyezmLGP1iAxmRhAfumc3SuulSiyTJ { width:19.875rem;height:55.125rem;top:24.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G7Ux4yOr6exh6194kS9zo5D0h2i8NQR2 { width:16.875rem;height:21.5rem;top:1.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs { display:block; }#Apyfif6fw5Pv4WAqz97qaxPTwQTJOcSs > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqXkzEzQWyQZPVH8WJE1gAaaMJsKVOkB { top:1.375rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLoVaI8d9zgZhiTAP5TUhz8iuUF2LTuJ { display:block; }
 }@media only screen and (max-width: 763px) { #rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91 { display:none; }#rIsg2V5eCH32Exqf3Mxux06pOZ0UGm91 > .row .container { width:20rem;height:108rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wpw1vCGfeg8a4keiLz09eiDRLRJ0AIKm { width:20rem;height:3.98125rem;top:29.010937690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVQXSQ8GDk5o7aeG7Db5gBBC1INCcp97 { width:20rem;height:3.1296875rem;top:2.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzNwCJdmM1JfbmdQiSWMMo2kVi4ouZD { width:20rem;height:6.702375rem;top:43.089062690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWSlcpymMffu53fRibc8nJVV8RXcRJk { width:20rem;height:3.4046875rem;top:6.496874809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcLDgqUxXveRHihfgT2OTprpCtT4TDKT { width:20rem;height:3.30234375rem;top:11.401562690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8aBszH5XQao7Ibs7FzwrCJzpTRKDncA { width:8rem;height:8rem;top:71.625rem;left:5.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml35BIDw75ilOGoSpL3506euEi7Gu8T8 { width:20rem;height:15.125rem;top:60.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0ZZKo8NrTU9T1SWBsQ4X266sqb9Lbmi { width:20rem;height:10.5625rem;top:80.935156822206rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #znBBP5IHRwTIigdFVSefHkv97xM6s3WJ { width:20rem;height:2.8125rem;top:15.91640663147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTMHZ0b2PMpugkkvTDwB3LQakarbyJN { width:20rem;height:2.9177718832891rem;top:19.85390663147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWpKTlG0o8Xf8SXw5a7Zoo4CJoybpgo { width:20rem;height:2.96875rem;top:24.271094322204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la18u3Uiaa0uBa7ckQvpxncCS8SroQHp { width:20rem;height:6.2198391420911rem;top:34.823437690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q95ztQsVG5blqgaTwAUeE3OXlGmmxz61 { width:20rem;height:5.55rem;top:50.700000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFt8oCwU3udhFlP5yyc2zmlXNx4rxwQX { width:20rem;height:5.5135135135135rem;top:57.88437461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSC3HHipgvqgJ7DsFZgIynA0r5qySinU { width:10.5rem;height:5rem;top:65.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOEmvl0rB28GZeKF0SBkMuEEdZXQB4Sz { width:8.375rem;height:5.125rem;top:65.09375rem;left:11.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3dQ8U5A78pHNRsF720BHmWl4W0sKQ2u { width:20rem;height:3rem;top:94.691382408144rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uSZZT9wUVdoRC0IQqkg4TnADVCFpS2Hu { top:98.928909301756rem;left:0.5rem;width:19rem;height:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkv6eqrioiIU9a23t37zRbMiJ32WMLcG { display:block; }
 }@media only screen and (max-width: 763px) { #CVGbozR57AB9G6AW2qlT8Lh3fCmO6unP { width:20rem;height:3.375rem;top:4.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WzPpFvTJT3tyCgm8NirXcytskKParvnP { display:block; }#WzPpFvTJT3tyCgm8NirXcytskKParvnP > .row .container { width:20rem;height:207.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yk1BA3o2UptnfmQ91SiXurxKIhVWarw0 { width:20rem;height:3.0869125rem;top:196.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #afRJs77anmdTQqg1OUrdiIx7Z8uKDEEq { top:200.75rem;left:0.5rem;width:19rem;height:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTrT5o7rOmvSR7TZAex5BHeRNnEXFKI { display:block; }
 }@media only screen and (max-width: 763px) { #iZiIhxXpTBMKLAXE5tlqkhPxUGX3nnts { width:20rem;height:7.1996875rem;top:4.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LbX3p97Ww52V64F52KLn1ZwGfKbDAw0X { width:20rem;height:2.833984375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3HlQUkVDytqs2NyW0PFZezf4aLrMbT { width:20rem;height:1.59375rem;top:17.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SpUbAarv6OSIu8VBXBoGATxekVMmxMCa { width:20rem;height:3.00390625rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdn0tcllGTsI2hg9BhRT7Nz9ycIpvrb { width:20rem;height:2.76171875rem;top:25.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fbvh7oOFxrKcDLeFX9qHwD4fyvSnI0al { width:20rem;height:2.5996125rem;top:44.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hgU9QumE1umV5vDgim89m0FOXoJyCRnr { width:20rem;height:12.6123046875rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydGBf5kq4HE19WHbuvNpefNDNCbpN9tM { width:20rem;height:2.5996125rem;top:65.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vNW7ifvQkqAsxDdwuuIdJTJtBVgQelCa { width:20rem;height:6.3525390625rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouENhUDZhzCKQlywEudVNZg1Pqn1rFVR { width:20rem;height:3.1875rem;top:90.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJitvTk64pc2MwmLZ74zrNqA4cbc1pGT { width:20rem;height:9.4296875rem;top:80.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDinnHwR74Q5c4NQrxtpP8zLBO47hfq5 { width:20rem;height:2.5996125rem;top:76.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GpAuM6FLlkhOSWG7EBW4z6cNTcFNLaPH { width:20rem;height:4.3388671875rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnV3dRQM5aMwJVVv0kOkRzsc5ffV8HSk { width:20rem;height:4.72265625rem;top:139.21484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvGZ8NSg8Vbpm7SPHpssbFUaLHSRO2qz { width:20rem;height:10.6171875rem;top:145.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz4P0DaLm1S7lbmRnnrpowzr8MehKSZF { width:20rem;height:6.5903125rem;top:158.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc7cI06LyJl3LnRdXT13GnqTMW9HrW9e { width:20rem;height:6.416rem;top:166.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZxuK0FE5fea1kS2Hv2FNic0KogbCnD { width:20rem;height:10.728rem;top:174.728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCrGlUmWdl9WfEKVh1VhoxQaNpsE7hUl { width:20rem;height:7.0903125rem;top:186.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8FiNDvIBkq3NW9O2X5cy0vkT4G2b3mg { width:20rem;height:5.6140350877193rem;top:154.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLexslKoO0q4VQkV8fAOndRygVA2FBua { width:20rem;height:19.9604375rem;top:95.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuNfg4UNUnG5cHpWKaX57hKBqeTAHEa3 { width:20rem;height:20rem;top:117.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfWPfQPfkKWviRs6DxzlWp29kVxzwXCq { top:49.625rem;left:0rem;width:20rem;height:5.6875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gUkVUTTpETlPTAhMiTE3CWCxePi78HZk { display:block; }#gUkVUTTpETlPTAhMiTE3CWCxePi78HZk > .row .container { width:20rem;height:9.57421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtTAzMOiP1OaXEJzvhlbp2TTry3ac9CQ { width:20rem;height:5.19921875rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB { display:block; }#anPu5hlf4rW0gFeNeHNo0sbdqIkUywtB > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBshX40UwsZZ3GaebGSpEnREtyL9zowF { width:17.25rem;height:13.875rem;top:3.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulkBZeJKDBCXizH2CBLiIRFVlHtKgCLc { display:flex;width:4rem;height:4rem;top:1.75rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #RvCDADTFL7odLLqh4AVNnhsOsC5vkd8U { width:14.375rem;height:5.5234375rem;top:7.9375rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7LydTyzV7iiVeaI0GyQLCI3GoP29OTm { width:17.25rem;height:13.875rem;top:20.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBXkHpZvOVnfATvdJNUf8u5eWCARkEGB { width:13.8125rem;height:5.5234375rem;top:25.125rem;left:3.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mROG8hKVigaRLBpKc85JQWcSaKmQS5sD { display:flex;width:4rem;height:4rem;top:18.9375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #KtkOQ7ngqBoDCqkkA0HH57G9WVfntRdF { width:17.25rem;height:13.875rem;top:37.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbFiDvwxTsJNf6AZw1ckTQJy621amMRx { width:14.3125rem;height:6.9043125rem;top:42.375rem;left:2.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWwxX5SyavFUEo4RscZCRAMEH6zycvGZ { display:flex;width:4rem;height:4rem;top:35.9375rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #KtqcmuG5bsUoEsBS0HdnehsnrbXPC1da { width:17.25rem;height:13.875rem;top:55.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS6PNHcqJNePznM8BtafIKx5U3MN5Dmu { width:11.125rem;height:4.142575rem;top:60.75rem;left:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w31KcJg8ycFwPa1ASbl716L3H0lSyNrd { display:flex;width:4rem;height:4rem;top:53.5rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq { display:block; }#WCT8y9ibTnFr4m2BgQIhR4mlpmQ8RXgq > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuS4tu4Hycn90xQB2flexX90VWuDS5Tg { width:17.25rem;height:13.875rem;top:2rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUPTI9tp2972WTJaWCq6geCkoBwn9XWx { display:flex;width:4rem;height:4rem;top:0rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #QnIsphhnUKL89xJkNACEihoDeLMQTVm7 { width:14.375rem;height:5.5234375rem;top:6.3125rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpD0uEBT7soTpOqVttzgZUxdaI0rUmQZ { width:17.25rem;height:13.875rem;top:19.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyTMJVqhy1tLQ9VREGGM4I3MbAeBcK2 { width:13.75rem;height:5.5234375rem;top:24.4375rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeczMdf8LveCSCeNRNBLESmBcFULpQVy { display:flex;width:4rem;height:4rem;top:17.1875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #levmlvuPnPvDxrvVaE71TiwDkIGiPkQB { width:17.25rem;height:13.875rem;top:36.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8G85r9O61MauzO9EvLWSrMTyu5urWU3 { width:13.125rem;height:4.142575rem;top:41.0625rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA0vl0fsuoGNa5xTomecOvJ21IBFnKnP { display:flex;width:4rem;height:4rem;top:34.1875rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #KSq0g3y7g3t6ubRi1ESrBsTplrwg64q8 { width:17.25rem;height:13.875rem;top:53.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHNvE0uo4BGylC7phmTIG08RkF0XoXlI { width:14.1875rem;height:5.5234375rem;top:58.5625rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByaRu9gB3wGcQXT8fOL7OoiqKXvS27QQ { display:flex;width:4rem;height:4rem;top:51.75rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT { display:block; }#GtyCXTwQBpCV9fNQEfm5FZZ2N5kEh0MT > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhMSHsK0zyoK3SkxzJDpJna3EEIg15vH { top:1.25rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6XJ5m4TZvluN6hgJa6lXWVDTbmzhKp { display:block; }
 }@media only screen and (max-width: 763px) { #RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn { display:block; }#RT84VZFT6SMDAQn0GuEwNXS18dvRLMAn > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7hn2G1WrkR2DL97PzDHEp2CnPtUxd1P { width:20rem;height:6.5rem;top:4rem;left:0rem;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uWqZq1eKdb85lPuIgJ4TyAmbtBa0Ph4J { width:20rem;height:2.5996125rem;top:5.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI { display:block; }#z3A9f5pi3AAglDdMXbfiPZKFOruNFyBI > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElLg5FDdLxRGCT6XFwQVx2OEPJl1kSzE { width:20rem;height:15.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHmmGuEMEAyop1H5vVbqG5Xq0qFUyLIU { width:20rem;height:25.9375rem;top:16.78515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl { display:block; }#enTGh19ofPOiUkN3rJGb4NsZmGUCG1Fl > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAurS75xz7n0q9fnT54xGl6HXyk5Hyae { width:20rem;height:25.9375rem;top:16.78515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K15bgXOVTyQiLGHGWtefnPS4T3NULgZ4 { display:flex;width:1.8125rem;height:1.8125rem;top:12.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vuvHUwrcSCysxqlTQLElzHAzJgSylV4i { display:flex;width:1.8125rem;height:1.8125rem;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HU1y2kvb4fGFMfZ1xQqS2wD4Bhbbh93g { width:17.3125rem;height:2.5996125rem;top:12.6875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHMnuOKxlS9MbstxXhAvZDvxBT8kqn74 { display:flex;width:1.8125rem;height:1.8125rem;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M6FpP9NhVs7yzHPZPO6lSitcI7V4i5DG { width:16.875rem;height:2.5996125rem;top:9.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P53SeXaXDwCvtN01cboaW9RSgCTSW8Tm { width:16.875rem;height:1.29980625rem;top:5.5rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arTt50mGdHIwGVJTndmqE9pJyHLqyGTB { display:flex;width:1.8125rem;height:1.8125rem;top:1.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q9Afll8yToUlvqiXctJwsSPKbWgShJh8 { width:16.6875rem;height:2.5996125rem;top:1.75rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTHDy7TH9KO467MdN8kJHx1fHATPsxg { display:flex;width:1.8125rem;height:1.8125rem;top:16.59814453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nPkilutQUTDgL8xEmwdgoa9ZMVk8WvGi { width:17.375rem;height:2.5996125rem;top:16.2041015625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSalRO4hJ6hiZGzuZBqIFcaGDCT6XqT0 { display:flex;width:1.8125rem;height:1.8125rem;top:20.8837890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AxA2RTIaED6ahtBZQ6Bnh5iD7r2oAiZK { width:16.625rem;height:1.29980625rem;top:21.14013671875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE { display:block; }#ANT3G6ElQtl0y36GFS5NtNCeMU4Q9gyE > .row .container { width:20rem;height:100.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTkfqunTwQzhJySznrdFlhAWEJ0ugkVI { width:16.375rem;height:3.3997375rem;top:16.25rem;left:3.625rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #shIqQivITHA58LnIwZXPA1meITO7Fy2E { width:3.125rem;height:3.125rem;top:15.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n03V3iiSuw98KZwaWmO7U1agy7xeLywl { width:3.125rem;height:3.125rem;top:30.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7z3HardR8hcLE47Ho6cTPnDN4hJ7qnG { width:3.125rem;height:3.125rem;top:41.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGax6i2w6X1VZWdJEvTLlikadOxP4EZ8 { width:3.125rem;height:3.125rem;top:56.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qLQWFHyGAKRlMZSP61L8i4Al56Gxxw { width:20rem;height:3.25rem;top:9.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBr0mamSL8kfTMHBXT1HJC37XB0fg5TD { width:16.4375rem;height:1.69986875rem;top:31.5rem;left:3.5625rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OLnNGRvCx2fXlEq14dAZB6BCDlt9ohnp { width:16.3125rem;height:3.3997375rem;top:57.3125rem;left:3.6875rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HVo1BBgbcQHLWRos16IJKCymBm1AhJgM { width:16.375rem;height:3.3997375rem;top:42.625rem;left:3.625rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kI2snNxSIAFP1tdHVeECMU9fiidDRQyz { width:20rem;height:5.6875rem;top:1.625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAaCsTJznA4QKIZDQttvgxFTNZmSamLG { width:20rem;height:7.6245rem;top:20.625rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#bAaCsTJznA4QKIZDQttvgxFTNZmSamLG li:before{  }
 }@media only screen and (max-width: 763px) { #UAw7ucZpnlUaL6FXsG7q8pzsxDDeyytq { width:20rem;height:6.2246125rem;top:34.1875rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#UAw7ucZpnlUaL6FXsG7q8pzsxDDeyytq li:before{  }
 }@media only screen and (max-width: 763px) { #mc8FZ6KQfBtglEfVHfTd9WJR5V5XC2i4 { width:20rem;height:6.2246125rem;top:48.625rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#mc8FZ6KQfBtglEfVHfTd9WJR5V5XC2i4 li:before{  }
 }@media only screen and (max-width: 763px) { #IyBbXasCHWn3it2lZWKnAUsozSwQlVT9 { width:20rem;height:5.9121125rem;top:62.4375rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#IyBbXasCHWn3it2lZWKnAUsozSwQlVT9 li:before{  }
 }@media only screen and (max-width: 763px) { #mFuQsg145c6M5adZ7UIUTLg3F96Hnf6h { width:20rem;height:24.41796875rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAi6t8znoDWHSoCStmc36l9VACvdRw0c { display:block; }#gAi6t8znoDWHSoCStmc36l9VACvdRw0c > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XtnpLT3L7lW4LsNdye3mTHCvrN2gQUaX { width:20rem;height:3.8997375rem;top:10rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TCzVm0lhINksViFQgzlkuLtxldktMar2 { width:20rem;height:5.19921875rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie { display:block; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie { background-color: transparent; background-image: none; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container > .video-iframe-container { display: none; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row > .video-iframe-container { display: none; }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .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); }#WauITWLTsXGXrTAKhiUoDTKG5mCgf8ie > .row .container { width:20rem;height:131.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmsL6FshTCHqcpvCyyPTGeptMaPTrKTu { width:20rem;height:46.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVEJci1OtmGehbZhqvlKf3ss6qwmOaKM { top:62rem;left:1.5625rem;width:16.875rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqaap3lGr5HdzN4HUq5fiKLkWzcXGAfE { display:block; }
 }@media only screen and (max-width: 763px) { #B5WZvCtNzQ6mloayqUPu3V3pfyIV95h1 { top:124.8125rem;left:1.5625rem;width:16.875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA5iTx1T3MT8kdyJ5iJywJLd8TvUxSat { display:block; }
 }@media only screen and (max-width: 763px) { #OWOS6zmDvbKgrzgQnIzX23mn0C8cbOeJ { width:17rem;height:1.40625rem;top:10.0625rem;left:3rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mC6rJSoeQdg9bIUigky7c8FbKwR0HikS { width:18.8125rem;height:1.7871125rem;top:3.4375rem;left:0.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVI72ckImHzJdtWzuDpT2OigdRNqSQTp { width:20rem;height:46.5625rem;top:56.2109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPc0qpVd2DkhoaDR9UtwFIaQWONoJT1g { width:18.8125rem;height:1.7871125rem;top:67.5rem;left:0.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhZ89Jze780yAifw68Ne50h2lW61fXiE { width:20rem;height:4.5498rem;top:54.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2LCbGCpAIwHUD8rOlW13myn0fdzhHZV { width:20rem;height:4.5498rem;top:118.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBmQMgbvimTkaIIo9l3WfMicEqXRebNO { width:18.8125rem;height:1.4624rem;top:6.0625rem;left:0.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSQyQnH3V4GspzgT21TNKMQzQ3z2D7Bm { width:18.8125rem;height:1.4624rem;top:70.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDnJ4wSRKPNTVAHithBDWd261f61ocN7 { width:20rem;height:2.8125rem;top:49rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkQr6xdQ1ZrCHmoZuBTJgkh9DICWHFhH { display:flex;width:1.8125rem;height:1.8125rem;top:9.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P8Rl64h5KGSPImV5OVVPyKsDxTuQLsSb { width:17.0625rem;height:1.40625rem;top:13.71875rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yI0TfROdm0FU7bJQtxB2c3JLeSEPTXcS { display:flex;width:1.8125rem;height:1.8125rem;top:13.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sspKeE9bJh7EDRBtRJ8rxDfXGFp20i3k { display:flex;width:1.8125rem;height:1.8125rem;top:21.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #P2aApinrKrbzeVOZXzViTOHgPKeu3avW { width:16.9375rem;height:1.40625rem;top:17.71875rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tskChgUS4rGXLANtKtkX6VAlAi5MSbgl { width:17rem;height:1.40625rem;top:21.59375rem;left:3rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a8JLdaT8GULRf4C8FKAM3lbp28e4oeCr { display:flex;width:1.8125rem;height:1.8125rem;top:17.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5ibaTONdxQeCtZ1a8cEHb0h2f7hf6Cd { width:20rem;height:5.25rem;top:110.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6zuApOeDLw0bzIdbOZRIo9sGmHXaB4p { width:2.6875rem;height:2.6875rem;top:104.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZaeIfd8Gq8QEJnMi8rDMEkG7ZvcK0RX { width:16.9375rem;height:2.4375rem;top:105.4375rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MLGtM2mk8PoZFb4yolnnT2M7qqq9Nuin { width:2.6875rem;height:2.6875rem;top:100.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyTdQS4o0MhFpaweV39wigxos18F7b9m { width:16.8125rem;height:2.4375rem;top:101.5rem;left:3.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vR6BS15DxC2myUGRSTzFJqT7MIRE9ITJ { width:2.6875rem;height:2.6875rem;top:97.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2mbnE8VfDSHis0kEMEIfapFixTTRPN0 { width:16.875rem;height:1.40625rem;top:97.875rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJykK3QwPD4g25sF0J7cghQmgMFnXnCE { width:2.6875rem;height:2.6875rem;top:93.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hms1JQNBTXIyfpp9TJ7D8TInwIhZ8ux3 { width:16.8125rem;height:1.40625rem;top:94.5625rem;left:3.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pDBE14fH3tKzrVxzImVHmiEtGTamO2gA { width:5.5625rem;height:1.59375rem;top:91.0625rem;left:6.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AyLh7AK8Nx7QN3drcQu4x6Eb76ERTCZV { display:flex;width:1.8125rem;height:1.8125rem;top:81.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ikoZkF4zoiyTczwWWcTKzD3Qdrd1Vyfp { width:17.3125rem;height:1.40625rem;top:81.5625rem;left:2.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iSEC1Swo6dbefbb1StBg9h1TxO7Kzyik { width:17.5rem;height:1.40625rem;top:78.4375rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kXbI0K8c6xwMlL19MgvC8gxW2q6dMn6m { display:flex;width:1.8125rem;height:1.8125rem;top:78.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP6ILR3R5wvh0PNeqPcp5eovSq3UrU1w { width:17.5rem;height:1.40625rem;top:75.875rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R2tZgVLD5Va2CAzZ2Rv1diRPkaUtPQ9Q { display:flex;width:1.8125rem;height:1.8125rem;top:75.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9m0180G30tirDURmatNgnl6To5O5VkT { width:17.375rem;height:1.40625rem;top:73.0625rem;left:2.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GcdTRcqTETFUwC9i9h4zhWFHUboyI0N7 { display:flex;width:1.8125rem;height:1.8125rem;top:72.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PG1LahwELvmzadBwC5GDzVEaUCgRE2Qo { display:flex;width:1.8125rem;height:1.8125rem;top:25.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cvToJSql0A2VWaIOVL84iG7L2PtD8eeh { width:17.1875rem;height:2.8125rem;top:24.9375rem;left:2.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FyzKMVyNT5hQ01ICLsLGrIFzTZqAqA6R { width:17.25rem;height:1.40625rem;top:29.125rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JC9gh3lyPR3kglBLMzlJccIuqbtdppdw { display:flex;width:1.8125rem;height:1.8125rem;top:28.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k5EcXB3LggR1pdDrMHvUpFE7RRt3lb6o { width:5.5625rem;height:1.59375rem;top:32.8125rem;left:7.21875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgFzNDTVF0HcTD30ndOXv8Klvc8n8LmC { width:2.6875rem;height:2.6875rem;top:35.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5HM9s84gioROi7cwK2PDozwhTX1GE8g { width:16.3125rem;height:1.40625rem;top:35.765625rem;left:3rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b9PnuhF4ZkoS3cPpgLBV8c90awAfbVta { width:2.6875rem;height:2.6875rem;top:38.546875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drMeIadrLt0y1n1gd4Rtm0dqWErio3sp { width:16.9375rem;height:1.40625rem;top:39.1875rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NpmemcvIrMGKFWFgl677Cfvh5OhbD4Wn { width:2.6875rem;height:2.6875rem;top:41.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiEAspmb04vXG73oATRySIfyfruTgDl0 { width:16.6875rem;height:2.4375rem;top:41.9375rem;left:3rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n3oevgC9li82yObbzBA3a7WcUXFpcDox { width:2.6875rem;height:2.6875rem;top:45.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8yTiByBSW6RlekEmr0yd1RrgK20Qdys { width:17.0625rem;height:2.4375rem;top:45.75rem;left:2.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GK71UdcFGtWK252UJwbe05KHpaU5FUgN { width:17.25rem;height:2.8125rem;top:84rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vVEe9eLsuLirwhpHIo63uzdfWzAkZz6L { width:17.25rem;height:1.40625rem;top:87.765625rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTeaMDO0fcnnJpVqS9wIIATph7tKzZpn { display:flex;width:1.8125rem;height:1.8125rem;top:84.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #izZJ7N58tSohaKwRFkW6Gv7sGcIcXgMc { display:flex;width:1.8125rem;height:1.8125rem;top:87.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B { display:block; }#awpGMcRv8TRZcsG0z1KdkOPuu7lwEm8B > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ68O1DTknmnv7ztMTAdSqTDoSHet8MC { width:20rem;height:10.4111375rem;top:6.1435546875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n1DpIVHEIag7PCWpx5D4BQU4AKeKoJBn { display:flex;width:3.125rem;height:3.125rem;top:1.8310546875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gDkQVDitTUzFFGPR2Rv4H8XkySmWhqSa { width:5.5rem;height:5.5rem;top:20.17626953125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJqlHHGaR8Qw5msVf65Eu63gFygAAE9 { width:5.5rem;height:5.5rem;top:30.67626953125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmiNuzRHPygp6vopDqqs7WC1bICybvEB { width:20rem;height:1.3808625rem;top:17.67626953125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #pxrApn5Q7qT8Vr9IO1ZTUwGnQI0Pc7zJ { width:20rem;height:1.3808625rem;top:27.99462890625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ebb9SDkkBrdEFzyPCpU5HlTBI9CGykKp { width:20rem;height:1.3808625rem;top:37.87548828125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #bPIIEZmBMLQIZF28OMXxMDHbg8dxtNNy { width:5.875rem;height:5.875rem;top:40.37548828125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA { display:block; }#ZF3q4Iuxmv6ZCkQBrMmTcrGuBi5Zs3pA > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJbKPLObQ7DwTO4OtWd8FqG2T8xPd4Iu { width:20rem;height:3.7209302325581rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHzvuVmlGnGP5GRTdOReEcVAw05zXVJZ { width:20rem;height:2.6546003016591rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH { display:block; }#w33TT2tvyLRIVHdI6ArPZKxRBw1OJJLH > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pkt502PTFgHzbT4J3IPRdRdtP7cWpyLv { width:17.75rem;height:11.8125rem;top:14.1875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guo3QKIK2bCu0d3e8mOeM1Z1DuK08CTA { width:20rem;height:25.875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0bCJD27S9f6273Laxz3r0nb8vqfunC3 { width:17.6875rem;height:6.75rem;top:5.25rem;left:1.15625rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yINfw2kHK5DN7JdQmaLSvdNa3LTyRAVS { display:none; }#yINfw2kHK5DN7JdQmaLSvdNa3LTyRAVS > .row .container { width:20rem;height:84.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UvuLKr48eAVpREJDx3zcqOdE6RdzLN0i { width:17.25rem;height:11.25rem;top:22rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVqXT43VnOneyRPaVDF9dbL9m7uz1hXd { width:20rem;height:2.5rem;top:1.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQnznsSBoU7ldmmbG5ePPcrhmF3KxSNR { width:17.625rem;height:14rem;top:35.375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPZLI6PTpxcDGadm3EaIZ1Tne5SpNTHu { width:17.875rem;height:10.5rem;top:50.625rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZivkCptHHHRVN7xH0CLtwFwRNiP7Sr { width:17.875rem;height:12rem;top:62.75rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXEmRDraQVc7DqpEGBISrpZ4Z9xLepJ { display:flex;width:2.1875rem;height:2.1875rem;top:22rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSPdSadHB5fgQIPQGTOJmnCS35s7hTMc { display:flex;width:2.1875rem;height:2.1875rem;top:35.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dhOe6JbA9Pk3pfdk7qkMC0Wm175Iqrlr { display:flex;width:2.1875rem;height:2.1875rem;top:50.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ngKR91zGX4CPfRyDpPhOQZeKTgCpaxUE { display:flex;width:2.1875rem;height:2.1875rem;top:62.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EnAoyPvCllAKrGBhwZlp6ALpyKL8WgCa { width:20rem;height:11rem;top:1.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnccmkVy1f5vgQsmlTrix0tGITToQn2o { display:block; }#vnccmkVy1f5vgQsmlTrix0tGITToQn2o > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxBEpfsFsfrXDTU4xTKdIPdQduRPWrfW { width:20rem;height:9.75rem;top:2.65625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMCEweTJXa1zVFe9rR45fI1ITz7hSN2S { width:20rem;height:12.8076171875rem;top:15.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ckptd1MVCeiKt4KLBl2ntNfWKH8oHJ { width:20rem;height:12.8076171875rem;top:33.3388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdhefcZ3qSExWES8T7aTfD0hLpXKGwnk { width:10.5625rem;height:8.3125rem;top:24.0888671875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFGsEAFFVR7pE6ZQSTkQ4gZqvHc3Dh2T { width:20rem;height:12.8076171875rem;top:67.7041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJ6NOiWf2eb2alAGJQzzQKGSGoA9g6c { width:20rem;height:12.8076171875rem;top:50.708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtBlLHe14Vc76hMWTQZy09U7THkH0uRF { width:10.5625rem;height:8.3125rem;top:59.4541015625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9MCqRSM8otOgQ9TkPiqPCUQSqXb0gDB { top:91.25rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kauzl4dCThsGHGzde3NuJEmxaz5gX66I { display:block; }
 }@media only screen and (max-width: 763px) { #zXZZxsRO2fCyI7KsAWFpsDbMTp5SI2vM { width:18.5rem;height:5.5996125rem;top:83.9375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 { display:block; }#cd4HJnczPkTG9BrhtDbpD6qKLW0eX0L1 > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0dpu6f8VIUSroedtVThEP1VEVQoQ5OP { width:20rem;height:4.798825rem;top:13.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sN08CE6UtBbCt4mGyE3a6fS0P1wWH7hP { display:flex;width:1.8125rem;height:1.8125rem;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tu9JpwpcZOEifsxA1creU0TMXKcMwJ5M { width:17.3125rem;height:2.4375rem;top:33.75rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqq0NRrIEFelnzpupmcIyRxXIIyFvNa1 { display:flex;width:1.8125rem;height:1.8125rem;top:29.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GtkU00eZDEBiH7fxsNpUXUJpv7cmuTgt { width:17.25rem;height:2.4375rem;top:29.5625rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF8VfiMGXRtynhp8KJw1ETGT2QIkI0UQ { width:17.3125rem;height:2.4375rem;top:25.5625rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkWz2ZSD76amyaZlOZBbf9qFTo4b0qrA { display:flex;width:1.8125rem;height:1.8125rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tbHtSM17sNW9321dl7VWi7sD6HwHvuST { display:flex;width:1.8125rem;height:1.8125rem;top:20.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AizG80wlDxSTWBBa8T2tEChZxQVyl9Vg { width:17.1875rem;height:3.65625rem;top:20.8125rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6X4lqFpQOII44IXv7FehIGX506Kkca4 { width:20rem;height:7.7988125rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh9yUAIE9W9MySXrPXrklCyAVDidawJZ { display:flex;width:1.8125rem;height:1.8125rem;top:42.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LgJ0JZbOMZ27NTT1SoxmGlcUh9U7TGGQ { width:17.25rem;height:2.4375rem;top:42.375rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DerNiXbZKTtHZTUdFAv6XbVrbQqUKdQB { display:flex;width:1.8125rem;height:1.8125rem;top:38rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3alTCSGEzP2TTF9yU14nihP76vHTp89 { width:17.3125rem;height:2.4375rem;top:38rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP { display:block; }#EWdRybTuZcrLl7agb1KMSrZnTEJ0OaEP > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcF1P35ATJOgTNeDCzuu3lT0feWXiTmy { width:17.3125rem;height:2.4375rem;top:19.1875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWgMNFvaUcdNETyZUccNQeog1qT3Eo63 { width:17.25rem;height:2.4375rem;top:15.625rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO4kahSqFqW7w8KkJgmTFnTFRpucGnv8 { width:17.3125rem;height:2.4375rem;top:12.125rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQKWCBA4xKulQFoeB0TH6oOdeM7f1TVI { display:flex;width:1.8125rem;height:1.8125rem;top:8.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ih3nMhJ1dUMzrKWuDANyEE5xWfSipy8X { width:17.1875rem;height:2.4375rem;top:8.5625rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrQyoKmSnIpnbC15lVTDxTprytQPXvM { display:flex;width:1.8125rem;height:1.8125rem;top:12.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ra3ckx8NZ96ai0xoF7F2AZds8HOyOJyl { display:flex;width:1.8125rem;height:1.8125rem;top:15.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ERTLQQTpOq5awmXFRg0SL6pc3GVl06Tq { display:flex;width:1.8125rem;height:1.8125rem;top:19.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nO3ExfCRZBJGilhdMG3ZAkNB7GTWMcNm { width:20rem;height:5.19921875rem;top:1.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4u6qlLq8zHm0XeklwlTKT0mm8I6w3m { top:24.625rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmnJWL2hNGzdIyiIlQDXmWr3RLOsTnt { display:block; }
 }@media only screen and (max-width: 763px) { #enPaz4n5LaR8TSGrLsfTnPTg62w812v5 { display:block; }#enPaz4n5LaR8TSGrLsfTnPTg62w812v5 > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTkPWJHL4z7u7bK8sMXJR9zIFoFprsag { width:16.5rem;height:3.9375rem;top:14.9375rem;left:3.5rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LEM93fD56HqGSZSybEUt8hHmC4xG1SpR { width:16.5rem;height:3.9375rem;top:20.5625rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUzPeVPXTtNlOkiKyWmxD18uLEryt6FT { width:17rem;height:3.9375rem;top:32.9375rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trgq5yifs6PGMcNfmIbiGL1S6C5ZSI7D { width:17rem;height:5.25rem;top:26.125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaOVgiTQcTDyWBwEhPOFRBK0OgtEwDkM { width:16.8125rem;height:6.5625rem;top:37.125rem;left:3.1875rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U07thUycr8fkQAhp9K5XhFU2l2JcFfzT { width:20rem;height:2.5996125rem;top:10.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #frZrbIdSCMs8lHUOB0eOQ8rHsdRpsQI6 { display:flex;width:2.875rem;height:2.875rem;top:14.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DXIuxb9gZo8HO7MTt9cGLzvchg369pHE { width:17.375rem;height:5.25rem;top:52.8125rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu5bqDv3ed7D1wii0GerkQkxQbpTRh4T { width:17.25rem;height:6.5625rem;top:45.5625rem;left:2.75rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bZGF7JHTUNQ2yCI0Se1Cbt8m0Kynd8v1 { width:17.75rem;height:3.9375rem;top:59.8125rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQa3gAU5M4Rk3nOF94IZwm4QGXfPwTMf { width:20rem;height:5.19921875rem;top:4.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnT7usulV7wdHM9hOON4XKnBUDyTHPmc { display:flex;width:3rem;height:3rem;top:19.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VsssI3PGC0ZECbym9fLZ1ZXQpdxTG1HL { display:flex;width:2.625rem;height:2.625rem;top:25.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pdvp66trkl67vhoELTL2iyhyrxM2E3HR { display:flex;width:2.5625rem;height:2.5625rem;top:32.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h1C4HnpnSAvUT132f4pwDwlRefUf5nw7 { display:flex;width:2.5rem;height:2.5rem;top:36.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BSptwJzCcS4Jb6AqWU2aSSUdRugMQcwT { display:flex;width:2.5625rem;height:2.5625rem;top:44.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HhK6eeFTuHErGiTz2TwtF23kS9wGoSdf { display:flex;width:2.5rem;height:2.5rem;top:52.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PPARnXRQHncnHq67qOqhFgRar5uQNU3x { display:flex;width:2.25rem;height:2.25rem;top:59.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh { display:block; }#NTOUxhuuXTWCtmwQKZUgDBeTnPhfr8qh > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPJG5vIFCw2uNonK8y6uzlhDx2Lw1eqC { width:20rem;height:4.142575rem;top:2.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #crHDaiGwllQa4TfG19ZvczTT197HzWRp { width:20rem;height:2.76171875rem;top:7.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n1dr0mfKRVEfzenUkv9AsRun6feN2s71 { display:block; }#n1dr0mfKRVEfzenUkv9AsRun6feN2s71 > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4BW6TArVCALxGcnaZwKToIPnTZWk6mT { width:5.5rem;height:5.5rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvzSS1gW7l3LV3zDe4w21UoJoSsWge5Z { width:5.5rem;height:5.5rem;top:10.6308625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPFtz7UJnlOqZkwE15azCbX0MK4L6bfD { width:5.875rem;height:5.875rem;top:20.011725rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvT3yqLx89vVZXxzxngMSicfqR8o9pU9 { width:20rem;height:1.3808625rem;top:8rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpbJpkxe0KNUTeb7Lv4hZ10GL7cni9W9 { width:20rem;height:1.3808625rem;top:17.3808625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvanoQJwlpZIcOUw4OTpPJn1GJrMiD0r { width:20rem;height:1.3808625rem;top:27.136725rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8RR3yJSNxSp2V8yshhpID45qRnnEk4l { display:block; }#W8RR3yJSNxSp2V8yshhpID45qRnnEk4l > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U01KnZTuyhuSwWlzVQhgodXBVhLt5nfr { width:7.125rem;height:2.3125rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UExZNVAJFvnu5WDXa4Jlz2lck8T8bfUn { width:11.625rem;height:1.13736875rem;top:6.875rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }