.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,240,205;--color-primary-1:251,237,204;--color-primary-2:255,182,6;--color-primary-3:153,109,4;--color-primary-4:51,36,1;--color-secondary-0:228,229,234;--color-secondary-1:173,176,191;--color-secondary-2:119,124,148;--color-secondary-3:60,74,102;--color-secondary-4:29,37,77;--color-tertiary-0:255,255,255;--color-tertiary-1:173,176,188;--color-tertiary-2:119,123,143;--color-tertiary-3:71,74,86;--color-tertiary-4:29,37,77;--headlines-font-family:"red hat display";--paragraphs-font-family:"red hat display"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf { position:relative;display:block; }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf { background-color: transparent; background-image: none; }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .row .container > .video-iframe-container { display: none; }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .row > .video-iframe-container { display: none; }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .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); }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf { border-width: 0; border-radius: 0; }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .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; }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .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:6.5rem;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; }#Gv5AwgsTMwUTcH4gCZ2SMz9XJK9lcg20 { 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:3.9375rem;width:6.625rem;top:0.65625005960463rem;left:2.375rem;overflow:hidden;display:block; }
#fW6G6ir1T0hanZZxyrWRCTirsTIrXFy0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:17.5rem;display:block; }
#d18gB1gSzXpZdSl16uvG4n5r4lFdgAl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L57PJ3k19n7Wz5xPpdAIc2uIaHkZbQg8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:24.5625rem;display:block; }
#PQtOFQ6AwMSmsmkSJPzX4OI5rbHuHTDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HRAgXNwu9REDSrsCU2vVcyW7TkbaUm8B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:31.625rem;display:block; }
#Jd4f0k08Ocn1UXJlKog2U9SX9vUGKDms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2t834vFNGOVCSkzzdCWJDJuhUMuvtWZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:42.5625rem;display:block; }
#dXB0OUSLDPb99txNWMieeTbtB4UwKByu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwprGMCGXI4c7gX6rFaXfDK9ESgI1ddD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.6875rem;left:50.3125rem;display:block; }
#hLSOKJBgcnT8wGW6HQAPAaFXTbXxPbJ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqk2KDr46E1G4GKpbpgkfE2NqEqMIMA5 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.4375rem;left:64.375rem;display:block; }
#UIVkGQVUhL3GzGtvka2a9BGzZiQX3xs6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNxuliG3haXnosfyUzPJeQuoBQt1py5Q { 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:1.6875rem;width:1.6875rem;top:1.8125rem;left:73.3125rem;overflow:hidden;display:block; }
#BUHNG9nVWn4amOi7leJ1T0W5gmFqWGMV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:58.875rem;display:block; }
#V05Byglionn4z07GPZnpptJUJhVADXHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9LgIouIFzr0BX5coMTIWH7MsoIQcfwh { 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:15000;opacity:1;display:none; }
#oQBnAcdEBcJ6AkT6DiR9fkyH5uqpqJP4 { position:relative;display:none; }#oQBnAcdEBcJ6AkT6DiR9fkyH5uqpqJP4 { border-width: 0; border-radius: 0; }#oQBnAcdEBcJ6AkT6DiR9fkyH5uqpqJP4 > .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; }#oQBnAcdEBcJ6AkT6DiR9fkyH5uqpqJP4 > .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:6.5rem;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:none; }#oSCTVWP3eVmNbc7Gi1zVMpMP4oee42Vl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.6875rem;left:17.5rem;display:block; }
#wLq5ERnuIOPc01iBapR6ZElk3lDoxTSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAtld9gcmr1hB1uoZOGfeKNO4sOdsgTV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6875rem;left:24.5625rem;display:block; }
#O6ue4l4XbA5gR3iWo49I6ihXvkB9AqH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLL9ncFmPLpMqghLOp39e7DE8wcbuHFJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:31.625rem;display:block; }
#VsUco1VMfIg7NOSMnCg1ise8rSopEz94 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QiJQDO5vWmfUtJ64QRyb2762F39hiXke { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:1.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:42.5625rem;display:block; }
#hO9LTIrpwxyXQasFD0dBkyygI1AJrdsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKnD1pSoxEUBd6TCeSNQgxTaPa2lhO6T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.6875rem;left:50.3125rem;display:block; }
#vkfFxUZWNPNvyswDhhLSl1tHrvvVIX7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUkAG5IFPTAX2mndIhpLGHaN0IGAyW4c { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.4375rem;left:64.375rem;display:block; }
#fzCkb4PovEaCE656D4oB7UeozQ0OHOLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nb18bSGDcxprfLN2AulV5h1SpCeT9dUU { 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:1.6875rem;width:1.6875rem;top:1.8125rem;left:73.3125rem;overflow:hidden;display:block; }
#adtkbrtgWu2AnFlVmg4scWeTXnQMBczw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6875rem;left:58.875rem;display:block; }
#aAlIm9CVy2zMNTaNtF7DT4uB39uf67Bu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#AyqZyo3FhwHTsEiTCgAeRdr7ttHz3rOn { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:6.125rem;left:0rem;height:11.25rem;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; }
#T8rydO4qMgft2SVGb22i1L8bmvcHP2mT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.4375rem;left:8.9374990463256rem;display:block; }
#oVC0hTdPs79RMEUhlSDfXqJetb9i1erM { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:18.4375rem;left:0rem;height:5.4003875rem;font-style:normal;display:block; }
#fO1f0JTCCCB7hBT9mLwCt9360dIc1dDJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.4375rem;left:0rem;display:block; }
#C7XKpAD6ZTTLnfHaMeIGTpqOXddv4p0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iaUWrrT3SNuVAKeCbs8Ki51XAbys0LiZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),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:3rem;width:13.75rem;top:26.0625rem;left:0.5625rem;display:block; }
#LmqBZV9TXZ5z82lyaspaZsJ0iDI2xL4L { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.4375rem;left:15rem;display:block; }
#IzzRqV7BE4zZU9pZo26ddRQQ6XNqgQt2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ER4UTMQ9KaMc66WCQsnTDTdcoxBHRkD1 { 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:34.375rem;width:43.5625rem;top:0rem;left:33.9375rem;overflow:hidden;display:block; }
#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI { position:relative;display:block; }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI { background-color: transparent; background-image: none; }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .row .container > .video-iframe-container { display: none; }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .row > .video-iframe-container { display: none; }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .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); }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI { border-width: 0; border-radius: 0; }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .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; }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .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:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gDUF83MfUr3Dcrc0R92TkEDR2UGbhRr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:0.875rem;left:15.0625rem;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; }
#cuidzAIdTrI5XCgyUiBaz50TARJH7mTm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),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:1.9375rem;width:15.375rem;top:1.25rem;left:18.125rem;display:block; }
#auEaMfpati381wivHkb61qaXtslbpET6 { position:relative;display:block; }#auEaMfpati381wivHkb61qaXtslbpET6 { background-color: transparent; background-image: none; }#auEaMfpati381wivHkb61qaXtslbpET6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auEaMfpati381wivHkb61qaXtslbpET6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auEaMfpati381wivHkb61qaXtslbpET6 > .row .container > .video-iframe-container { display: none; }#auEaMfpati381wivHkb61qaXtslbpET6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auEaMfpati381wivHkb61qaXtslbpET6 > .row > .video-iframe-container { display: none; }#auEaMfpati381wivHkb61qaXtslbpET6 > .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); }#auEaMfpati381wivHkb61qaXtslbpET6 { border-width: 0; border-radius: 0; }#auEaMfpati381wivHkb61qaXtslbpET6 > .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; }#auEaMfpati381wivHkb61qaXtslbpET6 > .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:39.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yrTrFbqFV4wXsnRfqlGeWvhFr4yrw8we { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.875rem;width:54.125rem;top:3rem;left:8.6875rem;display:block; }
#AAtNKwoZmhWgRIwB6GuBCIhx8pXFJJvM { position:absolute;display:block;z-index:14999;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:1.375rem;left:40.46875rem;overflow:hidden;display:block; }
#feEeDTMczhT74ee4sETG4ZgKpEiOLHUV { 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:25.8125rem;width:25.8125rem;top:10rem;left:5.78125rem;overflow:hidden;display:block; }
#AkpNJTFNztGtyQy3vRXu0tQP4G0TGy2K { 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:23.1875rem;width:15.4375rem;top:15.5rem;left:-1.8125rem;overflow:hidden;display:block; }
#EWTdpHUcoW8nNFzKUAP1OAD6MDTPOsrI { 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:25.0625rem;width:23.9375rem;top:8.15625rem;left:55.375rem;overflow:hidden;display:block; }
#PPM42lu3PILOoCMMIevEk354sMN4W7fx { position:relative;display:block; }#PPM42lu3PILOoCMMIevEk354sMN4W7fx { background-color: transparent; background-image: none; }#PPM42lu3PILOoCMMIevEk354sMN4W7fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .row .container > .video-iframe-container { display: none; }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .row > .video-iframe-container { display: none; }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .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); }#PPM42lu3PILOoCMMIevEk354sMN4W7fx { border-width: 0; border-radius: 0; }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .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; }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .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:14.6875rem;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; }#cTCbP3wPZNGsvSM31UBoZMV2ZZZykqTV { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:0rem;left:17.90625rem;height:5.1rem;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; }
#VTKlOiXpDvC9IAzPA8zQIHa9FTo6TmAm { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.6748046875rem;left:29.0625rem;display:block; }
#HJTUWxNw2VDBxuIa6htIxJaG6x1LsyO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddf9e3;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; }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row .container { background-color: transparent; background-image: none; }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row .container > .video-iframe-container { display: none; }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row > .video-iframe-container { display: none; }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .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); }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row .container { border-width: 0; border-radius: 0; }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:75rem;position:relative;display:block; }#VGA8kb6KD4BnAPKMSPlOGKZwtIiJVeSa { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.5625rem;left:15.75rem;height:6rem;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; }
#TydpeTNaITKrl4TTpAXREr1o9OFvuWSf { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:21.2021484375rem;left:42.625rem;height:15.84375rem;font-style:normal;overflow:hidden;display:block; }#TydpeTNaITKrl4TTpAXREr1o9OFvuWSf li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#TydpeTNaITKrl4TTpAXREr1o9OFvuWSf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f4b970a8-6753-4e0b-aafd-6c4958276d15/arrow.svg); }
#eCNzHmoqBGVDudaJ77uK3nVtI003TtQL { 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:23rem;width:20.125rem;top:15.6875rem;left:18.6875rem;overflow:hidden;display:block; }
#SHxF5RK4qzGzsFhXhLP5QrJ7qCmmX4Dy { 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:23rem;width:36rem;top:30.125rem;left:-4.875rem;overflow:hidden;display:block; }
#Z9O9fpFLpdSUEOk7mRoOCyQ1rHZTFsww { 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:10.625rem;width:15.5rem;top:16.5rem;left:5.8125rem;overflow:hidden;display:block; }
#CnuuU5995A6go7kM252teT9Ls17wyCVa { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:17.75341796875rem;left:8.375rem;height:5.0625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#XoT8oCuWudfIPrWNabf6Q2IDcNBIOrqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:51.8125rem;left:3.875rem;height:1.9125rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#fd5cu4yUo0x7xIuQxgRzfvIsmiEBvmgx { 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.25rem solid #213072;border-left:0.25rem solid #213072;border-right:0.25rem solid #213072;border-bottom:0.25rem solid #213072;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:44.3125rem;left:2.625rem;display:block; }
#XglVaaz6scqRbLXECApw5FBZBp458Ja0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.6875rem;top:46.9375rem;left:7.125rem;overflow:hidden;display:block; }
#dwfWpBEUNBlvwVPctu46wwPlQTbSwlgs { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:51.375rem;left:18.0625rem;height:3.1484375rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#klMG1WNzrMilBK6qabqhTTukWzT1HyEH { 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 #f295c2;border-left:0.25rem solid #f295c2;border-right:0.25rem solid #f295c2;border-bottom:0.25rem solid #f295c2;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:44.3125rem;left:16.8125rem;display:block; }
#Bgkxr79csGk8OpqkNbkw6xnu82FPvgsP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:46.5625rem;left:21.5625rem;overflow:hidden;display:block; }
#asSERoGzgh3unhKuZEkzoCGUrZm18gmw { position:absolute;display:block;z-index:15006;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 rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:44.3125rem;left:31.375rem;display:block; }
#gq0ZB33k7IaEyFDos06BKbZla14ehzSH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:51.375rem;left:32.6875rem;height:3.1484375rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#iiCQd6eRvQmhOdzVx3owowHdAZ7q5raC { 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:3.8125rem;width:3.8125rem;top:46.375rem;left:36.125rem;overflow:hidden;display:block; }
#rzmhGgSpvMXCpE7uM3pIOw4562MRnnVB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f295c2;border-left:0.25rem solid #f295c2;border-right:0.25rem solid #f295c2;border-bottom:0.25rem solid #f295c2;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:44.3125rem;left:45.875rem;display:block; }
#c3harQ4xu80TQzFQ8ot50cLhtNTQ6OD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:51.375rem;left:47.25rem;height:3.1484375rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#C3h8wsWWUKsgmoveg5KtzSLxMbCwPOR1 { 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:2.0625rem;width:4.25rem;top:47.59375rem;left:50.09375rem;overflow:hidden;display:block; }
#sTq9dXiX93pmBMaTyBdJd55bxdx3CLAK { position:absolute;display:block;z-index:15012;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 #213072;border-left:0.25rem solid #213072;border-right:0.25rem solid #213072;border-bottom:0.25rem solid #213072;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:44.3125rem;left:59.8125rem;display:block; }
#KDKJH7NmkyAWLPT4LTSuDCOLQ12NMOMo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:51.375rem;left:61.0625rem;height:3.1484375rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#VmyLMLepEvDN5sHHE8vpkCZlp0m1T4L0 { 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:3.75rem;width:3.6875rem;top:46.8125rem;left:64.4375rem;overflow:hidden;display:block; }
#yn6znDFboITvcpwynLkPeZQwyN7Tvxs8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:3.75rem;top:4.375rem;left:34.25rem;overflow:hidden;display:block; }
#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f6;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; }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row .container { background-color: transparent; background-image: none; }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row .container > .video-iframe-container { display: none; }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row > .video-iframe-container { display: none; }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .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); }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row .container { border-width: 0; border-radius: 0; }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#p3kswN5AeBBwHKo6JNKXzZV7a1ilhBTS { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.75rem;left:17.125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f6;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; }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row .container { background-color: transparent; background-image: none; }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row .container > .video-iframe-container { display: none; }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row > .video-iframe-container { display: none; }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .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); }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row .container { border-width: 0; border-radius: 0; }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#FP7N1uZl1mK9OWvnXS6mXDO4yVwLLOMK { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:36.375rem;top:0rem;left:0rem;display:block; }
#K7TEo41PmticJOVENSoR5by83sG4sn3f { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:3.9375rem;left:10.5625rem;height:4.2rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#pJ1gs2TJ64mNBu578A2WkTQ8lxfuFSfL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:9.79345703125rem;left:1.875rem;height:3.6rem;font-style:normal;display:block; }
#DGCBrIK8ndLaibagTCPbzTCX65IHZT0L { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.51220703125rem;left:1.875rem;overflow:hidden;display:block; }
#t0w20zG3M4aId5AarTcaLQD6VlNd3OMk { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1.9375rem;left:10.5625rem;height:1.575rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#HQtRdszkhFn2DqP48OqRmz0CGVFax8Pn { position:absolute;display:block;z-index:15005;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.25rem;width:36.375rem;top:0rem;left:38.625rem;display:block; }
#kKUA19sH25qm7AUUwwoU2kHpBvbbPSEs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:3.9375rem;left:49.1875rem;height:4.2rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#VUXE9EessOdFQTcIvIAeCC0TIFN3fwCO { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:1.9375rem;left:49.1875rem;height:1.575rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#rmQD24z2NZhD5QT3xnwTVKkZ9xVuSCp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:9.375rem;left:40.5rem;height:8.999rem;font-style:normal;display:block; }
#dik12nStkf2KIivkbuqqyE2PhvvcN6ca { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.5rem;left:40.5rem;overflow:hidden;display:block; }
#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f6;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; }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row .container { background-color: transparent; background-image: none; }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row .container > .video-iframe-container { display: none; }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row > .video-iframe-container { display: none; }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .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); }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row .container { border-width: 0; border-radius: 0; }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#f63V7wydEbfdTXraoxHoRMr4xiNkH1z8 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:36.375rem;top:0rem;left:0rem;display:block; }
#glx1I9w5ZzH0ssD7RwfoHFuP8wz4CMuM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:3.9375rem;left:10.5625rem;height:4.2rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#oZaGpAypTr77LiEzwuveQOTAoptPHgOn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:10.2236328125rem;left:1.84375rem;height:7.2rem;font-style:normal;display:block; }
#GvlcP1gkUauBR7CfufJOXvclngHcu7Qm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.51220703125rem;left:1.875rem;overflow:hidden;display:block; }
#f59L6ATiEcOui8UG2kQdoTRraZy6OUhO { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:10.5625rem;height:1.575rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#yJX852nIBfGIrq1CM6UbOO6oX8zrLw7h { position:absolute;display:block;z-index:15005;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.25rem;width:36.375rem;top:0rem;left:38.625rem;display:block; }
#qsSC9xeg56rSMr7QK8BxHpTkp3vcUEVD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:3.9375rem;left:49.1875rem;height:2.1rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#ROBEOJFaRBwtL7M68PauOS4U19t7sk9v { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:2.01220703125rem;left:49.1875rem;height:1.575rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#B6g1Run2oxBc18laJJKwmrsp69sOmmA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:9.375rem;left:40.5rem;height:3.6rem;font-style:normal;display:block; }
#w427kPgbxpXAchsEvBLnFDzSETnz4eIL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.5rem;left:40.5rem;overflow:hidden;display:block; }
#XD3uDQF61Ac4wgoIZsSdoBPBeG9f9MRe { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.75rem;left:30.34375rem;display:block; }
#UnETr5Jn8F827ZFFDfySSMk2qSNQLoyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h36E7SgaLmVerwAJn19yk0C4XngyTm8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row .container { background-color: transparent; background-image: none; }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row .container > .video-iframe-container { display: none; }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row > .video-iframe-container { display: none; }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .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); }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row .container { border-width: 0; border-radius: 0; }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#xFBANultGZDq9cK4T0nAEIlnCavQMR6S { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.0625rem;left:17.125rem;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; }
#fwk1MXpRkhqxUNvJGsiznPoT96ph9URT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:3.75rem;top:4.375rem;left:35.625rem;overflow:hidden;display:block; }
#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row .container { background-color: transparent; background-image: none; }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row .container > .video-iframe-container { display: none; }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row > .video-iframe-container { display: none; }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .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); }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row .container { border-width: 0; border-radius: 0; }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#r33wG5bQox6Xk0FLR9yh75hKqm1I2Q7u { position:absolute;display:block;z-index:15024;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.375rem;width:37.5rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#fm7RTbUHAzsUHhU9v4q5QxxzpZvqT8fC { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:12.9375rem;left:41.5rem;height:20.24415rem;font-style:normal;display:block; }
#pi6PSBxMKXP0TtbNhTsgsvdBkBsXrs8i { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:8.6875rem;left:41.5rem;height:;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; }
#IzWHSIHeIvM8APT6vDW0qLzUPUiTlqK4 { position:absolute;display:block;z-index:15023;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:33.5625rem;width:33.5625rem;top:0rem;left:-2.375rem;overflow:hidden;display:block; }
#eu6Maprp4bAqJx7TKrLx7SwTxBMiKKu9 { position:absolute;display:block;z-index:15000;background-color:#273267;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:34.375rem;width:37.5rem;top:2.375rem;left:37.5rem;display:block; }
#Z76oWhmhw0cBbDPOhn4EmFpsB5ombW3B { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.875rem;top:5.4375rem;left:41.5rem;overflow:hidden;display:block; }
#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row .container { background-color: transparent; background-image: none; }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row .container > .video-iframe-container { display: none; }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row > .video-iframe-container { display: none; }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .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); }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row .container { border-width: 0; border-radius: 0; }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#EewoAsQV3NoAx7mDiwGMSnkwCSviiruf { position:absolute;display:block;z-index:15024;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.375rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#kc4pD5b3vrmvrzsUM9259pJqFB48affZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:13.75rem;left:3.9375rem;height:10.1220625rem;font-style:normal;display:block; }
#vmOUUpV760hy8qiT2IxxxCsbdaAPmJJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:9.5rem;left:3.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;display:block; }
#bTWFVOOBR8bBhUIBEqiiCVtdlC66XLkU { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#WgT1hs8m0q61tRrF5rxRKRDN2ckBksHw { position:absolute;display:block;z-index:15023;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:33.5625rem;width:33.5625rem;top:2.9375rem;left:43.4375rem;overflow:hidden;display:block; }
#aGC4V0sB1ECZ5tJ5rQBON9Pz9ZfHTNi0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.875rem;top:6.375rem;left:4.25rem;overflow:hidden;display:block; }
#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row .container { background-color: transparent; background-image: none; }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row .container > .video-iframe-container { display: none; }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row > .video-iframe-container { display: none; }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .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); }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row .container { border-width: 0; border-radius: 0; }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#QCgvmM1oMQwJRp8aKT4claJFI5Co5FOs { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:12.6875rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#NeAsoT44DO433aeAdADTPU7QeADyZc0p { color:#f295c2;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:7.1875rem;left:0rem;height:;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; }
#OMWsBJ8lUCwbbFGzlABP3FDB4paP9Q0w { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.875rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#AmZXJ6hHzZt0P0USEbs4y880gHr86opw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:12.6875rem;left:26.25rem;height:5.09765625rem;font-style:normal;display:block; }
#kZwp7G5tGIJegUXGEn8pUoOsxwbI9b9W { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:7.25rem;left:26.25rem;height:4.2rem;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; }
#uw42XUZP5XdOMTqaHpgTw3s2a6vEdRQn { 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:1.875rem;width:1.875rem;top:4.1875rem;left:26.25rem;overflow:hidden;display:block; }
#Zs2ukBsco7Ky6GZcQ4iBg42wvoV9x2xu { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:12.6875rem;left:50rem;height:5.09765625rem;font-style:normal;display:block; }
#G6ib7vSIBR0o0LLmctT9FKJN6EP8zyn5 { color:#78e18f;display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.25rem;left:50rem;height:;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; }
#bJKurm5MF7MpTnkaebrCHBILH2ERsKsP { 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:2.3125rem;width:1.5625rem;top:4.1875rem;left:50rem;overflow:hidden;display:block; }
#kn2SfisNOXJHGyeT6PRBcHq915DHC57y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row .container { background-color: transparent; background-image: none; }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row .container > .video-iframe-container { display: none; }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row > .video-iframe-container { display: none; }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .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); }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row .container { border-width: 0; border-radius: 0; }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#CsNy6pEVuSSGsmIL6S4kS45cfeFw9Zhd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.25rem;left:30.625rem;display:block; }
#VuTOPsyNEBzsv31UMMizWAU1tWTAmFvN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 { 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; }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row .container { background-color: transparent; background-image: none; }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row .container > .video-iframe-container { display: none; }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row > .video-iframe-container { display: none; }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .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); }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row .container { border-width: 0; border-radius: 0; }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#BohJgECON9MB1FXn9WDDLLJ2DJyg9IuO { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7rem;left:11.6875rem;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; }
#LzD5hZUPLyDxymxxFDKpLOIHRvaKVI5h { 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:1.4375rem;width:3.75rem;top:4.375rem;left:35.625rem;overflow:hidden;display:block; }
#dxKWQPZ7OfhhTJzUMrCZJz66CSxy08Fe { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.625rem;left:18.5rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI { position:relative;display:block; }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI { background-color: transparent; background-image: none; }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .row .container > .video-iframe-container { display: none; }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .row > .video-iframe-container { display: none; }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .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); }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI { border-width: 0; border-radius: 0; }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .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; }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .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:40.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P5UrtN9ATrLyny3my6M7qA7EkwtwiERC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:1.2021484375rem;left:42.625rem;height:;font-style:normal;overflow:hidden;display:block; }#P5UrtN9ATrLyny3my6M7qA7EkwtwiERC li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#P5UrtN9ATrLyny3my6M7qA7EkwtwiERC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f4b970a8-6753-4e0b-aafd-6c4958276d15/arrow.svg); }
#o2KeHFn3tFrZTrtKNCfcLyvWMXqhVTAT { position:absolute;display:block;z-index:15007;background-color:#78e18f;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:16.4375rem;width:14.375rem;top:4.5rem;left:12.6875rem;display:block; }
#yKJHP89OAILecZoCgloC60M48IDkdgtT { position:absolute;display:block;z-index:15005;background-color:#f295c2;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:18.75rem;width:27rem;top:18.1591796875rem;left:0rem;display:block; }
#zzbLsTsLap81A6KQvTaQqzlKhvZfU9KD { position:absolute;display:block;z-index:15006;background-color:#213072;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:15rem;width:28.75rem;top:25.9375rem;left:9.625rem;display:block; }
#zw5ZIvQp8brwaXFoFEECu67yf5UMoIg4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:21.625rem;top:1.875rem;left:17.90625rem;overflow:hidden;display:block; }
#x0KypaCAVmyWbgCUd6hLdBWwCnTKESNB { 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:37.125rem;width:25.1875rem;top:3.8125rem;left:5.40625rem;overflow:hidden;display:block; }
#uTFADeG9uEFN3petl83Na2ILZmAsiMBf { position:relative;display:block; }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf { background-color: transparent; background-image: none; }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .row .container > .video-iframe-container { display: none; }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .row > .video-iframe-container { display: none; }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .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); }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf { border-width: 0; border-radius: 0; }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .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; }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .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:22.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RHLs26rBZGQCF9foqXSZ8NTRKQN1MRI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:4.0625rem;left:9.5625rem;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; }
#ppN5HWfBhEVKyEV7iAJDqZK76B8yFogd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.9375rem;left:32.4375rem;display:block; }
#m47mZ8CoR9Tep52lpD6zshiyB78RhX0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CuglhsTz30fpCDFODQy72iT4xFDmIb8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row .container { background-color: transparent; background-image: none; }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row .container > .video-iframe-container { display: none; }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row > .video-iframe-container { display: none; }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .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); }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row .container { border-width: 0; border-radius: 0; }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;position:relative;display:block; }#yMQbDn1g2qpWw049MCobRBNWVBbAvb9w { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7rem;left:17.125rem;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; }
#bbDRCOBT2dnKodOXeLBp2xFgnT9d1yct { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:20.8125rem;left:16.9375rem;height:3.798825rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#RuBSsOfMhl3wrqQI6K9LLaHgIHFxxzcr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:3.75rem;top:4.375rem;left:35.625rem;overflow:hidden;display:block; }
#fShXsXSTEhQhnvX35wCgufuxAFTSvw2e { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:14.625rem;left:18.1875rem;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; }
#evU97ridIcOu1ZGaFdTxRQvRwBLzEhsX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:45.3125rem;left:5.875rem;height:5.736325rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#oiT1lGwmueH9GeTGgVe1R2B5eJpLvIE1 { position:absolute;display:block;z-index:15000;background-color:#ddf9e3;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:20.6875rem;width:21.125rem;top:35rem;left:3.75rem;display:block; }
#qB0odxRF9W2lQ2aJWa49SEE1gux8ZQMc { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:41.875rem;left:7.5625rem;height:2.55rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#RqUDi2wkzMTC5vTyvQwohQ1800IiCVZ9 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c583734b-93ad-47c9-aa2c-0c15c72c0b1e/group_3988.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #78e18f;border-left:0.3125rem solid #78e18f;border-right:0.3125rem solid #78e18f;border-bottom:0.3125rem solid #78e18f;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:26.875rem;left:7.625rem;display:block; }#RqUDi2wkzMTC5vTyvQwohQ1800IiCVZ9.adaptive-delivery-prevent-bg, #RqUDi2wkzMTC5vTyvQwohQ1800IiCVZ9.lazyload, #RqUDi2wkzMTC5vTyvQwohQ1800IiCVZ9.lazyloading { background-image: none; }
#Kbx5LnxuaU5X9cnySWJronPDDr5KSOBB { position:absolute;display:block;z-index:15004;background-color:#ffdfee;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:20.6875rem;width:21.125rem;top:35.0625rem;left:26.9375rem;display:block; }
#bNofD9RCtaSsptkIhR7W61EmhoAF1OWp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:41.9375rem;left:30.75rem;height:2.55rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#UkilcHiAiBeOxzK2T0ZwLUFg4vhKXQGq { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a3cd8bbb-0caa-4ff6-bd7d-21c3c2252e6b/rectangle_1342.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #f295c2;border-left:0.3125rem solid #f295c2;border-right:0.3125rem solid #f295c2;border-bottom:0.3125rem solid #f295c2;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:26.9375rem;left:30.8125rem;display:block; }#UkilcHiAiBeOxzK2T0ZwLUFg4vhKXQGq.adaptive-delivery-prevent-bg, #UkilcHiAiBeOxzK2T0ZwLUFg4vhKXQGq.lazyload, #UkilcHiAiBeOxzK2T0ZwLUFg4vhKXQGq.lazyloading { background-image: none; }
#rvxdT6JhH8MLgaUtqERUAqQLwiKLeIgh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:45.375rem;left:29.0625rem;height:5.736325rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#Kkd5qkLOA2HbgDfmSU5FITAc7O1yN3s3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),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:20.6875rem;width:21.125rem;top:35.0625rem;left:50.125rem;display:block; }
#dUhSwSpl15gXz2wSsUGX7P3WICakREIF { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b9e3fcb-fc3a-4890-aad4-61353d14cbfb/rectangle_1227.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:26.9375rem;left:54rem;display:block; }#dUhSwSpl15gXz2wSsUGX7P3WICakREIF.adaptive-delivery-prevent-bg, #dUhSwSpl15gXz2wSsUGX7P3WICakREIF.lazyload, #dUhSwSpl15gXz2wSsUGX7P3WICakREIF.lazyloading { background-image: none; }
#yGuLunUQkOVSJHa33PrSshNNEXqQ2Asa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:41.9375rem;left:53.9375rem;height:2.55rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#ZCFU11WrvgvL62ePRr0u6CA2fzJTPol6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:45.375rem;left:52.25rem;height:7.6484375rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row .container { background-color: transparent; background-image: none; }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row .container > .video-iframe-container { display: none; }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row > .video-iframe-container { display: none; }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .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); }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row .container { border-width: 0; border-radius: 0; }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#xx4zwefbNJvOVJTkATvh7yIr1flnVwWG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:3.86865234375rem;left:19.84375rem;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; }
#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row .container { background-color: transparent; background-image: none; }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row .container > .video-iframe-container { display: none; }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row > .video-iframe-container { display: none; }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .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); }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row .container { border-width: 0; border-radius: 0; }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#wxBxSTxsFoZry9ZggVg5OhpzMXbO6OJo { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:5.375rem;left:25.1875rem;height:5.736325rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#rXhTFNIWmbDtNtzSSAoHRN5lViR2Xvbn { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:2.25rem;left:25.1875rem;height:2.55rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#LW0KnZV1zKF46hCEyJhUpRdEyMi7uW8h { 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.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;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.3125rem;width:62.1875rem;top:0rem;left:6.4375rem;display:block; }
#r3nBrR8Jke5MTzxJo9ENXgR94CeEcVTg { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.625rem;top:0rem;left:6.4375rem;display:block; }
#R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9045a3a7-4a92-47ce-b97a-c4118482f206/rectangle_12911.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:12.5rem;top:3rem;left:9.625rem;display:block; }#R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa.adaptive-delivery-prevent-bg, #R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa.lazyload, #R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa.lazyloading { background-image: none; }
#pbMo4TFPVmGNgp1NTRafJ5ALtEoFrA4l { 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:8.9375rem;width:5.75rem;top:0rem;left:6.4375rem;overflow:hidden;display:block; }
#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row .container { background-color: transparent; background-image: none; }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row .container > .video-iframe-container { display: none; }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row > .video-iframe-container { display: none; }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .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); }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row .container { border-width: 0; border-radius: 0; }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#TzmSBki8v5bzUcMl4IziX4dT5aZB8pCs { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:5.375rem;left:25.1875rem;height:5.736325rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#l8GWIBTbA82WErwlAWKhO3F4MmovKq9X { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:2.25rem;left:25.1875rem;height:2.55rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#DCUiALQnyCnz6JDZssEWkiLmNz13dzEQ { 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.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;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.3125rem;width:62.1875rem;top:0rem;left:6.4375rem;display:block; }
#cgmxmAZ6gsWRBbJQTwPvLsG0S8RXApUT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.625rem;top:0rem;left:6.4375rem;display:block; }
#r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6ad196b5-576e-4fa5-8415-ab78a66063d2/rectangle_12921.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:12.5rem;top:3rem;left:9.625rem;display:block; }#r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI.adaptive-delivery-prevent-bg, #r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI.lazyload, #r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI.lazyloading { background-image: none; }
#MuJ9QfMGe2GFTHDp1kOTucdDMobMblGr { 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:12.625rem;width:5.9375rem;top:0rem;left:6.4375rem;overflow:hidden;display:block; }
#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row .container { background-color: transparent; background-image: none; }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row .container > .video-iframe-container { display: none; }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row > .video-iframe-container { display: none; }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .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); }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row .container { border-width: 0; border-radius: 0; }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#RbtN8ftdI1rCuBkT4FOoaPFvmbi25zVb { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:5.375rem;left:25.1875rem;height:5.736325rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#qzrmKRJ2nzz0qot9d94iXpFHRLAKyMoh { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:2.25rem;left:25.1875rem;height:2.55rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#aSvUsuPHSHx2TxnCwa6FitBAGB7SEgai { 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.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;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.3125rem;width:62.1875rem;top:0rem;left:6.4375rem;display:block; }
#SgokZnSHq7MLEhwhwvbl9RWlBWRowWR4 { position:absolute;display:block;z-index:15003;background-color:#78e18f;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.3125rem;width:15.625rem;top:0rem;left:6.4375rem;display:block; }
#gTicGUuyqhV8qq71rG8vesVTvARsPztp { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bcbd0b49-9329-463e-bdc2-29d93a0eb8f5/rectangle_12931.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:12.5rem;top:3rem;left:9.625rem;display:block; }#gTicGUuyqhV8qq71rG8vesVTvARsPztp.adaptive-delivery-prevent-bg, #gTicGUuyqhV8qq71rG8vesVTvARsPztp.lazyload, #gTicGUuyqhV8qq71rG8vesVTvARsPztp.lazyloading { background-image: none; }
#MEsA6nHRwDuIhq3IvB6F9Q8EJ0cXNuOO { 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:13.8125rem;width:6.3125rem;top:0rem;left:6.4375rem;overflow:hidden;display:block; }
#yStfJo36LLdhZebJ7fHVHDnernBMaq7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row .container { background-color: transparent; background-image: none; }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row .container > .video-iframe-container { display: none; }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row > .video-iframe-container { display: none; }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .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); }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row .container { border-width: 0; border-radius: 0; }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#dPA3WWsWX5pNleoL7ZFFC1Wnp2VqwGKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:5.375rem;left:25.1875rem;height:5.736325rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#vFapn9k5d3y4ntaSkE56O2v0vFd9ryId { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:2.25rem;left:25.1875rem;height:;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#Q96S5PA49PJTQk9mL98FCcQpgnM5omWB { 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.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;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.3125rem;width:62.1875rem;top:0rem;left:6.4375rem;display:block; }
#KBfVyPZOOVVfi2QT7oOae20sZWCi1lT8 { position:absolute;display:block;z-index:15003;background-color:#f295c2;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.3125rem;width:15.625rem;top:0rem;left:6.4375rem;display:block; }
#Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dbcf8db6-65f6-4886-865a-5c7cafa8154a/strategy_concentrated_boy_girl_developing_chess_strategy_playing_board_game_sitting_together_11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:12.5rem;top:3rem;left:9.625rem;display:block; }#Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM.adaptive-delivery-prevent-bg, #Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM.lazyload, #Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM.lazyloading { background-image: none; }
#c0rtgv0kaeGMV8vQy5cyr0gigVRl1lrT { 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:13.5rem;width:6.3125rem;top:0rem;left:6.4375rem;overflow:hidden;display:block; }
#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row .container { background-color: transparent; background-image: none; }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row .container > .video-iframe-container { display: none; }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row > .video-iframe-container { display: none; }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .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); }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row .container { border-width: 0; border-radius: 0; }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#n6QWBCJIxW2OzNBV4rwnt4qP6vzpiuBU { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:1.9375rem;left:17.0625rem;height:7.1982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row .container { background-color: transparent; background-image: none; }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row .container > .video-iframe-container { display: none; }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row > .video-iframe-container { display: none; }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .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); }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row .container { border-width: 0; border-radius: 0; }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#Opv26UblaB5gp7R1g2mRBTrzh4iccNXg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:2.25rem;left:16.6875rem;height:5.09765625rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#W9rg0arqmw6bm45s9ZHsLShNo8knHt5D { 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.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:33.25rem;top:0rem;left:3.3125rem;display:block; }
#fwFna7JLaVBJHF4s1Nbwe9aPgJE01WKS { position:absolute;display:block;z-index:15003;background-color:#f295c2;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:10.9375rem;width:10.9375rem;top:0.0625rem;left:3.3125rem;display:block; }
#LOVLX93tCt2KGCySaBEBmNnuzOOrGULQ { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0439d1cf-889a-4534-9eb3-3d862f72effb/mask_group.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:0rem;left:3.3125rem;display:block; }#LOVLX93tCt2KGCySaBEBmNnuzOOrGULQ.adaptive-delivery-prevent-bg, #LOVLX93tCt2KGCySaBEBmNnuzOOrGULQ.lazyload, #LOVLX93tCt2KGCySaBEBmNnuzOOrGULQ.lazyloading { background-image: none; }
#WXsx6rM2mW8Kw3xkvMfehwKpVeIw9B6s { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:2.3166952133179rem;left:51.6875rem;height:5.09765625rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#IEqf4LJAQ5g2f0rPRMFWZcGs3EBZAhAT { position:absolute;display:block;z-index:15006;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.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:33.25rem;top:0rem;left:38.5rem;display:block; }
#SLFWSBeliIMTFTZfeIxzU8oDIKFz4NWc { position:absolute;display:block;z-index:15007;background-color:#4cde78;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:10.9375rem;width:10.9375rem;top:0.0625rem;left:38.5rem;display:block; }
#laI1HuVhq8pefx31OUOU7i4XAzua7BUT { position:absolute;display:block;z-index:15008;background-color:#f295c2;background-image:url("https://images.assets-landingi.com/uc/5ed0b55c-df6c-4677-aae7-44cd11a6890b/WA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:9.375rem;width:9.375rem;top:0.9375rem;left:39.3125rem;display:block; }#laI1HuVhq8pefx31OUOU7i4XAzua7BUT.adaptive-delivery-prevent-bg, #laI1HuVhq8pefx31OUOU7i4XAzua7BUT.lazyload, #laI1HuVhq8pefx31OUOU7i4XAzua7BUT.lazyloading { background-image: none; }
#D6ca6bHIEh8s6SvvSzOqiiEqLKalsgGP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15rem;left:31.8125rem;display:block; }
#zT6h7VUHhM0DRPPtCQRwFF1dBImfVpUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlwwNNC0toPs00TiSQx11s9qMBf0ydgA { position:absolute;display:block;z-index:15004;background-color:#e58cb6;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:9.375rem;width:9.375rem;top:0.6875rem;left:3.9375rem;display:block; }
#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW { 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; }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row .container { background-color: transparent; background-image: none; }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row .container > .video-iframe-container { display: none; }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row > .video-iframe-container { display: none; }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .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); }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row .container { border-width: 0; border-radius: 0; }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;position:relative;display:block; }#qe4T214PU8SEFIxxrf6R50VzJ4MPaiHT { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7rem;left:17.125rem;height:3rem;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; }
#FePhq0poFDtoT5HXgNJ2DK4Vh379q4be { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:3.75rem;top:4.375rem;left:35.625rem;overflow:hidden;display:block; }
#KM6PuyCHMzX7SHQiODrgEh3dALC5xoGq { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:11.625rem;left:18.1875rem;height:5.1rem;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; }
#bxGuFRn6FMVaJ2P1qXLiCQiE2xx2UuIT { position:absolute;display:block;z-index:15000;background-color:#ddf9e3;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:33.75rem;width:37.5rem;top:21.4375rem;left:0rem;display:block; }
#Ascha4pJ2Qbw6rZ4EnpTvea0siAJ0uhK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:25.9375rem;left:3.375rem;height:10.199225rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#fHMyqZaDI69xZv4h5bE4NAMXmHKX7ycI { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:41.0009765625rem;left:3.375rem;height:4.798825rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#BbqDvo324agm9SaHtmLQwvxinmiObUXF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.625rem;left:3.375rem;display:block; }
#ohEFfcSEu1dibi7KWbT1uMCzz0veH7WC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZ0hi2pkx7IBsCH3ew9aac8o3DAPo9bs { position:absolute;display:block;z-index:15001;background-color:#ddf9e3;background-image:url("https://images.assets-landingi.com/uc/6c315a3d-df7e-4a26-b557-ebe0966addf4/Copy_of_Og_lnopolskie.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:37.5rem;top:21.4375rem;left:37.5rem;display:block; }#JZ0hi2pkx7IBsCH3ew9aac8o3DAPo9bs.adaptive-delivery-prevent-bg, #JZ0hi2pkx7IBsCH3ew9aac8o3DAPo9bs.lazyload, #JZ0hi2pkx7IBsCH3ew9aac8o3DAPo9bs.lazyloading { background-image: none; }
#hNazWdgTQNDMc3M3Lwcg0OmuqTgoWOVo { position:absolute;display:block;z-index:14999;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:29.8125rem;width:35rem;top:19.25rem;left:41.6875rem;overflow:hidden;display:block; }
#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G { position:relative;display:block; }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G { background-color: transparent; background-image: none; }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .row .container > .video-iframe-container { display: none; }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .row > .video-iframe-container { display: none; }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .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); }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G { border-width: 0; border-radius: 0; }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .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; }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .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:23.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; }#SgGik3EULwsEvWic5ZP3SCyvS1LtAfty { 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:16.5rem;width:17.1875rem;top:3.25rem;left:29rem;overflow:hidden;display:block; }
#NgRTBXyE4eaHdpe4nQPr8pF0M6lNMATT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:16.5rem;top:3.1875rem;left:54.25rem;overflow:hidden;display:block; }
#F27EonTh1CvLuyiqScZs5J8PT1msmrx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.4375rem;left:4rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nNBRCS7x76rryEaM1bkSGRARiGLwSOD6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.25rem;left:29.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#sabCWwJXTToXhpMUHodIouSvIDWkGu87 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.25rem;left:54.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Z55oq9yWogpZiTsp3wctVphvTloTDLNV { 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:16.5rem;width:16.9375rem;top:3.25rem;left:4.125rem;overflow:hidden;display:block; }
#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ { position:relative;display:block; }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ { background-color: transparent; background-image: none; }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .row .container > .video-iframe-container { display: none; }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .row > .video-iframe-container { display: none; }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .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); }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ { border-width: 0; border-radius: 0; }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .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; }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .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:24.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g7vCbVvEawXRZg612rakmBMrJFT6WysB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:3.3125rem;left:1.75rem;height:2.55rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#Deha1oIO5ifWCWBW4JWDEvbm12K72xUC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:6.875rem;left:1.75rem;height:6.796875rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#V71uZF0mvR6XX6PflZUnTuZ6eSh73uLy { 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:2rem;width:2.4375rem;top:0rem;left:1.75rem;overflow:hidden;display:block; }
#yXe1TqwiGgSq4hAW1gbTTdcLfiJMLzrC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:8.5rem;left:20.46875rem;height:8.496125rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#ldOPVQruag9CtHs6o8gb8g9rhQ22wNgk { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:3.3125rem;left:20.5rem;height:4.2rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#VT3Uwyd6RZfqmmlEcTTSDV9MJd3NFs1F { 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:2rem;width:2.4375rem;top:0rem;left:20.5rem;overflow:hidden;display:block; }
#c88s7P116ZZUpXnbfguSSmuXgDbRLfOR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:8.75rem;left:39.25rem;height:6.796875rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#Kblfagv4WmwuA7ACgtRysLzJ3BGkPEiA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.3125rem;left:39.25rem;height:4.2rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#PeyaBo9PbNapeiri5X712ru4FII4t9v9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.4375rem;top:0rem;left:39.25rem;overflow:hidden;display:block; }
#Td9agze8TKhZR8e1hTl8CNi1csIZTgwl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:8.75rem;left:57.96875rem;height:8.496125rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#l2xJXZPZqGcXuXDGEc7AzkvZIsIVDBOe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:3.3125rem;left:58rem;height:4.2rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#RzZlR46tC1eJz4pkWoTAMcALwVpfaTTb { 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:2rem;width:2.4375rem;top:0rem;left:58rem;overflow:hidden;display:block; }
#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce48d4f1-4936-413b-b39f-1578d01ec17b/rectangle_1328.webp");background-position:top 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:block; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ.adaptive-delivery-prevent-bg, #GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ.lazyload, #GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ.lazyloading { background-image: none; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container { background-color: transparent; background-image: none; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container > .video-iframe-container { display: none; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row > .video-iframe-container { display: none; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .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); }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container { border-width: 0; border-radius: 0; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ::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; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn { position:relative;display:block; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn { background-color: transparent; background-image: none; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .row .container > .video-iframe-container { display: none; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .row > .video-iframe-container { display: none; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .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); }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn { border-width: 0; border-radius: 0; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .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; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GuQfVT1vaMBau1qAlxXWnP4NMW5kEnA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:6.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncyJ5LMzLpnXiDQTqzX5cQo0tobDoKEm { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:11rem;left:6.5rem;height:5.09765625rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#rmPR1V8OI8ny1NBCd58pT87M0VVFta50 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:10.99951171875rem;left:28.65625rem;height:5.09765625rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#gUQsJqnGKJTyKrQb2GXyO4PTCFoETGSt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:31.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Srgrx9oHpaWiaKdJMUVBRCyXkPU4EGKn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:11rem;left:53.6875rem;height:3.3984375rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#NNZW3RDafxA6TEb5lSqoT6zz5ruhdH42 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:56.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wg3UX4l2k3fIJchizywaTZWedt6xRJvb { position:relative;display:block; }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb { background-color: transparent; background-image: none; }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .row .container > .video-iframe-container { display: none; }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .row > .video-iframe-container { display: none; }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .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); }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb { border-width: 0; border-radius: 0; }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .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; }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CvvBwsHSHOBvS4SNLmX8HkxJNP0u78H7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:6.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M1u7iKFg5aVhUsZADt3By5tcJtsW3K9d { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:10.99951171875rem;left:4rem;height:5.09765625rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#tgxWxtLtlKQaJi4w221HDmLpeu91Jcvo { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:10.99951171875rem;left:27.84375rem;height:6.796875rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#v8TJ9tpfPbOp6GUu9KK2ShC5bxhih9P4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:31.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qzk391QcBfMsmd3UOaIblIJ5RFrBrlW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:11rem;left:53.6875rem;height:8.49609375rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#dMFtUph4eP6IWR5NclJqiKbm7rRG535e { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:55.4375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLpRukb9uaZ8rtTHrRw9i2fMl2XfoTLP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:11rem;left:53.6875rem;height:8.49609375rem;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;overflow:hidden;text-align:center;text-align-last:center;display:none; }
#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC { position:relative;display:block; }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC { background-color: transparent; background-image: none; }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .row .container > .video-iframe-container { display: none; }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .row > .video-iframe-container { display: none; }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .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); }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC { border-width: 0; border-radius: 0; }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .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; }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .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:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MCGIbBWgDEUmI0E0bQrXxo7yMMxT0prQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:13.9375rem;top:0rem;left:23.5625rem;display:block; }
#cZLgslK85zwGEpET2eTSG9msflSFNP8C { position:absolute;display:block;z-index:15001;background-color:#78e18f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:13.9375rem;top:0rem;left:37.5rem;display:block; }
#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 { position:relative;display:block; }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 { background-color: transparent; background-image: none; }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .row .container > .video-iframe-container { display: none; }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .row > .video-iframe-container { display: none; }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .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); }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 { border-width: 0; border-radius: 0; }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .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; }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .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:35.875rem;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; }#nQiuIqb1nPmm1UOOwFlpEIkT9Dyv2yzQ { position:absolute;display:block;z-index:15000;background-color:#ffdfee;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:24rem;width:36.5625rem;top:2.59375rem;left:0rem;display:block; }
#JNOfGMaei1gCELxozXJog75SaDfITB7G { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:6.18701171875rem;left:3.8125rem;height:9.5605625rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#BANdCudM0Ja3ZfNozSlibVl9h5S5dPGh { 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:4.1875rem;width:5.25rem;top:5.4375rem;left:28.6875rem;overflow:hidden;display:block; }
#yf8qdue9eUdRPezVvO7fxmMgokCTylfw { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:18.31201171875rem;left:3.8125rem;height:3.3984375rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#zi71wGxfUfSDVQ6bOoOsQAf3cv5AqWTc { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),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:25.0625rem;width:36.5625rem;top:6.1875rem;left:38.4375rem;display:block; }
#PSBniDiafPJvT5zJO3PBFi3Fe4ovn6OX { 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:4.1875rem;width:5.25rem;top:9.0625rem;left:67.125rem;overflow:hidden;display:block; }
#TTyk2MwMMyONU7tCBSslbCgDeFFX3Tm9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:9.75rem;left:42.25rem;height:13.38475rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#hpDk106WWCaBZzZNiwI64SWcSBcVZ6e7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:25.9375rem;left:49.0625rem;height:1.7rem;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;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#vdtBv4QzVUGEnL39w8Z2g1WnmTQHpQIV { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7be2c9af-c016-4183-bc38-0d46fb175081/ellipse_189.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:5.125rem;width:5.125rem;top:24.3125rem;left:42.25rem;display:block; }#vdtBv4QzVUGEnL39w8Z2g1WnmTQHpQIV.adaptive-delivery-prevent-bg, #vdtBv4QzVUGEnL39w8Z2g1WnmTQHpQIV.lazyload, #vdtBv4QzVUGEnL39w8Z2g1WnmTQHpQIV.lazyloading { background-image: none; }
#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bb71e45-49cb-47b1-b8b2-1afea88ebe89/rectangle_1336.webp");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:block; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv.adaptive-delivery-prevent-bg, #TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv.lazyload, #TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv.lazyloading { background-image: none; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container { background-color: transparent; background-image: none; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,77,0.9); }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container > .video-iframe-container { display: none; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,77,0.9); }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row > .video-iframe-container { display: none; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .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); }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container { border-width: 0; border-radius: 0; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv::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; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#pwsKxqkTZxLIEK5xeG4ofqedbEcIuNx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.125rem;left:14.15625rem;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; }
#rkG20EbfrwgM60TgNPkNl2seoWEApmw3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:3.75rem;top:4.375rem;left:35.625rem;overflow:hidden;display:block; }
#vGVfGZIpMJeZUy2qe29eqgDvvOpveCo9 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:31.74951171875rem;left:13.34375rem;height:5.09765625rem;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;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#q1aO4X7dxOb7wOqmdgqfI61Ixd8mHAf2 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:21.25rem;top:15.5rem;left:26.875rem;display:block; }
#bowKzPMW38x1WDBb3FTBZ7ZRdPmzP5fU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:17.625rem;left:27.625rem;height:5.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shzUlSPrfa8iLhhTgSEp9bCmLlssx8gi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.44921875rem;left:31.8125rem;display:block; }
#zQGHrwSSqpT2dCxmRnOuSAPS4h3v4mz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SX4cy6F0AotchdVLGDWbwPnPATelssGm { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:12.625rem;top:13.75rem;left:18.75927734375rem;overflow:hidden;display:block; }
#vWtCV4zSDQEmTCW8pgqro2nPB9VaaAIQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:7.5625rem;top:21.125rem;left:45.0625rem;overflow:hidden;display:block; }
#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ { 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; }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row .container { background-color: transparent; background-image: none; }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row .container > .video-iframe-container { display: none; }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row > .video-iframe-container { display: none; }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .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); }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row .container { border-width: 0; border-radius: 0; }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#GV4PPz1SFSJTDZXaFMVgdSAM5IlNvkIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:17.125rem;height:6.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; }
#lwnT071SyRozvtFUDmIcJ4eaNQeWqTDf { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:3.75rem;top:4.375rem;left:35.625rem;overflow:hidden;display:block; }
#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa { position:relative;display:block; }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa { background-color: transparent; background-image: none; }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .row .container > .video-iframe-container { display: none; }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .row > .video-iframe-container { display: none; }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .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); }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa { border-width: 0; border-radius: 0; }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .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; }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .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:5.6875rem;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; }#dlhTEen2a2tSskpwuZ1PksyyTkFi7BnK { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.875rem;left:6.375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8u9nEl7S0NeWWZEGg6NeqcVbvFFUehE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #d8d8d8;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.625rem;width:62.25rem;top:0rem;left:6.375rem;display:block; }
#ha9N7OZHRf16FFfwQoT6Rtm4bR30gMdI { 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:0.875rem;width:1.3125rem;top:2.40625rem;left:66.125rem;overflow:hidden;display:block; }
#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr { position:relative;display:block; }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr { background-color: transparent; background-image: none; }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .row .container > .video-iframe-container { display: none; }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .row > .video-iframe-container { display: none; }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .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); }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr { border-width: 0; border-radius: 0; }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .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; }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .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:14.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WfIbUb30gaz2INq8huL3wx6foMV9DWw8 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:0rem;left:6.375rem;height:8.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ { position:relative;display:block; }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ { background-color: transparent; background-image: none; }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .row .container > .video-iframe-container { display: none; }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .row > .video-iframe-container { display: none; }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .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); }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ { border-width: 0; border-radius: 0; }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .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; }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .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:5.6875rem;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; }#qklBlQQWCpH4qTpkvHBhBknM2LTatT9u { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.875rem;left:6.375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gi3Dingh8cM2TWONEFsItrvyNQIKQSHe { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #d8d8d8;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.625rem;width:62.25rem;top:0rem;left:6.375rem;display:block; }
#ddf6XvPedZptWA4cJITpNJvg6IVWId4M { 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:0.875rem;width:1.3125rem;top:2.40625rem;left:66.125rem;overflow:hidden;display:block; }
#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 { position:relative;display:block; }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 { background-color: transparent; background-image: none; }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .row .container > .video-iframe-container { display: none; }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .row > .video-iframe-container { display: none; }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .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); }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 { border-width: 0; border-radius: 0; }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .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; }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .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:12.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; }#FPdRPHExWQDdcZNczkG1KJqyCTCpA39u { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:0rem;left:6.375rem;height:8.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK { position:relative;display:block; }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK { background-color: transparent; background-image: none; }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .row .container > .video-iframe-container { display: none; }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .row > .video-iframe-container { display: none; }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .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); }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK { border-width: 0; border-radius: 0; }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .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; }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .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:5.6875rem;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; }#Qybq6oSBxs5A388Jpw63UWlGSymiUeuR { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.875rem;left:6.375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9A0bHHV1XxtZCLhUdqSyMPip8FWGvhP { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #d8d8d8;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.625rem;width:62.25rem;top:0rem;left:6.375rem;display:block; }
#W1Arplb961bONiRXVJmArNwV8GCMxlPr { 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:0.875rem;width:1.3125rem;top:2.40625rem;left:66.125rem;overflow:hidden;display:block; }
#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq { position:relative;display:block; }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq { background-color: transparent; background-image: none; }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .row .container > .video-iframe-container { display: none; }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .row > .video-iframe-container { display: none; }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .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); }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq { border-width: 0; border-radius: 0; }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .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; }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .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:9.875rem;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; }#RrEWQOyhgPz5hVE6WBvaJ0LllLhc3S46 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:0rem;left:6.375rem;height:6.410125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF { position:relative;display:block; }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF { background-color: transparent; background-image: none; }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .row .container > .video-iframe-container { display: none; }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .row > .video-iframe-container { display: none; }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .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); }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF { border-width: 0; border-radius: 0; }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .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; }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .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:5.6875rem;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; }#pPo8gg5KJUM8NBEO2UlCrANA64qlbb8l { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.875rem;left:6.375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QfW8Uk8WTun3ppslDsBUCOnbIrKTwEtM { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #d8d8d8;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.625rem;width:62.25rem;top:0rem;left:6.375rem;display:block; }
#zJdGtgUS7CvXgpJw3lBDJnHfnEwXDGSR { 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:0.875rem;width:1.3125rem;top:2.40625rem;left:66.125rem;overflow:hidden;display:block; }
#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU { position:relative;display:block; }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU { background-color: transparent; background-image: none; }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .row .container > .video-iframe-container { display: none; }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .row > .video-iframe-container { display: none; }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .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); }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU { border-width: 0; border-radius: 0; }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .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; }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .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:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aXQhdePdAQoy0ysbGSdIOnn35vPyTOnU { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:0rem;left:6.375rem;height:10.683625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row .container { background-color: transparent; background-image: none; }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row .container > .video-iframe-container { display: none; }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row > .video-iframe-container { display: none; }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .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); }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row .container { border-width: 0; border-radius: 0; }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#DKqX2B1en26SWHSxaKUOTyOGr3hGqdI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.78125rem;left:16.0625rem;height:3.25rem;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; }
#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row .container { background-color: transparent; background-image: none; }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row .container > .video-iframe-container { display: none; }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row > .video-iframe-container { display: none; }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .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); }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row .container { border-width: 0; border-radius: 0; }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#Tgv8GFv0uOrrrE3Z5R0FPXct8N0G9n9i { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.625rem;left:0rem;display:block; }
#V9aUkSLRT5SfTHyqFKp2F6EqGiUDskDk { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e1e9e10-b688-4209-8115-3a3cb46eb58a/rectangle_1272.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.625rem;left:18.8125rem;display:block; }#V9aUkSLRT5SfTHyqFKp2F6EqGiUDskDk.adaptive-delivery-prevent-bg, #V9aUkSLRT5SfTHyqFKp2F6EqGiUDskDk.lazyload, #V9aUkSLRT5SfTHyqFKp2F6EqGiUDskDk.lazyloading { background-image: none; }
#SqltWXdTURdZUqpdOuVsfJ9yVBQec8rP { 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:18.75rem;width:18.75rem;top:2.625rem;left:37.5625rem;display:block; }
#VHI7CcvcLZ8Xz4VGvbZL7LX554Wzl6FV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:8.8125rem;left:1.8125rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TID6N31Pgt8vBJwN35xF6Fdil0EuchD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:6.25rem;left:39.3125rem;height:11.472625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1kpTpTBK0n3mBJcrSpx2pO8pgtzITsb { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/02f2533e-5e83-4dd2-a719-62a501c36af3/rectangle_1274.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:2.625rem;left:56.3125rem;display:block; }#O1kpTpTBK0n3mBJcrSpx2pO8pgtzITsb.adaptive-delivery-prevent-bg, #O1kpTpTBK0n3mBJcrSpx2pO8pgtzITsb.lazyload, #O1kpTpTBK0n3mBJcrSpx2pO8pgtzITsb.lazyloading { background-image: none; }
#utv1CBGNKBsqtPL006DENtsA6RUOLuC9 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:21.375rem;left:18.8125rem;display:block; }
#fl6NKkqd4qnHC9J8dpXckZBWCwO8aTMQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:25rem;left:20.5625rem;height:11.472625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czkxaJ32auf9rDZl8SAyGOaTpHzP8fqD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:21.375rem;left:56.3125rem;display:block; }
#Ut4CbrcWrmln4CXfBHqvpaIKLKT5JCaf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:27.875rem;left:58.0625rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIenWUnf4dDUwL6tyVz2gk7OMaBw7XmG { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76edb1ba-f773-4273-862f-044b40f81a6a/rectangle_1271.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:21.375rem;left:0.0625rem;display:block; }#aIenWUnf4dDUwL6tyVz2gk7OMaBw7XmG.adaptive-delivery-prevent-bg, #aIenWUnf4dDUwL6tyVz2gk7OMaBw7XmG.lazyload, #aIenWUnf4dDUwL6tyVz2gk7OMaBw7XmG.lazyloading { background-image: none; }
#knTbCTeMebuxL9m7FICoTX7l8bLJ9Clc { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2e1fba8-6532-41ed-95eb-98e5a245cbda/rectangle_1273.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:21.375rem;left:37.5625rem;display:block; }#knTbCTeMebuxL9m7FICoTX7l8bLJ9Clc.adaptive-delivery-prevent-bg, #knTbCTeMebuxL9m7FICoTX7l8bLJ9Clc.lazyload, #knTbCTeMebuxL9m7FICoTX7l8bLJ9Clc.lazyloading { background-image: none; }
#f86nCDhSGxtwo8B0VMawTBZQdE5RM1Ko { position:absolute;display:block;z-index:14999;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:29.875rem;width:35.0625rem;top:12.125rem;left:42.75rem;overflow:hidden;display:block; }
#rgwvwCBiwIifQA4WRbh9VrqP4KcXg1TV { 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:29.875rem;width:34.9375rem;top:0rem;left:-2.4375rem;overflow:hidden;display:block; }
#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf { 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; }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row .container { background-color: transparent; background-image: none; }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row .container > .video-iframe-container { display: none; }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row > .video-iframe-container { display: none; }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .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); }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row .container { border-width: 0; border-radius: 0; }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#yERlAxBxhFxfsavPlsSv0KuuG2Huh0V5 { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:28.125rem;width:28.125rem;top:6.5625rem;left:8.3125rem;overflow:hidden;display:block; }
#n9rqzaw75Xnp0qGrk6NmF6Aqu08V8XTA { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:42.375rem;height:2.76171875rem;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; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-form-header {  }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(255,255,255,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-text {padding-top: 0; padding-bottom: 0;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(255,255,255,0.15);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-select {padding-top: 0; padding-bottom: 0;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#55c32e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:16rem;height:3.75rem;font-family:"titillium web";overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:1rem; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;float:none; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-container:first-of-type{padding-top:0;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-container:last-of-type{padding-bottom:0;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.5rem;left:40.875rem; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri {display:block;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.5rem;left:40.875rem; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #EGA4W4Cc53gOH0GUHOutJPAZtyZnK1Sb { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #gf1VugK3OBXFnm67va6dHVX8rlT1Hhkv { position:relative;display:block; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #g8KSfvH9RLe2g4b4VxazIyo8OFNeeodt { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #vWHsw5F9O3Gv0JNnprJx2KKw4T13SBF6 { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #dcMW14hqUCIzoeh8PcVoxTLF5mt7JZRN { position:relative;display:block; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #JEKOh8UsIfIkvIaaZK6LT23QZP34Tbhl { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #hKNrZDOy7VcXCT5Ru2LvLTqCkdM0eSa8 { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #AO1twpC2zqhKsANCsWKzDrssg18umtTt { position:relative;display:block; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #ce3QrCWcNCBCOJ79HpOu2N9d4ysk4fcX { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #HHDDT9THLBfHyFfN3ShohZ6JdUXRC2cP { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #cR9sviNb1ZuCIT30lP9F0TKnqTqdLqKV { position:relative;display:block; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #D9gcsJzcBVgFcwDBTybUcmlV4EHgBwkN { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #y94oz6FA5imiSXy8Cp2T4LyaGFFFwkGF { position:relative; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #VXVtU27S2G2cuZXnIgkpIypmToRQUFRL { position:relative; }
#smZ09hvzwb8KKMSIB9S2PTxzkFn6iPHK { position:absolute;display:block;z-index:15009;background-color:#c32ea9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.25rem;left:42.375rem;display:block; }
#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC { position:relative;display:block; }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC { background-color: transparent; background-image: none; }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .row .container > .video-iframe-container { display: none; }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .row > .video-iframe-container { display: none; }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .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); }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC { border-width: 0; border-radius: 0; }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .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; }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .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:3.875rem;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; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WUnnOw708RRHDiENWLr7BVgc2LeiTLQf { display:block; }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv5AwgsTMwUTcH4gCZ2SMz9XJK9lcg20 { width:6.625rem;height:3.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW6G6ir1T0hanZZxyrWRCTirsTIrXFy0 { width:6.125rem;height:1.875rem;top:1.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18gB1gSzXpZdSl16uvG4n5r4lFdgAl7 { display:block; }
 }@media only screen and (max-width: 763px) { #L57PJ3k19n7Wz5xPpdAIc2uIaHkZbQg8 { width:6.3125rem;height:1.875rem;top:1.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQtOFQ6AwMSmsmkSJPzX4OI5rbHuHTDX { display:block; }
 }@media only screen and (max-width: 763px) { #HRAgXNwu9REDSrsCU2vVcyW7TkbaUm8B { width:10.375rem;height:1.875rem;top:1.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd4f0k08Ocn1UXJlKog2U9SX9vUGKDms { display:block; }
 }@media only screen and (max-width: 763px) { #e2t834vFNGOVCSkzzdCWJDJuhUMuvtWZ { width:7.125rem;height:1.875rem;top:1.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXB0OUSLDPb99txNWMieeTbtB4UwKByu { display:block; }
 }@media only screen and (max-width: 763px) { #cwprGMCGXI4c7gX6rFaXfDK9ESgI1ddD { width:7.9375rem;height:1.875rem;top:1.6875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLSOKJBgcnT8wGW6HQAPAaFXTbXxPbJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #dqk2KDr46E1G4GKpbpgkfE2NqEqMIMA5 { width:10.625rem;height:2.375rem;top:1.4375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIVkGQVUhL3GzGtvka2a9BGzZiQX3xs6 { display:block; }
 }@media only screen and (max-width: 763px) { #FNxuliG3haXnosfyUzPJeQuoBQt1py5Q { width:1.6875rem;height:1.6875rem;top:1.8125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUHNG9nVWn4amOi7leJ1T0W5gmFqWGMV { width:3.625rem;height:1.875rem;top:1.6875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V05Byglionn4z07GPZnpptJUJhVADXHn { display:block; }
 }@media only screen and (max-width: 763px) { #X9LgIouIFzr0BX5coMTIWH7MsoIQcfwh { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQBnAcdEBcJ6AkT6DiR9fkyH5uqpqJP4 { display:none; }#oQBnAcdEBcJ6AkT6DiR9fkyH5uqpqJP4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oSCTVWP3eVmNbc7Gi1zVMpMP4oee42Vl { width:6.125rem;height:1.875rem;top:1.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLq5ERnuIOPc01iBapR6ZElk3lDoxTSw { display:block; }
 }@media only screen and (max-width: 763px) { #TAtld9gcmr1hB1uoZOGfeKNO4sOdsgTV { width:6.3125rem;height:1.875rem;top:1.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ue4l4XbA5gR3iWo49I6ihXvkB9AqH6 { display:block; }
 }@media only screen and (max-width: 763px) { #dLL9ncFmPLpMqghLOp39e7DE8wcbuHFJ { width:10.375rem;height:1.875rem;top:1.6875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsUco1VMfIg7NOSMnCg1ise8rSopEz94 { display:block; }
 }@media only screen and (max-width: 763px) { #QiJQDO5vWmfUtJ64QRyb2762F39hiXke { width:7.125rem;height:1.875rem;top:1.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO9LTIrpwxyXQasFD0dBkyygI1AJrdsL { display:block; }
 }@media only screen and (max-width: 763px) { #AKnD1pSoxEUBd6TCeSNQgxTaPa2lhO6T { width:7.9375rem;height:1.875rem;top:1.6875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkfFxUZWNPNvyswDhhLSl1tHrvvVIX7v { display:block; }
 }@media only screen and (max-width: 763px) { #BUkAG5IFPTAX2mndIhpLGHaN0IGAyW4c { width:10.625rem;height:2.375rem;top:1.4375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzCkb4PovEaCE656D4oB7UeozQ0OHOLr { display:block; }
 }@media only screen and (max-width: 763px) { #Nb18bSGDcxprfLN2AulV5h1SpCeT9dUU { width:1.6875rem;height:1.6875rem;top:1.8125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtkbrtgWu2AnFlVmg4scWeTXnQMBczw { width:3.625rem;height:1.875rem;top:1.6875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAlIm9CVy2zMNTaNtF7DT4uB39uf67Bu { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyqZyo3FhwHTsEiTCgAeRdr7ttHz3rOn { width:29.375rem;height:11.25rem;top:6.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rydO4qMgft2SVGb22i1L8bmvcHP2mT { width:0.9375rem;height:0.9375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVC0hTdPs79RMEUhlSDfXqJetb9i1erM { width:24.8125rem;height:5.375rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1f0JTCCCB7hBT9mLwCt9360dIc1dDJ { width:13.75rem;height:3rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7XKpAD6ZTTLnfHaMeIGTpqOXddv4p0h { display:block; }
 }@media only screen and (max-width: 763px) { #iaUWrrT3SNuVAKeCbs8Ki51XAbys0LiZ { width:13.75rem;height:3rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmqBZV9TXZ5z82lyaspaZsJ0iDI2xL4L { width:9.875rem;height:3rem;top:25.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzzRqV7BE4zZU9pZo26ddRQQ6XNqgQt2 { display:block; }
 }@media only screen and (max-width: 763px) { #ER4UTMQ9KaMc66WCQsnTDTdcoxBHRkD1 { width:43.5625rem;height:34.375rem;top:0rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI { display:block; }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDUF83MfUr3Dcrc0R92TkEDR2UGbhRr9 { width:43.125rem;height:;top:0.875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuidzAIdTrI5XCgyUiBaz50TARJH7mTm { width:15.375rem;height:1.9375rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #auEaMfpati381wivHkb61qaXtslbpET6 { display:block; }#auEaMfpati381wivHkb61qaXtslbpET6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrTrFbqFV4wXsnRfqlGeWvhFr4yrw8we { width:47.75rem;height:27.238452655889rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAtNKwoZmhWgRIwB6GuBCIhx8pXFJJvM { width:25.8125rem;height:25.8125rem;top:1.375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feEeDTMczhT74ee4sETG4ZgKpEiOLHUV { width:25.8125rem;height:25.8125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpNJTFNztGtyQy3vRXu0tQP4G0TGy2K { width:15.4375rem;height:23.1875rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWTdpHUcoW8nNFzKUAP1OAD6MDTPOsrI { width:23.9375rem;height:25.0625rem;top:8.125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPM42lu3PILOoCMMIevEk354sMN4W7fx { display:block; }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTCbP3wPZNGsvSM31UBoZMV2ZZZykqTV { width:36.625rem;height:5.0625rem;top:0rem;left:4.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTKlOiXpDvC9IAzPA8zQIHa9FTo6TmAm { width:14.3125rem;height:3rem;top:7.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTUWxNw2VDBxuIa6htIxJaG6x1LsyO8 { display:block; }
 }@media only screen and (max-width: 763px) { #IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 { display:block; }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGA8kb6KD4BnAPKMSPlOGKZwtIiJVeSa { width:40.75rem;height:6rem;top:6.5625rem;left:2.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydpeTNaITKrl4TTpAXREr1o9OFvuWSf { width:32.375rem;height:17.5rem;top:21.1875rem;left:15.375rem;font-size:1rem;display:block; }#TydpeTNaITKrl4TTpAXREr1o9OFvuWSf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f4b970a8-6753-4e0b-aafd-6c4958276d15/arrow.svg); }
 }@media only screen and (max-width: 763px) { #eCNzHmoqBGVDudaJ77uK3nVtI003TtQL { width:20.125rem;height:23rem;top:15.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHxF5RK4qzGzsFhXhLP5QrJ7qCmmX4Dy { width:36rem;height:23rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9O9fpFLpdSUEOk7mRoOCyQ1rHZTFsww { width:15.5rem;height:10.625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnuuU5995A6go7kM252teT9Ls17wyCVa { width:11.625rem;height:5.0625rem;top:17.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoT8oCuWudfIPrWNabf6Q2IDcNBIOrqJ { width:10.1875rem;height:1.875rem;top:51.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd5cu4yUo0x7xIuQxgRzfvIsmiEBvmgx { width:12.1875rem;height:12.1875rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XglVaaz6scqRbLXECApw5FBZBp458Ja0 { width:3.6875rem;height:3.75rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwfWpBEUNBlvwVPctu46wwPlQTbSwlgs { width:10.1875rem;height:3.125rem;top:51.375rem;left:4.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #klMG1WNzrMilBK6qabqhTTukWzT1HyEH { width:12.1875rem;height:12.1875rem;top:44.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgkxr79csGk8OpqkNbkw6xnu82FPvgsP { width:3.4375rem;height:3.4375rem;top:46.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asSERoGzgh3unhKuZEkzoCGUrZm18gmw { width:12.1875rem;height:12.1875rem;top:44.3125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq0ZB33k7IaEyFDos06BKbZla14ehzSH { width:10.1875rem;height:3.125rem;top:51.375rem;left:19.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiCQd6eRvQmhOdzVx3owowHdAZ7q5raC { width:3.8125rem;height:3.8125rem;top:46.375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzmhGgSpvMXCpE7uM3pIOw4562MRnnVB { width:12.1875rem;height:12.1875rem;top:44.3125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3harQ4xu80TQzFQ8ot50cLhtNTQ6OD2 { width:10.1875rem;height:3.125rem;top:51.375rem;left:33.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3h8wsWWUKsgmoveg5KtzSLxMbCwPOR1 { width:4.25rem;height:2.0625rem;top:47.5625rem;left:36.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTq9dXiX93pmBMaTyBdJd55bxdx3CLAK { width:12.1875rem;height:12.1875rem;top:44.3125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDKJH7NmkyAWLPT4LTSuDCOLQ12NMOMo { width:10.1875rem;height:3.125rem;top:51.375rem;left:37.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmyLMLepEvDN5sHHE8vpkCZlp0m1T4L0 { width:3.6875rem;height:3.75rem;top:46.8125rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn6znDFboITvcpwynLkPeZQwyN7Tvxs8 { width:3.75rem;height:1.4375rem;top:4.375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt { display:block; }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3kswN5AeBBwHKo6JNKXzZV7a1ilhBTS { width:40.75rem;height:2.25rem;top:3.75rem;left:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG { display:block; }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP7N1uZl1mK9OWvnXS6mXDO4yVwLLOMK { width:36.375rem;height:21.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TEo41PmticJOVENSoR5by83sG4sn3f { width:16.5rem;height:4.1875rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJ1gs2TJ64mNBu578A2WkTQ8lxfuFSfL { width:31.75rem;height:3.625rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGCBrIK8ndLaibagTCPbzTCX65IHZT0L { width:6.875rem;height:6.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0w20zG3M4aId5AarTcaLQD6VlNd3OMk { width:21.25rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQtRdszkhFn2DqP48OqRmz0CGVFax8Pn { width:36.375rem;height:21.25rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKUA19sH25qm7AUUwwoU2kHpBvbbPSEs { width:15.25rem;height:4.1875rem;top:3.9375rem;left:32.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUXE9EessOdFQTcIvIAeCC0TIFN3fwCO { width:21.25rem;height:1.5625rem;top:1.9375rem;left:26.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmQD24z2NZhD5QT3xnwTVKkZ9xVuSCp3 { width:31.75rem;height:9rem;top:9.375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dik12nStkf2KIivkbuqqyE2PhvvcN6ca { width:6.875rem;height:6.875rem;top:1.5rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp { display:block; }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f63V7wydEbfdTXraoxHoRMr4xiNkH1z8 { width:36.375rem;height:21.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glx1I9w5ZzH0ssD7RwfoHFuP8wz4CMuM { width:19.5rem;height:4.1875rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZaGpAypTr77LiEzwuveQOTAoptPHgOn { width:32.6875rem;height:8.9375rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlcP1gkUauBR7CfufJOXvclngHcu7Qm { width:6.875rem;height:6.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59L6ATiEcOui8UG2kQdoTRraZy6OUhO { width:21.25rem;height:1.5625rem;top:2rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJX852nIBfGIrq1CM6UbOO6oX8zrLw7h { width:36.375rem;height:21.25rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsSC9xeg56rSMr7QK8BxHpTkp3vcUEVD { width:14.75rem;height:4.1875rem;top:3.9375rem;left:33rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROBEOJFaRBwtL7M68PauOS4U19t7sk9v { width:21.25rem;height:1.5625rem;top:2rem;left:26.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6g1Run2oxBc18laJJKwmrsp69sOmmA0 { width:31.5rem;height:5.375rem;top:9.375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w427kPgbxpXAchsEvBLnFDzSETnz4eIL { width:6.875rem;height:6.875rem;top:1.5rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD3uDQF61Ac4wgoIZsSdoBPBeG9f9MRe { width:14.3125rem;height:3rem;top:24.75rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnETr5Jn8F827ZFFDfySSMk2qSNQLoyI { display:block; }
 }@media only screen and (max-width: 763px) { #h36E7SgaLmVerwAJn19yk0C4XngyTm8P { display:block; }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFBANultGZDq9cK4T0nAEIlnCavQMR6S { width:40.75rem;height:;top:7.0625rem;left:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwk1MXpRkhqxUNvJGsiznPoT96ph9URT { width:3.75rem;height:1.4375rem;top:4.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg { display:block; }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r33wG5bQox6Xk0FLR9yh75hKqm1I2Q7u { width:37.5rem;height:34.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7RTbUHAzsUHhU9v4q5QxxzpZvqT8fC { width:31.25rem;height:20.25rem;top:12.9375rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi6PSBxMKXP0TtbNhTsgsvdBkBsXrs8i { width:31.25rem;height:;top:8.6875rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzWHSIHeIvM8APT6vDW0qLzUPUiTlqK4 { width:33.5625rem;height:33.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu6Maprp4bAqJx7TKrLx7SwTxBMiKKu9 { width:37.5rem;height:34.375rem;top:2.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z76oWhmhw0cBbDPOhn4EmFpsB5ombW3B { width:1.875rem;height:2.3125rem;top:5.4375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI { display:block; }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EewoAsQV3NoAx7mDiwGMSnkwCSviiruf { width:37.5rem;height:34.375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4pD5b3vrmvrzsUM9259pJqFB48affZ { width:29.5rem;height:10.125rem;top:13.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmOUUpV760hy8qiT2IxxxCsbdaAPmJJ3 { width:31.25rem;height:;top:9.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTWFVOOBR8bBhUIBEqiiCVtdlC66XLkU { width:37.5rem;height:34.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgT1hs8m0q61tRrF5rxRKRDN2ckBksHw { width:33.5625rem;height:33.5625rem;top:2.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGC4V0sB1ECZ5tJ5rQBON9Pz9ZfHTNi0 { width:1.875rem;height:2.3125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW { display:block; }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCgvmM1oMQwJRp8aKT4claJFI5Co5FOs { width:20rem;height:5.0625rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeAsoT44DO433aeAdADTPU7QeADyZc0p { width:20.8125rem;height:;top:7.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMWsBJ8lUCwbbFGzlABP3FDB4paP9Q0w { width:1.875rem;height:2.3125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZXJ6hHzZt0P0USEbs4y880gHr86opw { width:18.6875rem;height:5.125rem;top:12.6875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZwp7G5tGIJegUXGEn8pUoOsxwbI9b9W { width:20rem;height:4.1875rem;top:7.25rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw42XUZP5XdOMTqaHpgTw3s2a6vEdRQn { width:1.875rem;height:1.875rem;top:4.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2ukBsco7Ky6GZcQ4iBg42wvoV9x2xu { width:20rem;height:5.0625rem;top:12.6875rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ib7vSIBR0o0LLmctT9FKJN6EP8zyn5 { width:19.3125rem;height:;top:7.25rem;left:28.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJKurm5MF7MpTnkaebrCHBILH2ERsKsP { width:1.5625rem;height:2.3125rem;top:4.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn2SfisNOXJHGyeT6PRBcHq915DHC57y { display:block; }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsNy6pEVuSSGsmIL6S4kS45cfeFw9Zhd { width:13.75rem;height:3rem;top:2.25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTOPsyNEBzsv31UMMizWAU1tWTAmFvN { display:block; }
 }@media only screen and (max-width: 763px) { #Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 { display:block; }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BohJgECON9MB1FXn9WDDLLJ2DJyg9IuO { width:47.75rem;height:;top:7rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzD5hZUPLyDxymxxFDKpLOIHRvaKVI5h { width:3.75rem;height:1.4375rem;top:4.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxKWQPZ7OfhhTJzUMrCZJz66CSxy08Fe { width:35.3125rem;height:4.5rem;top:11.625rem;left:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI { display:block; }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5UrtN9ATrLyny3my6M7qA7EkwtwiERC { width:32.375rem;height:;top:1.1875rem;left:15.375rem;font-size:1rem;display:block; }#P5UrtN9ATrLyny3my6M7qA7EkwtwiERC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f4b970a8-6753-4e0b-aafd-6c4958276d15/arrow.svg); }
 }@media only screen and (max-width: 763px) { #o2KeHFn3tFrZTrtKNCfcLyvWMXqhVTAT { width:14.375rem;height:16.4375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKJHP89OAILecZoCgloC60M48IDkdgtT { width:27rem;height:18.75rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbLsTsLap81A6KQvTaQqzlKhvZfU9KD { width:28.75rem;height:15rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw5ZIvQp8brwaXFoFEECu67yf5UMoIg4 { width:21.625rem;height:24.125rem;top:1.875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0KypaCAVmyWbgCUd6hLdBWwCnTKESNB { width:25.1875rem;height:37.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFADeG9uEFN3petl83Na2ILZmAsiMBf { display:block; }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHLs26rBZGQCF9foqXSZ8NTRKQN1MRI8 { width:47.75rem;height:;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppN5HWfBhEVKyEV7iAJDqZK76B8yFogd { width:11.375rem;height:3rem;top:12.9375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m47mZ8CoR9Tep52lpD6zshiyB78RhX0M { display:block; }
 }@media only screen and (max-width: 763px) { #CuglhsTz30fpCDFODQy72iT4xFDmIb8y { display:block; }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMQbDn1g2qpWw049MCobRBNWVBbAvb9w { width:40.75rem;height:;top:7rem;left:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbDRCOBT2dnKodOXeLBp2xFgnT9d1yct { width:41.125rem;height:3.75rem;top:20.8125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuBSsOfMhl3wrqQI6K9LLaHgIHFxxzcr { width:3.75rem;height:1.4375rem;top:4.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #fShXsXSTEhQhnvX35wCgufuxAFTSvw2e { width:38.625rem;height:;top:14.625rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evU97ridIcOu1ZGaFdTxRQvRwBLzEhsX { width:16.875rem;height:7.625rem;top:45.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiT1lGwmueH9GeTGgVe1R2B5eJpLvIE1 { width:21.125rem;height:20.6875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB0odxRF9W2lQ2aJWa49SEE1gux8ZQMc { width:13.5625rem;height:2.5rem;top:41.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqUDi2wkzMTC5vTyvQwohQ1800IiCVZ9 { width:12.8125rem;height:12.8125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbx5LnxuaU5X9cnySWJronPDDr5KSOBB { width:21.125rem;height:20.6875rem;top:35.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNofD9RCtaSsptkIhR7W61EmhoAF1OWp { width:13.5625rem;height:2.5rem;top:41.9375rem;left:17.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkilcHiAiBeOxzK2T0ZwLUFg4vhKXQGq { width:12.8125rem;height:12.8125rem;top:26.9375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvxdT6JhH8MLgaUtqERUAqQLwiKLeIgh { width:16.875rem;height:5.6875rem;top:45.375rem;left:15.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkd5qkLOA2HbgDfmSU5FITAc7O1yN3s3 { width:21.125rem;height:20.6875rem;top:35.0625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUhSwSpl15gXz2wSsUGX7P3WICakREIF { width:12.8125rem;height:12.8125rem;top:26.9375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGuLunUQkOVSJHa33PrSshNNEXqQ2Asa { width:13.5625rem;height:2.5rem;top:41.9375rem;left:34.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCFU11WrvgvL62ePRr0u6CA2fzJTPol6 { width:16.875rem;height:7.625rem;top:45.375rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p { display:block; }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xx4zwefbNJvOVJTkATvh7yIr1flnVwWG { width:35.3125rem;height:;top:3.8125rem;left:6.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf { display:block; }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxBxSTxsFoZry9ZggVg5OhpzMXbO6OJo { width:35.1875rem;height:5.6875rem;top:5.375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhTFNIWmbDtNtzSSAoHRN5lViR2Xvbn { width:40.125rem;height:2.5rem;top:2.25rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0KnZV1zKF46hCEyJhUpRdEyMi7uW8h { width:47.75rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3nBrR8Jke5MTzxJo9ENXgR94CeEcVTg { width:15.625rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa { width:12.5rem;height:9.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbMo4TFPVmGNgp1NTRafJ5ALtEoFrA4l { width:5.75rem;height:8.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ { display:block; }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzmSBki8v5bzUcMl4IziX4dT5aZB8pCs { width:35.1875rem;height:5.6875rem;top:5.375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8GWIBTbA82WErwlAWKhO3F4MmovKq9X { width:40.125rem;height:2.5rem;top:2.25rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUiALQnyCnz6JDZssEWkiLmNz13dzEQ { width:47.75rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgmxmAZ6gsWRBbJQTwPvLsG0S8RXApUT { width:15.625rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI { width:12.5rem;height:9.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuJ9QfMGe2GFTHDp1kOTucdDMobMblGr { width:5.9375rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu { display:block; }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbtN8ftdI1rCuBkT4FOoaPFvmbi25zVb { width:35.1875rem;height:5.6875rem;top:5.375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzrmKRJ2nzz0qot9d94iXpFHRLAKyMoh { width:40.125rem;height:2.5rem;top:2.25rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSvUsuPHSHx2TxnCwa6FitBAGB7SEgai { width:47.75rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgokZnSHq7MLEhwhwvbl9RWlBWRowWR4 { width:15.625rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTicGUuyqhV8qq71rG8vesVTvARsPztp { width:12.5rem;height:9.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEsA6nHRwDuIhq3IvB6F9Q8EJ0cXNuOO { width:6.3125rem;height:13.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yStfJo36LLdhZebJ7fHVHDnernBMaq7i { display:block; }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPA3WWsWX5pNleoL7ZFFC1Wnp2VqwGKJ { width:35.1875rem;height:5.6875rem;top:5.375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFapn9k5d3y4ntaSkE56O2v0vFd9ryId { width:40.125rem;height:;top:2.25rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q96S5PA49PJTQk9mL98FCcQpgnM5omWB { width:47.75rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBfVyPZOOVVfi2QT7oOae20sZWCi1lT8 { width:15.625rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM { width:12.5rem;height:9.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0rtgv0kaeGMV8vQy5cyr0gigVRl1lrT { width:6.3125rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT { display:block; }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6QWBCJIxW2OzNBV4rwnt4qP6vzpiuBU { width:40.875rem;height:7.1875rem;top:1.9375rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 { display:block; }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Opv26UblaB5gp7R1g2mRBTrzh4iccNXg { width:17.5rem;height:5.0625rem;top:2.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9rg0arqmw6bm45s9ZHsLShNo8knHt5D { width:33.25rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFna7JLaVBJHF4s1Nbwe9aPgJE01WKS { width:10.9375rem;height:10.9375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOVLX93tCt2KGCySaBEBmNnuzOOrGULQ { width:10.9375rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsx6rM2mW8Kw3xkvMfehwKpVeIw9B6s { width:17.5rem;height:5.0625rem;top:2.3125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEqf4LJAQ5g2f0rPRMFWZcGs3EBZAhAT { width:33.25rem;height:10.9375rem;top:0rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLFWSBeliIMTFTZfeIxzU8oDIKFz4NWc { width:10.9375rem;height:10.9375rem;top:0.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laI1HuVhq8pefx31OUOU7i4XAzua7BUT { width:9.375rem;height:9.375rem;top:0.9375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ca6bHIEh8s6SvvSzOqiiEqLKalsgGP { width:11.375rem;height:3rem;top:15rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6h7VUHhM0DRPPtCQRwFF1dBImfVpUp { display:block; }
 }@media only screen and (max-width: 763px) { #hlwwNNC0toPs00TiSQx11s9qMBf0ydgA { width:9.375rem;height:9.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW { display:block; }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qe4T214PU8SEFIxxrf6R50VzJ4MPaiHT { width:40.75rem;height:3rem;top:7rem;left:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FePhq0poFDtoT5HXgNJ2DK4Vh379q4be { width:3.75rem;height:1.4375rem;top:4.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM6PuyCHMzX7SHQiODrgEh3dALC5xoGq { width:38.625rem;height:5.0625rem;top:11.625rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGuFRn6FMVaJ2P1qXLiCQiE2xx2UuIT { width:37.5rem;height:33.75rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ascha4pJ2Qbw6rZ4EnpTvea0siAJ0uhK { width:31.6875rem;height:12.75rem;top:25.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHMyqZaDI69xZv4h5bE4NAMXmHKX7ycI { width:24.25rem;height:4.75rem;top:41rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqDvo324agm9SaHtmLQwvxinmiObUXF { width:11.375rem;height:3rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohEFfcSEu1dibi7KWbT1uMCzz0veH7WC { display:block; }
 }@media only screen and (max-width: 763px) { #JZ0hi2pkx7IBsCH3ew9aac8o3DAPo9bs { width:37.5rem;height:33.75rem;top:21.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNazWdgTQNDMc3M3Lwcg0OmuqTgoWOVo { width:35rem;height:29.8125rem;top:19.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G { display:block; }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgGik3EULwsEvWic5ZP3SCyvS1LtAfty { top:3.25rem;left:14.5625rem;width:17.1875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgRTBXyE4eaHdpe4nQPr8pF0M6lNMATT { top:3.1875rem;left:31.125rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27EonTh1CvLuyiqScZs5J8PT1msmrx9 { top:20.4375rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBRCS7x76rryEaM1bkSGRARiGLwSOD6 { top:20.25rem;left:14.875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabCWwJXTToXhpMUHodIouSvIDWkGu87 { top:20.25rem;left:30.75rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z55oq9yWogpZiTsp3wctVphvTloTDLNV { top:3.25rem;left:0rem;width:16.9375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ { display:block; }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7vCbVvEawXRZg612rakmBMrJFT6WysB { width:15.3125rem;height:2.5rem;top:3.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deha1oIO5ifWCWBW4JWDEvbm12K72xUC { width:15.3125rem;height:8.5rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V71uZF0mvR6XX6PflZUnTuZ6eSh73uLy { width:2.4375rem;height:2rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXe1TqwiGgSq4hAW1gbTTdcLfiJMLzrC { width:15.3125rem;height:8.5rem;top:8.5rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldOPVQruag9CtHs6o8gb8g9rhQ22wNgk { width:15rem;height:4.1875rem;top:3.3125rem;left:8.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT3Uwyd6RZfqmmlEcTTSDV9MJd3NFs1F { width:2.4375rem;height:2rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c88s7P116ZZUpXnbfguSSmuXgDbRLfOR { width:15.3125rem;height:8.4375rem;top:8.75rem;left:20.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kblfagv4WmwuA7ACgtRysLzJ3BGkPEiA { width:15.3125rem;height:4.1875rem;top:3.3125rem;left:20.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeyaBo9PbNapeiri5X712ru4FII4t9v9 { width:2.4375rem;height:2rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9agze8TKhZR8e1hTl8CNi1csIZTgwl { width:15.3125rem;height:8.5rem;top:8.75rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xJXZPZqGcXuXDGEc7AzkvZIsIVDBOe { width:15.3125rem;height:4.1875rem;top:3.3125rem;left:32.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZlR46tC1eJz4pkWoTAMcALwVpfaTTb { width:2.4375rem;height:2rem;top:0rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ { display:block; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn { display:block; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuQfVT1vaMBau1qAlxXWnP4NMW5kEnA3 { width:12.5rem;height:5.6875rem;top:4.5rem;left:1.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncyJ5LMzLpnXiDQTqzX5cQo0tobDoKEm { width:12rem;height:5.0625rem;top:11rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmPR1V8OI8ny1NBCd58pT87M0VVFta50 { width:17.6875rem;height:5.0625rem;top:10.9375rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUQsJqnGKJTyKrQb2GXyO4PTCFoETGSt { width:12.5rem;height:5.6875rem;top:4.5rem;left:17.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srgrx9oHpaWiaKdJMUVBRCyXkPU4EGKn { width:17.6875rem;height:3.375rem;top:11rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNZW3RDafxA6TEb5lSqoT6zz5ruhdH42 { width:12.5rem;height:5.6875rem;top:4.5rem;left:33.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3UX4l2k3fIJchizywaTZWedt6xRJvb { display:block; }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvvBwsHSHOBvS4SNLmX8HkxJNP0u78H7 { width:12.5rem;height:5.6875rem;top:4.5rem;left:1.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1u7iKFg5aVhUsZADt3By5tcJtsW3K9d { width:17rem;height:5.0625rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxWxtLtlKQaJi4w221HDmLpeu91Jcvo { width:19.3125rem;height:6.75rem;top:10.9375rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TJ9tpfPbOp6GUu9KK2ShC5bxhih9P4 { width:12.5rem;height:5.6875rem;top:4.5rem;left:17.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzk391QcBfMsmd3UOaIblIJ5RFrBrlW7 { width:17.6875rem;height:8.4375rem;top:11rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMFtUph4eP6IWR5NclJqiKbm7rRG535e { width:14.125rem;height:5.6875rem;top:4.5rem;left:32.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLpRukb9uaZ8rtTHrRw9i2fMl2XfoTLP { width:18.875rem;height:8.4375rem;top:34.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWv42D7hF37fJcG2efOB6O1A5TDIpiOC { display:block; }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCGIbBWgDEUmI0E0bQrXxo7yMMxT0prQ { width:13.9375rem;height:0.25rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZLgslK85zwGEpET2eTSG9msflSFNP8C { width:13.9375rem;height:0.25rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 { display:block; }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQiuIqb1nPmm1UOOwFlpEIkT9Dyv2yzQ { width:36.5625rem;height:24rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOfGMaei1gCELxozXJog75SaDfITB7G { width:24.125rem;height:9.5rem;top:6.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BANdCudM0Ja3ZfNozSlibVl9h5S5dPGh { width:5.25rem;height:4.1875rem;top:5.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8qdue9eUdRPezVvO7fxmMgokCTylfw { width:24.3125rem;height:3.375rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi71wGxfUfSDVQ6bOoOsQAf3cv5AqWTc { width:36.5625rem;height:25.0625rem;top:6.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSBniDiafPJvT5zJO3PBFi3Fe4ovn6OX { width:5.25rem;height:4.1875rem;top:9.0625rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyk2MwMMyONU7tCBSslbCgDeFFX3Tm9 { width:29.75rem;height:13.375rem;top:9.75rem;left:18rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpDk106WWCaBZzZNiwI64SWcSBcVZ6e7 { width:24.3125rem;height:1.6875rem;top:25.9375rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtBv4QzVUGEnL39w8Z2g1WnmTQHpQIV { width:5.125rem;height:5.125rem;top:24.3125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv { display:block; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwsKxqkTZxLIEK5xeG4ofqedbEcIuNx1 { width:46.6875rem;height:;top:7.125rem;left:0.53125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkG20EbfrwgM60TgNPkNl2seoWEApmw3 { width:3.75rem;height:1.4375rem;top:4.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGVfGZIpMJeZUy2qe29eqgDvvOpveCo9 { width:47.75rem;height:5.0625rem;top:31.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1aO4X7dxOb7wOqmdgqfI61Ixd8mHAf2 { width:21.25rem;height:14.125rem;top:15.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bowKzPMW38x1WDBb3FTBZ7ZRdPmzP5fU { width:19.75rem;height:5.5rem;top:17.625rem;left:14rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shzUlSPrfa8iLhhTgSEp9bCmLlssx8gi { width:11.375rem;height:3rem;top:24.4375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQGHrwSSqpT2dCxmRnOuSAPS4h3v4mz9 { display:block; }
 }@media only screen and (max-width: 763px) { #SX4cy6F0AotchdVLGDWbwPnPATelssGm { width:12.625rem;height:19.1875rem;top:13.75rem;left:5.13427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWtCV4zSDQEmTCW8pgqro2nPB9VaaAIQ { width:7.5625rem;height:11.875rem;top:21.125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ { display:block; }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV4PPz1SFSJTDZXaFMVgdSAM5IlNvkIZ { width:40.75rem;height:6.5rem;top:7rem;left:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwnT071SyRozvtFUDmIcJ4eaNQeWqTDf { width:3.75rem;height:1.4375rem;top:4.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIiKsIrwtBeUWMa52H61N9l2v50nDwBa { display:block; }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlhTEen2a2tSskpwuZ1PksyyTkFi7BnK { width:40.75rem;height:1.75rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8u9nEl7S0NeWWZEGg6NeqcVbvFFUehE { width:47.75rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha9N7OZHRf16FFfwQoT6Rtm4bR30gMdI { width:1.3125rem;height:0.875rem;top:2.375rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4WmISdbzvG76NeBgVQfo89s6cvsu9zr { display:block; }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfIbUb30gaz2INq8huL3wx6foMV9DWw8 { width:47.75rem;height:10.6875rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ { display:block; }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qklBlQQWCpH4qTpkvHBhBknM2LTatT9u { width:40.75rem;height:1.75rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi3Dingh8cM2TWONEFsItrvyNQIKQSHe { width:47.75rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddf6XvPedZptWA4cJITpNJvg6IVWId4M { width:1.3125rem;height:0.875rem;top:2.375rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 { display:block; }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPdRPHExWQDdcZNczkG1KJqyCTCpA39u { width:47.75rem;height:8.5rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK { display:block; }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qybq6oSBxs5A388Jpw63UWlGSymiUeuR { width:40.75rem;height:1.75rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9A0bHHV1XxtZCLhUdqSyMPip8FWGvhP { width:47.75rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Arplb961bONiRXVJmArNwV8GCMxlPr { width:1.3125rem;height:0.875rem;top:2.375rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq { display:block; }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrEWQOyhgPz5hVE6WBvaJ0LllLhc3S46 { width:47.75rem;height:6.375rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF { display:block; }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPo8gg5KJUM8NBEO2UlCrANA64qlbb8l { width:40.75rem;height:1.75rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfW8Uk8WTun3ppslDsBUCOnbIrKTwEtM { width:47.75rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJdGtgUS7CvXgpJw3lBDJnHfnEwXDGSR { width:1.3125rem;height:0.875rem;top:2.375rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU { display:block; }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXQhdePdAQoy0ysbGSdIOnn35vPyTOnU { width:47.75rem;height:10.625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN { display:block; }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKqX2B1en26SWHSxaKUOTyOGr3hGqdI6 { width:40.75rem;height:3.25rem;top:6.75rem;left:2.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs { display:block; }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgv8GFv0uOrrrE3Z5R0FPXct8N0G9n9i { width:18.75rem;height:18.75rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9aUkSLRT5SfTHyqFKp2F6EqGiUDskDk { width:18.75rem;height:18.75rem;top:2.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqltWXdTURdZUqpdOuVsfJ9yVBQec8rP { width:18.75rem;height:18.75rem;top:2.625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHI7CcvcLZ8Xz4VGvbZL7LX554Wzl6FV { width:15.3125rem;height:5.6875rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TID6N31Pgt8vBJwN35xF6Fdil0EuchD8 { width:15.3125rem;height:11.4375rem;top:6.25rem;left:20.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1kpTpTBK0n3mBJcrSpx2pO8pgtzITsb { width:18.75rem;height:18.75rem;top:2.625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #utv1CBGNKBsqtPL006DENtsA6RUOLuC9 { width:18.75rem;height:18.75rem;top:21.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl6NKkqd4qnHC9J8dpXckZBWCwO8aTMQ { width:15.3125rem;height:11.4375rem;top:25rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czkxaJ32auf9rDZl8SAyGOaTpHzP8fqD { width:18.75rem;height:18.75rem;top:21.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut4CbrcWrmln4CXfBHqvpaIKLKT5JCaf { width:15.3125rem;height:5.6875rem;top:27.875rem;left:32.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIenWUnf4dDUwL6tyVz2gk7OMaBw7XmG { width:18.75rem;height:18.75rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knTbCTeMebuxL9m7FICoTX7l8bLJ9Clc { width:18.75rem;height:18.75rem;top:21.375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f86nCDhSGxtwo8B0VMawTBZQdE5RM1Ko { width:35.0625rem;height:29.875rem;top:12.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgwvwCBiwIifQA4WRbh9VrqP4KcXg1TV { width:34.9375rem;height:29.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf { display:block; }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yERlAxBxhFxfsavPlsSv0KuuG2Huh0V5 { width:28.125rem;height:28.125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9rqzaw75Xnp0qGrk6NmF6Aqu08V8XTA { width:27.1875rem;height:2.75rem;top:4.8125rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-text {padding-top: 0; padding-bottom: 0;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-select {padding-top: 0; padding-bottom: 0;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri  { width:20rem;height:auto;top:11.5rem;left:25.25rem; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri {display:block;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri { width:20rem;height:auto;top:11.5rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #EGA4W4Cc53gOH0GUHOutJPAZtyZnK1Sb {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #gf1VugK3OBXFnm67va6dHVX8rlT1Hhkv {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #g8KSfvH9RLe2g4b4VxazIyo8OFNeeodt {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #vWHsw5F9O3Gv0JNnprJx2KKw4T13SBF6 {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #dcMW14hqUCIzoeh8PcVoxTLF5mt7JZRN {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #JEKOh8UsIfIkvIaaZK6LT23QZP34Tbhl {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #hKNrZDOy7VcXCT5Ru2LvLTqCkdM0eSa8 {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #AO1twpC2zqhKsANCsWKzDrssg18umtTt {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #ce3QrCWcNCBCOJ79HpOu2N9d4ysk4fcX {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #HHDDT9THLBfHyFfN3ShohZ6JdUXRC2cP {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #cR9sviNb1ZuCIT30lP9F0TKnqTqdLqKV {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #D9gcsJzcBVgFcwDBTybUcmlV4EHgBwkN {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #y94oz6FA5imiSXy8Cp2T4LyaGFFFwkGF {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #VXVtU27S2G2cuZXnIgkpIypmToRQUFRL {  }
 }@media only screen and (max-width: 763px) { #smZ09hvzwb8KKMSIB9S2PTxzkFn6iPHK { top:9.25rem;left:28.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC { display:block; }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WUnnOw708RRHDiENWLr7BVgc2LeiTLQf { display:block; }#WUnnOw708RRHDiENWLr7BVgc2LeiTLQf > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv5AwgsTMwUTcH4gCZ2SMz9XJK9lcg20 { width:3.5rem;height:2.125rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW6G6ir1T0hanZZxyrWRCTirsTIrXFy0 { width:6.3125rem;height:1.875rem;top:6.5rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d18gB1gSzXpZdSl16uvG4n5r4lFdgAl7 { display:block; }
 }@media only screen and (max-width: 763px) { #L57PJ3k19n7Wz5xPpdAIc2uIaHkZbQg8 { width:6.3125rem;height:1.875rem;top:9.625rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQtOFQ6AwMSmsmkSJPzX4OI5rbHuHTDX { display:block; }
 }@media only screen and (max-width: 763px) { #HRAgXNwu9REDSrsCU2vVcyW7TkbaUm8B { width:10.375rem;height:1.875rem;top:12.75rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd4f0k08Ocn1UXJlKog2U9SX9vUGKDms { display:block; }
 }@media only screen and (max-width: 763px) { #e2t834vFNGOVCSkzzdCWJDJuhUMuvtWZ { width:7.125rem;height:1.875rem;top:15.875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXB0OUSLDPb99txNWMieeTbtB4UwKByu { display:block; }
 }@media only screen and (max-width: 763px) { #cwprGMCGXI4c7gX6rFaXfDK9ESgI1ddD { width:7.9375rem;height:1.875rem;top:19rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLSOKJBgcnT8wGW6HQAPAaFXTbXxPbJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #dqk2KDr46E1G4GKpbpgkfE2NqEqMIMA5 { width:14.3125rem;height:2.375rem;top:25.25rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIVkGQVUhL3GzGtvka2a9BGzZiQX3xs6 { display:block; }
 }@media only screen and (max-width: 763px) { #FNxuliG3haXnosfyUzPJeQuoBQt1py5Q { width:1.6875rem;height:1.6875rem;top:25.625rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUHNG9nVWn4amOi7leJ1T0W5gmFqWGMV { width:3.625rem;height:1.875rem;top:22.125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V05Byglionn4z07GPZnpptJUJhVADXHn { display:block; }
 }@media only screen and (max-width: 763px) { #X9LgIouIFzr0BX5coMTIWH7MsoIQcfwh { display:flex;top:1.125rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #oQBnAcdEBcJ6AkT6DiR9fkyH5uqpqJP4 { display:block; }#oQBnAcdEBcJ6AkT6DiR9fkyH5uqpqJP4 > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSCTVWP3eVmNbc7Gi1zVMpMP4oee42Vl { width:6.3125rem;height:1.875rem;top:1.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLq5ERnuIOPc01iBapR6ZElk3lDoxTSw { display:block; }
 }@media only screen and (max-width: 763px) { #TAtld9gcmr1hB1uoZOGfeKNO4sOdsgTV { width:6.3125rem;height:1.875rem;top:4.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ue4l4XbA5gR3iWo49I6ihXvkB9AqH6 { display:block; }
 }@media only screen and (max-width: 763px) { #dLL9ncFmPLpMqghLOp39e7DE8wcbuHFJ { width:10.375rem;height:1.875rem;top:7.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsUco1VMfIg7NOSMnCg1ise8rSopEz94 { display:block; }
 }@media only screen and (max-width: 763px) { #QiJQDO5vWmfUtJ64QRyb2762F39hiXke { width:7.125rem;height:1.875rem;top:10.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO9LTIrpwxyXQasFD0dBkyygI1AJrdsL { display:block; }
 }@media only screen and (max-width: 763px) { #AKnD1pSoxEUBd6TCeSNQgxTaPa2lhO6T { width:7.9375rem;height:1.875rem;top:13.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkfFxUZWNPNvyswDhhLSl1tHrvvVIX7v { display:block; }
 }@media only screen and (max-width: 763px) { #BUkAG5IFPTAX2mndIhpLGHaN0IGAyW4c { width:11.4375rem;height:2.375rem;top:20rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzCkb4PovEaCE656D4oB7UeozQ0OHOLr { display:block; }
 }@media only screen and (max-width: 763px) { #Nb18bSGDcxprfLN2AulV5h1SpCeT9dUU { width:1.6875rem;height:1.6875rem;top:20.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtkbrtgWu2AnFlVmg4scWeTXnQMBczw { width:3.625rem;height:1.875rem;top:16.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAlIm9CVy2zMNTaNtF7DT4uB39uf67Bu { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyqZyo3FhwHTsEiTCgAeRdr7ttHz3rOn { width:20rem;height:8.097625rem;top:3.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rydO4qMgft2SVGb22i1L8bmvcHP2mT { width:0.625rem;height:0.625rem;top:3.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVC0hTdPs79RMEUhlSDfXqJetb9i1erM { width:20rem;height:5.3994125rem;top:12.47412109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1f0JTCCCB7hBT9mLwCt9360dIc1dDJ { width:13.75rem;height:3rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7XKpAD6ZTTLnfHaMeIGTpqOXddv4p0h { display:block; }
 }@media only screen and (max-width: 763px) { #iaUWrrT3SNuVAKeCbs8Ki51XAbys0LiZ { width:13.75rem;height:3rem;top:20.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmqBZV9TXZ5z82lyaspaZsJ0iDI2xL4L { width:13.75rem;height:3rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzzRqV7BE4zZU9pZo26ddRQQ6XNqgQt2 { display:block; }
 }@media only screen and (max-width: 763px) { #ER4UTMQ9KaMc66WCQsnTDTdcoxBHRkD1 { width:20rem;height:15.75rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI { display:block; }#EXe4in1Pa08KhUo9LbfLaJTScaKPe8rI > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDUF83MfUr3Dcrc0R92TkEDR2UGbhRr9 { width:20rem;height:16.795875rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cuidzAIdTrI5XCgyUiBaz50TARJH7mTm { width:15.375rem;height:1.9375rem;top:1.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auEaMfpati381wivHkb61qaXtslbpET6 { display:block; }#auEaMfpati381wivHkb61qaXtslbpET6 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrTrFbqFV4wXsnRfqlGeWvhFr4yrw8we { height:11.2305rem;width:18.75rem;top:0.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAtNKwoZmhWgRIwB6GuBCIhx8pXFJJvM { width:8.5625rem;height:8.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feEeDTMczhT74ee4sETG4ZgKpEiOLHUV { width:8.6875rem;height:8.6875rem;top:4.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkpNJTFNztGtyQy3vRXu0tQP4G0TGy2K { width:4.8125rem;height:7.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWTdpHUcoW8nNFzKUAP1OAD6MDTPOsrI { width:9.0625rem;height:9.5rem;top:15.10546875rem;left:10.824704142012rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPM42lu3PILOoCMMIevEk354sMN4W7fx { display:block; }#PPM42lu3PILOoCMMIevEk354sMN4W7fx > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTCbP3wPZNGsvSM31UBoZMV2ZZZykqTV { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VTKlOiXpDvC9IAzPA8zQIHa9FTo6TmAm { width:14.3125rem;height:3rem;top:12.51171875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTUWxNw2VDBxuIa6htIxJaG6x1LsyO8 { display:block; }
 }@media only screen and (max-width: 763px) { #IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 { display:block; }#IiaN3dfxQsDhoMvg8iRoSb7GBElHvTN4 > .row .container { width:20rem;height:104.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGA8kb6KD4BnAPKMSPlOGKZwtIiJVeSa { width:20rem;height:7.19825rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TydpeTNaITKrl4TTpAXREr1o9OFvuWSf { width:20rem;height:26.0390625rem;top:15.30615234375rem;left:0rem;font-size:1rem;display:block; }#TydpeTNaITKrl4TTpAXREr1o9OFvuWSf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f4b970a8-6753-4e0b-aafd-6c4958276d15/arrow.svg); }
 }@media only screen and (max-width: 763px) { #eCNzHmoqBGVDudaJ77uK3nVtI003TtQL { width:17.1875rem;height:19.625rem;top:49.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHxF5RK4qzGzsFhXhLP5QrJ7qCmmX4Dy { width:20rem;height:12.8036875rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9O9fpFLpdSUEOk7mRoOCyQ1rHZTFsww { width:15.5rem;height:10.625rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnuuU5995A6go7kM252teT9Ls17wyCVa { width:11.625rem;height:5.0625rem;top:43.75rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoT8oCuWudfIPrWNabf6Q2IDcNBIOrqJ { width:5.6875rem;height:2.798825rem;top:76.1875rem;left:1.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fd5cu4yUo0x7xIuQxgRzfvIsmiEBvmgx { width:9.375rem;height:9.375rem;top:71.375rem;left:0rem;border-top:0.1875rem solid #213072;border-left:0.1875rem solid #213072;border-right:0.1875rem solid #213072;border-bottom:0.1875rem solid #213072;display:block; }
 }@media only screen and (max-width: 763px) { #XglVaaz6scqRbLXECApw5FBZBp458Ja0 { width:2.8125rem;height:2.875rem;top:72.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwfWpBEUNBlvwVPctu46wwPlQTbSwlgs { width:6.5625rem;height:2.798825rem;top:76.375rem;left:11.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #klMG1WNzrMilBK6qabqhTTukWzT1HyEH { width:9.375rem;height:9.375rem;top:71.5625rem;left:10.3125rem;border-top:0.1875rem solid #f295c2;border-left:0.1875rem solid #f295c2;border-right:0.1875rem solid #f295c2;border-bottom:0.1875rem solid #f295c2;display:block; }
 }@media only screen and (max-width: 763px) { #Bgkxr79csGk8OpqkNbkw6xnu82FPvgsP { width:2.8125rem;height:2.8125rem;top:72.90625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asSERoGzgh3unhKuZEkzoCGUrZm18gmw { width:9.375rem;height:9.375rem;top:81.75rem;left:0rem;border-top:0.1875rem solid #f295c2;border-left:0.1875rem solid #f295c2;border-right:0.1875rem solid #f295c2;border-bottom:0.1875rem solid #f295c2;display:block; }
 }@media only screen and (max-width: 763px) { #gq0ZB33k7IaEyFDos06BKbZla14ehzSH { width:6.625rem;height:2.798825rem;top:86.875rem;left:1.5rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iiCQd6eRvQmhOdzVx3owowHdAZ7q5raC { width:3.125rem;height:3.125rem;top:83.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzmhGgSpvMXCpE7uM3pIOw4562MRnnVB { width:9.375rem;height:9.375rem;top:81.9375rem;left:10.3125rem;border-top:0.1875rem solid #213072;border-left:0.1875rem solid #213072;border-right:0.1875rem solid #213072;border-bottom:0.1875rem solid #213072;display:block; }
 }@media only screen and (max-width: 763px) { #c3harQ4xu80TQzFQ8ot50cLhtNTQ6OD2 { width:6.6875rem;height:2.798825rem;top:86.9375rem;left:11.8125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C3h8wsWWUKsgmoveg5KtzSLxMbCwPOR1 { width:2.875rem;height:1.375rem;top:84.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTq9dXiX93pmBMaTyBdJd55bxdx3CLAK { width:9.375rem;height:9.375rem;top:91.5625rem;left:5.3125rem;border-top:0.1875rem solid #ffb606;border-left:0.1875rem solid #ffb606;border-right:0.1875rem solid #ffb606;border-bottom:0.1875rem solid #ffb606;display:block; }
 }@media only screen and (max-width: 763px) { #KDKJH7NmkyAWLPT4LTSuDCOLQ12NMOMo { width:6.25rem;height:2.798825rem;top:96.375rem;left:6.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VmyLMLepEvDN5sHHE8vpkCZlp0m1T4L0 { width:2.8125rem;height:2.875rem;top:92.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn6znDFboITvcpwynLkPeZQwyN7Tvxs8 { width:3.75rem;height:1.4375rem;top:3.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt { display:block; }#iXOz8DA5DsBMGmlt4u20EJ6tVelHiRxt > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3kswN5AeBBwHKo6JNKXzZV7a1ilhBTS { width:17.875rem;height:4.548825rem;top:2.8125rem;left:1.0625rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG { display:block; }#qC2JAs12uQ5JUME9I8wKWlE5uTycP4WG > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP7N1uZl1mK9OWvnXS6mXDO4yVwLLOMK { width:20rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TEo41PmticJOVENSoR5by83sG4sn3f { width:11.125rem;height:3.5rem;top:3.4375rem;left:8.0625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1gs2TJ64mNBu578A2WkTQ8lxfuFSfL { width:16.25rem;height:5.3994125rem;top:9.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGCBrIK8ndLaibagTCPbzTCX65IHZT0L { width:6rem;height:6rem;top:1.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0w20zG3M4aId5AarTcaLQD6VlNd3OMk { width:6.25rem;height:1.3999rem;top:1.6875rem;left:8.0625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HQtRdszkhFn2DqP48OqRmz0CGVFax8Pn { width:20rem;height:27.8125rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKUA19sH25qm7AUUwwoU2kHpBvbbPSEs { width:11.6875rem;height:3.5rem;top:22.5625rem;left:8.0625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VUXE9EessOdFQTcIvIAeCC0TIFN3fwCO { width:8.75rem;height:1.3999rem;top:20.625rem;left:8.0625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rmQD24z2NZhD5QT3xnwTVKkZ9xVuSCp3 { width:17.875rem;height:14.3984375rem;top:28.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dik12nStkf2KIivkbuqqyE2PhvvcN6ca { width:6rem;height:6rem;top:20.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp { display:block; }#tmnBPn9RT8SxUWpPGd6PVc7QKqPVL1Bp > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f63V7wydEbfdTXraoxHoRMr4xiNkH1z8 { width:20rem;height:28.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glx1I9w5ZzH0ssD7RwfoHFuP8wz4CMuM { width:11.125rem;height:5.25rem;top:4.6875rem;left:8.0625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oZaGpAypTr77LiEzwuveQOTAoptPHgOn { width:16.25rem;height:16.19825rem;top:11.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlcP1gkUauBR7CfufJOXvclngHcu7Qm { width:6rem;height:6rem;top:2.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f59L6ATiEcOui8UG2kQdoTRraZy6OUhO { width:6.25rem;height:1.3999rem;top:2.9375rem;left:8.0625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yJX852nIBfGIrq1CM6UbOO6oX8zrLw7h { width:20rem;height:19.875rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsSC9xeg56rSMr7QK8BxHpTkp3vcUEVD { width:11.6875rem;height:3.5rem;top:34.3125rem;left:8.0625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ROBEOJFaRBwtL7M68PauOS4U19t7sk9v { width:8.75rem;height:1.3999rem;top:32.375rem;left:8.0625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B6g1Run2oxBc18laJJKwmrsp69sOmmA0 { width:17.875rem;height:7.19925rem;top:39.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w427kPgbxpXAchsEvBLnFDzSETnz4eIL { width:6rem;height:6rem;top:32.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD3uDQF61Ac4wgoIZsSdoBPBeG9f9MRe { width:14.3125rem;height:3rem;top:53.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnETr5Jn8F827ZFFDfySSMk2qSNQLoyI { display:block; }
 }@media only screen and (max-width: 763px) { #h36E7SgaLmVerwAJn19yk0C4XngyTm8P { display:block; }#h36E7SgaLmVerwAJn19yk0C4XngyTm8P > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFBANultGZDq9cK4T0nAEIlnCavQMR6S { width:20rem;height:2.3999rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwk1MXpRkhqxUNvJGsiznPoT96ph9URT { width:3.75rem;height:1.4375rem;top:3.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg { display:block; }#D9Ihe9LBqzPLQnvdmoC6yKUDcBI7TxSg > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r33wG5bQox6Xk0FLR9yh75hKqm1I2Q7u { width:18.75rem;height:17.125rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7RTbUHAzsUHhU9v4q5QxxzpZvqT8fC { width:17.9375rem;height:25.197275rem;top:10.1875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi6PSBxMKXP0TtbNhTsgsvdBkBsXrs8i { width:17.625rem;height:3rem;top:5.9375rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzWHSIHeIvM8APT6vDW0qLzUPUiTlqK4 { width:15.0625rem;height:15.0625rem;top:37.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu6Maprp4bAqJx7TKrLx7SwTxBMiKKu9 { width:20rem;height:41.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z76oWhmhw0cBbDPOhn4EmFpsB5ombW3B { width:1.875rem;height:2.3125rem;top:2.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI { display:block; }#SacuhGX7f1SmyAD5ta6ifTR48NH0RuvI > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EewoAsQV3NoAx7mDiwGMSnkwCSviiruf { width:18.5625rem;height:17rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc4pD5b3vrmvrzsUM9259pJqFB48affZ { width:16.5rem;height:16.19825rem;top:9.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmOUUpV760hy8qiT2IxxxCsbdaAPmJJ3 { width:19.1875rem;height:6rem;top:3.875rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTWFVOOBR8bBhUIBEqiiCVtdlC66XLkU { width:20rem;height:29.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgT1hs8m0q61tRrF5rxRKRDN2ckBksHw { width:16.625rem;height:16.625rem;top:27.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGC4V0sB1ECZ5tJ5rQBON9Pz9ZfHTNi0 { width:1.875rem;height:2.3125rem;top:1.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW { display:block; }#Uy5AdPxACisbdcerGXbtEcvSrGM9KNPW > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCgvmM1oMQwJRp8aKT4claJFI5Co5FOs { width:20rem;height:5.09765625rem;top:12.3608125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeAsoT44DO433aeAdADTPU7QeADyZc0p { width:20rem;height:4.19921875rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMWsBJ8lUCwbbFGzlABP3FDB4paP9Q0w { width:1.875rem;height:2.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZXJ6hHzZt0P0USEbs4y880gHr86opw { width:20rem;height:3.3994125rem;top:26.62253125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZwp7G5tGIJegUXGEn8pUoOsxwbI9b9W { width:20rem;height:4.19921875rem;top:21.1733125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw42XUZP5XdOMTqaHpgTw3s2a6vEdRQn { width:1.875rem;height:1.875rem;top:17.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2ukBsco7Ky6GZcQ4iBg42wvoV9x2xu { width:20rem;height:5.09765625rem;top:40.28271484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6ib7vSIBR0o0LLmctT9FKJN6EP8zyn5 { width:19.3125rem;height:4.19921875rem;top:34.83349609375rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJKurm5MF7MpTnkaebrCHBILH2ERsKsP { width:1.6875rem;height:2.5625rem;top:31.39599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn2SfisNOXJHGyeT6PRBcHq915DHC57y { display:block; }#kn2SfisNOXJHGyeT6PRBcHq915DHC57y > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsNy6pEVuSSGsmIL6S4kS45cfeFw9Zhd { width:13.75rem;height:3rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTOPsyNEBzsv31UMMizWAU1tWTAmFvN { display:block; }
 }@media only screen and (max-width: 763px) { #Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 { display:block; }#Gne8NwyLwViaa1KFioJaRQnNoZ5ToIT5 > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BohJgECON9MB1FXn9WDDLLJ2DJyg9IuO { width:17.3125rem;height:7.19825rem;top:5.5625rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzD5hZUPLyDxymxxFDKpLOIHRvaKVI5h { width:3.75rem;height:1.4375rem;top:3.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxKWQPZ7OfhhTJzUMrCZJz66CSxy08Fe { width:20rem;height:6.75rem;top:14.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI { display:block; }#EhJ1bXXeb1i2Pb0TPML04D74t7I95MJI > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5UrtN9ATrLyny3my6M7qA7EkwtwiERC { width:20rem;height:49.2305rem;top:34.10302734375rem;left:0rem;font-size:1rem;display:block; }#P5UrtN9ATrLyny3my6M7qA7EkwtwiERC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f4b970a8-6753-4e0b-aafd-6c4958276d15/arrow.svg); }
 }@media only screen and (max-width: 763px) { #o2KeHFn3tFrZTrtKNCfcLyvWMXqhVTAT { width:9.75rem;height:10.25rem;top:1.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKJHP89OAILecZoCgloC60M48IDkdgtT { width:10.5625rem;height:9.875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbLsTsLap81A6KQvTaQqzlKhvZfU9KD { width:14.6875rem;height:9rem;top:21.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw5ZIvQp8brwaXFoFEECu67yf5UMoIg4 { width:13.75rem;height:15.375rem;top:0rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0KypaCAVmyWbgCUd6hLdBWwCnTKESNB { width:16.9375rem;height:25rem;top:5.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFADeG9uEFN3petl83Na2ILZmAsiMBf { display:block; }#uTFADeG9uEFN3petl83Na2ILZmAsiMBf > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHLs26rBZGQCF9foqXSZ8NTRKQN1MRI8 { width:20rem;height:25.4980625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppN5HWfBhEVKyEV7iAJDqZK76B8yFogd { width:11.375rem;height:3rem;top:31.7978515625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m47mZ8CoR9Tep52lpD6zshiyB78RhX0M { display:block; }
 }@media only screen and (max-width: 763px) { #CuglhsTz30fpCDFODQy72iT4xFDmIb8y { display:block; }#CuglhsTz30fpCDFODQy72iT4xFDmIb8y > .row .container { width:20rem;height:118.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMQbDn1g2qpWw049MCobRBNWVBbAvb9w { width:20rem;height:7.19825rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbDRCOBT2dnKodOXeLBp2xFgnT9d1yct { width:20rem;height:5.69824375rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuBSsOfMhl3wrqQI6K9LLaHgIHFxxzcr { width:3.75rem;height:1.4375rem;top:3.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fShXsXSTEhQhnvX35wCgufuxAFTSvw2e { width:18.5625rem;height:6.75rem;top:13.8125rem;left:0.71875rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #evU97ridIcOu1ZGaFdTxRQvRwBLzEhsX { width:16.875rem;height:5.736325rem;top:47.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiT1lGwmueH9GeTGgVe1R2B5eJpLvIE1 { width:20rem;height:20.6875rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB0odxRF9W2lQ2aJWa49SEE1gux8ZQMc { width:13.5625rem;height:2.54980625rem;top:43.75rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqUDi2wkzMTC5vTyvQwohQ1800IiCVZ9 { width:12.8125rem;height:12.8125rem;top:29.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbx5LnxuaU5X9cnySWJronPDDr5KSOBB { width:20rem;height:20.6875rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNofD9RCtaSsptkIhR7W61EmhoAF1OWp { width:13.5625rem;height:2.54980625rem;top:73.5rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkilcHiAiBeOxzK2T0ZwLUFg4vhKXQGq { width:12.8125rem;height:12.8125rem;top:59.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvxdT6JhH8MLgaUtqERUAqQLwiKLeIgh { width:16.875rem;height:5.736325rem;top:76.8125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkd5qkLOA2HbgDfmSU5FITAc7O1yN3s3 { width:20rem;height:21.4375rem;top:95.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUhSwSpl15gXz2wSsUGX7P3WICakREIF { width:12.8125rem;height:12.8125rem;top:88.9375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGuLunUQkOVSJHa33PrSshNNEXqQ2Asa { width:13.5625rem;height:2.54980625rem;top:103.4375rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCFU11WrvgvL62ePRr0u6CA2fzJTPol6 { width:16.875rem;height:7.6484375rem;top:106.875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p { display:block; }#SWI5sFFNGtMa8xBG6bvuabO3Q6A5zR7p > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xx4zwefbNJvOVJTkATvh7yIr1flnVwWG { width:20rem;height:18rem;top:2.375rem;left:0rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf { display:block; }#IIWiSRJRCdrM7JnLkuFczPWbzBrtgptf > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxBxSTxsFoZry9ZggVg5OhpzMXbO6OJo { width:18.125rem;height:11.472625rem;top:18.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhTFNIWmbDtNtzSSAoHRN5lViR2Xvbn { width:14.375rem;height:4.5rem;top:13rem;left:0.9375rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LW0KnZV1zKF46hCEyJhUpRdEyMi7uW8h { width:20rem;height:33.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3nBrR8Jke5MTzxJo9ENXgR94CeEcVTg { width:20rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa { width:16.3125rem;height:8.3125rem;top:1.5625rem;left:3.6875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9045a3a7-4a92-47ce-b97a-c4118482f206/rectangle_12911.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa.adaptive-delivery-prevent-bg, #R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa.lazyload, #R7nLEdkSwLA8lEprb5B6ClqoeKaL4ANa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pbMo4TFPVmGNgp1NTRafJ5ALtEoFrA4l { width:7.25rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ { display:block; }#KRL6i2UKOhVgn5UqsFJCTxGpqGELPsLQ > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzmSBki8v5bzUcMl4IziX4dT5aZB8pCs { width:18.125rem;height:11.472625rem;top:18.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8GWIBTbA82WErwlAWKhO3F4MmovKq9X { width:11.125rem;height:4.5rem;top:13rem;left:0.9375rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DCUiALQnyCnz6JDZssEWkiLmNz13dzEQ { width:20rem;height:31.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgmxmAZ6gsWRBbJQTwPvLsG0S8RXApUT { width:20rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI { width:16.3125rem;height:8.3125rem;top:1.5625rem;left:3.6875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6ad196b5-576e-4fa5-8415-ab78a66063d2/rectangle_12921.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI.adaptive-delivery-prevent-bg, #r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI.lazyload, #r6D2sTQmFHQ03oNyD40cEci1xTDWBzqI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MuJ9QfMGe2GFTHDp1kOTucdDMobMblGr { width:6.3125rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu { display:block; }#hsFBwQ4LS5SJBgw4iOcpxls2SR3mCDFu > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbtN8ftdI1rCuBkT4FOoaPFvmbi25zVb { width:18.125rem;height:11.472625rem;top:18.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzrmKRJ2nzz0qot9d94iXpFHRLAKyMoh { width:16.125rem;height:4.5rem;top:13rem;left:0.9375rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aSvUsuPHSHx2TxnCwa6FitBAGB7SEgai { width:20rem;height:31.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgokZnSHq7MLEhwhwvbl9RWlBWRowWR4 { width:20rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTicGUuyqhV8qq71rG8vesVTvARsPztp { width:16.3125rem;height:8.3125rem;top:1.53125rem;left:3.6875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bcbd0b49-9329-463e-bdc2-29d93a0eb8f5/rectangle_12931.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gTicGUuyqhV8qq71rG8vesVTvARsPztp.adaptive-delivery-prevent-bg, #gTicGUuyqhV8qq71rG8vesVTvARsPztp.lazyload, #gTicGUuyqhV8qq71rG8vesVTvARsPztp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MEsA6nHRwDuIhq3IvB6F9Q8EJ0cXNuOO { width:6.0625rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yStfJo36LLdhZebJ7fHVHDnernBMaq7i { display:block; }#yStfJo36LLdhZebJ7fHVHDnernBMaq7i > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPA3WWsWX5pNleoL7ZFFC1Wnp2VqwGKJ { width:18.125rem;height:13.38475rem;top:18.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFapn9k5d3y4ntaSkE56O2v0vFd9ryId { width:14.375rem;height:6.75rem;top:11.9375rem;left:0.9375rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q96S5PA49PJTQk9mL98FCcQpgnM5omWB { width:20rem;height:35.6875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBfVyPZOOVVfi2QT7oOae20sZWCi1lT8 { width:20rem;height:11.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM { width:16.3125rem;height:8.3125rem;top:2.03125rem;left:3.6875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dbcf8db6-65f6-4886-865a-5c7cafa8154a/strategy_concentrated_boy_girl_developing_chess_strategy_playing_board_game_sitting_together_11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM.adaptive-delivery-prevent-bg, #Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM.lazyload, #Zi9bwPW9t0gZsThVvaSUpbNH68BzW1oM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c0rtgv0kaeGMV8vQy5cyr0gigVRl1lrT { width:5.75rem;height:12.4375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT { display:block; }#abbJmeWh8n2WTkpAHJrEyoboAyJ4NyJT > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6QWBCJIxW2OzNBV4rwnt4qP6vzpiuBU { width:20rem;height:11.25rem;top:3.375rem;left:0rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 { display:block; }#u69sxbF8Iyr0Tz03JOkeSQfCCMRkwgp9 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Opv26UblaB5gp7R1g2mRBTrzh4iccNXg { width:12.375rem;height:8.496125rem;top:4.4375rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9rg0arqmw6bm45s9ZHsLShNo8knHt5D { width:20rem;height:13.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwFna7JLaVBJHF4s1Nbwe9aPgJE01WKS { width:5rem;height:5rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOVLX93tCt2KGCySaBEBmNnuzOOrGULQ { width:4rem;height:4rem;top:3.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsx6rM2mW8Kw3xkvMfehwKpVeIw9B6s { width:14.875rem;height:7.6484375rem;top:18.1875rem;left:5.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IEqf4LJAQ5g2f0rPRMFWZcGs3EBZAhAT { width:19.875rem;height:5rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLFWSBeliIMTFTZfeIxzU8oDIKFz4NWc { width:5rem;height:5rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #laI1HuVhq8pefx31OUOU7i4XAzua7BUT { width:4rem;height:4rem;top:18.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ca6bHIEh8s6SvvSzOqiiEqLKalsgGP { width:11.375rem;height:3rem;top:25.8359375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6h7VUHhM0DRPPtCQRwFF1dBImfVpUp { display:block; }
 }@media only screen and (max-width: 763px) { #hlwwNNC0toPs00TiSQx11s9qMBf0ydgA { width:9.375rem;height:9.375rem;top:29.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW { display:block; }#NOfKJG8z70V2dUWWaQyWwm9U5sXZp7yW > .row .container { width:20rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qe4T214PU8SEFIxxrf6R50VzJ4MPaiHT { width:20rem;height:2.3999rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FePhq0poFDtoT5HXgNJ2DK4Vh379q4be { width:3.75rem;height:1.4375rem;top:3.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM6PuyCHMzX7SHQiODrgEh3dALC5xoGq { width:20rem;height:6.75rem;top:9.5625rem;left:0rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bxGuFRn6FMVaJ2P1qXLiCQiE2xx2UuIT { width:20rem;height:45.625rem;top:18.8125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ascha4pJ2Qbw6rZ4EnpTvea0siAJ0uhK { width:16.0625rem;height:25.4980625rem;top:20.625rem;left:1.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHMyqZaDI69xZv4h5bE4NAMXmHKX7ycI { width:17.625rem;height:7.19825rem;top:48.498046875rem;left:1.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqDvo324agm9SaHtmLQwvxinmiObUXF { width:11.375rem;height:3rem;top:57.80908203125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohEFfcSEu1dibi7KWbT1uMCzz0veH7WC { display:block; }
 }@media only screen and (max-width: 763px) { #JZ0hi2pkx7IBsCH3ew9aac8o3DAPo9bs { width:18.9375rem;height:18rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNazWdgTQNDMc3M3Lwcg0OmuqTgoWOVo { width:19.3125rem;height:16.4375rem;top:62.99658203125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G { display:block; }#MOzkb3HTobo5vHdxIBehQuRvKLBhEk4G > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgGik3EULwsEvWic5ZP3SCyvS1LtAfty { width:17.1875rem;height:16.5rem;top:21.54980625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgRTBXyE4eaHdpe4nQPr8pF0M6lNMATT { width:16.5rem;height:16.5rem;top:41.0996125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27EonTh1CvLuyiqScZs5J8PT1msmrx9 { width:16.875rem;height:1.29980625rem;top:19rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBRCS7x76rryEaM1bkSGRARiGLwSOD6 { width:16.875rem;height:1.29980625rem;top:38.54980625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabCWwJXTToXhpMUHodIouSvIDWkGu87 { width:16.875rem;height:1.29980625rem;top:58.8496125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z55oq9yWogpZiTsp3wctVphvTloTDLNV { width:16.9375rem;height:16.5rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ { display:block; }#wTk46iRunDMz6AGPNPUQFQSSAr6w9aJQ > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7vCbVvEawXRZg612rakmBMrJFT6WysB { width:15.3125rem;height:2.54980625rem;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Deha1oIO5ifWCWBW4JWDEvbm12K72xUC { width:19.1875rem;height:5.09765625rem;top:8.2998046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V71uZF0mvR6XX6PflZUnTuZ6eSh73uLy { width:2.4375rem;height:2rem;top:1.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXe1TqwiGgSq4hAW1gbTTdcLfiJMLzrC { width:19.1875rem;height:6.796875rem;top:24.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldOPVQruag9CtHs6o8gb8g9rhQ22wNgk { width:15rem;height:4.19921875rem;top:19.3125rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT3Uwyd6RZfqmmlEcTTSDV9MJd3NFs1F { width:2.4375rem;height:2rem;top:16.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c88s7P116ZZUpXnbfguSSmuXgDbRLfOR { width:20rem;height:5.09765625rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kblfagv4WmwuA7ACgtRysLzJ3BGkPEiA { width:15.3125rem;height:4.19921875rem;top:37.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeyaBo9PbNapeiri5X712ru4FII4t9v9 { width:2.4375rem;height:2rem;top:34rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9agze8TKhZR8e1hTl8CNi1csIZTgwl { width:20rem;height:6.796875rem;top:60.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xJXZPZqGcXuXDGEc7AzkvZIsIVDBOe { width:15.3125rem;height:4.19921875rem;top:54.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZlR46tC1eJz4pkWoTAMcALwVpfaTTb { width:2.4375rem;height:2rem;top:51.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce48d4f1-4936-413b-b39f-1578d01ec17b/rectangle_1328.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ.adaptive-delivery-prevent-bg, #GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ.lazyload, #GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ.lazyloading { background-image: none; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container { background-color: transparent; background-image: none; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container > .video-iframe-container { display: none; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row > .video-iframe-container { display: none; }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .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); }#GK5kpbhKD5K0Ku69p9cqQZx3rzLtyAiQ > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn { display:block; }#HbkhwiLw5WTIkTsqE3cVNHuF0wUkugbn > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuQfVT1vaMBau1qAlxXWnP4NMW5kEnA3 { width:12.5rem;height:4.0625rem;top:3.125rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncyJ5LMzLpnXiDQTqzX5cQo0tobDoKEm { width:12rem;height:5.09765625rem;top:8.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmPR1V8OI8ny1NBCd58pT87M0VVFta50 { width:15.1875rem;height:6.796875rem;top:20.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUQsJqnGKJTyKrQb2GXyO4PTCFoETGSt { width:12.5rem;height:4.0625rem;top:15.1875rem;left:3.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srgrx9oHpaWiaKdJMUVBRCyXkPU4EGKn { width:13.8125rem;height:5.09765625rem;top:34.9375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNZW3RDafxA6TEb5lSqoT6zz5ruhdH42 { width:12.5rem;height:4.0625rem;top:29.625rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg3UX4l2k3fIJchizywaTZWedt6xRJvb { display:block; }#wg3UX4l2k3fIJchizywaTZWedt6xRJvb > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvvBwsHSHOBvS4SNLmX8HkxJNP0u78H7 { width:12.5rem;height:4.0625rem;top:3.125rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1u7iKFg5aVhUsZADt3By5tcJtsW3K9d { width:17.6875rem;height:5.09765625rem;top:8.1875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxWxtLtlKQaJi4w221HDmLpeu91Jcvo { width:18.6875rem;height:6.796875rem;top:20.3125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TJ9tpfPbOp6GUu9KK2ShC5bxhih9P4 { width:12.5rem;height:4.0625rem;top:15.1875rem;left:3.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzk391QcBfMsmd3UOaIblIJ5RFrBrlW7 { width:13.8125rem;height:0;top:34.375rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMFtUph4eP6IWR5NclJqiKbm7rRG535e { width:12.5rem;height:4.0625rem;top:29.0625rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLpRukb9uaZ8rtTHrRw9i2fMl2XfoTLP { width:18.875rem;height:8.49609375rem;top:34.25rem;left:0.5625rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #JWv42D7hF37fJcG2efOB6O1A5TDIpiOC { display:block; }#JWv42D7hF37fJcG2efOB6O1A5TDIpiOC > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCGIbBWgDEUmI0E0bQrXxo7yMMxT0prQ { width:9.375rem;height:0.25rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZLgslK85zwGEpET2eTSG9msflSFNP8C { width:9.375rem;height:0.25rem;top:0.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 { display:block; }#Nm5QW58wGzuymZEFIwS6xOnW9ahCQ2B6 > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQiuIqb1nPmm1UOOwFlpEIkT9Dyv2yzQ { width:20rem;height:24rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOfGMaei1gCELxozXJog75SaDfITB7G { width:17.3125rem;height:11.472625rem;top:4.84326171875rem;left:1.25rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #BANdCudM0Ja3ZfNozSlibVl9h5S5dPGh { width:5.25rem;height:4.1875rem;top:4.09375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf8qdue9eUdRPezVvO7fxmMgokCTylfw { width:16.625rem;height:5.09765625rem;top:16.96826171875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi71wGxfUfSDVQ6bOoOsQAf3cv5AqWTc { width:20rem;height:35.6875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSBniDiafPJvT5zJO3PBFi3Fe4ovn6OX { width:5.25rem;height:4.1875rem;top:28.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyk2MwMMyONU7tCBSslbCgDeFFX3Tm9 { width:17.5625rem;height:22.9453125rem;top:29.19580078125rem;left:1.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpDk106WWCaBZzZNiwI64SWcSBcVZ6e7 { width:11.8125rem;height:1.69970625rem;top:57.337890625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtBv4QzVUGEnL39w8Z2g1WnmTQHpQIV { width:5.125rem;height:5.125rem;top:55.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bb71e45-49cb-47b1-b8b2-1afea88ebe89/rectangle_1336.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv.adaptive-delivery-prevent-bg, #TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv.lazyload, #TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv.lazyloading { background-image: none; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container { background-color: transparent; background-image: none; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,77,0.9); }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container > .video-iframe-container { display: none; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,77,0.9); }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row > .video-iframe-container { display: none; }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .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); }#TqV0Ns0k9D2r7z4QZ4awdmRVO7LSLuTv > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwsKxqkTZxLIEK5xeG4ofqedbEcIuNx1 { width:20rem;height:4.798825rem;top:6.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkG20EbfrwgM60TgNPkNl2seoWEApmw3 { width:3.75rem;height:1.4375rem;top:3.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGVfGZIpMJeZUy2qe29eqgDvvOpveCo9 { width:17.875rem;height:11.8945rem;top:36.3125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1aO4X7dxOb7wOqmdgqfI61Ixd8mHAf2 { width:16.0625rem;height:14.625rem;top:19rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bowKzPMW38x1WDBb3FTBZ7ZRdPmzP5fU { width:17.5625rem;height:13.5rem;top:19.5625rem;left:1.59375rem;font-size:3.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #shzUlSPrfa8iLhhTgSEp9bCmLlssx8gi { width:11.375rem;height:3rem;top:27.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQGHrwSSqpT2dCxmRnOuSAPS4h3v4mz9 { display:block; }
 }@media only screen and (max-width: 763px) { #SX4cy6F0AotchdVLGDWbwPnPATelssGm { width:5.625rem;height:8.625rem;top:18rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vWtCV4zSDQEmTCW8pgqro2nPB9VaaAIQ { width:6rem;height:9.5rem;top:27.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ { display:block; }#Dync4iVwJRJuXQSvq9BInldHPE2NPcsJ > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GV4PPz1SFSJTDZXaFMVgdSAM5IlNvkIZ { width:20rem;height:7.79883125rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwnT071SyRozvtFUDmIcJ4eaNQeWqTDf { width:3.75rem;height:1.4375rem;top:3.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIiKsIrwtBeUWMa52H61N9l2v50nDwBa { display:block; }#dIiKsIrwtBeUWMa52H61N9l2v50nDwBa > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlhTEen2a2tSskpwuZ1PksyyTkFi7BnK { width:17.3125rem;height:4.19921875rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X8u9nEl7S0NeWWZEGg6NeqcVbvFFUehE { width:20rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha9N7OZHRf16FFfwQoT6Rtm4bR30gMdI { width:1.3125rem;height:0.875rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4WmISdbzvG76NeBgVQfo89s6cvsu9zr { display:block; }#y4WmISdbzvG76NeBgVQfo89s6cvsu9zr > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfIbUb30gaz2INq8huL3wx6foMV9DWw8 { width:20rem;height:25.640625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ { display:block; }#e9NvbnCp95VXomCKbfxDPUC5MKsVkpsJ > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qklBlQQWCpH4qTpkvHBhBknM2LTatT9u { width:17.3125rem;height:4.19921875rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Gi3Dingh8cM2TWONEFsItrvyNQIKQSHe { width:20rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddf6XvPedZptWA4cJITpNJvg6IVWId4M { width:1.3125rem;height:0.875rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 { display:block; }#KCCdSXmUZ8GvSSQcaiiFNzbTVUTF1s63 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPdRPHExWQDdcZNczkG1KJqyCTCpA39u { width:20rem;height:21.3671875rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK { display:block; }#qOT8VbLg6LkdQ4qSHkbc5LWy3pS9SCHK > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qybq6oSBxs5A388Jpw63UWlGSymiUeuR { width:17.3125rem;height:4.19921875rem;top:1.875rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C9A0bHHV1XxtZCLhUdqSyMPip8FWGvhP { width:20rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Arplb961bONiRXVJmArNwV8GCMxlPr { width:1.3125rem;height:0.875rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq { display:block; }#kDn7x1x5yqXIPJzOtqJ3pcJnoeqFEHLq > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrEWQOyhgPz5hVE6WBvaJ0LllLhc3S46 { width:20rem;height:17.09375rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF { display:block; }#MTni8y8MF8GnwS2B4sXS9eJ9yrzHEdPF > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPo8gg5KJUM8NBEO2UlCrANA64qlbb8l { width:17.3125rem;height:4.19921875rem;top:1.337890625rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QfW8Uk8WTun3ppslDsBUCOnbIrKTwEtM { width:20rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJdGtgUS7CvXgpJw3lBDJnHfnEwXDGSR { width:1.3125rem;height:0.875rem;top:2.40625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU { display:block; }#T1etsxn01PZl5DVWkOwFz95lnJ7ee5VU > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXQhdePdAQoy0ysbGSdIOnn35vPyTOnU { width:20rem;height:29.9140625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN { display:block; }#k2W6T3zsl2mFbEZ5CkHKl1dVIvU78KfN > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKqX2B1en26SWHSxaKUOTyOGr3hGqdI6 { width:20rem;height:5.19921875rem;top:3.244140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs { display:block; }#NdVJSEwdfUJGkkaU7TpSCcvhT92eXHVs > .row .container { width:20rem;height:162.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgv8GFv0uOrrrE3Z5R0FPXct8N0G9n9i { width:18.75rem;height:18.75rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9aUkSLRT5SfTHyqFKp2F6EqGiUDskDk { width:18.75rem;height:18.75rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqltWXdTURdZUqpdOuVsfJ9yVBQec8rP { width:18.75rem;height:18.75rem;top:38.75rem;left:0.625rem;background-color:#1d254d;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) { #VHI7CcvcLZ8Xz4VGvbZL7LX554Wzl6FV { width:15.3125rem;height:5.736325rem;top:7.8125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TID6N31Pgt8vBJwN35xF6Fdil0EuchD8 { width:15.3125rem;height:11.472625rem;top:42.3125rem;left:2.375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O1kpTpTBK0n3mBJcrSpx2pO8pgtzITsb { width:18.75rem;height:18.75rem;top:57.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utv1CBGNKBsqtPL006DENtsA6RUOLuC9 { width:18.75rem;height:18.75rem;top:76.0625rem;left:0.625rem;background-color:#ffffff;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) { #fl6NKkqd4qnHC9J8dpXckZBWCwO8aTMQ { width:15.3125rem;height:11.472625rem;top:79.6875rem;left:2.375rem;font-size:1.125rem;color:#1d254d;display:block; }
 }@media only screen and (max-width: 763px) { #czkxaJ32auf9rDZl8SAyGOaTpHzP8fqD { width:18.75rem;height:18.75rem;top:113.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut4CbrcWrmln4CXfBHqvpaIKLKT5JCaf { width:15.3125rem;height:5.736325rem;top:119.9375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIenWUnf4dDUwL6tyVz2gk7OMaBw7XmG { width:18.75rem;height:18.75rem;top:94.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knTbCTeMebuxL9m7FICoTX7l8bLJ9Clc { width:18.75rem;height:18.75rem;top:132.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f86nCDhSGxtwo8B0VMawTBZQdE5RM1Ko { width:12.9375rem;height:11rem;top:141.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgwvwCBiwIifQA4WRbh9VrqP4KcXg1TV { width:13rem;height:11.125rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf { display:block; }#BXvqPxQ4wDWhpvCOIe2ziWoBtTHUUvGf > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yERlAxBxhFxfsavPlsSv0KuuG2Huh0V5 { width:18.125rem;height:18.125rem;top:39.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9rqzaw75Xnp0qGrk6NmF6Aqu08V8XTA { width:20rem;height:4.875rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-text {padding-top: 0; padding-bottom: 0;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-select {padding-top: 0; padding-bottom: 0;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri  { width:17.5rem;height:auto;top:8.4375rem;left:0rem;background-color:transparent;background-image:none; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri {display:block;}#iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri { width:17.5rem;height:auto;top:8.4375rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #EGA4W4Cc53gOH0GUHOutJPAZtyZnK1Sb {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #gf1VugK3OBXFnm67va6dHVX8rlT1Hhkv {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #g8KSfvH9RLe2g4b4VxazIyo8OFNeeodt {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #vWHsw5F9O3Gv0JNnprJx2KKw4T13SBF6 {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #dcMW14hqUCIzoeh8PcVoxTLF5mt7JZRN {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #JEKOh8UsIfIkvIaaZK6LT23QZP34Tbhl {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #hKNrZDOy7VcXCT5Ru2LvLTqCkdM0eSa8 {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #AO1twpC2zqhKsANCsWKzDrssg18umtTt {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #ce3QrCWcNCBCOJ79HpOu2N9d4ysk4fcX {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #HHDDT9THLBfHyFfN3ShohZ6JdUXRC2cP {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #cR9sviNb1ZuCIT30lP9F0TKnqTqdLqKV {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #D9gcsJzcBVgFcwDBTybUcmlV4EHgBwkN {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #y94oz6FA5imiSXy8Cp2T4LyaGFFFwkGF {  }
 }@media only screen and (max-width: 763px) { #iiTaByheMsQxeTMOzxNSJFDo3zFL1Eri #VXVtU27S2G2cuZXnIgkpIypmToRQUFRL {  }
 }@media only screen and (max-width: 763px) { #smZ09hvzwb8KKMSIB9S2PTxzkFn6iPHK { width:12.5rem;height:0.125rem;top:6.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC { display:block; }#RbGtho7z2fRCD7Io7ydvHFrxvQOM3xaC > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }