.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:187,175,249;--color-primary-1:122,98,243;--color-primary-2:92,74,182;--color-primary-3:61,49,121;--color-primary-4:31,24,61;--color-secondary-0:198,195,209;--color-secondary-1:151,149,164;--color-secondary-2:105,102,118;--color-secondary-3:56,53,72;--color-secondary-4:28,27,36;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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:#ffffff;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); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { background-color: transparent; background-image: none; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container > .video-iframe-container { display: none; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row > .video-iframe-container { display: none; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .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); }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { border-width: 0; border-radius: 0; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { font-size:0.875rem;font-family:comfortaa;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#XmfcZqVTyZIXvNZO6yMaATZpWN59h0T8 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.07421875rem;left:22.625rem;height:1.9121125rem;font-style:normal;display:block; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.4375rem;height:3.6777375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.19140625rem;left:0rem;z-index:15032; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #cG8yPgNcNgd07oOiEcgcpHhP7pMkZtZi { display:flex;position:relative;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #G1CEzhDH6uPdS00g3cmJGRArxOZIL97q { width:auto; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #fahKsXPSEfvUPCVXSsLAaZwCdTG4riBx {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #KDh5QuJ7kgTxNXaVq1pzwWZ4XV2CTTqc { display:flex;position:relative;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #E6xDgJW6IHOT2xo4qZ9UIdJEdBK4KWmR {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #d8PvTFiZfUlRlxtfpMrhUByr7pAlMkCu {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #tvOtrvVhXlU8cywUJFd90FRX8DDf6bv1 { display:flex;position:relative;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #TU2DTzFT3FOxm3fOrsvrgCUSNGsy53rP {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #iQ3Xrvla0lyVoEi87GSBE9pTdhaVmTQy {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #L7nenx9qW8suD3NphrpKZqSXmcxFFN0g { display:flex;position:relative;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #drlpWOcrMI1VulqV7u1oig78LHHrhNEB {  }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #s6hBNeQRd8Fop9lSGLGvfwSedE9keQWp {  }
#TR45wXFx67TDDfG17fdK8TfyiaACUh9a { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { background-color: transparent; background-image: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .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); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { border-width: 0; border-radius: 0; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { font-size:0.875rem;font-family:comfortaa;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { 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:1.875rem;width:8.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { 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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvUIshKtevDcDSa7c68bTFiqynIfuP61 { 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-primary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:25.625rem;display:block; }
#T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { 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-primary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:33.6875rem;display:block; }
#DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { 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-primary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:41.75rem;display:block; }
#u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { 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-primary-1),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:52.9375rem;display:block; }
#fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/tech-it-services_1920x1080_2.avif");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; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW.adaptive-delivery-prevent-bg, #aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW.lazyload, #aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW.lazyloading { background-image: none; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { background-color: transparent; background-image: none; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container > .video-iframe-container { display: none; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row > .video-iframe-container { display: none; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .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); }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { border-width: 0; border-radius: 0; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW::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; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#iZ6H2Q2hLkPLVHkHv6975pSzgrXxk58C { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:8.375rem;left:45rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eEgQMGT1t0U8b8ywhJRqM6uXwRO3asal { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:10.5rem;left:45rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-form-header {  }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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: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:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .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; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-container:first-of-type{padding-top:0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-container:last-of-type{padding-bottom:0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.787109375rem;left:43.75rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu {display:block;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.787109375rem;left:43.75rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #qpItcofeSaW9ZSM96tgAd1WiFSwz7T6Z { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Hx8EWQsO8f3F2012cZswXPeeWMlr8xfH { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yKCGco6Ui2WVNOTG2WWUa7cFCyahFtTT { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #ZlFAb0mR61LJPnnmKpOEq7cm5DWgNvyR { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #a6qnULQFEQBUaeoahKms9GHpTpGcDPEJ { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yyBwkeapd2TE77dQqLVntRavconCTkh3 { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #aRXdqgAiUMqI5Sy21mDDUBtOxnuKTSXS { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #QTcR3yTTnQiWiDCO0l7PvuCN8oPpcQky { position:relative;display:block; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #eiFphOhgUkWTvzgSWos35TrWyFeXubcS { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Vl7EL9cSo3kmWLE4UyRDtwiqDy5f6y3d { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Q20JImSgmsPt0l27DeuSaQwr1UiLcTe7 { position:relative;z-index:2; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #JxDWpcv2r4KRZQeRvDXbymuBxyMxQeU0 { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #XHdDpBe9AIDQOhhbcDkSV5tsITVWemPy { position:relative; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #g7z8B7KtA3gm6IIusR7TvfZkIwyLQ5T2 { position:relative; }
#XVMRMksyXMI9A0iIoFbWxt5EgralSg4e { position:absolute;display:block;z-index:15029;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:40.625rem;width:35rem;top:4.3125rem;left:40rem;display:block; }
#HMZP6eClOK48sCvuzLT9PN4e4fnJ6ILr { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:27.5rem;left:0rem;height:1.69921875rem;display:block; }
#IoKCx54F4SZmTDefcBH5AQtIZ8eCEgI6 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.125rem;left:0rem;height:9.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vLdQTTwCD0Lx1mKTm1ydozUfqhOAlSId { 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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.375rem;left:0rem;display:block; }
#Afq3ICUPX9xKKeE19QOzhaSEtyGK3IFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHLWR7SXVGNlT3w5ruuHy1IS49UTAimn { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#rFzZXTHGhhZrIUAWqCZvc8LMAP04JHtm { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#V9FPcvzr71VJrhfL4Ci2qJrTUTJ2fBGO { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#UxHo2GDwb7ZMAxyRoSbug9g8sFRqSJpL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#kc8vb0ILBcuUWguS3qS7AnZIdkqsQgkx { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:63.625rem;display:block; }
#ZvRadUKm1yK4fwerBVpXG3LtT3fami0N { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:66rem;display:block; }
#aPgwp4OWDoykb78ui2ul5KC0zwbm4XsP { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:68.375rem;display:block; }
#GpFv8EBvH1Q7hgmNMbPPftcqBTEKTquU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:18.75rem;left:70.75rem;display:block; }
#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { background-color: transparent; background-image: none; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container > .video-iframe-container { display: none; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row > .video-iframe-container { display: none; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .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); }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { border-width: 0; border-radius: 0; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { font-size:0.875rem;font-family:comfortaa;height:55.625rem;width:75rem;position:relative;display:block; }#eAMVGnHLdHkMWUC7JtZnoUOWTdLeMmul { color:rgba(var(--color-primary-1),1);display:block;width:39.375rem;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:6.25rem;left:0rem;height:1.69921875rem;font-style:normal;display:block; }
#dCKhZDuFHhWWfTne38ZJ3vfs0EQwWCTo { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.94921875rem;left:0rem;height:3.67480625rem;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; }
#EtuZVrRdpdWBXD9fiJs4H3CbR630X3O6 { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:13.525390625rem;left:0rem;height:6.796875rem;display:block; }
#WPR24oVl0USJSkpBymMUlTdWTt1dNeeN { 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:21.875rem;width:21.875rem;top:26.875rem;left:0rem;overflow:hidden;display:block; }
#wn5MAwyGK9tlx5vdzlvILcfmKeoHqpmA { 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:21.875rem;width:21.875rem;top:26.875rem;left:21.875rem;overflow:hidden;display:block; }
#ui8eJdlXsFwNCcuhlx8X6ZvuXycmwyNc { 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:31.25rem;width:31.25rem;top:8.025390625rem;left:43.75rem;overflow:hidden;display:block; }
#Q6FNwqX3S9f38JAumfJ0KmhSh75TT273 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#nbOtfJmoDwolpvc1r1L7mVt6nNX2PoaV { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#fiCE69RoDCezJfU4yla74ozTSMDRi0OI { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#PvUTzaG7fEwozxSKicWzdVsUAdPEbJu5 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/tech-it-services_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.adaptive-delivery-prevent-bg, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyload, #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ.lazyloading { background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { background-color: transparent; background-image: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { display: none; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .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); }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { border-width: 0; border-radius: 0; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ::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; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { font-size:0.875rem;font-family:comfortaa;height:40rem;width:75rem;position:relative;display:block; }#tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);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;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#TCfL8dT2spMiPW8cubpU11pCDKZc4Typ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#kW1F2tSktThkanCRl90WSCMDGvstQqxr { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:3.3984375rem;font-style:normal;display:block; }
#eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxBHsFL2h86DSlsMticR7UCPxEXek4ml { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#drphAeehZkiiodr3icBets7NATbgWcbl { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);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;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:3.3984375rem;font-style:normal;display:block; }
#lU8qH6qlqT3rDIPynEsE6O2VdwITcXi1 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.23046875rem;font-style:normal;display:block; }
#etCfDpgRHqtxN3w0P29walxAa1KcCRLy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);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;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:3.3984375rem;font-style:normal;display:block; }
#hAtpDsiBdHyCmKG5tH6E1CwItE0LyOTT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#vtdxT0krSB7eoPiE2ZgCAlOPTtoldU0r { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/tech-it-services_1920x1080_3.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.adaptive-delivery-prevent-bg, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyload, #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw.lazyloading { background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { background-color: transparent; background-image: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { display: none; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .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); }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { border-width: 0; border-radius: 0; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw::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; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { font-size:0.875rem;font-family:comfortaa;height:41.875rem;width:75rem;position:relative;display:block; }#zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);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;height:20rem;width:75rem;top:14.75rem;left:0rem;display:block; }
#VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:5.09765625rem;font-style:normal;display:block; }
#ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:20.625rem;height:5.09765625rem;font-style:normal;display:block; }
#WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:20.625rem;height:2.54980625rem;font-style:normal;display:block; }
#d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:20.625rem; }
#tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:58.125rem;height:3.3984375rem;font-style:normal;display:block; }
#Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:58.125rem;height:2.54980625rem;font-style:normal;display:block; }
#CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:58.125rem; }
#Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:39.375rem;height:5.09765625rem;font-style:normal;display:block; }
#M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:39.375rem;height:2.54980625rem;font-style:normal;display:block; }
#FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:39.375rem; }
#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { background-color: transparent; background-image: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container > .video-iframe-container { display: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container { display: none; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .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); }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { border-width: 0; border-radius: 0; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { font-size:0.875rem;font-family:comfortaa;height:56.25rem;width:75rem;position:relative;display:block; }#NCToeFhp1030trKdVNEpfw51wMx4SM1M { color:rgba(var(--color-primary-1),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:19.375rem;left:4.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.0625rem;left:4.0625rem;height:9.099625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/tech-it-services_1920x1080_1.avif");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:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.adaptive-delivery-prevent-bg, #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.lazyload, #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc.lazyloading { background-image: none; }
#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:34.7119140625rem;left:4.0625rem;height:1.69921875rem;display:block; }
#ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:37.5rem;top:0rem;left:37.5rem;display:block; }
#isTB2kTsL6aEnvfAPDGDLw2sSBrH9tJw { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.5625rem;left:40rem; }
#GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:7.625rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#nQiK2l62AgoPGOJNZkiI6oDm4GKAFxIU { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:10.8125rem;left:40rem;height:1.69921875rem;font-style:normal;display:block; }
#Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#MuFuGscCXHE2tyXU0SyvLil4KeKbk8bq { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:29.5625rem;left:40rem;height:1.69921875rem;font-style:normal;display:block; }
#MVPJUIHP6TLQhHNOx4o7BewckShFFryZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.3125rem;left:40rem; }
#GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:26.375rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#sThwqz094n5Fbkfg6AsilPFI0GODTps1 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:37.5rem;top:37.5rem;left:37.5rem;display:block; }
#qltzbAVZz0aDZw0HT88e3pNHRHbS8iqK { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:48.3125rem;left:40rem;height:1.69921875rem;font-style:normal;display:block; }
#XEGNk5IyldV14oLBHQ4Rr1UeP05cWHPT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42.0625rem;left:40rem; }
#SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:45.125rem;left:40rem;height:2.54980625rem;font-style:normal;display:block; }
#eluF375gC6CHxWCkT79Gm6Q381dJzBTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row .container { background-color: transparent; background-image: none; }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row .container > .video-iframe-container { display: none; }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row > .video-iframe-container { display: none; }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .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); }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row .container { border-width: 0; border-radius: 0; }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#v1s9eMbnzyThhDWSb36rch7dqXKsnJTE { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:17.375rem;left:41.25rem;height:7.349625rem;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; }
#S8hHqCttCsnkE91kVAoiEdt1mvHxvmAI { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:26.625rem;left:41.25rem;height:1.69921875rem;display:block; }
#ys3b6JGVT5TioLFc603SKrct29QvUiXT { 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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.9375rem;left:41.25rem;display:block; }
#C9Iiry0k1CSbSREcOeJnDv2LAynID5u5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sH0ZXJ5bzT3GrLe4Q42krXgGiWSwusUZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#doDzmTmOE8TX37ZiTmNoPCV9PspVnc2V { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#EX3GxOuT0poIbnEoAzW8uRJ4b8S5cN28 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#QW0P1XIOUS7bse3Cmw8DQsk0k1Bzr4cZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#NMTGDnZT0GnEecMfCPnQSQAFUy9zvBmg { position:absolute;display:block;z-index:15024;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.875rem;width:12.5rem;top:14.3125rem;left:41.25rem;display:block; }
#kex2Lw5POabWp65bSoiN7R1ocALSGTol { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:14.375rem;left:42.5625rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmEFv7AC2wUhaz4aMrDZmv8pDA6kzdqN { position:absolute;display:block;z-index:15029;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.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xhA6It3a0dpaJecPnP1gSCilJFVUCtoR { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:37.5rem;left:0rem;overflow:hidden;display:block; }
#RA5Ulm3kBXlzQd19AR6uJezcC5IJXUHW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:37.5rem;left:18.75rem;overflow:hidden;display:block; }
#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row .container { background-color: transparent; background-image: none; }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row .container > .video-iframe-container { display: none; }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row > .video-iframe-container { display: none; }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .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); }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row .container { border-width: 0; border-radius: 0; }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row .container { font-size:0.875rem;font-family:comfortaa;height:40rem;width:75rem;position:relative;display:block; }#D1mVGK9ymEffbVxiJmnFQiZ2V1TU4mot { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));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;height:16.25rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#uoHvPnbThWBQ1P0up16r03LNa0eQ50mz { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#I25wWDwTlWQKw6K0AwFDs7NVa4cEsKNT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#iXtRq1UIBm6BsSphg6062XaNTXPTMtN3 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:3.3984375rem;font-style:normal;display:block; }
#MXwDnxedxzhUPwVn86ZNLmbLJMei2m2W { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));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;height:16.25rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#qUxb8TzxG2cC3tVdAtaraLi2MRDgzz4D { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:3.3984375rem;font-style:normal;display:block; }
#z3rOZKxEnRzwCxVenwfxgf38S2SB4uR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.54980625rem;font-style:normal;display:block; }
#e0a9nmbLzXl1G8xx9oMMSMUKyg2biqrU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#HTcrUhT41c4WSCHEStWHLwx1FmadIRG4 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));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;height:16.25rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#HwXTM1G0Lpldq4uuzBFlJWVOFsTM2VmF { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:3.3984375rem;font-style:normal;display:block; }
#r74yDPxIUO8f2QeCaOXzoyzoun3AH36I { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#vhKDDx8w89tnhsksiGa8KbbvQ09G1MAJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#EphFiEVFzqTvneVkF6kDleE8ShcFBXnz { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhZvJ7x6XroQqXDZppDoiRLpiz5nzzC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#He2wRXHiTDnEddKSgGyBFgxrdNVJ9fGS { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#ek4yXUqpy8MXQIbDRf0XT1fyWqL31366 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#L1m8WLGNoZN6mRpV3DxyvNXdOemqmPdf { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#Ehm2X2riBTh9zaUBeZDxt31NFVNqvTlz { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row .container { background-color: transparent; background-image: none; }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row .container > .video-iframe-container { display: none; }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row > .video-iframe-container { display: none; }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .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); }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row .container { border-width: 0; border-radius: 0; }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row .container { font-size:0.875rem;font-family:comfortaa;height:50rem;width:75rem;position:relative;display:block; }#tZnNfEMCb1oiTLSKU6ts9tVnl9kkQva1 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.0625rem;width:37.5rem;top:8.25rem;left:37.5rem;display:block; }
#LIVxx8VgtsFaXiMirW4H0Jnvicr4I8Em { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:16.5625rem;left:0rem;height:6.2988125rem;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; }
#VmNDfbhUqDkiBwwCT1D6aPNHG3lw9SNX { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:25.8125rem;left:0rem;height:3.3984375rem;display:block; }
#NDIw7ioeIgL0KTb5KlbESDOTotpeST9R { 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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.8125rem;left:0rem;display:block; }
#D63fZhoaE1Nz2Fb5L8LIG0eFyrAXVMn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xrTKTgSz8pzhlUvwnqNyw3srQMAgtT4g { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#d8BZMWBvfcvdToVJNpMvMHPJgdFEnzkQ { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#xmvaI99Csgp9ZRqLUTCoUE13t4G0Z1di { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#zh2XCyzAE5UhQztMZAt4541e5t1mZQ1M { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#EMc8l3KLOG9gW4aqFPf4B3OKW7HNAKIH { 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:11.5625rem;width:18.8125rem;top:29.3125rem;left:37.5rem;overflow:hidden;display:block; }
#OIuvEFL7UtGBCuTVPraLJQlFu6w8TMvX { 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:11.625rem;width:18.9375rem;top:29.3125rem;left:56.25rem;overflow:hidden;display:block; }
#yXitZKC87CMa64n6FlHTGg9oHOXGqbIs { position:absolute;display:block;z-index:15024;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.875rem;width:12.5rem;top:13.5rem;left:0rem;display:block; }
#GeiEmZm5cUP6JGTFLiDbs9hUPFJ8ndBg { color:rgba(var(--color-primary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:13.5625rem;left:1.3125rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/tech-it-services_1920x1080_4.avif");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; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.adaptive-delivery-prevent-bg, #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.lazyload, #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA.lazyloading { background-image: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { background-color: transparent; background-image: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container > .video-iframe-container { display: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container { display: none; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .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); }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { border-width: 0; border-radius: 0; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA::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; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { font-size:0.875rem;font-family:comfortaa;height:37.5rem;width:75rem;position:relative;display:block; }#mtgHxCQZG0zbtmpDd4uSuZr0wRm0sJMA { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.900390625rem;left:10rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.5rem;left:31.125rem;display:block; }
#zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { position:absolute;display:block;z-index:15001;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:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row .container { background-color: transparent; background-image: none; }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row .container > .video-iframe-container { display: none; }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row > .video-iframe-container { display: none; }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .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); }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row .container { border-width: 0; border-radius: 0; }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row .container { font-size:0.875rem;font-family:comfortaa;height:67.6875rem;width:75rem;position:relative;display:block; }#SfWfVqJBk1OU9mM5ipulKLBTICC8gB0Z { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2vnyT23uUNXwJ7h8sDv2bDCTpgM2ZGK { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ch6ZpVAWT1ahESVdOO7AbFdkz9slimX3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:17.9375rem;left:3.75rem;overflow:hidden;display:block; }
#DRuLaLeuA9GX1ZemMxmlUZ4bFyfTWTnd { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:33.6875rem;left:8.125rem; }
#OIKiOQ6sFtedQ1DHhI3es8VpeQTaZTLh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:27.3125rem;left:3.75rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#k9I6uzohFfIZ0VXeTe0ki0kZ8pGhI8zU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33.6875rem;left:3.75rem; }
#gnoEFyOdd3yk2qnEH3wvHvPJ3MspSGqR { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:33.6875rem;left:5.875rem; }
#t5zkxc92rS4FuaFgyN7ny14HiDlF2zCA { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:22.125rem;left:13.125rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#JsK56K52oxBEaFM9LNEurvdlKqMDfmIA { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:19.5625rem;left:13.125rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#rI3cuBkDxXh0LC33Si8Hibnn9EHSgix0 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:34.375rem;top:16.125rem;left:1.875rem;display:block; }
#VHzBPtsQiSNeSowIN3Mzk8RvmiU1ub6u { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:34.375rem;top:16.125rem;left:38.75rem;display:block; }
#X8HmaO0PSFR8WGWscEImAVpUUmftl5K4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:27.3125rem;left:40.625rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#Br55F9TrTcUXQhzWA6LQ7CF2I0UDQlDP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:17.9375rem;left:40.625rem;overflow:hidden;display:block; }
#LsSzrUOVx3iNnwF6HWFtdpbqSzzxNsmh { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:22.125rem;left:50rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#usbsqgSqA9JSiUstHiHkAK9Pa9hkf0DT { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:19.5625rem;left:50rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#CaqDpZWEJfpgWE8kowWUNaXgdDHPfTnJ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:33.6875rem;left:45rem; }
#Kpn4gQa2uPNoyVhHH5sCNrtJksz1aItz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:33.6875rem;left:42.75rem; }
#xR3TD2TpNy76z5ZfZR3EZJCPhdzaa1lq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33.6875rem;left:40.625rem; }
#xHZ2LXMloancLMROgcgP7dp1H74nqU9g { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(52deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(52deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(52deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(52deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(52deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:34.375rem;top:39.875rem;left:1.875rem;display:block; }
#M59NHVdtLXDcCS3dPIByvLNrVIPTVNfL { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:51.0625rem;left:3.75rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#l3UPQTJJFnqgDBZu6vFu9p9x7lJTrzBv { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:41.6875rem;left:3.75rem;overflow:hidden;display:block; }
#xfB1S6ur27i0LmTgG8x1BoCpZT9JVi3T { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:57.4375rem;left:8.125rem; }
#pVC08GEGiA0WohPNg6M1rqbxFAzOz5tA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:57.4375rem;left:3.75rem; }
#dEz8KHqJp3xGrdPnF5wk13PlqLm1gFJb { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:57.4375rem;left:5.875rem; }
#KOotcwX5Z9wuN3E57qIpWxg2utGwse5U { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:45.875rem;left:13.125rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#M39nl3hkWAZs8awFcimaWh12gwRbeRCO { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:43.3125rem;left:13.125rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#xMlsG6gXn39pzvt7pLGHMtym9wTRpnIp { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(125deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(125deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(125deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(125deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(125deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:34.375rem;top:39.875rem;left:38.75rem;display:block; }
#mNDZX3zZPK3Xrua9cNTsUITwNOGeqG7D { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:51.0625rem;left:40.625rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#atHXlCEN5rfXGTZGDBGXR6bdWrixpstw { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:41.6875rem;left:40.625rem;overflow:hidden;display:block; }
#AMfi1Ry8WuS2814C2mfKtr91C974u0mc { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:45.875rem;left:50rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#wsfylgrcP597tAnOKWkaLs0WptGcI4x2 { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:43.3125rem;left:50rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#Dt2IfXHbq7ew6eL3yBS4cDCv0N6VT23V { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:57.4375rem;left:45rem; }
#zq1bH376dFdlWu1D7wtTeq53QyriWRUo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:57.4375rem;left:42.75rem; }
#SQB5AQTIfiQb7F6Xp9TaHJhDxV5m7eR6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:57.4375rem;left:40.625rem; }
#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { background-color: transparent; background-image: none; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container > .video-iframe-container { display: none; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row > .video-iframe-container { display: none; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .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); }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { border-width: 0; border-radius: 0; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { font-size:0.875rem;font-family:comfortaa;height:48.375rem;width:75rem;position:relative;display:block; }#mSsv2crlHgwpT2hdbAeFJCHTf5I1NRew { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:0rem;display:block; }
#f1fmgWoDFLbW7GBAT1WWnoIkuWMfpVH4 { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:1.875rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TRpam4C0pgI1um0LfVNWPwBENZrGE9hu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:27.6875rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#t3dr2x2kJEli3wtlHVGFwGVJNngHXTHf { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:32.63671875rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#RP2x0hNgp5837hvA3FJ0OTE32N9Nyx38 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:19.375rem;display:block; }
#KVz7hbP87DP05ZR0XXwRgGnnrhw0grrP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:27.6875rem;left:19.375rem;height:2.54980625rem;font-style:normal;display:block; }
#VXQ4Dsvt8tII2ZN5Bc1vHFbRtnzrC4B6 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:32.63671875rem;left:19.375rem;height:3.3984375rem;font-style:normal;display:block; }
#TD9UiHtpQT27ce5uTWg8bEgS4QcK29JS { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:21.25rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z2QUiTcRWoQQ5H1S3vVbvZb0SSggh0JX { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:32.63671875rem;left:38.75rem;height:1.69921875rem;font-style:normal;display:block; }
#BiX6IAyAi6c5QBLHCfHl1AayFIrdaSd5 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:32.63671875rem;left:58.125rem;height:3.3984375rem;font-style:normal;display:block; }
#wrkiXfhtrDC2loLm9LTQDo598XPLKa5q { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:38.75rem;display:block; }
#TsTH3f83vvNat0CitI4w9anJQoGEI7TD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:27.6875rem;left:38.75rem;height:2.54980625rem;font-style:normal;display:block; }
#GTDMLVx4LsxWeQN0eQZTMKTpq6v7L28N { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:58.125rem;display:block; }
#KaXXeCBzQ3B3XQOSQNGsRfFnMPpGNATt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:27.6875rem;left:58.125rem;height:2.54980625rem;font-style:normal;display:block; }
#BtEfTur5EIvDTTs4U3W3HHUhWE6ZOg6s { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:40.625rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uVHW6Xt4PdBs4errrsg6wiPgtwTD9uDW { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:60rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VIxOAMsPioSdA4AtPL7E5oS14frOVA3n { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbDNnTGIsdLDF8Mq3z4fc1SoK0ZUvpXR { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nzmThTbQSyNRD55mFxPmGuNvWZ1TgOAi { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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.5rem;width:12.5rem;top:22.25rem;left:8.125rem;display:block; }
#d3HRE1UF24oMWenKNQmsEeAK98HmGuKd { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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.5rem;width:12.5rem;top:22.25rem;left:27.5rem;display:block; }
#DATI2JFKR91XMBGKCMPw5dmQgcsTti54 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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.5rem;width:12.5rem;top:22.25rem;left:46.875rem;display:block; }
#czH5BkmBNAZUOPK20KTR4USnKgQPolaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row .container { background-color: transparent; background-image: none; }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row .container > .video-iframe-container { display: none; }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row > .video-iframe-container { display: none; }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .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); }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row .container { border-width: 0; border-radius: 0; }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row .container { font-size:0.875rem;font-family:comfortaa;height:51.25rem;width:75rem;position:relative;display:block; }#QEalhRnyUm7i0pbzrl8Pxcl45T287A6d { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lw7rav2zVPGVzvDvx2rTZi6KToCPIv1K { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.9375rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DhVnFf5qtT6yE7nNJatoxfzy73wMftXw { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(276deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:29.0625rem;width:37.5rem;top:15.375rem;left:18.75rem;display:block; }
#tmolxX62fBpswp7izfgouSdzOMQlLMwE { color:rgba(var(--color-primary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:17.25rem;left:20.625rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2wk7EavvX7kRnEDcD9i7wK7v2C2x2bc { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:19.1875rem;left:22.1875rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M4FrmtA0MxgMJENUv55TVNJDAOHFZQOV { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:25.3125rem;left:20.625rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gE5wRT4UTrDTxaTiSsrTMXdVPuOnT47J { position:absolute;display:block;z-index:15049;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:0.0625rem;width:33.75rem;top:30.25rem;left:20.625rem;display:block; }
#ttXLLeldC4Q3I5gnmyHykMzpft915wMF { 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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.6875rem;left:20.625rem;display:block; }
#RSskEdQKgSqtEl4WWxzT7Th7gpOwFwOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKSClJmPElzi273qAWESRG4rOg72DQJV { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:20.3125rem;left:20.625rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GSzZU9DROVSk7ofQvzONMfwLLSDttIHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:31.875rem;left:20.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }#GSzZU9DROVSk7ofQvzONMfwLLSDttIHQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GSzZU9DROVSk7ofQvzONMfwLLSDttIHQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26fb69c5d18a92635ec72b7f876e9180fd67c229.svg); }
#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { background-color: transparent; background-image: none; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container > .video-iframe-container { display: none; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row > .video-iframe-container { display: none; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .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); }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { border-width: 0; border-radius: 0; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { font-size:0.875rem;font-family:comfortaa;height:20rem;width:75rem;position:relative;display:block; }#AUXBLNpsy71hZkoHCgAAaBkubGwKXMCD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G8FBSGST7RzluWHebAFNt3MHDbd5SeHV { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#pgLl4lNp7hg1lf9O6nP3c6lJTCNdn5LP { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#O4o56TE2dE8zHTbTMlvUT0UQJ3Eftt4h { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:2.54980625rem;font-style:normal;display:block; }
#aZWLo2Aa7oDX4b7A11mmPS74UsfE5z7z { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RD1lgb5TC1JIzzkQV5HKEAbeKT7cEF7w { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#IQTbG8KXnGXrvnpOXTQmKJcemZWMEduz { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:2.54980625rem;font-style:normal;display:block; }
#oqHq6iN8WTQd3BG3PTqZDxdDq2T13H3G { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uJfqZz3R34MMXAnlDmn9RqGQq78FW8D4 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#uXTPOr7uETPHRnx9uFyLWnkUTm50HeRb { color:rgba(var(--color-primary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:2.54980625rem;font-style:normal;display:block; }
#NehEJvfodCyOB2uXnsGbJzvJ1tpBhCkE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nGW90l0hlyP9iTTGTcwT4z4HGqd9R44k { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));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.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(250deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));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; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { background-color: transparent; background-image: none; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container > .video-iframe-container { display: none; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row > .video-iframe-container { display: none; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .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); }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { border-width: 0; border-radius: 0; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { font-size:0.875rem;font-family:comfortaa;height:14.0625rem;width:75rem;position:relative;display:block; }#TE0rAn0OB1atQ8Nuym5hyqcamNW0T1U5 { 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:2.5rem;width:12.5rem;top:5.8125rem;left:19.5625rem;overflow:hidden;display:block; }
#U5mQiV4lDeMmm4ez71VV2zW2SQwoVWS1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.5rem;top:5.8125rem;left:33.875rem;overflow:hidden;display:block; }
#U4ny78rf5Rz9odCBFu2UzWMXuvs5Pnln { 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:2.5rem;width:12.5rem;top:5.8125rem;left:48.1875rem;overflow:hidden;display:block; }
#PkzUXiVpFh9eC7VLabAq9nnF8eo3qIs6 { 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:2.5rem;width:12.5rem;top:5.8125rem;left:62.5rem;overflow:hidden;display:block; }
#o27Zcvo0BJ3TUlrAdLgpeutwwoH4Uwhk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6rem;left:0rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LvBgMvIiZDD05pZgN3US3eV2ealoECxs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { background-color: transparent; background-image: none; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container > .video-iframe-container { display: none; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row > .video-iframe-container { display: none; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .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); }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { border-width: 0; border-radius: 0; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { font-size:0.875rem;font-family:comfortaa;height:52.5rem;width:75rem;position:relative;display:block; }#KT4vs9OXmA0NVLP77bvribQtltOLSJrV { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqkQ0zizoJXW8rWNDu4wK5tvrQDaLgEc { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#olvZMSTXTN0342w6DA1BvB6I58JmSLAS { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#tPMOePRJzauFB1MhMdoRbWRgtfW8E0o4 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#TullRt1Z6hxrxswhsTS15RmOeKckpvK1 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#Rn9F7gulyuXJ0Swtah6mOZoMJksIst7l { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#hXLUcuwGAxnTP0uzV5MMpuSfOacvx0cO { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(162deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(162deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(162deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(162deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(162deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:37.5rem;top:13.75rem;left:37.5rem;display:block; }
#fHiGTe0HTTNgLML0fkQTvTuvwWkJGkoQ { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:18.375rem;left:39.25rem;height:3.82421875rem;font-style:italic;display:block; }
#TAVC4eqMBdzqmcaKfefcHJmCJl265SHC { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:24.6875rem;left:39.25rem;height:1.48730625rem;font-style:normal;display:block; }
#GTdGUEL4asJfxP8mV9No0hi1ELMF5ls5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.25rem;left:38.625rem; }
#N7lpVuuuhS8xJ8EwmrHfaStTu3MiAWb4 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:37.5rem;top:13.75rem;left:0rem;display:block; }
#m6LGEON68hGuDWH61eDTuPnFsEhtK4yD { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:18.375rem;left:1.75rem;height:3.82421875rem;font-style:italic;display:block; }
#d4SxneT1hT4s81V18EAEz68kO6qJmozC { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:24.6875rem;left:1.75rem;height:1.48730625rem;font-style:normal;display:block; }
#WaJWp94zAlSkHJJATVkiGALyNEPInAuV { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:16.25rem;left:1.125rem; }
#oHc3qhxnca6QHKwa0Kt0zZgTxXy19x22 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(182deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:37.5rem;top:28.75rem;left:37.5rem;display:block; }
#BkFfOflLF60qucC0S4y85ufh9bwuEcg5 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.7;letter-spacing:0;top:39.6875rem;left:39.25rem;height:1.48730625rem;font-style:normal;display:block; }
#QvpDJI2Ois2MJSUKZZ95BzpFduFhhTlM { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:33.375rem;left:39.25rem;height:1.9121125rem;font-style:italic;display:block; }
#UOo3uHEnDwR1HBXIa5Ch5OM3C6kL8x2R { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(343deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(343deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(343deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(343deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(343deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));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:37.5rem;top:28.75rem;left:0rem;display:block; }
#ksXkJyx63nzM18NJc3crqOJpIsxPrTkD { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.7;letter-spacing:0;top:33.375rem;left:1.75rem;height:1.9121125rem;font-style:italic;display:block; }
#wHfTyzvGX5LR5vLGfJHhDC0Xdc9RH8DT { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:39.6875rem;left:1.75rem;height:1.48730625rem;font-style:normal;display:block; }
#HK2FwSOZ7v3QaZsyyRTLMUvHCvR4DvvB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:31.25rem;left:38.625rem; }
#mAzHC4hgam6MTTFeMAC8mi72yANDODF6 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:31.25rem;left:1.125rem; }
#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row .container { background-color: transparent; background-image: none; }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row .container > .video-iframe-container { display: none; }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row > .video-iframe-container { display: none; }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .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); }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row .container { border-width: 0; border-radius: 0; }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row .container { font-size:0.875rem;font-family:comfortaa;height:20rem;width:75rem;position:relative;display:block; }#Lmz8MTpNDIIwDwiPkU3y11HPMkf7aWae { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.25rem;left:67.5rem;overflow:hidden;display:block; }
#WnvzSMlbv6TQahcVJpt3G34AivK8MxP7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.25rem;left:55rem;overflow:hidden;display:block; }
#Cdd41L4ppKk7xggceZFZOc6PvTkWFTmQ { 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:7.5rem;width:7.5rem;top:6.25rem;left:42.5625rem;overflow:hidden;display:block; }
#NsKJWnPDVcM0B1dhsNWzt2ikxGclz5e4 { 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:7.5rem;width:7.5rem;top:6.25rem;left:30.125rem;overflow:hidden;display:block; }
#TuzhHE7H1OlprCfyLULFHJKk61B5ZFGg { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:7.3125rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5eNxI8sc2UCvJgry9e57W2pQqmTk9In { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:9rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UT6m6ydd9AJyS1t00Qfp21Rg7zXFT0hb { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:5rem;width:0.5rem;top:7.5rem;left:19.4375rem;display:block; }
#ecWLLBCxHAoSiyMBG97rF10un594P3yO { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:5rem;width:0.5rem;top:7.5rem;left:21.8125rem;display:block; }
#VQrpBVHSRgL1k9PK1eoKRckigpZZwlQL { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));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:5rem;width:0.5rem;top:7.5rem;left:24.1875rem;display:block; }
#IDkPIeBozUgCQwlbTHFuqtPp5mU08tRZ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));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:5rem;width:0.5rem;top:7.5rem;left:26.5625rem;display:block; }
#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/tech-it-services_1920x1080_2.avif");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; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD.adaptive-delivery-prevent-bg, #zZu5Iy9dLTzTD96oLafE8BblIWmccDHD.lazyload, #zZu5Iy9dLTzTD96oLafE8BblIWmccDHD.lazyloading { background-image: none; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { background-color: transparent; background-image: none; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container > .video-iframe-container { display: none; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.85); }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row > .video-iframe-container { display: none; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .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); }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { border-width: 0; border-radius: 0; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD::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; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { font-size:0.875rem;font-family:comfortaa;height:42rem;width:75rem;position:relative;display:block; }#PpwpKUwcRbPib2tZWFMAalnCFbeB4uzm { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:10.6875rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-form-header {  }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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: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:12.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:12.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .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; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:comfortaa;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-container:first-of-type{padding-top:0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-container:last-of-type{padding-bottom:0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:43.75rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 {display:block;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:43.75rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #bKLtxOGQF6zD85nZh1eziBT8qkRD03kr { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #vm5wppvHT3TwXTTX8WVB4TteV8znz267 { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BxxXASTZsG61pQE8THxS7Q8fGSioaufn { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #rwpX7NTi2oA2De9lmKxWi60bvptJ9qCN { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #XD8FyvOZwBPpmSGnArAglE5naFgFRH2W { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BS1dBt2LGacJcymoWZ4KaJL3onn8o0y1 { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JDz0wpeURrTy3W04MUmNQMcQ954EMxXT { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #UcXmnZh1n1VM9XeS5E1QcH8HfGKEbSz2 { position:relative;display:block; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #KDZPzl6gUx7D8gZvMFP1AVxWTnoEXDzZ { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JyWzES3MLqATnxuBGly0uRCraSiRdzgw { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #PVhqU53PfQIMRMrpAEnsMg5VE58mLrLn { position:relative;z-index:2; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #Tza8QxrMsGBNIU16oShw8xdXRO36OJGT { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BUlhnv3LpntbhLzaTKCvkpsADEQf8oDP { position:relative; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #kx1Cy4ze5xR65b6UtDhTAXLL8aatIG6Z { position:relative; }
#OXwUOIzazXIbhtu749V7dKox0UF70ZT4 { position:absolute;display:block;z-index:15029;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:30.625rem;width:35rem;top:5.625rem;left:40rem;display:block; }
#L2U5x4e3nR16zAxU7zJi78tlwFLGfmVn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.5625rem;left:0rem;height:9.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wmw5wD4OGelX3r9cTZ6tdDXNyduKeASo { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#UMrkP5hukTRw2g7e4r3R6bquBFFu8gnS { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#sAdMgfPZntEVXW61dmP3JZoyMBEHRHXQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#klEh8EOacqvIKXEVLSNmrTiDl09Ll4LX { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#OrmJq8hQ45CkHu4m12Ji5qOepcI508r1 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:63.625rem;display:block; }
#Z3T2f1s1bSXifMgAHm6vXFExoHAX7rRI { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:66rem;display:block; }
#RhBmf8aDKB77A1gO1XPqehtVXMKzH6y4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:68.375rem;display:block; }
#x6roCM6WJV2QVSeTNW7BdUNtVsAnsATN { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:10.6875rem;left:70.75rem;display:block; }
#rRCEwXKiOv0LIe8d0H32TLv8dysZ7ZeI { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:26.125rem;left:0rem;height:1.69921875rem;display:block; }
#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { background-color: transparent; background-image: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container > .video-iframe-container { display: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container { display: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .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); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { border-width: 0; border-radius: 0; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { font-size:0.875rem;font-family:comfortaa;height:40.0625rem;width:75rem;position:relative;display:block; }#TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_37c0a19632fea01de9f975f55cd8bedc8d4964f7.svg");background-size:contain !important; }#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.adaptive-delivery-prevent-bg, #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.lazyload, #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.lazyloading { background-image: none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq { display:none; }
#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { background-color: transparent; background-image: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container > .video-iframe-container { display: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container { display: none; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .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); }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { border-width: 0; border-radius: 0; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { font-size:0.875rem;font-family:comfortaa;height:32.5rem;width:75rem;position:relative;display:block; }#WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { color:rgba(var(--color-primary-1),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wD1mcMx6u16LcopQ9L913kM8C5Rn63nA { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oeTPF63cPcuZfSeLFp0l6vwTUfHIFo4f { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:1.69921875rem;display:block; }
#fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.375rem;left:0rem; }
#TThPblDMoZ6dtb7hhx3ygbKIKtgeioUV { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:21.1875rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { 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:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.1875rem;left:2.25rem;height:1.9121125rem;font-style:normal;display:block; }
#nfkwuBeMUZ16DD1F84PPHaU5MyVdWUZD { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:21.375rem;left:26.25rem;height:2.54980625rem;font-style:normal;display:block; }
#XdTkd2v74fJEJNvUbO3TVBWDDiVBpam0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:19.5625rem;left:26.25rem; }
#RggwILhxtGu1sXIhengeyGtyuAzUdVC5 { 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:700;z-index:15043;line-height:1.7;letter-spacing:0;top:19.375rem;left:28.5rem;height:1.9121125rem;font-style:normal;display:block; }
#gQcuITuIowJtCTaZdhsrtpNlQkCh3mu1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:19.125rem;left:52.5rem; }
#gPry7BXgc87sqRv13uQdfnX5ppxPBhFT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:20.9375rem;left:52.5rem;height:2.54980625rem;font-style:normal;display:block; }
#nk0FvmOTBLFd3DOckv9QD8WATV81r5aL { 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:700;z-index:15046;line-height:1.7;letter-spacing:0;top:18.9375rem;left:54.75rem;height:1.9121125rem;font-style:normal;display:block; }
#D4SmVDMkE7F5NDtHFNoN02a0ePaNzP1B { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:0.5rem;top:0rem;left:64.25rem;display:block; }
#itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:0.5rem;top:0rem;left:66.625rem;display:block; }
#mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));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:0.5rem;top:0rem;left:69rem;display:block; }
#mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:0.5rem;top:0rem;left:71.375rem;display:block; }
#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { background-color: transparent; background-image: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { display: none; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .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); }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { border-width: 0; border-radius: 0; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { font-size:0.875rem;font-family:comfortaa;height:7.5rem;width:75rem;position:relative;display:block; }#ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { 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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.5rem;left:46.875rem;display:block; }
#sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { 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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:56.25rem;display:block; }
#rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { 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-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:65.625rem;display:block; }
#XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { 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:1.875rem;width:8.125rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QytakiNPsMHcpAae6VwLQFo4rvItNi5v { display:block; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmfcZqVTyZIXvNZO6yMaATZpWN59h0T8 { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau { display:flex;width:18rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #cG8yPgNcNgd07oOiEcgcpHhP7pMkZtZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #G1CEzhDH6uPdS00g3cmJGRArxOZIL97q {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #fahKsXPSEfvUPCVXSsLAaZwCdTG4riBx {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #KDh5QuJ7kgTxNXaVq1pzwWZ4XV2CTTqc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #E6xDgJW6IHOT2xo4qZ9UIdJEdBK4KWmR {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #d8PvTFiZfUlRlxtfpMrhUByr7pAlMkCu {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #tvOtrvVhXlU8cywUJFd90FRX8DDf6bv1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #TU2DTzFT3FOxm3fOrsvrgCUSNGsy53rP {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #iQ3Xrvla0lyVoEi87GSBE9pTdhaVmTQy {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #L7nenx9qW8suD3NphrpKZqSXmcxFFN0g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #drlpWOcrMI1VulqV7u1oig78LHHrhNEB {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #s6hBNeQRd8Fop9lSGLGvfwSedE9keQWp {  }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:8.125rem;height:1.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block; }
 }@media only screen and (max-width: 763px) { #pvUIshKtevDcDSa7c68bTFiqynIfuP61 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block; }
 }@media only screen and (max-width: 763px) { #layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block; }
 }@media only screen and (max-width: 763px) { #PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block; }
 }@media only screen and (max-width: 763px) { #PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block; }
 }@media only screen and (max-width: 763px) { #aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW { display:block; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ6H2Q2hLkPLVHkHv6975pSzgrXxk58C { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEgQMGT1t0U8b8ywhJRqM6uXwRO3asal { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu  { width:25rem;height:auto;top:17.75rem;left:20.25rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu {display:block;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu { width:25rem;height:auto;top:17.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #qpItcofeSaW9ZSM96tgAd1WiFSwz7T6Z {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Hx8EWQsO8f3F2012cZswXPeeWMlr8xfH {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yKCGco6Ui2WVNOTG2WWUa7cFCyahFtTT {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #ZlFAb0mR61LJPnnmKpOEq7cm5DWgNvyR {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #a6qnULQFEQBUaeoahKms9GHpTpGcDPEJ {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yyBwkeapd2TE77dQqLVntRavconCTkh3 {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #aRXdqgAiUMqI5Sy21mDDUBtOxnuKTSXS {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #QTcR3yTTnQiWiDCO0l7PvuCN8oPpcQky {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #eiFphOhgUkWTvzgSWos35TrWyFeXubcS {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Vl7EL9cSo3kmWLE4UyRDtwiqDy5f6y3d {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Q20JImSgmsPt0l27DeuSaQwr1UiLcTe7 {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #JxDWpcv2r4KRZQeRvDXbymuBxyMxQeU0 {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #XHdDpBe9AIDQOhhbcDkSV5tsITVWemPy {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #g7z8B7KtA3gm6IIusR7TvfZkIwyLQ5T2 {  }
 }@media only screen and (max-width: 763px) { #XVMRMksyXMI9A0iIoFbWxt5EgralSg4e { width:35rem;height:40.625rem;top:4.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZP6eClOK48sCvuzLT9PN4e4fnJ6ILr { top:27.5rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoKCx54F4SZmTDefcBH5AQtIZ8eCEgI6 { top:11.125rem;left:0rem;width:33.75rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLdQTTwCD0Lx1mKTm1ydozUfqhOAlSId { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afq3ICUPX9xKKeE19QOzhaSEtyGK3IFJ { display:block; }
 }@media only screen and (max-width: 763px) { #aHLWR7SXVGNlT3w5ruuHy1IS49UTAimn { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFzZXTHGhhZrIUAWqCZvc8LMAP04JHtm { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FPcvzr71VJrhfL4Ci2qJrTUTJ2fBGO { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxHo2GDwb7ZMAxyRoSbug9g8sFRqSJpL { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8vb0ILBcuUWguS3qS7AnZIdkqsQgkx { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRadUKm1yK4fwerBVpXG3LtT3fami0N { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPgwp4OWDoykb78ui2ul5KC0zwbm4XsP { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpFv8EBvH1Q7hgmNMbPPftcqBTEKTquU { width:0.5rem;height:31.25rem;top:18.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 { display:block; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAMVGnHLdHkMWUC7JtZnoUOWTdLeMmul { top:6.25rem;left:0rem;width:39.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKhZDuFHhWWfTne38ZJ3vfs0EQwWCTo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtuZVrRdpdWBXD9fiJs4H3CbR630X3O6 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPR24oVl0USJSkpBymMUlTdWTt1dNeeN { top:26.875rem;left:0rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn5MAwyGK9tlx5vdzlvILcfmKeoHqpmA { top:26.875rem;left:8.25rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui8eJdlXsFwNCcuhlx8X6ZvuXycmwyNc { top:8rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6FNwqX3S9f38JAumfJ0KmhSh75TT273 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOtfJmoDwolpvc1r1L7mVt6nNX2PoaV { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiCE69RoDCezJfU4yla74ozTSMDRi0OI { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvUTzaG7fEwozxSKicWzdVsUAdPEbJu5 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfL8dT2spMiPW8cubpU11pCDKZc4Typ { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBHsFL2h86DSlsMticR7UCPxEXek4ml { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drphAeehZkiiodr3icBets7NATbgWcbl { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8qH6qlqT3rDIPynEsE6O2VdwITcXi1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etCfDpgRHqtxN3w0P29walxAa1KcCRLy { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAtpDsiBdHyCmKG5tH6E1CwItE0LyOTT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdxT0krSB7eoPiE2ZgCAlOPTtoldU0r { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { width:47.75rem;height:20rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { top:17.875rem;left:7rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { top:17.875rem;left:44.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { top:17.875rem;left:25.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { display:block; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCToeFhp1030trKdVNEpfw51wMx4SM1M { top:19.375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { top:34.6875rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { width:37.5rem;height:18.75rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isTB2kTsL6aEnvfAPDGDLw2sSBrH9tJw { top:4.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQiK2l62AgoPGOJNZkiI6oDm4GKAFxIU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { width:37.5rem;height:18.75rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFuGscCXHE2tyXU0SyvLil4KeKbk8bq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVPJUIHP6TLQhHNOx4o7BewckShFFryZ { top:23.3125rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThwqz094n5Fbkfg6AsilPFI0GODTps1 { width:37.5rem;height:18.75rem;top:37.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qltzbAVZz0aDZw0HT88e3pNHRHbS8iqK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGNk5IyldV14oLBHQ4Rr1UeP05cWHPT { top:42.0625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eluF375gC6CHxWCkT79Gm6Q381dJzBTg { display:block; }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1s9eMbnzyThhDWSb36rch7dqXKsnJTE { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8hHqCttCsnkE91kVAoiEdt1mvHxvmAI { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys3b6JGVT5TioLFc603SKrct29QvUiXT { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Iiry0k1CSbSREcOeJnDv2LAynID5u5 { display:block; }
 }@media only screen and (max-width: 763px) { #sH0ZXJ5bzT3GrLe4Q42krXgGiWSwusUZ { width:0.5rem;height:31.25rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doDzmTmOE8TX37ZiTmNoPCV9PspVnc2V { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX3GxOuT0poIbnEoAzW8uRJ4b8S5cN28 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW0P1XIOUS7bse3Cmw8DQsk0k1Bzr4cZ { width:0.5rem;height:31.25rem;top:0rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTGDnZT0GnEecMfCPnQSQAFUy9zvBmg { width:12.5rem;height:1.875rem;top:14.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kex2Lw5POabWp65bSoiN7R1ocALSGTol { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmEFv7AC2wUhaz4aMrDZmv8pDA6kzdqN { width:37.5rem;height:37.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhA6It3a0dpaJecPnP1gSCilJFVUCtoR { width:18.75rem;height:12.5rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA5Ulm3kBXlzQd19AR6uJezcC5IJXUHW { width:18.75rem;height:12.5rem;top:37.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdmadfmynQ11WVB58VNMGDx9t14t5r6A { display:block; }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1mVGK9ymEffbVxiJmnFQiZ2V1TU4mot { width:21.25rem;height:16.25rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoHvPnbThWBQ1P0up16r03LNa0eQ50mz { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I25wWDwTlWQKw6K0AwFDs7NVa4cEsKNT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXtRq1UIBm6BsSphg6062XaNTXPTMtN3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXwDnxedxzhUPwVn86ZNLmbLJMei2m2W { width:21.25rem;height:16.25rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUxb8TzxG2cC3tVdAtaraLi2MRDgzz4D { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3rOZKxEnRzwCxVenwfxgf38S2SB4uR1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0a9nmbLzXl1G8xx9oMMSMUKyg2biqrU { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTcrUhT41c4WSCHEStWHLwx1FmadIRG4 { width:21.25rem;height:16.25rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwXTM1G0Lpldq4uuzBFlJWVOFsTM2VmF { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r74yDPxIUO8f2QeCaOXzoyzoun3AH36I { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhKDDx8w89tnhsksiGa8KbbvQ09G1MAJ { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EphFiEVFzqTvneVkF6kDleE8ShcFBXnz { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZvJ7x6XroQqXDZppDoiRLpiz5nzzC5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #He2wRXHiTDnEddKSgGyBFgxrdNVJ9fGS { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek4yXUqpy8MXQIbDRf0XT1fyWqL31366 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1m8WLGNoZN6mRpV3DxyvNXdOemqmPdf { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehm2X2riBTh9zaUBeZDxt31NFVNqvTlz { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc { display:block; }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZnNfEMCb1oiTLSKU6ts9tVnl9kkQva1 { width:37.5rem;height:21.0625rem;top:8.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIVxx8VgtsFaXiMirW4H0Jnvicr4I8Em { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmNDfbhUqDkiBwwCT1D6aPNHG3lw9SNX { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDIw7ioeIgL0KTb5KlbESDOTotpeST9R { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D63fZhoaE1Nz2Fb5L8LIG0eFyrAXVMn7 { display:block; }
 }@media only screen and (max-width: 763px) { #xrTKTgSz8pzhlUvwnqNyw3srQMAgtT4g { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8BZMWBvfcvdToVJNpMvMHPJgdFEnzkQ { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmvaI99Csgp9ZRqLUTCoUE13t4G0Z1di { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh2XCyzAE5UhQztMZAt4541e5t1mZQ1M { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMc8l3KLOG9gW4aqFPf4B3OKW7HNAKIH { top:29.3125rem;left:23.875rem;width:18.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuvEFL7UtGBCuTVPraLJQlFu6w8TMvX { top:29.3125rem;left:28.8125rem;width:18.9375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXitZKC87CMa64n6FlHTGg9oHOXGqbIs { width:12.5rem;height:1.875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeiEmZm5cUP6JGTFLiDbs9hUPFJ8ndBg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { display:block; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtgHxCQZG0zbtmpDd4uSuZr0wRm0sJMA { top:12.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { top:16.875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block; }
 }@media only screen and (max-width: 763px) { #JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 { display:block; }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfWfVqJBk1OU9mM5ipulKLBTICC8gB0Z { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vnyT23uUNXwJ7h8sDv2bDCTpgM2ZGK { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6ZpVAWT1ahESVdOO7AbFdkz9slimX3 { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuLaLeuA9GX1ZemMxmlUZ4bFyfTWTnd { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIKiOQ6sFtedQ1DHhI3es8VpeQTaZTLh { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9I6uzohFfIZ0VXeTe0ki0kZ8pGhI8zU { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnoEFyOdd3yk2qnEH3wvHvPJ3MspSGqR { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5zkxc92rS4FuaFgyN7ny14HiDlF2zCA { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsK56K52oxBEaFM9LNEurvdlKqMDfmIA { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3cuBkDxXh0LC33Si8Hibnn9EHSgix0 { width:34.375rem;height:21.25rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHzBPtsQiSNeSowIN3Mzk8RvmiU1ub6u { width:34.375rem;height:21.25rem;top:16.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8HmaO0PSFR8WGWscEImAVpUUmftl5K4 { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br55F9TrTcUXQhzWA6LQ7CF2I0UDQlDP { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsSzrUOVx3iNnwF6HWFtdpbqSzzxNsmh { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usbsqgSqA9JSiUstHiHkAK9Pa9hkf0DT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaqDpZWEJfpgWE8kowWUNaXgdDHPfTnJ { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpn4gQa2uPNoyVhHH5sCNrtJksz1aItz { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR3TD2TpNy76z5ZfZR3EZJCPhdzaa1lq { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHZ2LXMloancLMROgcgP7dp1H74nqU9g { width:34.375rem;height:21.25rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59NHVdtLXDcCS3dPIByvLNrVIPTVNfL { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UPQTJJFnqgDBZu6vFu9p9x7lJTrzBv { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfB1S6ur27i0LmTgG8x1BoCpZT9JVi3T { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVC08GEGiA0WohPNg6M1rqbxFAzOz5tA { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEz8KHqJp3xGrdPnF5wk13PlqLm1gFJb { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOotcwX5Z9wuN3E57qIpWxg2utGwse5U { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39nl3hkWAZs8awFcimaWh12gwRbeRCO { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMlsG6gXn39pzvt7pLGHMtym9wTRpnIp { width:34.375rem;height:21.25rem;top:39.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDZX3zZPK3Xrua9cNTsUITwNOGeqG7D { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atHXlCEN5rfXGTZGDBGXR6bdWrixpstw { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMfi1Ry8WuS2814C2mfKtr91C974u0mc { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsfylgrcP597tAnOKWkaLs0WptGcI4x2 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2IfXHbq7ew6eL3yBS4cDCv0N6VT23V { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq1bH376dFdlWu1D7wtTeq53QyriWRUo { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQB5AQTIfiQb7F6Xp9TaHJhDxV5m7eR6 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4CscMmEWyMKLk50DzIWIsuqrHq32lVo { display:block; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSsv2crlHgwpT2hdbAeFJCHTf5I1NRew { width:10rem;height:10rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fmgWoDFLbW7GBAT1WWnoIkuWMfpVH4 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRpam4C0pgI1um0LfVNWPwBENZrGE9hu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3dr2x2kJEli3wtlHVGFwGVJNngHXTHf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2x0hNgp5837hvA3FJ0OTE32N9Nyx38 { width:10rem;height:10rem;top:16.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVz7hbP87DP05ZR0XXwRgGnnrhw0grrP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQ4Dsvt8tII2ZN5Bc1vHFbRtnzrC4B6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9UiHtpQT27ce5uTWg8bEgS4QcK29JS { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QUiTcRWoQQ5H1S3vVbvZb0SSggh0JX { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX6IAyAi6c5QBLHCfHl1AayFIrdaSd5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkiXfhtrDC2loLm9LTQDo598XPLKa5q { width:10rem;height:10rem;top:16.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTH3f83vvNat0CitI4w9anJQoGEI7TD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDMLVx4LsxWeQN0eQZTMKTpq6v7L28N { width:10rem;height:10rem;top:16.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaXXeCBzQ3B3XQOSQNGsRfFnMPpGNATt { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtEfTur5EIvDTTs4U3W3HHUhWE6ZOg6s { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHW6Xt4PdBs4errrsg6wiPgtwTD9uDW { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIxOAMsPioSdA4AtPL7E5oS14frOVA3n { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbDNnTGIsdLDF8Mq3z4fc1SoK0ZUvpXR { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmThTbQSyNRD55mFxPmGuNvWZ1TgOAi { width:12.5rem;height:0.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3HRE1UF24oMWenKNQmsEeAK98HmGuKd { width:12.5rem;height:0.5rem;top:22.25rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATI2JFKR91XMBGKCMPw5dmQgcsTti54 { width:12.5rem;height:0.5rem;top:22.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czH5BkmBNAZUOPK20KTR4USnKgQPolaC { display:block; }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEalhRnyUm7i0pbzrl8Pxcl45T287A6d { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw7rav2zVPGVzvDvx2rTZi6KToCPIv1K { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhVnFf5qtT6yE7nNJatoxfzy73wMftXw { width:37.5rem;height:29.0625rem;top:15.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmolxX62fBpswp7izfgouSdzOMQlLMwE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wk7EavvX7kRnEDcD9i7wK7v2C2x2bc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4FrmtA0MxgMJENUv55TVNJDAOHFZQOV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE5wRT4UTrDTxaTiSsrTMXdVPuOnT47J { width:33.75rem;height:0.0625rem;top:30.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttXLLeldC4Q3I5gnmyHykMzpft915wMF { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSskEdQKgSqtEl4WWxzT7Th7gpOwFwOQ { display:block; }
 }@media only screen and (max-width: 763px) { #cKSClJmPElzi273qAWESRG4rOg72DQJV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSzZU9DROVSk7ofQvzONMfwLLSDttIHQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#GSzZU9DROVSk7ofQvzONMfwLLSDttIHQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26fb69c5d18a92635ec72b7f876e9180fd67c229.svg); }
 }@media only screen and (max-width: 763px) { #HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 { display:block; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUXBLNpsy71hZkoHCgAAaBkubGwKXMCD { top:5.5625rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8FBSGST7RzluWHebAFNt3MHDbd5SeHV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgLl4lNp7hg1lf9O6nP3c6lJTCNdn5LP { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4o56TE2dE8zHTbTMlvUT0UQJ3Eftt4h { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZWLo2Aa7oDX4b7A11mmPS74UsfE5z7z { top:5.5625rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD1lgb5TC1JIzzkQV5HKEAbeKT7cEF7w { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQTbG8KXnGXrvnpOXTQmKJcemZWMEduz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqHq6iN8WTQd3BG3PTqZDxdDq2T13H3G { top:5.5625rem;left:25.125rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJfqZz3R34MMXAnlDmn9RqGQq78FW8D4 { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXTPOr7uETPHRnx9uFyLWnkUTm50HeRb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NehEJvfodCyOB2uXnsGbJzvJ1tpBhCkE { top:5.5625rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGW90l0hlyP9iTTGTcwT4z4HGqd9R44k { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW { display:block; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE0rAn0OB1atQ8Nuym5hyqcamNW0T1U5 { width:12.5rem;height:2.5rem;top:5.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5mQiV4lDeMmm4ez71VV2zW2SQwoVWS1 { width:12.5rem;height:2.5rem;top:5.8125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ny78rf5Rz9odCBFu2UzWMXuvs5Pnln { width:12.5rem;height:2.5rem;top:5.8125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkzUXiVpFh9eC7VLabAq9nnF8eo3qIs6 { width:12.5rem;height:2.5rem;top:5.8125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27Zcvo0BJ3TUlrAdLgpeutwwoH4Uwhk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBgMvIiZDD05pZgN3US3eV2ealoECxs { display:block; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT4vs9OXmA0NVLP77bvribQtltOLSJrV { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkQ0zizoJXW8rWNDu4wK5tvrQDaLgEc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olvZMSTXTN0342w6DA1BvB6I58JmSLAS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPMOePRJzauFB1MhMdoRbWRgtfW8E0o4 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TullRt1Z6hxrxswhsTS15RmOeKckpvK1 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn9F7gulyuXJ0Swtah6mOZoMJksIst7l { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXLUcuwGAxnTP0uzV5MMpuSfOacvx0cO { width:37.5rem;height:15rem;top:13.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHiGTe0HTTNgLML0fkQTvTuvwWkJGkoQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVC4eqMBdzqmcaKfefcHJmCJl265SHC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdGUEL4asJfxP8mV9No0hi1ELMF5ls5 { width:2rem;height:2rem;top:16.25rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7lpVuuuhS8xJ8EwmrHfaStTu3MiAWb4 { width:37.5rem;height:15rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LGEON68hGuDWH61eDTuPnFsEhtK4yD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4SxneT1hT4s81V18EAEz68kO6qJmozC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaJWp94zAlSkHJJATVkiGALyNEPInAuV { width:2rem;height:2rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHc3qhxnca6QHKwa0Kt0zZgTxXy19x22 { width:37.5rem;height:15rem;top:28.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkFfOflLF60qucC0S4y85ufh9bwuEcg5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvpDJI2Ois2MJSUKZZ95BzpFduFhhTlM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOo3uHEnDwR1HBXIa5Ch5OM3C6kL8x2R { width:37.5rem;height:15rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksXkJyx63nzM18NJc3crqOJpIsxPrTkD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHfTyzvGX5LR5vLGfJHhDC0Xdc9RH8DT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK2FwSOZ7v3QaZsyyRTLMUvHCvR4DvvB { width:2rem;height:2rem;top:31.25rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAzHC4hgam6MTTFeMAC8mi72yANDODF6 { width:2rem;height:2rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 { display:block; }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lmz8MTpNDIIwDwiPkU3y11HPMkf7aWae { width:7.5rem;height:7.5rem;top:6.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnvzSMlbv6TQahcVJpt3G34AivK8MxP7 { width:7.5rem;height:7.5rem;top:6.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdd41L4ppKk7xggceZFZOc6PvTkWFTmQ { width:7.5rem;height:7.5rem;top:6.25rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsKJWnPDVcM0B1dhsNWzt2ikxGclz5e4 { width:7.5rem;height:7.5rem;top:6.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuzhHE7H1OlprCfyLULFHJKk61B5ZFGg { top:7.3125rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5eNxI8sc2UCvJgry9e57W2pQqmTk9In { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6m6ydd9AJyS1t00Qfp21Rg7zXFT0hb { width:0.5rem;height:5rem;top:7.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWLLBCxHAoSiyMBG97rF10un594P3yO { width:0.5rem;height:5rem;top:7.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQrpBVHSRgL1k9PK1eoKRckigpZZwlQL { width:0.5rem;height:5rem;top:7.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDkPIeBozUgCQwlbTHFuqtPp5mU08tRZ { width:0.5rem;height:5rem;top:7.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZu5Iy9dLTzTD96oLafE8BblIWmccDHD { display:block; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpwpKUwcRbPib2tZWFMAalnCFbeB4uzm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3  { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 {display:block;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 { width:25rem;height:auto;top:8.75rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #bKLtxOGQF6zD85nZh1eziBT8qkRD03kr {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #vm5wppvHT3TwXTTX8WVB4TteV8znz267 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BxxXASTZsG61pQE8THxS7Q8fGSioaufn {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #rwpX7NTi2oA2De9lmKxWi60bvptJ9qCN {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #XD8FyvOZwBPpmSGnArAglE5naFgFRH2W {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BS1dBt2LGacJcymoWZ4KaJL3onn8o0y1 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JDz0wpeURrTy3W04MUmNQMcQ954EMxXT {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #UcXmnZh1n1VM9XeS5E1QcH8HfGKEbSz2 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #KDZPzl6gUx7D8gZvMFP1AVxWTnoEXDzZ {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JyWzES3MLqATnxuBGly0uRCraSiRdzgw {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #PVhqU53PfQIMRMrpAEnsMg5VE58mLrLn {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #Tza8QxrMsGBNIU16oShw8xdXRO36OJGT {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BUlhnv3LpntbhLzaTKCvkpsADEQf8oDP {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #kx1Cy4ze5xR65b6UtDhTAXLL8aatIG6Z {  }
 }@media only screen and (max-width: 763px) { #OXwUOIzazXIbhtu749V7dKox0UF70ZT4 { width:35rem;height:30.625rem;top:5.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2U5x4e3nR16zAxU7zJi78tlwFLGfmVn { top:15.5625rem;left:0rem;width:33.75rem;height:9.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmw5wD4OGelX3r9cTZ6tdDXNyduKeASo { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrkP5hukTRw2g7e4r3R6bquBFFu8gnS { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAdMgfPZntEVXW61dmP3JZoyMBEHRHXQ { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klEh8EOacqvIKXEVLSNmrTiDl09Ll4LX { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrmJq8hQ45CkHu4m12Ji5qOepcI508r1 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3T2f1s1bSXifMgAHm6vXFExoHAX7rRI { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBmf8aDKB77A1gO1XPqehtVXMKzH6y4 { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6roCM6WJV2QVSeTNW7BdUNtVsAnsATN { width:0.5rem;height:31.25rem;top:10.6875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRCEwXKiOv0LIe8d0H32TLv8dysZ7ZeI { top:26.125rem;left:0rem;width:33.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq {  }
 }@media only screen and (max-width: 763px) { #bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { display:block; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD1mcMx6u16LcopQ9L913kM8C5Rn63nA { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTPF63cPcuZfSeLFp0l6vwTUfHIFo4f { top:13.4375rem;left:0rem;width:26.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { width:1.5rem;height:1.5rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThPblDMoZ6dtb7hhx3ygbKIKtgeioUV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfkwuBeMUZ16DD1F84PPHaU5MyVdWUZD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTkd2v74fJEJNvUbO3TVBWDDiVBpam0 { width:1.5rem;height:1.5rem;top:19.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RggwILhxtGu1sXIhengeyGtyuAzUdVC5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQcuITuIowJtCTaZdhsrtpNlQkCh3mu1 { width:1.5rem;height:1.5rem;top:19.125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPry7BXgc87sqRv13uQdfnX5ppxPBhFT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk0FvmOTBLFd3DOckv9QD8WATV81r5aL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4SmVDMkE7F5NDtHFNoN02a0ePaNzP1B { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block; }
 }@media only screen and (max-width: 763px) { #VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block; }
 }@media only screen and (max-width: 763px) { #Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block; }
 }@media only screen and (max-width: 763px) { #GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { width:8.125rem;height:1.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QytakiNPsMHcpAae6VwLQFo4rvItNi5v { display:block; }#QytakiNPsMHcpAae6VwLQFo4rvItNi5v > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmfcZqVTyZIXvNZO6yMaATZpWN59h0T8 { width:20rem;height:3.3984375rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau { display:flex;width:12.1875rem;height:3.375rem;top:4.0234375rem;left:3.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #cG8yPgNcNgd07oOiEcgcpHhP7pMkZtZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #G1CEzhDH6uPdS00g3cmJGRArxOZIL97q {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #fahKsXPSEfvUPCVXSsLAaZwCdTG4riBx {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #KDh5QuJ7kgTxNXaVq1pzwWZ4XV2CTTqc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #E6xDgJW6IHOT2xo4qZ9UIdJEdBK4KWmR {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #d8PvTFiZfUlRlxtfpMrhUByr7pAlMkCu {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #tvOtrvVhXlU8cywUJFd90FRX8DDf6bv1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #TU2DTzFT3FOxm3fOrsvrgCUSNGsy53rP {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #iQ3Xrvla0lyVoEi87GSBE9pTdhaVmTQy {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #L7nenx9qW8suD3NphrpKZqSXmcxFFN0g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #drlpWOcrMI1VulqV7u1oig78LHHrhNEB {  }
 }@media only screen and (max-width: 763px) { #wdaKTgpWy4aO0bKCD6NwWQo00c7Ecwau #s6hBNeQRd8Fop9lSGLGvfwSedE9keQWp {  }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:8.125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcn7uPNMQ9ZtMv8btwHnHRiILnxHDcV { width:12.75rem;height:3.75rem;top:19.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCpfyLOVkzNZe0TTCNJmhHmCvuh2bwMX { display:block; }
 }@media only screen and (max-width: 763px) { #pvUIshKtevDcDSa7c68bTFiqynIfuP61 { width:8.125rem;height:3.75rem;top:4.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block; }
 }@media only screen and (max-width: 763px) { #layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { width:8.125rem;height:3.75rem;top:8.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block; }
 }@media only screen and (max-width: 763px) { #PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { width:11.25rem;height:3.75rem;top:11.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block; }
 }@media only screen and (max-width: 763px) { #PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { width:9.375rem;height:3.75rem;top:15.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block; }
 }@media only screen and (max-width: 763px) { #aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW { display:block; }#aDuPWkk75i8yd1TRHMdC5pU1uX4iLMfW > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ6H2Q2hLkPLVHkHv6975pSzgrXxk58C { width:17.5rem;height:1.57421875rem;top:30.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEgQMGT1t0U8b8ywhJRqM6uXwRO3asal { width:17.5rem;height:5.5996125rem;top:32.6875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu  { width:17.5rem;height:auto;top:37.75rem;left:0rem; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu {display:block;}#QT17MH5Mp8SuX9k83Fqud1kawMktBhBu { width:17.5rem;height:auto;top:37.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #qpItcofeSaW9ZSM96tgAd1WiFSwz7T6Z {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Hx8EWQsO8f3F2012cZswXPeeWMlr8xfH {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yKCGco6Ui2WVNOTG2WWUa7cFCyahFtTT {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #ZlFAb0mR61LJPnnmKpOEq7cm5DWgNvyR {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #a6qnULQFEQBUaeoahKms9GHpTpGcDPEJ {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #yyBwkeapd2TE77dQqLVntRavconCTkh3 {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #aRXdqgAiUMqI5Sy21mDDUBtOxnuKTSXS {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #QTcR3yTTnQiWiDCO0l7PvuCN8oPpcQky {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #eiFphOhgUkWTvzgSWos35TrWyFeXubcS {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Vl7EL9cSo3kmWLE4UyRDtwiqDy5f6y3d {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #Q20JImSgmsPt0l27DeuSaQwr1UiLcTe7 {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #JxDWpcv2r4KRZQeRvDXbymuBxyMxQeU0 {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #XHdDpBe9AIDQOhhbcDkSV5tsITVWemPy {  }
 }@media only screen and (max-width: 763px) { #QT17MH5Mp8SuX9k83Fqud1kawMktBhBu #g7z8B7KtA3gm6IIusR7TvfZkIwyLQ5T2 {  }
 }@media only screen and (max-width: 763px) { #XVMRMksyXMI9A0iIoFbWxt5EgralSg4e { width:20rem;height:34.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMZP6eClOK48sCvuzLT9PN4e4fnJ6ILr { width:20rem;height:5.09765625rem;top:14.734375rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoKCx54F4SZmTDefcBH5AQtIZ8eCEgI6 { width:20rem;height:9.44825rem;top:4.375rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLdQTTwCD0Lx1mKTm1ydozUfqhOAlSId { width:12.75rem;height:3.75rem;top:21.7705078125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afq3ICUPX9xKKeE19QOzhaSEtyGK3IFJ { display:block; }
 }@media only screen and (max-width: 763px) { #aHLWR7SXVGNlT3w5ruuHy1IS49UTAimn { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFzZXTHGhhZrIUAWqCZvc8LMAP04JHtm { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9FPcvzr71VJrhfL4Ci2qJrTUTJ2fBGO { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxHo2GDwb7ZMAxyRoSbug9g8sFRqSJpL { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc8vb0ILBcuUWguS3qS7AnZIdkqsQgkx { width:0.5rem;height:31.25rem;top:37.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRadUKm1yK4fwerBVpXG3LtT3fami0N { width:0.5rem;height:31.25rem;top:37.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPgwp4OWDoykb78ui2ul5KC0zwbm4XsP { width:0.5rem;height:31.25rem;top:37.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpFv8EBvH1Q7hgmNMbPPftcqBTEKTquU { width:0.5rem;height:31.25rem;top:37.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 { display:block; }#Pa5fNL8CTBkGFp4NKd9hqxziSCSynBv7 > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAMVGnHLdHkMWUC7JtZnoUOWTdLeMmul { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKhZDuFHhWWfTne38ZJ3vfs0EQwWCTo { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtuZVrRdpdWBXD9fiJs4H3CbR630X3O6 { width:20rem;height:15.293rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPR24oVl0USJSkpBymMUlTdWTt1dNeeN { width:10rem;height:10rem;top:24.792025rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #wn5MAwyGK9tlx5vdzlvILcfmKeoHqpmA { width:10rem;height:10rem;top:24.7919921875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui8eJdlXsFwNCcuhlx8X6ZvuXycmwyNc { width:20rem;height:20rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6FNwqX3S9f38JAumfJ0KmhSh75TT273 { width:0.5rem;height:31.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOtfJmoDwolpvc1r1L7mVt6nNX2PoaV { width:0.5rem;height:31.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiCE69RoDCezJfU4yla74ozTSMDRi0OI { width:0.5rem;height:31.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvUTzaG7fEwozxSKicWzdVsUAdPEbJu5 { width:0.5rem;height:31.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ { display:block; }#t2onchOuCnpzgIg9cTaAfRX4xxMsovxQ > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQflTKIoEJ7gVAW8sGvCHokfG50dNBUp { width:20rem;height:17.1875rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCfL8dT2spMiPW8cubpU11pCDKZc4Typ { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #dE9kQ9lSRM30bsJ34MH3GTSUihS4IVXL { width:17.5rem;height:2.54980625rem;top:14.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kW1F2tSktThkanCRl90WSCMDGvstQqxr { width:17.5rem;height:6.796875rem;top:17.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eynVJkSVf58cRZEv0KiW7GVpTuQy6IMU { width:20rem;height:1.69921875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxBHsFL2h86DSlsMticR7UCPxEXek4ml { width:20rem;height:2.79980625rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFfOAt9TaXgtJCxuWfc09yNwKR2zqzl { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcgIfPT8R9mm0uHc2CU4ZysdthSwtzJO { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5bkyog4TrLTXh2rZJJaRUvRzXPHbcrE { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccqLy5UsODgniWBoJrSKIDw28qb8bWDN { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drphAeehZkiiodr3icBets7NATbgWcbl { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2p7c1B0pSXRldIloxHtyhKpFaZ5JqLK { width:17.5rem;height:6.796875rem;top:36.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lU8qH6qlqT3rDIPynEsE6O2VdwITcXi1 { width:17.5rem;height:2.54980625rem;top:33.3125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #etCfDpgRHqtxN3w0P29walxAa1KcCRLy { display:flex;width:2.125rem;height:2.125rem;top:30.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #gsKacoLI6OZuAzq8TfrmuFzTk6BOdzDd { width:20rem;height:17.1875rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO8ftHrepN3OrOD0RQSwXatsKJREP5EH { width:17.5rem;height:6.796875rem;top:54.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hAtpDsiBdHyCmKG5tH6E1CwItE0LyOTT { width:17.5rem;height:2.54980625rem;top:51.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vtdxT0krSB7eoPiE2ZgCAlOPTtoldU0r { display:flex;width:2.125rem;height:2.125rem;top:48.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw { display:block; }#q6KTRfWTMC34tHcnJVJnPwPnZLpFnzIw > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdqtK1po4cT277cO2wxhNFHyVeFNVb52 { width:20rem;height:75.3125rem;top:0.8125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VKMwCn0aTE0TtPsfcAxXFBIwirMF1bBT { display:flex;width:2.125rem;height:2.125rem;top:14.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #EkuOzaFknqxK5KT7z9wszn4yKmfEzBlU { width:16.25rem;height:2.54980625rem;top:17.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sapuhARpbgpNHSATPMDT7IBvrGSl9yKM { width:16.25rem;height:6.796875rem;top:20.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNPXTSaBufA47CDfKdkKNuF9ht9K0LE3 { width:16.25rem;height:6.796875rem;top:35.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTnxUevbKSFTFX4owiEcwHMHTgPyepsK { width:17.5rem;height:2.54980625rem;top:32.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d2uPUaOs8CsRD0iT3lObOH4sZ3n3AWN0 { display:flex;width:2.125rem;height:2.125rem;top:29.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #tOXgExMZHrtC0tS4slX2TwS8mrK8BfWd { width:16.25rem;height:6.796875rem;top:52.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1141z1O7ZB1Ck4ZdzUBzg0tVmLXmK6 { width:16.25rem;height:2.54980625rem;top:49.125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxCisPtO2GcfhQtTsLfkPTiKzwZ2OSuL { display:flex;width:2.125rem;height:2.125rem;top:46.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Z9Lkx1WMlLKZl3TWWmS8QFF1wxlmvOd9 { width:20rem;height:1.69921875rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEk7PlytA21dAwPvrc5hB3zPMrBOmP6s { width:20rem;height:5.5996125rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlsu9sp3MLlxiNQnfxs3alR9NhwTR6i { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTPuGCUKhnMLITKzckRXOaDasd45Wpd { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwJcdT7umZluIwmUn6E1pu6WMSsvEnC { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3SvJgvkVAnnZlevyK6JyWwAKmcPN6iX { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiyJ7DTBxhNADongvfkUJHcEvCKeZEc7 { width:16.25rem;height:6.796875rem;top:67.5625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M5oxT6ezqLwZkLTPQmTaw4Zf10rfv5Ns { width:16.25rem;height:2.54980625rem;top:64.625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FGHzSXP4sIhALXsAU9MWdLXxy3L5BXKR { display:flex;width:2.125rem;height:2.125rem;top:61.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE { display:block; }#a6G5GXGx5MH62rQe6tXrC07DVtXEIRcE > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCToeFhp1030trKdVNEpfw51wMx4SM1M { width:16.25rem;height:1.69921875rem;top:9.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4aJ7ANOKOU6D2khMJn3nxnvF65NX449 { width:16.25rem;height:5.5996125rem;top:11.4375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zas2sMLVsU9rHN6f3bVptDy4TfvraRgc { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGwXNfFTLPDXBnguHafUzbLHm5bb20IQ { width:16.25rem;height:5.09765625rem;top:18.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac1vSDxs43eUfd1FkrwZlmHMgXli31sZ { width:20rem;height:16.25rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isTB2kTsL6aEnvfAPDGDLw2sSBrH9tJw { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GJkyDJBkeSfWkPaKM4th3uNJslqxgwCW { width:17.5rem;height:2.54980625rem;top:38.0625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nQiK2l62AgoPGOJNZkiI6oDm4GKAFxIU { width:17.5rem;height:5.09765625rem;top:41.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kr6glD6f6O4WsXJucfMqXhAcCG6Xf383 { width:20rem;height:16.25rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFuGscCXHE2tyXU0SyvLil4KeKbk8bq { width:17.5rem;height:5.09765625rem;top:59.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MVPJUIHP6TLQhHNOx4o7BewckShFFryZ { display:flex;width:2.125rem;height:2.125rem;top:53.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GNxZgRn4OpANE9gQPzTpRvkaupVXMosL { width:17.5rem;height:2.54980625rem;top:56.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sThwqz094n5Fbkfg6AsilPFI0GODTps1 { width:20rem;height:16.25rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qltzbAVZz0aDZw0HT88e3pNHRHbS8iqK { width:17.5rem;height:5.09765625rem;top:77.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XEGNk5IyldV14oLBHQ4Rr1UeP05cWHPT { display:flex;width:2.125rem;height:2.125rem;top:71.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #SgcyFkgqGkHIqD95Zsir351gdXVKc2y2 { width:17.5rem;height:2.54980625rem;top:74.3125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eluF375gC6CHxWCkT79Gm6Q381dJzBTg { display:block; }#eluF375gC6CHxWCkT79Gm6Q381dJzBTg > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1s9eMbnzyThhDWSb36rch7dqXKsnJTE { width:20rem;height:5.5996125rem;top:6.3496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8hHqCttCsnkE91kVAoiEdt1mvHxvmAI { width:20rem;height:6.796875rem;top:13.199225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys3b6JGVT5TioLFc603SKrct29QvUiXT { width:12.75rem;height:3.75rem;top:21.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Iiry0k1CSbSREcOeJnDv2LAynID5u5 { display:block; }
 }@media only screen and (max-width: 763px) { #sH0ZXJ5bzT3GrLe4Q42krXgGiWSwusUZ { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doDzmTmOE8TX37ZiTmNoPCV9PspVnc2V { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX3GxOuT0poIbnEoAzW8uRJ4b8S5cN28 { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW0P1XIOUS7bse3Cmw8DQsk0k1Bzr4cZ { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTGDnZT0GnEecMfCPnQSQAFUy9zvBmg { width:12.5rem;height:1.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kex2Lw5POabWp65bSoiN7R1ocALSGTol { width:9.9375rem;height:1.9121125rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmEFv7AC2wUhaz4aMrDZmv8pDA6kzdqN { width:20rem;height:20rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhA6It3a0dpaJecPnP1gSCilJFVUCtoR { width:18.75rem;height:12.5rem;top:53.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA5Ulm3kBXlzQd19AR6uJezcC5IJXUHW { width:18.75rem;height:12.5rem;top:67.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdmadfmynQ11WVB58VNMGDx9t14t5r6A { display:block; }#ZdmadfmynQ11WVB58VNMGDx9t14t5r6A > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1mVGK9ymEffbVxiJmnFQiZ2V1TU4mot { width:20rem;height:17.5rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoHvPnbThWBQ1P0up16r03LNa0eQ50mz { display:flex;width:2.125rem;height:2.125rem;top:12.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #I25wWDwTlWQKw6K0AwFDs7NVa4cEsKNT { width:16.25rem;height:2.54980625rem;top:16rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iXtRq1UIBm6BsSphg6062XaNTXPTMtN3 { width:16.25rem;height:6.7988125rem;top:18.9375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MXwDnxedxzhUPwVn86ZNLmbLJMei2m2W { width:20rem;height:17.5rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUxb8TzxG2cC3tVdAtaraLi2MRDgzz4D { width:16.25rem;height:6.7988125rem;top:38.3125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z3rOZKxEnRzwCxVenwfxgf38S2SB4uR1 { width:16.25rem;height:2.54980625rem;top:35.375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e0a9nmbLzXl1G8xx9oMMSMUKyg2biqrU { display:flex;width:2.125rem;height:2.125rem;top:32.3125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #HTcrUhT41c4WSCHEStWHLwx1FmadIRG4 { width:20rem;height:17.5rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwXTM1G0Lpldq4uuzBFlJWVOFsTM2VmF { width:16.25rem;height:6.7988125rem;top:57.6875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r74yDPxIUO8f2QeCaOXzoyzoun3AH36I { width:16.25rem;height:2.54980625rem;top:54.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vhKDDx8w89tnhsksiGa8KbbvQ09G1MAJ { display:flex;width:2.125rem;height:2.125rem;top:51.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #EphFiEVFzqTvneVkF6kDleE8ShcFBXnz { width:20rem;height:1.69970625rem;top:1.92578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhZvJ7x6XroQqXDZppDoiRLpiz5nzzC5 { width:20rem;height:2.79980625rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #He2wRXHiTDnEddKSgGyBFgxrdNVJ9fGS { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek4yXUqpy8MXQIbDRf0XT1fyWqL31366 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1m8WLGNoZN6mRpV3DxyvNXdOemqmPdf { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehm2X2riBTh9zaUBeZDxt31NFVNqvTlz { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc { display:block; }#GDwW7ZIJ26VolLgyQeFXQ1bt430oc3Fc > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZnNfEMCb1oiTLSKU6ts9tVnl9kkQva1 { height:11.233333333333rem;width:20rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIVxx8VgtsFaXiMirW4H0Jnvicr4I8Em { width:20rem;height:5.5996125rem;top:6.3496125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmNDfbhUqDkiBwwCT1D6aPNHG3lw9SNX { width:20rem;height:6.796875rem;top:13.199225rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDIw7ioeIgL0KTb5KlbESDOTotpeST9R { width:12.75rem;height:3.75rem;top:21.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D63fZhoaE1Nz2Fb5L8LIG0eFyrAXVMn7 { display:block; }
 }@media only screen and (max-width: 763px) { #xrTKTgSz8pzhlUvwnqNyw3srQMAgtT4g { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8BZMWBvfcvdToVJNpMvMHPJgdFEnzkQ { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmvaI99Csgp9ZRqLUTCoUE13t4G0Z1di { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh2XCyzAE5UhQztMZAt4541e5t1mZQ1M { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMc8l3KLOG9gW4aqFPf4B3OKW7HNAKIH { width:6.625rem;height:4.0625rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIuvEFL7UtGBCuTVPraLJQlFu6w8TMvX { width:10rem;height:6.125rem;top:39.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXitZKC87CMa64n6FlHTGg9oHOXGqbIs { width:12.5rem;height:1.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeiEmZm5cUP6JGTFLiDbs9hUPFJ8ndBg { width:9.9375rem;height:1.9121125rem;top:3.875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA { display:block; }#IOnbLCzTB3fR6EvILaMcw6bS8NQ0pOrA > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtgHxCQZG0zbtmpDd4uSuZr0wRm0sJMA { width:17.5rem;height:9.44825rem;top:8.75rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #kiQTkZhm6v3A2CmwLH5NXsvm1GaNZWRT { width:17.5rem;height:5.736325rem;top:18.8125rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #XH7o8kcXW14Pnr8T9XVbq7HNkPbtUqmJ { width:12.75rem;height:3.75rem;top:26rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zbEEv16hOMnBi38qUgTz78Mu51SFvi5B { display:block; }
 }@media only screen and (max-width: 763px) { #JNr69OrK11iwk4TRc5KMK7gpk1gktUKq { width:20rem;height:28.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 { display:block; }#qlZagoaG2w28MqRpOrMu87F4X1tTJoJ1 > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfWfVqJBk1OU9mM5ipulKLBTICC8gB0Z { width:20rem;height:1.69970625rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vnyT23uUNXwJ7h8sDv2bDCTpgM2ZGK { width:20rem;height:5.5996125rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6ZpVAWT1ahESVdOO7AbFdkz9slimX3 { width:5rem;height:5rem;top:13.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuLaLeuA9GX1ZemMxmlUZ4bFyfTWTnd { display:flex;width:1.5rem;height:1.5rem;top:29.1875rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #OIKiOQ6sFtedQ1DHhI3es8VpeQTaZTLh { width:17.5rem;height:8.4985625rem;top:20.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9I6uzohFfIZ0VXeTe0ki0kZ8pGhI8zU { display:flex;width:1.5rem;height:1.5rem;top:29.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #gnoEFyOdd3yk2qnEH3wvHvPJ3MspSGqR { display:flex;width:1.5rem;height:1.5rem;top:29.1875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #t5zkxc92rS4FuaFgyN7ny14HiDlF2zCA { width:11.25rem;height:1.69970625rem;top:16.4375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsK56K52oxBEaFM9LNEurvdlKqMDfmIA { width:11.25rem;height:1.9121125rem;top:14.5rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3cuBkDxXh0LC33Si8Hibnn9EHSgix0 { width:20rem;height:20rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHzBPtsQiSNeSowIN3Mzk8RvmiU1ub6u { width:20rem;height:20rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8HmaO0PSFR8WGWscEImAVpUUmftl5K4 { width:17.5rem;height:8.4985625rem;top:41.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br55F9TrTcUXQhzWA6LQ7CF2I0UDQlDP { width:5rem;height:5rem;top:35.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsSzrUOVx3iNnwF6HWFtdpbqSzzxNsmh { width:11.25rem;height:1.69970625rem;top:37.6875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usbsqgSqA9JSiUstHiHkAK9Pa9hkf0DT { width:11.25rem;height:1.9121125rem;top:35.75rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaqDpZWEJfpgWE8kowWUNaXgdDHPfTnJ { display:flex;width:1.5rem;height:1.5rem;top:50.4375rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #Kpn4gQa2uPNoyVhHH5sCNrtJksz1aItz { display:flex;width:1.5rem;height:1.5rem;top:50.4375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #xR3TD2TpNy76z5ZfZR3EZJCPhdzaa1lq { display:flex;width:1.5rem;height:1.5rem;top:50.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #xHZ2LXMloancLMROgcgP7dp1H74nqU9g { width:20rem;height:20rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59NHVdtLXDcCS3dPIByvLNrVIPTVNfL { width:17.5rem;height:8.4985625rem;top:63.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UPQTJJFnqgDBZu6vFu9p9x7lJTrzBv { width:5rem;height:5rem;top:56.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfB1S6ur27i0LmTgG8x1BoCpZT9JVi3T { display:flex;width:1.5rem;height:1.5rem;top:72.3125rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #pVC08GEGiA0WohPNg6M1rqbxFAzOz5tA { display:flex;width:1.5rem;height:1.5rem;top:72.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #dEz8KHqJp3xGrdPnF5wk13PlqLm1gFJb { display:flex;width:1.5rem;height:1.5rem;top:72.3125rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #KOotcwX5Z9wuN3E57qIpWxg2utGwse5U { width:11.25rem;height:1.69970625rem;top:59.5625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39nl3hkWAZs8awFcimaWh12gwRbeRCO { width:11.25rem;height:1.9121125rem;top:57.625rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMlsG6gXn39pzvt7pLGHMtym9wTRpnIp { width:20rem;height:20rem;top:77.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDZX3zZPK3Xrua9cNTsUITwNOGeqG7D { width:17.5rem;height:8.4985625rem;top:85.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atHXlCEN5rfXGTZGDBGXR6bdWrixpstw { width:5rem;height:5rem;top:78.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMfi1Ry8WuS2814C2mfKtr91C974u0mc { width:11.25rem;height:1.69970625rem;top:81.4375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsfylgrcP597tAnOKWkaLs0WptGcI4x2 { width:11.25rem;height:1.9121125rem;top:79.5rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt2IfXHbq7ew6eL3yBS4cDCv0N6VT23V { display:flex;width:1.5rem;height:1.5rem;top:94.1875rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #zq1bH376dFdlWu1D7wtTeq53QyriWRUo { display:flex;width:1.5rem;height:1.5rem;top:94.1875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #SQB5AQTIfiQb7F6Xp9TaHJhDxV5m7eR6 { display:flex;width:1.5rem;height:1.5rem;top:94.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #x4CscMmEWyMKLk50DzIWIsuqrHq32lVo { display:block; }#x4CscMmEWyMKLk50DzIWIsuqrHq32lVo > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSsv2crlHgwpT2hdbAeFJCHTf5I1NRew { width:10rem;height:10rem;top:8.249025rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1fmgWoDFLbW7GBAT1WWnoIkuWMfpVH4 { width:6.25rem;height:5.42480625rem;top:10.536134375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRpam4C0pgI1um0LfVNWPwBENZrGE9hu { width:16.875rem;height:2.54980625rem;top:18.875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3dr2x2kJEli3wtlHVGFwGVJNngHXTHf { width:16.875rem;height:6.796875rem;top:21.375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RP2x0hNgp5837hvA3FJ0OTE32N9Nyx38 { width:10rem;height:10rem;top:30.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVz7hbP87DP05ZR0XXwRgGnnrhw0grrP { width:16.875rem;height:2.54980625rem;top:40.6875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXQ4Dsvt8tII2ZN5Bc1vHFbRtnzrC4B6 { width:16.875rem;height:6.796875rem;top:43.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD9UiHtpQT27ce5uTWg8bEgS4QcK29JS { width:6.25rem;height:5.42480625rem;top:32.375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QUiTcRWoQQ5H1S3vVbvZb0SSggh0JX { width:16.875rem;height:6.796875rem;top:65rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiX6IAyAi6c5QBLHCfHl1AayFIrdaSd5 { width:16.875rem;height:6.796875rem;top:86.8125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrkiXfhtrDC2loLm9LTQDo598XPLKa5q { width:10rem;height:10rem;top:51.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTH3f83vvNat0CitI4w9anJQoGEI7TD { width:16.875rem;height:2.54980625rem;top:62.5rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTDMLVx4LsxWeQN0eQZTMKTpq6v7L28N { width:10rem;height:10rem;top:73.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaXXeCBzQ3B3XQOSQNGsRfFnMPpGNATt { width:16.875rem;height:2.54980625rem;top:84.3125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtEfTur5EIvDTTs4U3W3HHUhWE6ZOg6s { width:6.25rem;height:5.42480625rem;top:54.1875rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVHW6Xt4PdBs4errrsg6wiPgtwTD9uDW { width:6.25rem;height:5.42480625rem;top:76rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIxOAMsPioSdA4AtPL7E5oS14frOVA3n { width:20rem;height:1.69921875rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbDNnTGIsdLDF8Mq3z4fc1SoK0ZUvpXR { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmThTbQSyNRD55mFxPmGuNvWZ1TgOAi { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3HRE1UF24oMWenKNQmsEeAK98HmGuKd { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DATI2JFKR91XMBGKCMPw5dmQgcsTti54 { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #czH5BkmBNAZUOPK20KTR4USnKgQPolaC { display:block; }#czH5BkmBNAZUOPK20KTR4USnKgQPolaC > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEalhRnyUm7i0pbzrl8Pxcl45T287A6d { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw7rav2zVPGVzvDvx2rTZi6KToCPIv1K { width:20rem;height:2.79980625rem;top:2.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhVnFf5qtT6yE7nNJatoxfzy73wMftXw { width:20rem;height:30rem;top:8.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmolxX62fBpswp7izfgouSdzOMQlLMwE { width:17.5rem;height:1.9121125rem;top:10.1240234375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z2wk7EavvX7kRnEDcD9i7wK7v2C2x2bc { width:12.5rem;height:5.42480625rem;top:12.0361328125rem;left:3.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4FrmtA0MxgMJENUv55TVNJDAOHFZQOV { width:17.5rem;height:4.4619125rem;top:18.2109375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gE5wRT4UTrDTxaTiSsrTMXdVPuOnT47J { width:17.5rem;height:0.0625rem;top:23.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttXLLeldC4Q3I5gnmyHykMzpft915wMF { width:10.625rem;height:3.75rem;top:32.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSskEdQKgSqtEl4WWxzT7Th7gpOwFwOQ { display:block; }
 }@media only screen and (max-width: 763px) { #cKSClJmPElzi273qAWESRG4rOg72DQJV { width:1.375rem;height:2.79980625rem;top:12.6611328125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSzZU9DROVSk7ofQvzONMfwLLSDttIHQ { width:17.5rem;height:5.72265625rem;top:25.5615234375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#GSzZU9DROVSk7ofQvzONMfwLLSDttIHQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26fb69c5d18a92635ec72b7f876e9180fd67c229.svg); }
 }@media only screen and (max-width: 763px) { #HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 { display:block; }#HGINIGUzFfvOnqnDB8LBr5W8VucnlOI7 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUXBLNpsy71hZkoHCgAAaBkubGwKXMCD { width:16.25rem;height:4.6494125rem;top:1.25rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8FBSGST7RzluWHebAFNt3MHDbd5SeHV { width:16.25rem;height:1.9121125rem;top:7.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pgLl4lNp7hg1lf9O6nP3c6lJTCNdn5LP { width:16.25rem;height:0.5rem;top:6.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4o56TE2dE8zHTbTMlvUT0UQJ3Eftt4h { width:16.25rem;height:1.9121125rem;top:17.810546875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZWLo2Aa7oDX4b7A11mmPS74UsfE5z7z { width:16.25rem;height:4.6494125rem;top:11.412109375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD1lgb5TC1JIzzkQV5HKEAbeKT7cEF7w { width:16.25rem;height:0.5rem;top:16.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQTbG8KXnGXrvnpOXTQmKJcemZWMEduz { width:16.25rem;height:1.9121125rem;top:27.99609375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oqHq6iN8WTQd3BG3PTqZDxdDq2T13H3G { width:16.25rem;height:4.6494125rem;top:21.59765625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJfqZz3R34MMXAnlDmn9RqGQq78FW8D4 { width:16.25rem;height:0.5rem;top:26.87109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXTPOr7uETPHRnx9uFyLWnkUTm50HeRb { width:16.25rem;height:1.9121125rem;top:38.181640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NehEJvfodCyOB2uXnsGbJzvJ1tpBhCkE { width:16.25rem;height:4.6494125rem;top:31.783203125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGW90l0hlyP9iTTGTcwT4z4HGqd9R44k { width:16.25rem;height:0.5rem;top:37.056640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW { display:block; }#M5rweoxVXyRoWhpS6ioEf9sCKAUnoNrW > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE0rAn0OB1atQ8Nuym5hyqcamNW0T1U5 { width:12.5rem;height:2.5rem;top:6.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5mQiV4lDeMmm4ez71VV2zW2SQwoVWS1 { width:12.5rem;height:2.5rem;top:10rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ny78rf5Rz9odCBFu2UzWMXuvs5Pnln { width:12.5rem;height:2.5rem;top:13.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkzUXiVpFh9eC7VLabAq9nnF8eo3qIs6 { width:12.5rem;height:2.5rem;top:17.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27Zcvo0BJ3TUlrAdLgpeutwwoH4Uwhk { width:17.6875rem;height:2.0996125rem;top:2.5625rem;left:1.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvBgMvIiZDD05pZgN3US3eV2ealoECxs { display:block; }#LvBgMvIiZDD05pZgN3US3eV2ealoECxs > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT4vs9OXmA0NVLP77bvribQtltOLSJrV { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkQ0zizoJXW8rWNDu4wK5tvrQDaLgEc { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #olvZMSTXTN0342w6DA1BvB6I58JmSLAS { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPMOePRJzauFB1MhMdoRbWRgtfW8E0o4 { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TullRt1Z6hxrxswhsTS15RmOeKckpvK1 { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn9F7gulyuXJ0Swtah6mOZoMJksIst7l { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXLUcuwGAxnTP0uzV5MMpuSfOacvx0cO { width:20rem;height:17.8125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHiGTe0HTTNgLML0fkQTvTuvwWkJGkoQ { width:17.5rem;height:9.5605625rem;top:12.5625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAVC4eqMBdzqmcaKfefcHJmCJl265SHC { width:17.5rem;height:1.69921875rem;top:22.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GTdGUEL4asJfxP8mV9No0hi1ELMF5ls5 { display:flex;width:2rem;height:2rem;top:10.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #N7lpVuuuhS8xJ8EwmrHfaStTu3MiAWb4 { width:20rem;height:17.8125rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6LGEON68hGuDWH61eDTuPnFsEhtK4yD { width:17.5rem;height:9.5605625rem;top:31.4375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4SxneT1hT4s81V18EAEz68kO6qJmozC { width:17.5rem;height:1.69921875rem;top:41.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WaJWp94zAlSkHJJATVkiGALyNEPInAuV { display:flex;width:2rem;height:2rem;top:29.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #oHc3qhxnca6QHKwa0Kt0zZgTxXy19x22 { width:20rem;height:17.8125rem;top:66.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkFfOflLF60qucC0S4y85ufh9bwuEcg5 { width:17.5rem;height:1.69921875rem;top:80.3125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvpDJI2Ois2MJSUKZZ95BzpFduFhhTlM { width:17.5rem;height:9.5605625rem;top:70.125rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UOo3uHEnDwR1HBXIa5Ch5OM3C6kL8x2R { width:20rem;height:17.8125rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksXkJyx63nzM18NJc3crqOJpIsxPrTkD { width:17.5rem;height:9.5605625rem;top:50.4375rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHfTyzvGX5LR5vLGfJHhDC0Xdc9RH8DT { width:17.5rem;height:1.69921875rem;top:60.625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HK2FwSOZ7v3QaZsyyRTLMUvHCvR4DvvB { display:flex;width:2rem;height:2rem;top:68.1875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #mAzHC4hgam6MTTFeMAC8mi72yANDODF6 { display:flex;width:2rem;height:2rem;top:48.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 { display:block; }#hsmqovVhyi0aTlo8W0nzIzF6woJQ4Br8 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lmz8MTpNDIIwDwiPkU3y11HPMkf7aWae { width:7.5rem;height:7.5rem;top:18.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnvzSMlbv6TQahcVJpt3G34AivK8MxP7 { width:7.5rem;height:7.5rem;top:18.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdd41L4ppKk7xggceZFZOc6PvTkWFTmQ { width:7.5rem;height:7.5rem;top:8.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsKJWnPDVcM0B1dhsNWzt2ikxGclz5e4 { width:7.5rem;height:7.5rem;top:8.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuzhHE7H1OlprCfyLULFHJKk61B5ZFGg { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5eNxI8sc2UCvJgry9e57W2pQqmTk9In { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UT6m6ydd9AJyS1t00Qfp21Rg7zXFT0hb { width:0.5rem;height:5rem;top:1.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWLLBCxHAoSiyMBG97rF10un594P3yO { width:0.5rem;height:5rem;top:1.25rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQrpBVHSRgL1k9PK1eoKRckigpZZwlQL { width:0.5rem;height:5rem;top:1.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDkPIeBozUgCQwlbTHFuqtPp5mU08tRZ { width:0.5rem;height:5rem;top:1.25rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZu5Iy9dLTzTD96oLafE8BblIWmccDHD { display:block; }#zZu5Iy9dLTzTD96oLafE8BblIWmccDHD > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PpwpKUwcRbPib2tZWFMAalnCFbeB4uzm { width:17.5rem;height:1.57421875rem;top:6.61328125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3  { width:17.5rem;height:auto;top:23.9375rem;left:0rem; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 {display:block;}#ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 { width:17.5rem;height:auto;top:23.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #bKLtxOGQF6zD85nZh1eziBT8qkRD03kr {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #vm5wppvHT3TwXTTX8WVB4TteV8znz267 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BxxXASTZsG61pQE8THxS7Q8fGSioaufn {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #rwpX7NTi2oA2De9lmKxWi60bvptJ9qCN {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #XD8FyvOZwBPpmSGnArAglE5naFgFRH2W {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BS1dBt2LGacJcymoWZ4KaJL3onn8o0y1 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JDz0wpeURrTy3W04MUmNQMcQ954EMxXT {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #UcXmnZh1n1VM9XeS5E1QcH8HfGKEbSz2 {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #KDZPzl6gUx7D8gZvMFP1AVxWTnoEXDzZ {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #JyWzES3MLqATnxuBGly0uRCraSiRdzgw {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #PVhqU53PfQIMRMrpAEnsMg5VE58mLrLn {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #Tza8QxrMsGBNIU16oShw8xdXRO36OJGT {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #BUlhnv3LpntbhLzaTKCvkpsADEQf8oDP {  }
 }@media only screen and (max-width: 763px) { #ZiaeJp6E6ZVWDVuNFMVa2kkomhcD2Cl3 #kx1Cy4ze5xR65b6UtDhTAXLL8aatIG6Z {  }
 }@media only screen and (max-width: 763px) { #OXwUOIzazXIbhtu749V7dKox0UF70ZT4 { width:20rem;height:26.0625rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2U5x4e3nR16zAxU7zJi78tlwFLGfmVn { width:20rem;height:6.2988125rem;top:8.125rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wmw5wD4OGelX3r9cTZ6tdDXNyduKeASo { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrkP5hukTRw2g7e4r3R6bquBFFu8gnS { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAdMgfPZntEVXW61dmP3JZoyMBEHRHXQ { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klEh8EOacqvIKXEVLSNmrTiDl09Ll4LX { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrmJq8hQ45CkHu4m12Ji5qOepcI508r1 { width:0.5rem;height:31.25rem;top:23.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3T2f1s1bSXifMgAHm6vXFExoHAX7rRI { width:0.5rem;height:31.25rem;top:23.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBmf8aDKB77A1gO1XPqehtVXMKzH6y4 { width:0.5rem;height:31.25rem;top:23.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6roCM6WJV2QVSeTNW7BdUNtVsAnsATN { width:0.5rem;height:31.25rem;top:23.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRCEwXKiOv0LIe8d0H32TLv8dysZ7ZeI { width:20rem;height:5.09765625rem;top:15.5rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-desc-text { font-size:0.875rem;height:auto; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq {  }
 }@media only screen and (max-width: 763px) { #bU12M5qgDc0SKiprtxoCvI0o9rT53zdn { display:block; }#bU12M5qgDc0SKiprtxoCvI0o9rT53zdn > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnAxiHqRAAVCqWPscWLHSSTwdCbGBknQ { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD1mcMx6u16LcopQ9L913kM8C5Rn63nA { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTPF63cPcuZfSeLFp0l6vwTUfHIFo4f { width:20rem;height:5.09765625rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGMcXPtwZHfByC5LJESKCXZr9HHPRUe5 { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TThPblDMoZ6dtb7hhx3ygbKIKtgeioUV { width:20rem;height:2.54980625rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BggxH8I7OziscflbXwE31XEB1Ch1cDxQ { width:15.3125rem;height:1.9121125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nfkwuBeMUZ16DD1F84PPHaU5MyVdWUZD { width:20rem;height:2.54980625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XdTkd2v74fJEJNvUbO3TVBWDDiVBpam0 { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RggwILhxtGu1sXIhengeyGtyuAzUdVC5 { width:15.3125rem;height:1.9121125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gQcuITuIowJtCTaZdhsrtpNlQkCh3mu1 { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gPry7BXgc87sqRv13uQdfnX5ppxPBhFT { width:20rem;height:5.0996125rem;top:31.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nk0FvmOTBLFd3DOckv9QD8WATV81r5aL { width:15.3125rem;height:1.9121125rem;top:28.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D4SmVDMkE7F5NDtHFNoN02a0ePaNzP1B { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqP0SWPCSTlRBKrvb8buJgwTNE2iZtN { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNaTZK2b9mM5QLqTgqqaESHeBmtEcXz { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNX2STh1FrFrKz6uEs0upv0L8oFMIv2I { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puxTAUZTsnMoUUKywMvqMOEGf2sidDEe { display:block; }#puxTAUZTsnMoUUKywMvqMOEGf2sidDEe > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ke6GH4XpJITB5FgawkvTycUbMWXrmT4N { width:9.375rem;height:2.75rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJAxP2Q6RPtq0EBcUbWlut8kUp9PclBl { display:block; }
 }@media only screen and (max-width: 763px) { #VZppgqT1tJ7wghK2PCmtVlUOFSEi4VIO { width:9.375rem;height:2.75rem;top:4.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwlltuVKlTFm1V2OeaHK0Qvqd7SSlc7t { display:block; }
 }@media only screen and (max-width: 763px) { #Mt3T2N120p1WLCeVNNUdkk8X0b8G3EvU { width:9.375rem;height:2.75rem;top:7rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnAMClOWTgrf7SngXgEZKAF2x8TSAM1 { display:block; }
 }@media only screen and (max-width: 763px) { #GKUJqkZefQdODSuHy27lH4BV3AMuTtr3 { width:20rem;height:1.69921875rem;top:12.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfrXEbNoWhOyCe0lVnhAAryH9TTvwk1I { width:8.125rem;height:1.875rem;top:11rem;left:5.9375rem;display:block; }
 }