.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9618d9;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container { background-color: transparent; background-image: none; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container > .video-iframe-container { display: none; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row > .video-iframe-container { display: none; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .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); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container { border-width: 0; border-radius: 0; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#rSg7P67fGsQSg5QzDwuWdLWVn2HNCzuP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9375rem;left:57.8359375rem;display:block; }
#hwHPTrJUoM0eiMBdnoT1xAqQPbDc3W07 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNgyEolQoxD7TC16AhawGmKAuuNbaapT { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.21875rem;left:47.875rem;display:block; }
#tCA4iPJpqVzkOMov6bX0glTZvrbck2TU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JFaSfIcFEQykTvXriWP8mUSRWyu94Bf0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JFaSfIcFEQykTvXriWP8mUSRWyu94Bf0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ToCIUeftZePeZUoaFt62ZrR8Rhwi3qmP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.53125rem;left:47.0625rem; }
#TaVJ2i3CRIGuS7bAdfLerUSWP9W06V7k { 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:6.375rem;width:12.5rem;top:0rem;left:1.8125rem;overflow:hidden;display:block; }
#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA { position:relative;display:block; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA { background-color: transparent; background-image: none; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.66); }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container > .video-iframe-container { display: none; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row > .video-iframe-container { display: none; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.66); }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA { border-width: 0; border-radius: 0; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92c50188-f855-48db-9b4b-17d2f5a74a79/groupofsoftwaredevelopersbrainstorminganddis20231127045656utcdistancia1.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container.adaptive-delivery-prevent-bg, #ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container.lazyload, #ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container.lazyloading { background-image: none; }#bJxWgzymVgZQWwTrQ66OQOEoc2TTFuSc { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2c8658;border-left:0.0625rem solid #2c8658;border-right:0.0625rem solid #2c8658;border-bottom:0.0625rem solid #2c8658;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c8658;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.03125rem;left:7.5rem;display:none; }
#Tkz8XSuSrpHxbvfNKOBp3lQm9ySBTLSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rb3KdcMh5HhFwUAWCKd7IRXpsodLtZnd { position:absolute;display:block;z-index:15031;background-color:#000000;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;height:10.9375rem;width:21.3125rem;top:5.5rem;left:53.6875rem;display:block; }
#C5uM2rBDzoVR2imyLpPUgXIsMEPU5Z4l { color:#d4f997;display:block;width:35.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.8125rem;left:7.5rem;height:1.29980625rem;display:none; }
#zTlkeT6Ofwp0BQQLPx8Hlfx8Cxprw0pd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:24.125rem;left:3.5rem;display:none; }
#CI5as6nm6x02eg1psIWslqOlzXfsdfn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cI01TCPI3LUq81JC7dqfnHJwPQUprkl5 { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:"jost extrem";font-size:2.6875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.875rem;left:3.5rem;height:9.6738375rem;font-style:normal;display:block; }
#dxkiUZeU0KTmd2RbOIUImwbWc8W1kTir { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:7.75rem;left:3.5rem;height:1.8rem;font-style:normal;display:block; }
#RUhDcbWqBFFMTq3RJBL8z17GkxqT2ET1 { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:44.4375rem;left:3.5rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1UHCD9mT2LnOQKkNdKhGc19uCTNvXLO { position:absolute;display:block;z-index:15046;background-color:rgba(255,255,255,0.98);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:4.75rem;width:28.625rem;top:43.75rem;left:0rem;display:block; }
#NzIPpkkieGlhRtErJ9IE0HMod3KTQi24 { color:#000000;display:block;width:5.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:44.4375rem;left:11.75rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HarLWEmyTRPRlo15Krsq9QAANz7ibdEq { color:#000000;display:block;width:5.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:46.25rem;left:3.5rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hPo7Xu6xD8bcMRqd1unUEOfZyJU8pGpT { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:46.25rem;left:11.5625rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vyP4ZzdazGaIIor2vHTcvMg49ARRwDrD { color:#000000;display:block;width:6.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:44.4375rem;left:19.1875rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#orTT6TJZfww7Um0LyH3qRQa5c9mykLOC { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:46.25rem;left:19.1875rem;height:1.425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-form-header {  }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-regular-label { height:auto;display:block;font-family:verlag;font-size:1.0625rem;font-weight:700;color:#000000;width:18.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:.9; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-text { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:18.625rem;box-sizing:border-box;height:1.6875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1;text-align:center;text-align-last:center; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-text {padding-top: 0; padding-bottom: 0;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-textarea { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:18.625rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:1.1;text-align:center;text-align-last:center; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-select { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#f4f4f4;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;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:18.625rem;box-sizing:border-box;height:1.6875rem;color:#929291;font-family:inter;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-select {padding-top: 0; padding-bottom: 0;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:#9618d9;background-image:none;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:0.9375rem;margin-bottom:0.25rem;margin-left:0.9375rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:#ffffff;width:16.75rem;height:2.8125rem;font-family:inter;overflow:hidden;box-shadow: none;line-height:.7;text-align:center;text-align-last:center;font-style:normal; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb [class*="-text"]:-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb [class*="-text"]::-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .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:inter;line-height:1.3;font-size:0.625rem;font-weight:400;color:#848484;vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal;float:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .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; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-container:first-of-type{padding-top:0;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-container:last-of-type{padding-bottom:0;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #000000;left:53.687500953674rem;top:10.4375rem;z-index:15039;position:absolute; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb {display:block;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #000000;left:53.687500953674rem;top:10.4375rem;z-index:15039;position:absolute; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #xeLB4iNdrLnTdaNTrUinTNBpw5WllDJo { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #WrnmqWk36z1sywr26hXuqHNiyuXywTm6 { position:relative;display:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #B4lCRde26TkiT7w517IKIGI4CyVz8t4y { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #c8TO8OwTFm7KuzdSWCPFBsNgAXIiOZvl { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #QEunDiUTm10dRX7Q3AnTi5GSeZaqwqzP { position:relative;display:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #VaLl7T4e6sOFmlOBTrmiaOUk1dKiuCp9 { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FgDJSuapv64SIXwwVmkAhlMUXzKzKCs0 { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FZF4Rs9DMcJWxDRk5diSsmKOFIQWy1zi { position:relative;display:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x2xpQvvdSeMB2lETTtaOZgUfLrWdroMH { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #xwO4T2UdweqZwENNuXGmUVyzP9wv4onW { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #BeOS4Ev7JCmFaCdVNKQXrkkTCtdtTq6e { position:relative;display:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x4VTB4UsXrNkvDA0f9W5nKI3r0XQ7QNk { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #NGPivPm6rKbE3mnCeWWV1eXndpbEPLGy { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PPSHONrp6UCeeLlMbxCTsASMemVGqyle { position:relative;display:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PK589fBc2ISI4Dx6M2HJLZcJ6B8tckvG { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #stoT17s9H3AmogAMGRwPVJb7Snr0a8Nq { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #qcHeIVF7qagrpupt36Bn8EOgyOwXV50q { position:relative;display:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pIxauHdrnJzuDdal9G16VimdJ6JmMCs8 { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #EIw6ONnfS5Inzg4QTZylkZHqVnFA75DQ { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FgBHQKKCfzTJ5LDE99iXx6pSMAruaTbq { position:relative;display:none; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #bi2iGFG2Uw1MJ1sqye3u0xuefHuRbTEW { position:relative; }
#mEiWegqIksQLiAB0shZFHeQR8XwQroIO { position:relative;display:block; }
#OszwI5zLCa0xevt7ihHVWTN2WQBcCsh6 { position:relative;display:block; }
#GCUpTgRNRztO1TaKCXOVtozzKlgAnL92 { position:relative;display:block; }
#Uy79pPpVQphfOoLKctzomc1hiJghdDpp { position:relative;display:block; }
#GqgxAxIpNq162npdATe4zkGO8tod81ly { position:relative;display:block; }
#eFBAw5czCUqvmHwOW6O9424AR2CsDg66 { position:relative;display:block; }
#ldaIBEwRTZockMTy1lhTvqbGoviDmIwV { position:relative;display:block; }
#HJRtCnDM88hSoXgUoMxlIZpXahiIGkCA { position:relative;display:block; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #MBsu8VlCvhgsi1IzGgehTC5RyhszPShS { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #u7HOrfnMNEy882v68EsF6SNDAVXfm0HE { position:relative;z-index:2; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #rfmfOrZRHf2n5FxDHmIgdOETfkmiJTAU { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pi7Ak0LXV2wGwhe049TE7RLp5L5n5ULT { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pxvtGQUnpaUlKDPvXkDlA4zMQEhTVgvh { position:relative;z-index:2; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PTdzuDTCgNonGA0wUUT8L06pZVMX7qAX { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #qAXxPuTaToNL7b9MJPB537WBz2D0uqdr { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #ib9CoTzuJU4SayezD9uORHub7a9oksiH { position:relative;z-index:2; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #OqHbdeEs3LwLDARo66eq8TuTTb32fnAS { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x7UHSRQ1plI2E45zNN8TXzIM2B2J9eUd { position:relative; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #yE1Bq4aKfBpAWP2Qg7monOvWwbStGTAl { position:relative; }
#lqnRyvOEBhwqpm9B1gUaTFZIOz7uVbaE { position:absolute;display:block;z-index:15030;background-color:#9618d9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:7.1875rem;width:8.5rem;top:26.75rem;left:12.75rem;display:none; }
#wtvpBymPHzz2EpaciDZAknHX0cTptK7f { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:27.375rem;left:15rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VPmHF4E4TlT4XqST1PJb21iTlTCdaNZS { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:inter;font-size:2.4375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:28.625rem;left:13.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ITg5oCOKmx5TclqCVTlNlvu5RkRm8Irv { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:31.5625rem;left:13.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S3an4TARUQVSEmKpszoDKgcWm0lazwAF { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:"jost extrem";font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:23.5rem;left:3.5rem;height:3.25rem;display:block; }
#nz7Qk5HbxOArfr2CnAu01pITK8XEZr6J { position:absolute;display:block;z-index:15033;background-color:#ee361a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:7.1875rem;width:21.5625rem;top:34.625rem;left:30.3125rem;display:none; }
#lTs39DARLA7C2ZPHBS4h4S8dL5rsravb { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:36.1875rem;left:31.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pmxBII3ykWJmsDEECMcfD1kAOV223DLE { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"jost extrem";font-size:0.5625rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:52.75rem;left:0.875rem;height:0.73125rem;font-style:normal;display:block; }
#vrKTpPKaCGSccW8sthaqW76kENI4r09o { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:verlag;font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.1;letter-spacing:0;top:6.5556640625rem;left:54.375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { position:relative;display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:verlag;font-size:2.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:4.048825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));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:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.875rem;left:3.375rem;height:6.90429375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oE9KT1y9DhALJIEAASTzTfbgVn5BKv7M { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.0625rem;left:2.4375rem;height:3.00625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kLVRRn7CCl73ANyzD4mo8iASUdVlZ8XK { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:25.4375rem;left:2.4375rem;height:4.22265625rem;text-align:left;text-align-last:left;display:block; }
#K7C7MzMtZwsNdn6V3vvUyTyEwd43IqKF { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:25.4375rem;left:22.0625rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#WTr7Ts24GlKhoUbGtlgC7Nyum59wUe2o { color:#000000;display:block;width:11rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:22.0625rem;left:22.0625rem;height:3.00625rem;text-align:left;text-align-last:left;display:block; }
#fucbGakCc8uERrCPXSnOOf6RmryxHcge { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:27.0625rem;left:41.6875rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#EJeS97E6BbdiXSEs1XHVAel1kI74on5R { color:#000000;display:block;width:12rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15056;line-height:.9;letter-spacing:0;top:22.0625rem;left:41.5625rem;height:4.1625rem;text-align:left;text-align-last:left;display:block; }
#v4TckbRra7rOBI9rWZE2zoH94AaM4OOy { color:#000000;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:26.875rem;left:57.5rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#cu1TphEmHRKThINcFeOOl56AgJfedoXf { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15058;line-height:.9;letter-spacing:0;top:22.0625rem;left:57.5rem;height:4.1625rem;text-align:left;text-align-last:left;display:block; }
#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK { position:relative;display:block; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK { background-color: transparent; background-image: none; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container > .video-iframe-container { display: none; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row > .video-iframe-container { display: none; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .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); }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK { border-width: 0; border-radius: 0; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fZ6Rz5TK2RFWHoNOAURzrTpl2c1LJBXz { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N7782sXxda9rTmkqphyPSEkBMUTyCtpG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -moz-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -ms-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));background-image: -o-linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e531eac1', endColorstr='#e5d4f997' );";background-image: linear-gradient(90deg, rgba(49,234,193,0.9), rgba(212,249,151,0.9));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:8.4375rem;width:10.5625rem;top:19.625rem;left:54.4375rem;display:none; }
#uNydOJa01J6ez5DIkIlhK0FWvdp2zLoU { color:#000000;display:block;width:11.5rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:8.625rem;height:3.4125rem;text-align:left;text-align-last:left;display:block; }
#vWtGaVUMmuykK2toSUtPo3AUUz7gCbz7 { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.875rem;left:31rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#G1oaTp0uoIiSgUeVhf6uqVeCMfFVqFgv { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:31rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#uxrcokrRU6zVGPv7PuDDNAkuLZMGHqBe { color:#000000;display:block;width:17.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:54.5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#H5k2PBrUbTkJtDDa73ltTohtvbQ2UwbR { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"jost extrem";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.875rem;left:54.5rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#sPRFO3oPpPqAIBczl4KvtJTIAxn1SueR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.25rem;left:3.375rem; }
#sVIh7PTecJfQuoxRJ0QlWoShnlaTbTqi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9rem;left:26rem; }
#xchM4uv4bbKgbznZiGg1mArcrnksG7Pk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.3935546875rem;left:48.8125rem; }
#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 { position:relative;display:block; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 { background-color: transparent; background-image: none; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container > .video-iframe-container { display: none; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row > .video-iframe-container { display: none; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .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); }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 { border-width: 0; border-radius: 0; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tX1v3NfIwi9XvTANZGoVnahiVJzTbqp3 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#LN7Wer57TH9SwCWpoW8zwRXc0kctTODX { color:#ffffff;display:block;width:61.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.005859375rem;left:4.4375rem;height:2.6rem;font-style:normal;display:block; }
#AKJi7VXBgNEADsNNdfOsDhGsHPyHEuKb { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#auciVrKeoy0t2goTyc1wXUeEcHTm93go { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#LQFWMONy4rGPurEVNn8EwDxXJHcFqX2s { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#rupIrNhx1FoSgxVke3b9PNRkMwGsZll8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#mSTbgiOcEfqfWFnQZNNWzRUed2sH8HlN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#Ga51TQRJQWHZdo8bbPwgRIR7QZF9fhxB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#JOnDVHgLyDx6PLoHqZln8ewnm0D39crF { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:verlag;font-size:1.25rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:3.875rem;left:4.4375rem;height:1.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI { position:relative;display:none; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI { border-width: 0; border-radius: 0; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#JEUMcgmUK8hbErXxk3NQrUdTJEzyOySK { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#Qm8yTOtxAfwnNvHk9kTsaQSH4s5blaAW { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#gOb2NGZmHWG35C0T9y5AWrQlrDUaIzgo { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#hUsVTH9uSF8QMo6487SVKam9DPn2bRsu { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#vWMNwsSU9bzGc27uJNJSBvoiyOBtIVzc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#pIN8NwiMI5P020BU3VnhTyRfgTcr1HKs { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#Me315yPWSkIib8rWSXhWM7Bldn2qPD9I { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#WrxTTF8UnzPmPHIwaJkd65OlWlwgB8iO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:15.375rem;top:5.6875rem;left:48.875rem;overflow:hidden;display:block; }
#AEOyR9bQw0A2gTiBHGE11JkxgZLoCoUc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:16.375rem;top:4.875rem;left:56.125rem;overflow:hidden;display:none; }
#lFoVxTvrX4r2ZKeO9Qpi9Cmkgla1wN0P { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:18.9375rem;top:6.4375rem;left:25.5625rem;overflow:hidden;display:block; }
#Tboe61J3KrD1cp4ZcOX9cwAPbZuSUBJ7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:12.25rem;top:4.0625rem;left:10.75rem;overflow:hidden;display:block; }
#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container { background-color: transparent; background-image: none; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container > .video-iframe-container { display: none; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row > .video-iframe-container { display: none; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .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); }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container { border-width: 0; border-radius: 0; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#Q4s1ZoTvvDXsMZoF5sJtN9rcZWDOdvJl { color:#000000;display:block;width:22.25rem;position:absolute;font-family:verlag;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:11.25rem;height:3.04980625rem;display:none; }
#T949ILKJLu3k2Abl5MrSoXgEiHW46nSU { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:7.4375rem;left:32.5625rem;height:11.875rem;font-style:normal;display:block; }#T949ILKJLu3k2Abl5MrSoXgEiHW46nSU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T949ILKJLu3k2Abl5MrSoXgEiHW46nSU li:before{  }
#T0dT1FKUJWDdsSrhl8SxuNlmD1Ofdf5t { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#inUXSg7uKSK4mbHAlkPXhQotHrqRIIgF { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:15rem;height:1.29980625rem;display:none; }
#JsBcBKLSBacCnuQWMBz5FgAv7TXesDcs { color:#000000;display:block;width:21.25rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.69970703125rem;left:14.9375rem;height:1.29980625rem;display:none; }
#Cua1G50I7fMtfv4n8sv11NNcAC1MDOHK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.4375rem;left:12.5625rem;display:none; }
#VXQXx7baDSGNdlBT4gaduUqbEMvS9Qu1 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.4375rem;left:12.5625rem;display:none; }
#qTp9QXUIOp2Ff5fhFR3hXz1BqH2tNfcs { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.9375rem;left:12.5rem;display:none; }
#ghIAq7eZP0gIgbaWtUdcATdEOoIq1Tr6 { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:2.8125rem;height:1.95rem;display:block; }
#BRuFWbdHlKJHpkKECOIDGf5StEyDRLrM { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6640625rem;left:2.8125rem;height:12.42770625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dHoh1JK9sXBdVwTz8nKfmC4UwznRwQHG { position:absolute;display:block;z-index:15006;background-color:#e9eae7;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:26.6875rem;width:26.6875rem;top:0rem;left:0rem;display:block; }
#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { position:relative;display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { border-width: 0; border-radius: 0; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eae7;background-image:none;font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:19.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:19.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:19.5625rem;height:9.09375rem;font-style:normal;display:block; }
#ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:3.375rem;height:1.94921875rem;display:block; }
#FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { position:absolute;display:block;z-index:15001;background-color:#d4f997;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.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/a19OVaa2rzA/unsplash/sigmund-a19OVaa2rzA-photo-1607990281513-2c110a25bd8c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.5rem;left:4.1875rem;display:block; }#l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.adaptive-delivery-prevent-bg, #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.lazyload, #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu.lazyloading { background-image: none; }
#cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:54.8125rem;height:9.09375rem;font-style:normal;display:block; }
#oteKcXoPaOgBWtylIb53vXKUDpG99zss { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:url("https://images.assets-landingi.com/Zz5LQe-VSMY/unsplash/stephanie-liverani-Zz5LQe-VSMY-photo-1567532939604-b6b5b0db2604.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.5rem;left:39.4375rem;display:block; }#oteKcXoPaOgBWtylIb53vXKUDpG99zss.adaptive-delivery-prevent-bg, #oteKcXoPaOgBWtylIb53vXKUDpG99zss.lazyload, #oteKcXoPaOgBWtylIb53vXKUDpG99zss.lazyloading { background-image: none; }
#vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:54.8125rem;height:1.13671875rem;font-style:normal;display:block; }
#QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:54.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:30.8125rem;left:19.5625rem;height:9.09375rem;font-style:normal;display:block; }
#mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { color:#000000;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:30.8125rem;left:54.8125rem;height:9.09375rem;font-style:normal;display:block; }
#DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { position:absolute;display:block;z-index:15025;background-color:#000000;background-image:url("https://images.assets-landingi.com/FNeU95sOjY8/unsplash/maksym-zakharyak-FNeU95sOjY8-photo-1490894641324-cfac2f5cd077.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:28.3125rem;left:39.4375rem;display:block; }#DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.adaptive-delivery-prevent-bg, #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.lazyload, #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE.lazyloading { background-image: none; }
#R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:url("https://images.assets-landingi.com/3TLl_97HNJo/unsplash/aiony-haust-3TLl_97HNJo-photo-1534528741775-53994a69daeb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:28.3125rem;left:4.1875rem;display:block; }#R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.adaptive-delivery-prevent-bg, #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.lazyload, #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW.lazyloading { background-image: none; }
#iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.3125rem;left:19.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { color:rgba(0,0,0,0.46);display:block;width:9.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:28.3125rem;left:54.8125rem;height:1.13671875rem;font-style:normal;display:block; }
#uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.375rem;left:19.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { color:#000000;display:block;width:7.75rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.375rem;left:54.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { background-color: transparent; background-image: none; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container > .video-iframe-container { display: none; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row > .video-iframe-container { display: none; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .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); }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { border-width: 0; border-radius: 0; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#T0CeHLuzttRo1o1mava97UXogPB0OQ4f { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.1875rem;height:3.8984375rem;display:block; }
#CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { position:absolute;display:block;z-index:15001;background-color:#d4f997;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.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#Go381CkzwSKkDezZZmJx69a5GfMW3D9I { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#nbLIMJTxr89zsXfeik345PN9kTItTlOb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:3.3125rem;left:37.193359375rem;overflow:hidden;display:block; }
#XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:4.1875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpPC6PoZ5KU8pqdt9xAKEzaS7dqUbFfc { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.25rem;left:4.1875rem;display:block; }
#KAPyvv7kh5gTMfpiwsnW3zqBcx2yRiR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INtQztgpkJlSmgNFRcVIfq9vQxNuHhUs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:11.8125rem;left:57.443359375rem;overflow:hidden;display:block; }
#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row .container { background-color: transparent; background-image: none; }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row .container > .video-iframe-container { display: none; }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row > .video-iframe-container { display: none; }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .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); }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row .container { border-width: 0; border-radius: 0; }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#LT9ZXvHJ2Z1Xv9pQbC1PAcNpQZ0rXhEr { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:verlag;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:10.640625rem;left:3.9375rem;height:1.21875rem;font-style:normal;display:block; }
#ME8AGtFElf0l0qcfTViwytqbwrTl5PTB { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:37.9375rem;height:2.2734375rem;font-style:normal;display:block; }
#Sxw4Qyx98f3nONZFnGlzVGtHTHe7svAn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.1875rem;top:4.25rem;left:37.9375rem;overflow:hidden;display:block; }
#sPAlwwUJQJWIInkTZBTIi67T17TmC7Ty { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.15625rem;left:48.8125rem;display:block; }
#VfBAUiwTR96apzJEno53rGMX0pk5PBS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOWitT8HgvX21PwL64rTbQ3GEGacpWKF { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.1875rem;left:55.125rem;display:block; }
#TzkVfzzkqRihh2roXw61FbpRncvgH6MN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocZ4TaQRlDkoGwq0qK0Np0XTybrBKwZ6 { background-color:transparent;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verlag;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.1875rem;left:63.375rem;display:block; }
#t3ifgCqDhrB9zd9DBtNEs4oqDykoXHQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uyalvlhNlAtlEarA8WTpZF7h6rZgAqN8 { 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.8125rem;width:9.625rem;top:2.94921875rem;left:3.9375rem;overflow:hidden;display:block; }
#sHG7oXIC3923Xv3FehALZVO6DcJEacgA { position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;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.625rem;width:75rem;top:8.875rem;left:0rem;display:block; }
#XnX6CrGEWEbiqnsTBXAkcAtqTviToPZO { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:57.75rem;height:1.1375rem;font-style:normal;display:block; }
#qL1vXNQgbfJh46ziGpkRkkwbvrI2gXG9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.0625rem;left:57.75rem; }
#qL1vXNQgbfJh46ziGpkRkkwbvrI2gXG9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#kJshVJTzLQZrx03t0eI3h2dT59TMtOq3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.0625rem;left:60.5rem; }
#kJshVJTzLQZrx03t0eI3h2dT59TMtOq3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#nCivDgIIMSoV2Dtq1idFWFuWUZGhNf5C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.0859375rem;left:63.21875rem; }
#nCivDgIIMSoV2Dtq1idFWFuWUZGhNf5C > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#l3MW9HgcVeDr50P6wTVe57Nq9k5F2TXd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.0859375rem;left:65.875rem; }
#l3MW9HgcVeDr50P6wTVe57Nq9k5F2TXd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#oT4ZP78TgRMvdOpJTVq9hN0f5h24DNCz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.8125rem;top:3.23046875rem;left:18.71875rem;overflow:hidden;display:block; }
#aRTtastL4HF9wmJ3n6HPcGWwCbkIPVuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aRTtastL4HF9wmJ3n6HPcGWwCbkIPVuy > .row .container { border-width: 0; border-radius: 0; }#aRTtastL4HF9wmJ3n6HPcGWwCbkIPVuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRTtastL4HF9wmJ3n6HPcGWwCbkIPVuy > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#tVP2IdqIQRXrAlUFI9JAqVtxppokgdLG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:10rem;top:6.8125rem;left:54.1875rem;overflow:hidden;display:none; }
#T52yo0HeV0RMEiNSkq74TsrWh9kaxPiT { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:42.5rem;height:1.29980625rem;display:none; }
#XaMrcDhptAVncw9ON5JvBdto0WfMWJsJ { color:#000000;display:block;width:5.5rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.375rem;height:1.13720625rem;font-style:normal;display:none; }
#yIseSeTSeuTEG2dDbXS65H46l4vFy69E { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:verlag;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.375rem;height:5.6860375rem;font-style:normal;display:none; }
#PRNVTrKa82eIBT9K8x4GE8XWxLzhNC8x { color:#000000;display:block;width:2.5rem;position:absolute;font-family:verlag;font-size:5.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.75rem;height:6.743625rem;display:none; }
#f7HynPWHEp5oE6hZWW821lGhPpqT4H7h { position:absolute;display:block;z-index:15001;background-color:#d4f997;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.5625rem;width:5.125rem;top:7.86865234375rem;left:42.3125rem;display:none; }
#Lxbo8uSgUJmS6qVLLHV6xPgpTGE3tVgL { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -moz-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -ms-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-image: -o-linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f31eac1', endColorstr='#19ffffff' );";background-image: linear-gradient(116deg, rgba(49,234,193,0.5), rgba(255,255,255,0.1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:15.125rem;width:9.9375rem;top:6.75rem;left:54.1875rem;display:none; }
#SJ5VLqZMXv2z2QUI0Axl06y3oow9q7Q8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:42rem;top:0rem;left:32.881310096154rem;overflow:hidden;display:block; }
#oKkNc3HWlxWofRVpyuTZ7RlyazdNRy7c { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.25rem;left:4.1875rem;display:block; }
#caXKvxRyNv4s8ZB7kulwKMtx5FWCy1as { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl { display:block; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSg7P67fGsQSg5QzDwuWdLWVn2HNCzuP { width:13.875rem;height:2.6875rem;top:1.9375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwHPTrJUoM0eiMBdnoT1xAqQPbDc3W07 { display:block; }
 }@media only screen and (max-width: 763px) { #TNgyEolQoxD7TC16AhawGmKAuuNbaapT { width:6.5625rem;height:2.125rem;top:2.1875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCA4iPJpqVzkOMov6bX0glTZvrbck2TU { display:block; }
 }@media only screen and (max-width: 763px) { #JFaSfIcFEQykTvXriWP8mUSRWyu94Bf0 { display:none; }
#JFaSfIcFEQykTvXriWP8mUSRWyu94Bf0 > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #ToCIUeftZePeZUoaFt62ZrR8Rhwi3qmP { top:2.5rem;left:33.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVJ2i3CRIGuS7bAdfLerUSWP9W06V7k { top:0rem;left:0rem;width:12.5rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA { display:block; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJxWgzymVgZQWwTrQ66OQOEoc2TTFuSc { width:8.375rem;height:2.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkz8XSuSrpHxbvfNKOBp3lQm9ySBTLSD { display:block; }
 }@media only screen and (max-width: 763px) { #rb3KdcMh5HhFwUAWCKd7IRXpsodLtZnd { top:5.5rem;left:26.4375rem;width:21.3125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5uM2rBDzoVR2imyLpPUgXIsMEPU5Z4l { top:23.8125rem;left:0rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTlkeT6Ofwp0BQQLPx8Hlfx8Cxprw0pd { width:17.5rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5as6nm6x02eg1psIWslqOlzXfsdfn3 { display:block; }
 }@media only screen and (max-width: 763px) { #cI01TCPI3LUq81JC7dqfnHJwPQUprkl5 { top:9.875rem;left:0rem;width:31.8125rem;height:12.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxkiUZeU0KTmd2RbOIUImwbWc8W1kTir { top:7.75rem;left:0rem;width:22rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUhDcbWqBFFMTq3RJBL8z17GkxqT2ET1 { top:44.4375rem;left:0rem;width:5.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1UHCD9mT2LnOQKkNdKhGc19uCTNvXLO { top:43.75rem;left:0rem;width:28.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIPpkkieGlhRtErJ9IE0HMod3KTQi24 { top:44.4375rem;left:0rem;width:5.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HarLWEmyTRPRlo15Krsq9QAANz7ibdEq { top:46.25rem;left:0rem;width:5.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPo7Xu6xD8bcMRqd1unUEOfZyJU8pGpT { top:46.25rem;left:0rem;width:5.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyP4ZzdazGaIIor2vHTcvMg49ARRwDrD { top:44.4375rem;left:5.5625rem;width:6.375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orTT6TJZfww7Um0LyH3qRQa5c9mykLOC { top:46.25rem;left:5.5625rem;width:7.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-regular-label { display:block;width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-text {padding-top: 0; padding-bottom: 0;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-select {padding-top: 0; padding-bottom: 0;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.9375rem; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb  { width:18.625rem;height:auto;top:10.4375rem;left:26.5rem; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb {display:block;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb { width:18.625rem;height:auto;top:10.4375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #xeLB4iNdrLnTdaNTrUinTNBpw5WllDJo {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #WrnmqWk36z1sywr26hXuqHNiyuXywTm6 { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #B4lCRde26TkiT7w517IKIGI4CyVz8t4y {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #c8TO8OwTFm7KuzdSWCPFBsNgAXIiOZvl {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #QEunDiUTm10dRX7Q3AnTi5GSeZaqwqzP { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #VaLl7T4e6sOFmlOBTrmiaOUk1dKiuCp9 {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FgDJSuapv64SIXwwVmkAhlMUXzKzKCs0 {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FZF4Rs9DMcJWxDRk5diSsmKOFIQWy1zi { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x2xpQvvdSeMB2lETTtaOZgUfLrWdroMH {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #xwO4T2UdweqZwENNuXGmUVyzP9wv4onW {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #BeOS4Ev7JCmFaCdVNKQXrkkTCtdtTq6e { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x4VTB4UsXrNkvDA0f9W5nKI3r0XQ7QNk {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #NGPivPm6rKbE3mnCeWWV1eXndpbEPLGy {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PPSHONrp6UCeeLlMbxCTsASMemVGqyle { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PK589fBc2ISI4Dx6M2HJLZcJ6B8tckvG {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #stoT17s9H3AmogAMGRwPVJb7Snr0a8Nq {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #qcHeIVF7qagrpupt36Bn8EOgyOwXV50q {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pIxauHdrnJzuDdal9G16VimdJ6JmMCs8 {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #EIw6ONnfS5Inzg4QTZylkZHqVnFA75DQ {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FgBHQKKCfzTJ5LDE99iXx6pSMAruaTbq {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #bi2iGFG2Uw1MJ1sqye3u0xuefHuRbTEW {  }
 }@media only screen and (max-width: 763px) { #mEiWegqIksQLiAB0shZFHeQR8XwQroIO { display:block; }
 }@media only screen and (max-width: 763px) { #OszwI5zLCa0xevt7ihHVWTN2WQBcCsh6 { display:block; }
 }@media only screen and (max-width: 763px) { #GCUpTgRNRztO1TaKCXOVtozzKlgAnL92 { display:block; }
 }@media only screen and (max-width: 763px) { #Uy79pPpVQphfOoLKctzomc1hiJghdDpp { display:block; }
 }@media only screen and (max-width: 763px) { #GqgxAxIpNq162npdATe4zkGO8tod81ly { display:block; }
 }@media only screen and (max-width: 763px) { #eFBAw5czCUqvmHwOW6O9424AR2CsDg66 { display:block; }
 }@media only screen and (max-width: 763px) { #ldaIBEwRTZockMTy1lhTvqbGoviDmIwV { display:block; }
 }@media only screen and (max-width: 763px) { #HJRtCnDM88hSoXgUoMxlIZpXahiIGkCA { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #MBsu8VlCvhgsi1IzGgehTC5RyhszPShS {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #u7HOrfnMNEy882v68EsF6SNDAVXfm0HE {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #rfmfOrZRHf2n5FxDHmIgdOETfkmiJTAU {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pi7Ak0LXV2wGwhe049TE7RLp5L5n5ULT {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pxvtGQUnpaUlKDPvXkDlA4zMQEhTVgvh {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PTdzuDTCgNonGA0wUUT8L06pZVMX7qAX {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #qAXxPuTaToNL7b9MJPB537WBz2D0uqdr {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #ib9CoTzuJU4SayezD9uORHub7a9oksiH {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #OqHbdeEs3LwLDARo66eq8TuTTb32fnAS {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x7UHSRQ1plI2E45zNN8TXzIM2B2J9eUd {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #yE1Bq4aKfBpAWP2Qg7monOvWwbStGTAl {  }
 }@media only screen and (max-width: 763px) { #lqnRyvOEBhwqpm9B1gUaTFZIOz7uVbaE { top:26.75rem;left:0rem;width:8.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtvpBymPHzz2EpaciDZAknHX0cTptK7f { top:27.375rem;left:1.375rem;width:3.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPmHF4E4TlT4XqST1PJb21iTlTCdaNZS { top:28.625rem;left:0rem;width:6.625rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITg5oCOKmx5TclqCVTlNlvu5RkRm8Irv { top:31.5625rem;left:0.125rem;width:6.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3an4TARUQVSEmKpszoDKgcWm0lazwAF { top:23.5rem;left:0rem;width:22.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7Qk5HbxOArfr2CnAu01pITK8XEZr6J { top:34.625rem;left:16.6875rem;width:21.5625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTs39DARLA7C2ZPHBS4h4S8dL5rsravb { top:36.1875rem;left:17.625rem;width:19.375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmxBII3ykWJmsDEECMcfD1kAOV223DLE { top:52.75rem;left:0rem;width:22.4375rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrKTpPKaCGSccW8sthaqW76kENI4r09o { top:6.5rem;left:27.375rem;width:20.375rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { top:3.375rem;left:0rem;width:30.5rem;height:4.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { top:10.875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE9KT1y9DhALJIEAASTzTfbgVn5BKv7M { top:22.0625rem;left:0rem;width:13.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLVRRn7CCl73ANyzD4mo8iASUdVlZ8XK { top:25.4375rem;left:0rem;width:16.125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7C7MzMtZwsNdn6V3vvUyTyEwd43IqKF { top:25.4375rem;left:8.4375rem;width:17.625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTr7Ts24GlKhoUbGtlgC7Nyum59wUe2o { top:22.0625rem;left:8.4375rem;width:11rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fucbGakCc8uERrCPXSnOOf6RmryxHcge { top:27.0625rem;left:28.0625rem;width:12.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJeS97E6BbdiXSEs1XHVAel1kI74on5R { top:22.0625rem;left:27.9375rem;width:12rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TckbRra7rOBI9rWZE2zoH94AaM4OOy { top:26.875rem;left:34.625rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu1TphEmHRKThINcFeOOl56AgJfedoXf { top:22.0625rem;left:36.125rem;width:11.625rem;height:6.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK { display:block; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ6Rz5TK2RFWHoNOAURzrTpl2c1LJBXz { top:3.375rem;left:0rem;width:26.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7782sXxda9rTmkqphyPSEkBMUTyCtpG { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNydOJa01J6ez5DIkIlhK0FWvdp2zLoU { top:9.25rem;left:0rem;width:11.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWtGaVUMmuykK2toSUtPo3AUUz7gCbz7 { top:8.875rem;left:17.375rem;width:11.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1oaTp0uoIiSgUeVhf6uqVeCMfFVqFgv { top:10.625rem;left:17.375rem;width:11.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrcokrRU6zVGPv7PuDDNAkuLZMGHqBe { top:10.625rem;left:30.625rem;width:17.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5k2PBrUbTkJtDDa73ltTohtvbQ2UwbR { top:8.875rem;left:36.1875rem;width:11.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPRFO3oPpPqAIBczl4KvtJTIAxn1SueR { top:9.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVIh7PTecJfQuoxRJ0QlWoShnlaTbTqi { top:9rem;left:12.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xchM4uv4bbKgbznZiGg1mArcrnksG7Pk { top:9.375rem;left:35.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 { display:block; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX1v3NfIwi9XvTANZGoVnahiVJzTbqp3 { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN7Wer57TH9SwCWpoW8zwRXc0kctTODX { top:7rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKJi7VXBgNEADsNNdfOsDhGsHPyHEuKb { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auciVrKeoy0t2goTyc1wXUeEcHTm93go { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQFWMONy4rGPurEVNn8EwDxXJHcFqX2s { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rupIrNhx1FoSgxVke3b9PNRkMwGsZll8 { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSTbgiOcEfqfWFnQZNNWzRUed2sH8HlN { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga51TQRJQWHZdo8bbPwgRIR7QZF9fhxB { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOnDVHgLyDx6PLoHqZln8ewnm0D39crF { top:3.875rem;left:0rem;width:26.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI { display:block; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEUMcgmUK8hbErXxk3NQrUdTJEzyOySK { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm8yTOtxAfwnNvHk9kTsaQSH4s5blaAW { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOb2NGZmHWG35C0T9y5AWrQlrDUaIzgo { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUsVTH9uSF8QMo6487SVKam9DPn2bRsu { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWMNwsSU9bzGc27uJNJSBvoiyOBtIVzc { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIN8NwiMI5P020BU3VnhTyRfgTcr1HKs { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me315yPWSkIib8rWSXhWM7Bldn2qPD9I { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrxTTF8UnzPmPHIwaJkd65OlWlwgB8iO { top:5.6875rem;left:32.375rem;width:15.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEOyR9bQw0A2gTiBHGE11JkxgZLoCoUc { top:4.875rem;left:31.125rem;width:16.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFoVxTvrX4r2ZKeO9Qpi9Cmkgla1wN0P { top:6.4375rem;left:11.9375rem;width:18.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tboe61J3KrD1cp4ZcOX9cwAPbZuSUBJ7 { top:4.0625rem;left:0rem;width:12.25rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 { display:block; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4s1ZoTvvDXsMZoF5sJtN9rcZWDOdvJl { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T949ILKJLu3k2Abl5MrSoXgEiHW46nSU { top:7.4375rem;left:18.9375rem;width:28.8125rem;height:;font-size:1.0625rem;display:block; }#T949ILKJLu3k2Abl5MrSoXgEiHW46nSU li:before{  }
 }@media only screen and (max-width: 763px) { #T0dT1FKUJWDdsSrhl8SxuNlmD1Ofdf5t { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUXSg7uKSK4mbHAlkPXhQotHrqRIIgF { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsBcBKLSBacCnuQWMBz5FgAv7TXesDcs { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cua1G50I7fMtfv4n8sv11NNcAC1MDOHK { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQXx7baDSGNdlBT4gaduUqbEMvS9Qu1 { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTp9QXUIOp2Ff5fhFR3hXz1BqH2tNfcs { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghIAq7eZP0gIgbaWtUdcATdEOoIq1Tr6 { top:3.6875rem;left:0rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuFWbdHlKJHpkKECOIDGf5StEyDRLrM { top:8.625rem;left:0rem;width:19.8125rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHoh1JK9sXBdVwTz8nKfmC4UwznRwQHG { top:0rem;left:0rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:block; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { top:6.5625rem;left:5.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { top:8.5rem;left:5.9375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { top:11rem;left:5.9375rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { top:2.5625rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { top:8.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { top:11rem;left:33.5rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oteKcXoPaOgBWtylIb53vXKUDpG99zss { top:8.5rem;left:25.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { top:8.5rem;left:38.25rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { top:6.5625rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { top:30.8125rem;left:5.9375rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { top:30.8125rem;left:33.5rem;width:14.25rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { top:28.3125rem;left:25.8125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { top:28.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { top:28.3125rem;left:5.9375rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { top:28.3125rem;left:38.25rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { top:26.375rem;left:5.9375rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { top:26.375rem;left:40rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { display:block; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0CeHLuzttRo1o1mava97UXogPB0OQ4f { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { top:3.3125rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go381CkzwSKkDezZZmJx69a5GfMW3D9I { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbLIMJTxr89zsXfeik345PN9kTItTlOb { top:3.3125rem;left:23.568359375rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { top:7.3125rem;left:0rem;width:23.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpPC6PoZ5KU8pqdt9xAKEzaS7dqUbFfc { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAPyvv7kh5gTMfpiwsnW3zqBcx2yRiR4 { display:block; }
 }@media only screen and (max-width: 763px) { #INtQztgpkJlSmgNFRcVIfq9vQxNuHhUs { top:11.8125rem;left:36.8125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU { display:block; }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT9ZXvHJ2Z1Xv9pQbC1PAcNpQZ0rXhEr { top:10.625rem;left:0rem;width:41.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME8AGtFElf0l0qcfTViwytqbwrTl5PTB { top:2rem;left:24.3125rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxw4Qyx98f3nONZFnGlzVGtHTHe7svAn { top:4.25rem;left:24.3125rem;width:11.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPAlwwUJQJWIInkTZBTIi67T17TmC7Ty { width:6.3125rem;height:2.1875rem;top:10.125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfBAUiwTR96apzJEno53rGMX0pk5PBS8 { display:block; }
 }@media only screen and (max-width: 763px) { #XOWitT8HgvX21PwL64rTbQ3GEGacpWKF { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkVfzzkqRihh2roXw61FbpRncvgH6MN { display:block; }
 }@media only screen and (max-width: 763px) { #ocZ4TaQRlDkoGwq0qK0Np0XTybrBKwZ6 { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ifgCqDhrB9zd9DBtNEs4oqDykoXHQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #uyalvlhNlAtlEarA8WTpZF7h6rZgAqN8 { top:2.9375rem;left:0rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHG7oXIC3923Xv3FehALZVO6DcJEacgA { top:8.875rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnX6CrGEWEbiqnsTBXAkcAtqTviToPZO { top:1.8125rem;left:43rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL1vXNQgbfJh46ziGpkRkkwbvrI2gXG9 { top:4.0625rem;left:44.125rem;width:1.875rem;height:1.875rem;display:block; }
#qL1vXNQgbfJh46ziGpkRkkwbvrI2gXG9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kJshVJTzLQZrx03t0eI3h2dT59TMtOq3 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#kJshVJTzLQZrx03t0eI3h2dT59TMtOq3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nCivDgIIMSoV2Dtq1idFWFuWUZGhNf5C { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#nCivDgIIMSoV2Dtq1idFWFuWUZGhNf5C > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #l3MW9HgcVeDr50P6wTVe57Nq9k5F2TXd { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#l3MW9HgcVeDr50P6wTVe57Nq9k5F2TXd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oT4ZP78TgRMvdOpJTVq9hN0f5h24DNCz { top:3.1875rem;left:5.09375rem;width:11.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTtastL4HF9wmJ3n6HPcGWwCbkIPVuy { display:none; }#aRTtastL4HF9wmJ3n6HPcGWwCbkIPVuy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tVP2IdqIQRXrAlUFI9JAqVtxppokgdLG { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #T52yo0HeV0RMEiNSkq74TsrWh9kaxPiT { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaMrcDhptAVncw9ON5JvBdto0WfMWJsJ { top:9.6875rem;left:28.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIseSeTSeuTEG2dDbXS65H46l4vFy69E { top:14.3125rem;left:28.75rem;width:10.5625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRNVTrKa82eIBT9K8x4GE8XWxLzhNC8x { top:18.875rem;left:28.125rem;width:2.5rem;height:6.6875rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7HynPWHEp5oE6hZWW821lGhPpqT4H7h { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxbo8uSgUJmS6qVLLHV6xPgpTGE3tVgL { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ5VLqZMXv2z2QUI0Axl06y3oow9q7Q8 { top:0rem;left:5.75rem;width:42rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKkNc3HWlxWofRVpyuTZ7RlyazdNRy7c { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caXKvxRyNv4s8ZB7kulwKMtx5FWCy1as { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl { background-color: transparent; background-image: none; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container > .video-iframe-container { display: none; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row > .video-iframe-container { display: none; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .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); }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl { border-width: 0; border-radius: 0; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ue7W7XoIAzT3sB2HlEZSqS7rchq7AiFl > .row .container { width:20rem;height:4.0625rem;background-color:#9618d9;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSg7P67fGsQSg5QzDwuWdLWVn2HNCzuP { width:8.375rem;height:2.375rem;top:0.71875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwHPTrJUoM0eiMBdnoT1xAqQPbDc3W07 { display:block; }
 }@media only screen and (max-width: 763px) { #TNgyEolQoxD7TC16AhawGmKAuuNbaapT { width:4.25rem;height:2.25rem;top:1.5625rem;left:15.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCA4iPJpqVzkOMov6bX0glTZvrbck2TU { display:block; }
 }@media only screen and (max-width: 763px) { #JFaSfIcFEQykTvXriWP8mUSRWyu94Bf0 { display:flex;top:1.21875rem;left:15.40625rem;width:1.75rem;height:1.75rem;z-index:15013; }
#JFaSfIcFEQykTvXriWP8mUSRWyu94Bf0 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ToCIUeftZePeZUoaFt62ZrR8Rhwi3qmP { display:flex;width:1.5rem;height:1.5rem;top:7.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaVJ2i3CRIGuS7bAdfLerUSWP9W06V7k { width:7.625rem;height:3.875rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA { display:block; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA { background-color: transparent; background-image: none; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container > .video-iframe-container { display: none; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row > .video-iframe-container { display: none; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .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.39); }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA { border-width: 0; border-radius: 0; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container { width:20rem;height:80.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e474ead-17a5-4882-8b75-0206dc3ca502/groupofsoftwaredevelopersbrainstorminganddis20231127045656utcdistanciamovi1l.jpg");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container.adaptive-delivery-prevent-bg, #ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container.lazyload, #ZxDD4OcxqMsOJeRf9WHMlzbSlirTCAmA > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #bJxWgzymVgZQWwTrQ66OQOEoc2TTFuSc { width:8.375rem;height:2.375rem;top:30.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tkz8XSuSrpHxbvfNKOBp3lQm9ySBTLSD { display:block; }
 }@media only screen and (max-width: 763px) { #rb3KdcMh5HhFwUAWCKd7IRXpsodLtZnd { width:20rem;height:7.625rem;top:31.0625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C5uM2rBDzoVR2imyLpPUgXIsMEPU5Z4l { width:16.4375rem;height:0;top:68.34863125rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zTlkeT6Ofwp0BQQLPx8Hlfx8Cxprw0pd { width:11.125rem;height:2.4375rem;top:15.6875rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CI5as6nm6x02eg1psIWslqOlzXfsdfn3 { display:block; }
 }@media only screen and (max-width: 763px) { #cI01TCPI3LUq81JC7dqfnHJwPQUprkl5 { width:17.3125rem;height:8.1rem;top:6.3125rem;left:1.375rem;font-size:1.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dxkiUZeU0KTmd2RbOIUImwbWc8W1kTir { width:16.0625rem;height:1.5rem;top:4.75rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RUhDcbWqBFFMTq3RJBL8z17GkxqT2ET1 { width:5.5625rem;height:0.825rem;top:25.5625rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n1UHCD9mT2LnOQKkNdKhGc19uCTNvXLO { width:17.375rem;height:4.75rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIPpkkieGlhRtErJ9IE0HMod3KTQi24 { width:3.25rem;height:0.825rem;top:25.5625rem;left:7.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HarLWEmyTRPRlo15Krsq9QAANz7ibdEq { width:5.5625rem;height:1.2000875rem;top:26.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hPo7Xu6xD8bcMRqd1unUEOfZyJU8pGpT { width:5.5625rem;height:1.2000875rem;top:26.375rem;left:7.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vyP4ZzdazGaIIor2vHTcvMg49ARRwDrD { width:3.6875rem;height:0.825rem;top:25.5625rem;left:11.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #orTT6TJZfww7Um0LyH3qRQa5c9mykLOC { width:6.125rem;height:1.2000875rem;top:26.375rem;left:11.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-regular-label { display:block;width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-text {padding-top: 0; padding-bottom: 0;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-select {padding-top: 0; padding-bottom: 0;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem;background-color:#9618d9;background-image:none;color:#ffffff; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb  { width:17.375rem;height:auto;top:34.875rem;left:0rem; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb {display:block;}#CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb { width:17.375rem;height:auto;top:34.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #xeLB4iNdrLnTdaNTrUinTNBpw5WllDJo {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #WrnmqWk36z1sywr26hXuqHNiyuXywTm6 { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #B4lCRde26TkiT7w517IKIGI4CyVz8t4y {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #c8TO8OwTFm7KuzdSWCPFBsNgAXIiOZvl {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #QEunDiUTm10dRX7Q3AnTi5GSeZaqwqzP { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #VaLl7T4e6sOFmlOBTrmiaOUk1dKiuCp9 {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FgDJSuapv64SIXwwVmkAhlMUXzKzKCs0 {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FZF4Rs9DMcJWxDRk5diSsmKOFIQWy1zi { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x2xpQvvdSeMB2lETTtaOZgUfLrWdroMH {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #xwO4T2UdweqZwENNuXGmUVyzP9wv4onW {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #BeOS4Ev7JCmFaCdVNKQXrkkTCtdtTq6e { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x4VTB4UsXrNkvDA0f9W5nKI3r0XQ7QNk {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #NGPivPm6rKbE3mnCeWWV1eXndpbEPLGy {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PPSHONrp6UCeeLlMbxCTsASMemVGqyle { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PK589fBc2ISI4Dx6M2HJLZcJ6B8tckvG {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #stoT17s9H3AmogAMGRwPVJb7Snr0a8Nq {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #qcHeIVF7qagrpupt36Bn8EOgyOwXV50q {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pIxauHdrnJzuDdal9G16VimdJ6JmMCs8 {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #EIw6ONnfS5Inzg4QTZylkZHqVnFA75DQ {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #FgBHQKKCfzTJ5LDE99iXx6pSMAruaTbq {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #bi2iGFG2Uw1MJ1sqye3u0xuefHuRbTEW {  }
 }@media only screen and (max-width: 763px) { #mEiWegqIksQLiAB0shZFHeQR8XwQroIO { display:block; }
 }@media only screen and (max-width: 763px) { #OszwI5zLCa0xevt7ihHVWTN2WQBcCsh6 { display:block; }
 }@media only screen and (max-width: 763px) { #GCUpTgRNRztO1TaKCXOVtozzKlgAnL92 { display:block; }
 }@media only screen and (max-width: 763px) { #Uy79pPpVQphfOoLKctzomc1hiJghdDpp { display:block; }
 }@media only screen and (max-width: 763px) { #GqgxAxIpNq162npdATe4zkGO8tod81ly { display:block; }
 }@media only screen and (max-width: 763px) { #eFBAw5czCUqvmHwOW6O9424AR2CsDg66 { display:block; }
 }@media only screen and (max-width: 763px) { #ldaIBEwRTZockMTy1lhTvqbGoviDmIwV { display:block; }
 }@media only screen and (max-width: 763px) { #HJRtCnDM88hSoXgUoMxlIZpXahiIGkCA { display:block; }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #MBsu8VlCvhgsi1IzGgehTC5RyhszPShS {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #u7HOrfnMNEy882v68EsF6SNDAVXfm0HE {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #rfmfOrZRHf2n5FxDHmIgdOETfkmiJTAU {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pi7Ak0LXV2wGwhe049TE7RLp5L5n5ULT {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #pxvtGQUnpaUlKDPvXkDlA4zMQEhTVgvh {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #PTdzuDTCgNonGA0wUUT8L06pZVMX7qAX {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #qAXxPuTaToNL7b9MJPB537WBz2D0uqdr {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #ib9CoTzuJU4SayezD9uORHub7a9oksiH {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #OqHbdeEs3LwLDARo66eq8TuTTb32fnAS {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #x7UHSRQ1plI2E45zNN8TXzIM2B2J9eUd {  }
 }@media only screen and (max-width: 763px) { #CH1dm7TguIvoZIwe1Tzs27C5T9PkeUcb #yE1Bq4aKfBpAWP2Qg7monOvWwbStGTAl {  }
 }@media only screen and (max-width: 763px) { #lqnRyvOEBhwqpm9B1gUaTFZIOz7uVbaE { width:5.125rem;height:5.25rem;top:19.1875rem;left:8.625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtvpBymPHzz2EpaciDZAknHX0cTptK7f { width:3.625rem;height:1.04980625rem;top:19.8125rem;left:9.375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VPmHF4E4TlT4XqST1PJb21iTlTCdaNZS { width:6.625rem;height:1.57421875rem;top:21.0625rem;left:7.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ITg5oCOKmx5TclqCVTlNlvu5RkRm8Irv { width:6.125rem;height:1.04980625rem;top:23rem;left:8.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #S3an4TARUQVSEmKpszoDKgcWm0lazwAF { width:14rem;height:3.9rem;top:15.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7Qk5HbxOArfr2CnAu01pITK8XEZr6J { width:20rem;height:7.1875rem;top:66.0625rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTs39DARLA7C2ZPHBS4h4S8dL5rsravb { width:19.375rem;height:1.21875rem;top:66.375rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmxBII3ykWJmsDEECMcfD1kAOV223DLE { width:9.1875rem;height:0.73125rem;top:28.9375rem;left:0.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrKTpPKaCGSccW8sthaqW76kENI4r09o { width:20rem;height:3.025rem;top:31.60546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .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); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { width:15.875rem;height:2.025rem;top:2.625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn0esV2ESNV5I5pRAHwZ5665RQsJpio { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVX1SIJJ9NHcUtkrhflTTBZTv79TPiDK { width:16.3125rem;height:15.84375rem;top:6.203125rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE9KT1y9DhALJIEAASTzTfbgVn5BKv7M { width:13.4375rem;height:2.03125rem;top:23.287125rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLVRRn7CCl73ANyzD4mo8iASUdVlZ8XK { width:16.125rem;height:3.575rem;top:25.693359375rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7C7MzMtZwsNdn6V3vvUyTyEwd43IqKF { width:17.625rem;height:2.68125rem;top:34.3125rem;left:1.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTr7Ts24GlKhoUbGtlgC7Nyum59wUe2o { width:11rem;height:2.03125rem;top:31.75rem;left:4.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fucbGakCc8uERrCPXSnOOf6RmryxHcge { width:12.3125rem;height:1.7875rem;top:42.125rem;left:3.84375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJeS97E6BbdiXSEs1XHVAel1kI74on5R { width:12rem;height:1.40625rem;top:39.5rem;left:4rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4TckbRra7rOBI9rWZE2zoH94AaM4OOy { width:13.125rem;height:1.7875rem;top:49.6875rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cu1TphEmHRKThINcFeOOl56AgJfedoXf { width:11.625rem;height:2.8125rem;top:45.8125rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK { background-color:#e8e8e8;background-image:none;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container { background-color: transparent; background-image: none; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container > .video-iframe-container { display: none; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row > .video-iframe-container { display: none; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .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); }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container { border-width: 0; border-radius: 0; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfUp0Lnu3OdsIClqcRScxioPKIQ5PbJK > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ6Rz5TK2RFWHoNOAURzrTpl2c1LJBXz { width:14.5625rem;height:2.55rem;top:2.625rem;left:2.0625rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N7782sXxda9rTmkqphyPSEkBMUTyCtpG { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNydOJa01J6ez5DIkIlhK0FWvdp2zLoU { width:9.5625rem;height:2.925rem;top:8.70703125rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWtGaVUMmuykK2toSUtPo3AUUz7gCbz7 { width:11.5625rem;height:1.462675rem;top:16.3515625rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1oaTp0uoIiSgUeVhf6uqVeCMfFVqFgv { width:11.5625rem;height:2.4375rem;top:18.4140625rem;left:6.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrcokrRU6zVGPv7PuDDNAkuLZMGHqBe { width:10.125rem;height:4.875rem;top:27.5390625rem;left:6.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5k2PBrUbTkJtDDa73ltTohtvbQ2UwbR { width:11.5625rem;height:1.462675rem;top:25.3828125rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPRFO3oPpPqAIBczl4KvtJTIAxn1SueR { display:flex;width:3.125rem;height:3.125rem;top:8.4453125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #sVIh7PTecJfQuoxRJ0QlWoShnlaTbTqi { display:flex;width:3.125rem;height:3.125rem;top:16.3515625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #xchM4uv4bbKgbznZiGg1mArcrnksG7Pk { display:flex;width:3.125rem;height:3.125rem;top:26.84375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57.adaptive-delivery-prevent-bg, #MJd1wrnxNNXNEhTID9GOcEcEizxIUr57.lazyload, #MJd1wrnxNNXNEhTID9GOcEcEizxIUr57.lazyloading { background-image: none; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container { background-color: transparent; background-image: none; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container > .video-iframe-container { display: none; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row > .video-iframe-container { display: none; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .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); }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container { border-width: 0; border-radius: 0; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57::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; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJd1wrnxNNXNEhTID9GOcEcEizxIUr57 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tX1v3NfIwi9XvTANZGoVnahiVJzTbqp3 { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LN7Wer57TH9SwCWpoW8zwRXc0kctTODX { width:16.625rem;height:7.9625rem;top:4.75rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKJi7VXBgNEADsNNdfOsDhGsHPyHEuKb { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #auciVrKeoy0t2goTyc1wXUeEcHTm93go { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQFWMONy4rGPurEVNn8EwDxXJHcFqX2s { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rupIrNhx1FoSgxVke3b9PNRkMwGsZll8 { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSTbgiOcEfqfWFnQZNNWzRUed2sH8HlN { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ga51TQRJQWHZdo8bbPwgRIR7QZF9fhxB { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOnDVHgLyDx6PLoHqZln8ewnm0D39crF { width:15.625rem;height:1.0125rem;top:2.1875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI.adaptive-delivery-prevent-bg, #tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI.lazyload, #tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI.lazyloading { background-image: none; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI > .row .container { border-width: 0; border-radius: 0; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI::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; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGuaNWBoFyOHzLCMiDh5kEqp6uL1vyoI > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JEUMcgmUK8hbErXxk3NQrUdTJEzyOySK { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm8yTOtxAfwnNvHk9kTsaQSH4s5blaAW { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOb2NGZmHWG35C0T9y5AWrQlrDUaIzgo { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUsVTH9uSF8QMo6487SVKam9DPn2bRsu { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWMNwsSU9bzGc27uJNJSBvoiyOBtIVzc { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIN8NwiMI5P020BU3VnhTyRfgTcr1HKs { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Me315yPWSkIib8rWSXhWM7Bldn2qPD9I { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrxTTF8UnzPmPHIwaJkd65OlWlwgB8iO { width:8.8125rem;height:2.6875rem;top:7rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEOyR9bQw0A2gTiBHGE11JkxgZLoCoUc { width:11rem;height:5.5rem;top:5.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFoVxTvrX4r2ZKeO9Qpi9Cmkgla1wN0P { width:12.4375rem;height:2.375rem;top:2.78125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tboe61J3KrD1cp4ZcOX9cwAPbZuSUBJ7 { width:8.0625rem;height:5.25rem;top:1.09375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 { display:block; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 { background-color: transparent; background-image: none; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container > .video-iframe-container { display: none; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row > .video-iframe-container { display: none; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container { width:20rem;height:37.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0005814f-6c09-48c9-8b5e-5646ee69c86e/D_GS11888586.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container.adaptive-delivery-prevent-bg, #e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container.lazyload, #e7Lm5PueBDhKyafhTffLJuPb7Tr4t2E8 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Q4s1ZoTvvDXsMZoF5sJtN9rcZWDOdvJl { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T949ILKJLu3k2Abl5MrSoXgEiHW46nSU { width:16rem;height:15.25rem;top:18.9677734375rem;left:1.875rem;font-size:0.875rem;display:block; }#T949ILKJLu3k2Abl5MrSoXgEiHW46nSU li:before{  }
 }@media only screen and (max-width: 763px) { #T0dT1FKUJWDdsSrhl8SxuNlmD1Ofdf5t { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #inUXSg7uKSK4mbHAlkPXhQotHrqRIIgF { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsBcBKLSBacCnuQWMBz5FgAv7TXesDcs { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cua1G50I7fMtfv4n8sv11NNcAC1MDOHK { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXQXx7baDSGNdlBT4gaduUqbEMvS9Qu1 { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTp9QXUIOp2Ff5fhFR3hXz1BqH2tNfcs { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghIAq7eZP0gIgbaWtUdcATdEOoIq1Tr6 { width:18.125rem;height:1.462675rem;top:1.4140625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuFWbdHlKJHpkKECOIDGf5StEyDRLrM { width:15.9375rem;height:11.375rem;top:3.6875rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHoh1JK9sXBdVwTz8nKfmC4UwznRwQHG { width:20rem;height:17.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:20rem;height:131.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { width:11.5625rem;height:1.29980625rem;top:19.125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { width:11.5625rem;height:1.13671875rem;top:20.4375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { width:13.4375rem;height:11.3671875rem;top:22.9091796875rem;left:3.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { width:6.3125rem;height:1.4619125rem;top:2.1865234375rem;left:6.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsVGS6xkIUN58JtZQ3CyH2PP1bTZLzff { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhLpMsggsT5OlezQAut7HV3l0RdxMLSE { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9yfK6ss4yXPsQqswmlnn4ZgWBJw3khu { width:11.25rem;height:11.1875rem;top:6.130859375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPAf98gwbSb1427zOEVsHSQ9TQt9vZq { width:14.25rem;height:11.3671875rem;top:56.875rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oteKcXoPaOgBWtylIb53vXKUDpG99zss { width:12.5rem;height:12.5rem;top:37.53125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQpayPNbKBGaf0p7bJJ5TbImQ8JJF63W { width:9.5rem;height:1.13671875rem;top:54.125rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSWX2Xeswsp2mn5pLr2rMPTCbRJuhlOZ { width:7.75rem;height:1.29980625rem;top:52.875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a5ETExpLPyVxUlsGzVAg7KzHMTnZgEOa { width:14.25rem;height:11.3671875rem;top:90.56543125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mByblQmUoUXn1loaVO8SAmRVZ3AJthIv { width:14.25rem;height:11.3671875rem;top:119.482425rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTEoN5kqoX6xWAXD6rfHLKD31scDflJE { width:12.5rem;height:12.5rem;top:103.18261875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cl3WU20IJcip0hq6XEP2Meid6yxWlW { width:12.5rem;height:12.5rem;top:69.4921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVHHoTpTlWhP2W3CQ22FBfZkkohaMERk { width:9.5rem;height:1.13671875rem;top:83.2421875rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBAuCA5uUnWiAFWz9wHzPxyn8FkbDyqK { width:9.5rem;height:1.13671875rem;top:88.1787125rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uREK0suy2KAF31Zhcxa1Iq6nNtEMu6zs { width:7.75rem;height:1.29980625rem;top:85.62890625rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fs6abhU6JdOKys5xVRhwilzuKIkAhihg { width:7.75rem;height:1.29980625rem;top:116.93261875rem;left:6.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 { display:block; }#y0LZV8nBO0wJH40TZWJJyPqnwzfC7zF0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWbo5EhoXCpV4XSqZMFFqAkI9lVi9WpE { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgUhcFTuoa9yd0ssimADl0lMxy4W1DEA { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hde2eWtlKWIOdnCFT6oNzZGWFuVWlM6I { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #krtuhceNi8bZaN1HJ1ZMwsXNDSdqRsV0 { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0CeHLuzttRo1o1mava97UXogPB0OQ4f { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQ09urRtKKzrPDTb21yhIR22P5NmV7cH { width:15.3125rem;height:1.462675rem;top:10.25rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfiWqRXzNCJBXrykNER2ntuyFzF3Tppd { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go381CkzwSKkDezZZmJx69a5GfMW3D9I { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbLIMJTxr89zsXfeik345PN9kTItTlOb { width:5rem;height:5rem;top:3.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrxK4vqkNH9HtVUh4TMGagHgtbXfCc8 { width:18rem;height:3.4125rem;top:12.625rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kpPC6PoZ5KU8pqdt9xAKEzaS7dqUbFfc { width:16rem;height:3.4375rem;top:18.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAPyvv7kh5gTMfpiwsnW3zqBcx2yRiR4 { display:block; }
 }@media only screen and (max-width: 763px) { #INtQztgpkJlSmgNFRcVIfq9vQxNuHhUs { width:4.9375rem;height:4.9375rem;top:1.4375rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU { display:block; }#EDeAn6u6DaL4MI8B2cXV4dKUkNWcZuUU > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT9ZXvHJ2Z1Xv9pQbC1PAcNpQZ0rXhEr { width:20rem;height:1.95rem;top:18.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ME8AGtFElf0l0qcfTViwytqbwrTl5PTB { width:8.875rem;height:1.95rem;top:1.0625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxw4Qyx98f3nONZFnGlzVGtHTHe7svAn { width:8.4375rem;height:2rem;top:2.404296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPAlwwUJQJWIInkTZBTIi67T17TmC7Ty { width:6.3125rem;height:2.125rem;top:22.9375rem;left:13.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfBAUiwTR96apzJEno53rGMX0pk5PBS8 { display:block; }
 }@media only screen and (max-width: 763px) { #XOWitT8HgvX21PwL64rTbQ3GEGacpWKF { width:7.0625rem;height:2.125rem;top:22.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkVfzzkqRihh2roXw61FbpRncvgH6MN { display:block; }
 }@media only screen and (max-width: 763px) { #ocZ4TaQRlDkoGwq0qK0Np0XTybrBKwZ6 { width:7.0625rem;height:2.125rem;top:22.9375rem;left:6.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ifgCqDhrB9zd9DBtNEs4oqDykoXHQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #uyalvlhNlAtlEarA8WTpZF7h6rZgAqN8 { width:7.6875rem;height:2.0625rem;top:1.810546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHG7oXIC3923Xv3FehALZVO6DcJEacgA { width:20rem;height:4.3125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnX6CrGEWEbiqnsTBXAkcAtqTviToPZO { width:4.75rem;height:0.975rem;top:10rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL1vXNQgbfJh46ziGpkRkkwbvrI2gXG9 { display:flex;width:1.875rem;height:1.875rem;top:12.25rem;left:2.5rem; }
#qL1vXNQgbfJh46ziGpkRkkwbvrI2gXG9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kJshVJTzLQZrx03t0eI3h2dT59TMtOq3 { display:flex;width:1.875rem;height:1.875rem;top:12.25rem;left:5.4375rem; }
#kJshVJTzLQZrx03t0eI3h2dT59TMtOq3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nCivDgIIMSoV2Dtq1idFWFuWUZGhNf5C { display:flex;width:1.875rem;height:1.875rem;top:12.25rem;left:8.25rem; }
#nCivDgIIMSoV2Dtq1idFWFuWUZGhNf5C > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #l3MW9HgcVeDr50P6wTVe57Nq9k5F2TXd { display:flex;width:1.875rem;height:1.875rem;top:12.25rem;left:11.25rem; }
#l3MW9HgcVeDr50P6wTVe57Nq9k5F2TXd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oT4ZP78TgRMvdOpJTVq9hN0f5h24DNCz { width:10.4375rem;height:1.9375rem;top:5.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTtastL4HF9wmJ3n6HPcGWwCbkIPVuy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#aRTtastL4HF9wmJ3n6HPcGWwCbkIPVuy > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVP2IdqIQRXrAlUFI9JAqVtxppokgdLG { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T52yo0HeV0RMEiNSkq74TsrWh9kaxPiT { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaMrcDhptAVncw9ON5JvBdto0WfMWJsJ { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIseSeTSeuTEG2dDbXS65H46l4vFy69E { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRNVTrKa82eIBT9K8x4GE8XWxLzhNC8x { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7HynPWHEp5oE6hZWW821lGhPpqT4H7h { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lxbo8uSgUJmS6qVLLHV6xPgpTGE3tVgL { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJ5VLqZMXv2z2QUI0Axl06y3oow9q7Q8 { width:19.75rem;height:13.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKkNc3HWlxWofRVpyuTZ7RlyazdNRy7c { width:16rem;height:3.4375rem;top:2.5625rem;left:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #caXKvxRyNv4s8ZB7kulwKMtx5FWCy1as { display:block; }
 }