.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); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk { 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; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { background-color: transparent; background-image: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container > .video-iframe-container { display: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container { display: none; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .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); }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { border-width: 0; border-radius: 0; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#zbD5nZEEpcJDzOHve2JHAh3DitDvT5XG { 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; }
#eWM385PHnMt1odfazbWQmCcwVeNqBHts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tt0vD5WJp4RWIsRTiTOansekWGg1TLUI { 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; }
#JWg8AkT3znqFrctzQMNeT0wtylckiZr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2KHqISJc7uovy8hnMnniA0iOswuJsuO { 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; }
#y2KHqISJc7uovy8hnMnniA0iOswuJsuO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V5P00yv5UxPG5tetUToki38OGhZZ8XCV { 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; }
#QwVJu7KEdnacVTsSC315bz58yyS9C8fe { 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:5.5rem;width:10.8125rem;top:0.40625rem;left:1.875rem;overflow:hidden;display:block; }
#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { position:relative;display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { background-color: transparent; background-image: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,22,22,0.66); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container > .video-iframe-container { display: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row > .video-iframe-container { display: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .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); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { border-width: 0; border-radius: 0; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .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; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .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; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .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/ad58bc93-983a-44ab-b11e-a6f3d4380b6b/youngguyworkingwithcomputerdetail20231127053127utcpresencial.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:55.125rem;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; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.adaptive-delivery-prevent-bg, #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.lazyload, #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.lazyloading { background-image: none; }#wp9IcCEy1XsB15FZTmTD7Kd1AcmkU1lH { 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; }
#ffOu69k5D5zhIeJci4UywEwmGqKHoloZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyFXpxvKt1272LdMTvQbBuERDhE6QsIP { 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:12.4375rem;width:21.3125rem;top:5.6875rem;left:53.687500953674rem;display:block; }
#Hg61NyZxmAfpr5etIL4TVNzzxH6znM1A { 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; }
#x9MCEyTG7oheSSPsBOOM6iJESsCF16FM { 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:26rem;left:3.5rem;display:none; }
#UuOOn24BLa3PJniDBXecVLMkorLf2IJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:"jost extrem";font-size:4rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.75rem;left:3.4375rem;height:4.8rem;font-style:normal;display:block; }
#swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { 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; }
#DJP3PBNBvOKnsBJw0udmFuSQi7lPt2Dw { 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:30.8125rem;left:3.5rem;height:1.2000875rem;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; }
#s9XV10VLlSoGrDd3L1dgMLHSWr4olxKe { 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:30.125rem;left:0rem;display:block; }
#uA3M7WFa6tioWmlXoAbUvOTQyqeQ2gTC { 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:30.8125rem;left:11.75rem;height:1.2000875rem;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; }
#uHxZLm3FIJaaqnyhTP9zxDifIMc8Zf3o { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:32.625rem;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; }
#JlsKmxXJdxG3lQKmT0mnrI3VtFz8OJkd { 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:32.625rem;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; }
#db5KRLexr49kavolirtizXA3QT3Th8Jy { 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:30.8125rem;left:19.1875rem;height:1.2000875rem;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; }
#aTwwOoXnSL3F3Ty0L4nHwR4UZMFdUlgC { 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:32.625rem;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; }
#Ebqc6LFBuRzpvRNQrvCS8mU0ROz6RUW6 { 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:28.0625rem;left:12.75rem;display:none; }
#aWTwlcnOblzbQTZfJLX3IrQNpmmBCHCg { 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:28.6875rem;left:15rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wHuDUdvL0LaV4hwmbBwuhfDPIIvDldEN { 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:29.9375rem;left:13.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Icm8biXkGbqZ6ZCt0aCKunLxDJtQyJp4 { 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:32.875rem;left:13.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-form-header {  }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]:-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]::-moz-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:inter;font-size:0.75rem;font-weight:400;font-style:normal; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container:first-of-type{padding-top:0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-container:last-of-type{padding-bottom:0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { 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.750000953674rem;top:10.999218940735rem;z-index:15038;position:absolute; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .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; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { 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.750000953674rem;top:10.999218940735rem;z-index:15038;position:absolute; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Xf8tuSznOov1s88B6q981zu4A08Ulv0z { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fTO1TTOTnndTxuc3OTHtaqhmNvdxWlK7 { position:relative;display:block; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KlRSJgioRVxaSxbck9QJoVy5GZhXRKMN { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #x08KlqHTFQ4g3IuivOsnv1kz476c0qnE { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #qVACUM6pNJmOCTy29Rf66QT6zOTrS9go { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Zf2BkGLlQqxycTlGFGX3nN27ZqIdr5eb { position:relative; }
#l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { position:relative;display:block; }
#AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { position:relative;display:block; }
#msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { position:relative;display:block; }
#Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { position:relative;display:block; }
#PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { position:relative;display:block; }
#nae3A5fleBoQvva8SPTyVhG8eKmiipVk { position:relative;display:block; }
#LiidsNSAIScVlehAmADzDKpAXI5l46Ko { position:relative;display:block; }
#VHQuM1RLo8W5EVoUnyioTAEmbzGlMb25 { position:relative;display:block; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #xWcplgQLntuueB7iNRUTMtt1dgITaGQQ { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #V0bfHzi1BgfSdN6gozM8bTIKC0re5K1H { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #OB7o4tDBZH6tidTKxWu9CKQLsnQCQTBB { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #uLEGi7cWusLresxkMHhKeQRpIdZEyaVa { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zH4COT9yQsU9FSdNCQWPnJx90kFD42rg { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #hCRN7J8x6zB3ZbdeJwFCOHqT8OkJbJ7K { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #bsPN1fIDhtJHKKrUb1Pu9giGvsEyaKt6 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #dOLzfBB52eDxigdEmEb0mSJgEHgrdZ05 { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RDXHz70RT4kwFhD1oOA6lgE8QDzkRHF9 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV { position:relative; }
#b3J6ayCCfuUzmfErFsPDNdqHJZnI3fhM { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"jost extrem";font-size:1.25rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:21.8125rem;left:3.5rem;height:3.25rem;display:block; }
#ipKi94ZyU7wxJVifZO5NaAzKO1g4ADel { 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:35.9375rem;left:30.4375rem;display:none; }
#kn4xrDMZ2C2hoSdvbKvn0QAAbqQBS25m { 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:37.5rem;left:31.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OyEWmyXLKNXTQEu6epO1g0uk4XtAObe0 { position:absolute;display:block;z-index:15031;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:28.3125rem;left:30.375rem;display:none; }
#bWdwvJ2nJtcr1Nlb0lQPFtRp4Zfv6rJE { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:29.875rem;left:31.3125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DXnfemeRlUUN6UZepOfHebgMEHSTH6J1 { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:"jost extrem";font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:14.03125rem;left:3.5625rem;height:2.625rem;font-style:normal;display:block; }
#zfeQVEckZeM0mgCUlbn1dNiTEflope5b { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:"jost extrem";font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:16.9375rem;left:3.6875rem;height:2.25rem;font-style:normal;display:block; }
#o9Lz0nZbEJd5fIkzB1d2bnApSKRt2eB8 { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:verlag;font-size:1.5625rem;font-weight:700;z-index:15069;line-height:1.1;letter-spacing:0;top:6.8734374046325rem;left:54.187500953674rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fISaD1Efa1bJgnrDulfCB9P1Tmg86HFG { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:50.03671836853rem;left:55.937500953674rem;height:3.8984375rem;text-align:justify;text-align-last:initial;display:block; }
#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { position:relative;display:none; }#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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#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.04948125rem;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:5.52083125rem;font-style:normal;display:block; }
#DZyssDy3wmx43L4x7qkPq0klCGoFnpAH { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:20.4375rem;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; }
#ZqOgaqRoUvrSMOTvsUGlBp0FfWTCPZO6 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:23.8125rem;left:2.4375rem;height:4.2230875rem;text-align:left;text-align-last:left;display:block; }
#zulLvIIIQV0gasySuo2n6J0GcD0xbUxr { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.0625rem;height:2.11154375rem;text-align:left;text-align-last:left;display:block; }
#uyTGFMqksmIwQD1Gnirh5qes80lOu37T { color:#000000;display:block;width:11rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:20.4375rem;left:22.0625rem;height:3.00625rem;text-align:left;text-align-last:left;display:block; }
#Lbae4t5nh9oOHKPDfLJ8NRErEOysStht { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:25.4375rem;left:41.6875rem;height:2.11154375rem;text-align:left;text-align-last:left;display:block; }
#K3oyJdKePldK7Ovm9gf4S2qfdmmGxB1P { color:#000000;display:block;width:12rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15048;line-height:.9;letter-spacing:0;top:20.4375rem;left:41.5625rem;height:4.16015625rem;text-align:left;text-align-last:left;display:block; }
#cl68dlFth5CFNL0rHgvazv6CJ4K4z2pe { color:#000000;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:25.25rem;left:57.5rem;height:2.11154375rem;text-align:left;text-align-last:left;display:block; }
#OLTNUzerTJpbdymtesbf5XJ7I2ZBL4xR { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15050;line-height:.9;letter-spacing:0;top:20.4375rem;left:57.5rem;height:4.16015rem;text-align:left;text-align-last:left;display:block; }
#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV { position:relative;display:block; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV { background-color: transparent; background-image: none; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row .container > .video-iframe-container { display: none; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row > .video-iframe-container { display: none; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .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); }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV { border-width: 0; border-radius: 0; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .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; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .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.1875rem;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; }#Oadb5gK7NSGgaIm8zxM3Fv8JILKBs93g { 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; }
#bMlVL5bq4MOwbnD1xZriMmvdivLMRkiA { 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; }
#DxuL44c9i8eb1H0P6go6GgnZex0K7mQ7 { 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:5.5234375rem;font-style:normal;display:block; }
#RGmw7wfsmvMUS1mzcUsQEJwR22r3WsCv { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:20.4375rem;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; }
#g3D2s26K4GGExrZX66TwFtiDTadOP3zl { color:#000000;display:block;width:16.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:23.8125rem;left:2.4375rem;height:4.22265625rem;text-align:left;text-align-last:left;display:block; }
#pGKRQXypSu8yPUJ3REXxRmfNoFXdQckI { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.0625rem;height:3.16699375rem;text-align:left;text-align-last:left;display:block; }
#i7Dp8J4woyBXeIVglMhqqqlT5ZgJUGqg { color:#000000;display:block;width:11rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:20.4375rem;left:22.0625rem;height:3.00625rem;text-align:left;text-align-last:left;display:block; }
#AnJo2vGQgTrPHZE7Fvrv7uLQEA6PlHy9 { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:25.4375rem;left:41.6875rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#PRv7G8Mmz2BTMBNqyRObzyOmCGLEI97n { color:#000000;display:block;width:12rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15048;line-height:.9;letter-spacing:0;top:20.4375rem;left:41.5625rem;height:4.1625rem;text-align:left;text-align-last:left;display:block; }
#f9bpzx3u0zuHZttvHR7api7Ol72FCiKZ { color:#000000;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:25.25rem;left:57.5rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#oy2U4Q5nMsOJbDRuZGTT1WwN6FU9NIFJ { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15050;line-height:.9;letter-spacing:0;top:20.4375rem;left:57.5rem;height:4.1625rem;text-align:left;text-align-last:left;display:block; }
#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { position:relative;display:block; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { background-color: transparent; background-image: none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container > .video-iframe-container { display: none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row > .video-iframe-container { display: none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .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); }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { border-width: 0; border-radius: 0; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .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; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .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; }#BiSTd8EWQRc1q1BQJK0TDwMZxJZATEVI { 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; }
#GywfG1T0duFDxCzTRvpEoefmBMTFiiRy { 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; }
#Km1G30treivAcNTdPtBpQEdX0UpeHTbT { 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; }
#TtfV1azUARDfNlezVp0O8VEfZ2U1v9wK { 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; }
#qLoc6JJ7AyRRBTlOf1i4wMgszZViKF4P { 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; }
#fTd7b6get4NuACT9LNbwUsGST97snJNi { 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; }
#ozvTQiHlFuGNnGDKxIMuA0NhW1C7MCNO { 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; }
#FZ9ne51WGoDt6TyRODxycbFZKzTq0mHR { 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; }
#T8avJpuB9Fh8VZZ0Mca6k3MU6i2nEXZe { 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; }
#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 { position:relative;display:none; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 { border-width: 0; border-radius: 0; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .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; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .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; }#SaTrWGQ4yHEHJf5RAge17u5qTMTJZiFK { 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; }
#ma9rNz0FSP0VfgHrbdvQOsRnfNU3vR0G { 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; }
#Lm9uDSsscABCUS7vHuVbJXHHTsQeOoBk { 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; }
#aQ4oc6kxGkQhXEKKtA3DyZNGpcHkPvUD { 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; }
#B2W24rQU28xbsaknJ7f0wIC9kbF5Dh7d { 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; }
#WZoEVzdLBxC3wEoEO3WuwduVGQgskogL { 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; }
#tIfGDl5zN3z06v8y5rtz0MLXrsLOUvsi { 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; }
#eImfTPa4ou4FqrZXUkmJbZvrOfvEnTST { 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.5rem;width:14.125rem;top:5.84375rem;left:49.375rem;overflow:hidden;display:block; }
#maPhLzNSyFokyKu91t2NN3n57O4aeKEI { 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; }
#mKoZzGykLJRodPl19oToAvqwRoOsIAw3 { 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:4rem;width:19.25rem;top:6.53125rem;left:25.125rem;overflow:hidden;display:block; }
#UPQ8FR3kUwm9JynKAFK6vqbK4KvhvCiQ { 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.0625rem;width:12.125rem;top:4.0625rem;left:8.625rem;overflow:hidden;display:block; }
#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { 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; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { background-color: transparent; background-image: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container > .video-iframe-container { display: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container { display: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .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); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { border-width: 0; border-radius: 0; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#CvJ0gq4noURpfT4sSAhDRCHQeUsWB32r { 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; }
#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL { color:#000000;display:block;width:30.75rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:4.75rem;left:32.5625rem;height:16.75rem;font-style:normal;display:block; }#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL li:before{  }
#KnmFenkXq6Rtf376HrSwfuXLIckRcTaR { 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; }
#g1xe8xTDuTEamskAE3un2OlJsmMqmGKM { 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; }
#gTRZ8Bf0dP5oh4xr82vTzGlqZw62W6fI { 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; }
#fnGqiTGAGpp9g3deL12D0bCXXN9i7oGX { 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; }
#ifdHJG8bReBXVg2VekDdutHoNy9xHELl { 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; }
#VABw5rpx9rUNO0OcS9dgU6r0GsXQ4WXb { 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; }
#B5pDM1v91dKRM3xqF5so4bTfQ1w4qxhH { 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.51953125rem;left:2.8125rem;height:1.95rem;display:block; }
#ZNhzT85wXbPP0DpM9TnpJoeb4Af8TRCq { 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.1640625rem;left:2.8125rem;height:12.42770625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GkNTGNdyr7dllM7NZ800GxRM1nSRvfwX { 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.13720625rem;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.94970625rem;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.13720625rem;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.13720625rem;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.13720625rem;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; }
#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { position:relative;display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { background-color: transparent; background-image: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row > .video-iframe-container { display: none; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .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); }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { border-width: 0; border-radius: 0; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .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; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vbICzxd0P579Mg0bs0uUTlDTWACMznGy { color:#000000;display:block;width:19.125rem;position:absolute;font-family:verlag;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:3.75rem;height:1.95rem;display:block; }
#bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { color:#000000;display:block;width:60.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.7294921875rem;left:3.75rem;height:2.7625rem;font-style:normal;display:block; }
#G0gKqc5h0pbUeWCqRh3rQD56mioJiy1n { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.16259765625rem;left:24.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#mB775WOVM5tpB8TCOl9vG3SRGVBAA53u { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.8125rem;width:44.3125rem;top:11.4375rem;left:15.34375rem;display:block; }
#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ { 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; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { background-color: transparent; background-image: none; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container > .video-iframe-container { display: none; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row > .video-iframe-container { display: none; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .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); }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { border-width: 0; border-radius: 0; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#l22nJWgtAvi79NGg15ZmvgL6LRb7VUTR { 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; }
#x0NBcR8N1JZeJXdLpMPc7viivwx09dIQ { 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; }
#vkmvDyxERlOchAqhVOvIXcDgNM2EJDIf { 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; }
#dX56nblITQfcQ1E7dryBxpErUm1K0fu2 { 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; }
#JWAOOXx5FMMNEBqlp7xPUXlCNREHFFHM { 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; }
#M4PpsDsca2RnfGhkH68qxq8a6cD6T82T { 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:1.95rem;display:block; }
#yMe9XBWNswUaEyCIyKJ4EVD4aq8VSqfG { 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; }
#OvQ0el1Qv0xhTMJ62iuJVpohQFAmHz2t { 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; }
#NSF2srtAWi5eULxncP6Bmg8kLrAQaLqt { 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:29rem;width:42.1875rem;top:0rem;left:32.880859375rem;overflow:hidden;display:block; }
#TyGa9Jc2rs9x5s75C7VUs8PtZrxpsBQF { 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; }
#QNAb42rx4VzyJQMvcx2zPKNm3XXWRLWm { 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; }
#DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom { 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; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { background-color: transparent; background-image: none; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container > .video-iframe-container { display: none; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row > .video-iframe-container { display: none; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .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); }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { border-width: 0; border-radius: 0; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#OTbGuD8tm2DcIdD9EqmJNfP3FfgIWCb6 { 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; }
#UZPLl8frnFbOATLSLhkw4iIrQAsOFzn3 { 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; }
#l4DezF4SaoH9beI5KRpaUCL0Mch8Rsqk { 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; }
#KxEmzps47O4iDZBbxmTugUT4vRa9Gwqc { 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; }
#q04D1UBFzB4ug8RQyD7XrmyphLU9baTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mm7xAyhLM1dMsgZT5NPUl5XPKqLk6MSb { 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; }
#zKMiWGmPPl3fmOIxWL8mnoeHgJr9r7eT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzupyWdIASTwLemeuTzPSnZoXx9QeJDX { 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; }
#X9ynWAvZ8nqs7XB5J04UuEzauZqP5VhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AX5FgINnzqg1XPAqE0ZKB4JkFVbe2uvq { 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; }
#I5950638SUoscmXldFfOuZXXexxM6tMB { 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; }
#WoJ5FVwVUI4XqITOzf7zFZLJyT24OTg4 { 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; }
#A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG { 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; }
#Ur0qPDGMpu11En5b3B3uRyLfx1idBOws { 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; }
#Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 { 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; }
#Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 { 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; }
#pLms6hgoEG2t5kRMN0AnRLBux6iMdl9B { 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.3125rem;width:12.125rem;top:3.19921875rem;left:18.5625rem;overflow:hidden;display:block; }
#CIiilR7gH57TcRCRi93HkHyUZaAJNonU { 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; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row .container { border-width: 0; border-radius: 0; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#FUUxAkWPyszkSpcvdZBQ0rqFKPtxrvEE { 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; }
#G0Gz86laGeDRr42MApGo7cRZlpM8V7ET { 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; }
#fU47yfpVwZdpdmsHU1nHDUx0M7bQxxWS { 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; }
#sCg92KtOvMJg8INrkR8N8Bu3Gv4ZKbLI { 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; }
#NDmwT5DgUT677Vie62xgzKwMQfxUF1Dx { 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; }
#BIdFwQrSXid3TnGmb9Eo17oTL2Wflx85 { 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; }
#dn7CO7qu4mf28oD0q8FpF8vyUSDQ038R { 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; }
#Av8qZJXBKoLLuVgcxKulMFpM47FAqtrH { 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; }
#Sz4gvNDU3NEJQoLI9T5WxsM6Wk0xMuGF { 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; }
#JNeJhZhlCzh0pg9Ff1vQGSdp6NcAV7oE { 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) { #iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk { display:block; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbD5nZEEpcJDzOHve2JHAh3DitDvT5XG { width:13.875rem;height:2.6875rem;top:1.9375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWM385PHnMt1odfazbWQmCcwVeNqBHts { display:block; }
 }@media only screen and (max-width: 763px) { #Tt0vD5WJp4RWIsRTiTOansekWGg1TLUI { width:6.5625rem;height:2.125rem;top:2.1875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWg8AkT3znqFrctzQMNeT0wtylckiZr0 { display:block; }
 }@media only screen and (max-width: 763px) { #y2KHqISJc7uovy8hnMnniA0iOswuJsuO { display:none; }
#y2KHqISJc7uovy8hnMnniA0iOswuJsuO > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #V5P00yv5UxPG5tetUToki38OGhZZ8XCV { top:2.5rem;left:33.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwVJu7KEdnacVTsSC315bz58yyS9C8fe { top:0.375rem;left:0rem;width:10.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wp9IcCEy1XsB15FZTmTD7Kd1AcmkU1lH { width:8.375rem;height:2.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffOu69k5D5zhIeJci4UywEwmGqKHoloZ { display:block; }
 }@media only screen and (max-width: 763px) { #EyFXpxvKt1272LdMTvQbBuERDhE6QsIP { top:5.6875rem;left:26.4375rem;width:21.3125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg61NyZxmAfpr5etIL4TVNzzxH6znM1A { top:23.8125rem;left:0rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9MCEyTG7oheSSPsBOOM6iJESsCF16FM { width:17.5rem;height:3.4375rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOOn24BLa3PJniDBXecVLMkorLf2IJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { top:9.75rem;left:0rem;width:40.375rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { top:7.75rem;left:0rem;width:22rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJP3PBNBvOKnsBJw0udmFuSQi7lPt2Dw { top:30.8125rem;left:0rem;width:5.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9XV10VLlSoGrDd3L1dgMLHSWr4olxKe { top:30.125rem;left:0rem;width:28.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA3M7WFa6tioWmlXoAbUvOTQyqeQ2gTC { top:30.8125rem;left:0rem;width:5.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxZLm3FIJaaqnyhTP9zxDifIMc8Zf3o { top:32.625rem;left:0rem;width:6.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlsKmxXJdxG3lQKmT0mnrI3VtFz8OJkd { top:32.625rem;left:0rem;width:5.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db5KRLexr49kavolirtizXA3QT3Th8Jy { top:30.8125rem;left:5.5625rem;width:6.375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTwwOoXnSL3F3Ty0L4nHwR4UZMFdUlgC { top:32.625rem;left:5.5625rem;width:7.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebqc6LFBuRzpvRNQrvCS8mU0ROz6RUW6 { top:28.0625rem;left:0rem;width:8.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTwlcnOblzbQTZfJLX3IrQNpmmBCHCg { top:28.6875rem;left:1.375rem;width:3.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHuDUdvL0LaV4hwmbBwuhfDPIIvDldEN { top:29.9375rem;left:0rem;width:6.625rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icm8biXkGbqZ6ZCt0aCKunLxDJtQyJp4 { top:32.875rem;left:0.125rem;width:6.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-regular-label { display:block;width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.9375rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { width:18.625rem;height:auto;top:10.9375rem;left:26.5rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { width:18.625rem;height:auto;top:10.9375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Xf8tuSznOov1s88B6q981zu4A08Ulv0z {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fTO1TTOTnndTxuc3OTHtaqhmNvdxWlK7 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KlRSJgioRVxaSxbck9QJoVy5GZhXRKMN {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #x08KlqHTFQ4g3IuivOsnv1kz476c0qnE {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #qVACUM6pNJmOCTy29Rf66QT6zOTrS9go {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Zf2BkGLlQqxycTlGFGX3nN27ZqIdr5eb {  }
 }@media only screen and (max-width: 763px) { #l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { display:block; }
 }@media only screen and (max-width: 763px) { #AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { display:block; }
 }@media only screen and (max-width: 763px) { #msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { display:block; }
 }@media only screen and (max-width: 763px) { #Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { display:block; }
 }@media only screen and (max-width: 763px) { #PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { display:block; }
 }@media only screen and (max-width: 763px) { #nae3A5fleBoQvva8SPTyVhG8eKmiipVk { display:block; }
 }@media only screen and (max-width: 763px) { #LiidsNSAIScVlehAmADzDKpAXI5l46Ko { display:block; }
 }@media only screen and (max-width: 763px) { #VHQuM1RLo8W5EVoUnyioTAEmbzGlMb25 { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #xWcplgQLntuueB7iNRUTMtt1dgITaGQQ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #V0bfHzi1BgfSdN6gozM8bTIKC0re5K1H {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #OB7o4tDBZH6tidTKxWu9CKQLsnQCQTBB {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #uLEGi7cWusLresxkMHhKeQRpIdZEyaVa {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zH4COT9yQsU9FSdNCQWPnJx90kFD42rg {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #hCRN7J8x6zB3ZbdeJwFCOHqT8OkJbJ7K {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #bsPN1fIDhtJHKKrUb1Pu9giGvsEyaKt6 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #dOLzfBB52eDxigdEmEb0mSJgEHgrdZ05 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RDXHz70RT4kwFhD1oOA6lgE8QDzkRHF9 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV {  }
 }@media only screen and (max-width: 763px) { #b3J6ayCCfuUzmfErFsPDNdqHJZnI3fhM { top:21.8125rem;left:0rem;width:24rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKi94ZyU7wxJVifZO5NaAzKO1g4ADel { top:35.9375rem;left:16.8125rem;width:21.5625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn4xrDMZ2C2hoSdvbKvn0QAAbqQBS25m { top:37.5rem;left:17.75rem;width:19.375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyEWmyXLKNXTQEu6epO1g0uk4XtAObe0 { top:28.3125rem;left:16.75rem;width:21.5625rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWdwvJ2nJtcr1Nlb0lQPFtRp4Zfv6rJE { top:29.875rem;left:17.6875rem;width:19.375rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXnfemeRlUUN6UZepOfHebgMEHSTH6J1 { top:14rem;left:0rem;width:36.875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfeQVEckZeM0mgCUlbn1dNiTEflope5b { top:16.9375rem;left:0rem;width:36.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Lz0nZbEJd5fIkzB1d2bnApSKRt2eB8 { top:6.8125rem;left:27.4375rem;width:20.3125rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fISaD1Efa1bJgnrDulfCB9P1Tmg86HFG { top:50rem;left:30.9375rem;width:16.8125rem;height:4.875rem;font-size:0.75rem;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:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZyssDy3wmx43L4x7qkPq0klCGoFnpAH { top:20.4375rem;left:0rem;width:13.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqOgaqRoUvrSMOTvsUGlBp0FfWTCPZO6 { top:23.8125rem;left:0rem;width:16.125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zulLvIIIQV0gasySuo2n6J0GcD0xbUxr { top:23.8125rem;left:8.4375rem;width:17.625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyTGFMqksmIwQD1Gnirh5qes80lOu37T { top:20.4375rem;left:8.4375rem;width:11rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbae4t5nh9oOHKPDfLJ8NRErEOysStht { top:25.4375rem;left:28.0625rem;width:12.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3oyJdKePldK7Ovm9gf4S2qfdmmGxB1P { top:20.4375rem;left:27.9375rem;width:12rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl68dlFth5CFNL0rHgvazv6CJ4K4z2pe { top:25.25rem;left:34.625rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTNUzerTJpbdymtesbf5XJ7I2ZBL4xR { top:20.4375rem;left:36.125rem;width:11.625rem;height:6.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp0qWGWsuFFgufJkyECctFlUJU7uqbtV { display:block; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oadb5gK7NSGgaIm8zxM3Fv8JILKBs93g { top:3.375rem;left:0rem;width:30.5rem;height:4.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMlVL5bq4MOwbnD1xZriMmvdivLMRkiA { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxuL44c9i8eb1H0P6go6GgnZex0K7mQ7 { top:10.875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmw7wfsmvMUS1mzcUsQEJwR22r3WsCv { top:20.4375rem;left:0rem;width:13.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3D2s26K4GGExrZX66TwFtiDTadOP3zl { top:23.8125rem;left:0rem;width:16.125rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGKRQXypSu8yPUJ3REXxRmfNoFXdQckI { top:23.8125rem;left:8.4375rem;width:17.625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7Dp8J4woyBXeIVglMhqqqlT5ZgJUGqg { top:20.4375rem;left:8.4375rem;width:11rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnJo2vGQgTrPHZE7Fvrv7uLQEA6PlHy9 { top:25.4375rem;left:28.0625rem;width:12.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRv7G8Mmz2BTMBNqyRObzyOmCGLEI97n { top:20.4375rem;left:27.9375rem;width:12rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9bpzx3u0zuHZttvHR7api7Ol72FCiKZ { top:25.25rem;left:34.625rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy2U4Q5nMsOJbDRuZGTT1WwN6FU9NIFJ { top:20.4375rem;left:36.125rem;width:11.625rem;height:6.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { display:block; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiSTd8EWQRc1q1BQJK0TDwMZxJZATEVI { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GywfG1T0duFDxCzTRvpEoefmBMTFiiRy { top:7rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km1G30treivAcNTdPtBpQEdX0UpeHTbT { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfV1azUARDfNlezVp0O8VEfZ2U1v9wK { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLoc6JJ7AyRRBTlOf1i4wMgszZViKF4P { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTd7b6get4NuACT9LNbwUsGST97snJNi { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozvTQiHlFuGNnGDKxIMuA0NhW1C7MCNO { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ9ne51WGoDt6TyRODxycbFZKzTq0mHR { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8avJpuB9Fh8VZZ0Mca6k3MU6i2nEXZe { top:3.875rem;left:0rem;width:26.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 { display:block; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaTrWGQ4yHEHJf5RAge17u5qTMTJZiFK { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma9rNz0FSP0VfgHrbdvQOsRnfNU3vR0G { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9uDSsscABCUS7vHuVbJXHHTsQeOoBk { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ4oc6kxGkQhXEKKtA3DyZNGpcHkPvUD { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2W24rQU28xbsaknJ7f0wIC9kbF5Dh7d { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZoEVzdLBxC3wEoEO3WuwduVGQgskogL { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIfGDl5zN3z06v8y5rtz0MLXrsLOUvsi { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eImfTPa4ou4FqrZXUkmJbZvrOfvEnTST { top:5.8125rem;left:33.625rem;width:14.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPhLzNSyFokyKu91t2NN3n57O4aeKEI { top:4.875rem;left:31.125rem;width:16.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKoZzGykLJRodPl19oToAvqwRoOsIAw3 { top:6.5rem;left:11.5rem;width:19.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQ8FR3kUwm9JynKAFK6vqbK4KvhvCiQ { top:4.0625rem;left:0rem;width:12.125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { display:block; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvJ0gq4noURpfT4sSAhDRCHQeUsWB32r { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL { top:4.75rem;left:17rem;width:30.75rem;height:;font-size:1.0625rem;display:block; }#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL li:before{  }
 }@media only screen and (max-width: 763px) { #KnmFenkXq6Rtf376HrSwfuXLIckRcTaR { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1xe8xTDuTEamskAE3un2OlJsmMqmGKM { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRZ8Bf0dP5oh4xr82vTzGlqZw62W6fI { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGqiTGAGpp9g3deL12D0bCXXN9i7oGX { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifdHJG8bReBXVg2VekDdutHoNy9xHELl { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VABw5rpx9rUNO0OcS9dgU6r0GsXQ4WXb { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5pDM1v91dKRM3xqF5so4bTfQ1w4qxhH { top:3.5rem;left:0rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNhzT85wXbPP0DpM9TnpJoeb4Af8TRCq { top:8.125rem;left:0rem;width:19.8125rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNTGNdyr7dllM7NZ800GxRM1nSRvfwX { 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) { #cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbICzxd0P579Mg0bs0uUTlDTWACMznGy { top:2.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { top:6.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gKqc5h0pbUeWCqRh3rQD56mioJiy1n { top:20.25rem;left:0rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB775WOVM5tpB8TCOl9vG3SRGVBAA53u { top:11.4375rem;left:1.71875rem;width:44.3125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ { display:block; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l22nJWgtAvi79NGg15ZmvgL6LRb7VUTR { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0NBcR8N1JZeJXdLpMPc7viivwx09dIQ { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkmvDyxERlOchAqhVOvIXcDgNM2EJDIf { 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) { #dX56nblITQfcQ1E7dryBxpErUm1K0fu2 { 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) { #JWAOOXx5FMMNEBqlp7xPUXlCNREHFFHM { 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) { #M4PpsDsca2RnfGhkH68qxq8a6cD6T82T { top:3.3125rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMe9XBWNswUaEyCIyKJ4EVD4aq8VSqfG { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQ0el1Qv0xhTMJ62iuJVpohQFAmHz2t { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSF2srtAWi5eULxncP6Bmg8kLrAQaLqt { top:0rem;left:5.5625rem;width:42.1875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGa9Jc2rs9x5s75C7VUs8PtZrxpsBQF { top:7.3125rem;left:0rem;width:23.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNAb42rx4VzyJQMvcx2zPKNm3XXWRLWm { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block; }
 }@media only screen and (max-width: 763px) { #o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom { display:block; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTbGuD8tm2DcIdD9EqmJNfP3FfgIWCb6 { top:10.625rem;left:0rem;width:41.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZPLl8frnFbOATLSLhkw4iIrQAsOFzn3 { top:2rem;left:24.3125rem;width:10.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DezF4SaoH9beI5KRpaUCL0Mch8Rsqk { top:4.25rem;left:24.3125rem;width:11.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEmzps47O4iDZBbxmTugUT4vRa9Gwqc { width:6.3125rem;height:2.1875rem;top:10.125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04D1UBFzB4ug8RQyD7XrmyphLU9baTm { display:block; }
 }@media only screen and (max-width: 763px) { #mm7xAyhLM1dMsgZT5NPUl5XPKqLk6MSb { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKMiWGmPPl3fmOIxWL8mnoeHgJr9r7eT { display:block; }
 }@media only screen and (max-width: 763px) { #AzupyWdIASTwLemeuTzPSnZoXx9QeJDX { width:7.0625rem;height:2.1875rem;top:10.1875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ynWAvZ8nqs7XB5J04UuEzauZqP5VhS { display:block; }
 }@media only screen and (max-width: 763px) { #AX5FgINnzqg1XPAqE0ZKB4JkFVbe2uvq { top:2.9375rem;left:0rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5950638SUoscmXldFfOuZXXexxM6tMB { top:8.875rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoJ5FVwVUI4XqITOzf7zFZLJyT24OTg4 { top:1.8125rem;left:43rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG { top:4.0625rem;left:44.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur0qPDGMpu11En5b3B3uRyLfx1idBOws { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLms6hgoEG2t5kRMN0AnRLBux6iMdl9B { top:3.1875rem;left:4.9375rem;width:12.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIiilR7gH57TcRCRi93HkHyUZaAJNonU { display:none; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FUUxAkWPyszkSpcvdZBQ0rqFKPtxrvEE { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Gz86laGeDRr42MApGo7cRZlpM8V7ET { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU47yfpVwZdpdmsHU1nHDUx0M7bQxxWS { 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) { #sCg92KtOvMJg8INrkR8N8Bu3Gv4ZKbLI { 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) { #NDmwT5DgUT677Vie62xgzKwMQfxUF1Dx { 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) { #BIdFwQrSXid3TnGmb9Eo17oTL2Wflx85 { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn7CO7qu4mf28oD0q8FpF8vyUSDQ038R { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av8qZJXBKoLLuVgcxKulMFpM47FAqtrH { top:0rem;left:5.75rem;width:42rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz4gvNDU3NEJQoLI9T5WxsM6Wk0xMuGF { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNeJhZhlCzh0pg9Ff1vQGSdp6NcAV7oE { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iHea4nAnATkwTfZZlSbAO5HTJdgnHJhk > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbD5nZEEpcJDzOHve2JHAh3DitDvT5XG { width:8.375rem;height:2.375rem;top:0.71875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWM385PHnMt1odfazbWQmCcwVeNqBHts { display:block; }
 }@media only screen and (max-width: 763px) { #Tt0vD5WJp4RWIsRTiTOansekWGg1TLUI { 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) { #JWg8AkT3znqFrctzQMNeT0wtylckiZr0 { display:block; }
 }@media only screen and (max-width: 763px) { #y2KHqISJc7uovy8hnMnniA0iOswuJsuO { display:flex;top:1.21875rem;left:15.78125rem;width:1.75rem;height:1.75rem;z-index:15013; }
#y2KHqISJc7uovy8hnMnniA0iOswuJsuO > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #V5P00yv5UxPG5tetUToki38OGhZZ8XCV { display:flex;width:1.5rem;height:1.5rem;top:7.75rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwVJu7KEdnacVTsSC315bz58yyS9C8fe { width:8.25rem;height:4.1875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { background-color: transparent; background-image: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container > .video-iframe-container { display: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row > .video-iframe-container { display: none; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .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.52); }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb { border-width: 0; border-radius: 0; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .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; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .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; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container { width:20rem;height:83.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67bb8ef5-a5d2-4c89-ac7e-23d1b4321ca4/youngguyworkingwithcomputerdetail20231127053127utcpresenciamovill2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.adaptive-delivery-prevent-bg, #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.lazyload, #sk3TlHxZ5Vfsu0ywSEyTTTEHGghcsLkb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #wp9IcCEy1XsB15FZTmTD7Kd1AcmkU1lH { width:8.375rem;height:2.375rem;top:30.125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffOu69k5D5zhIeJci4UywEwmGqKHoloZ { display:block; }
 }@media only screen and (max-width: 763px) { #EyFXpxvKt1272LdMTvQbBuERDhE6QsIP { width:20rem;height:4.75rem;top:34.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) { #Hg61NyZxmAfpr5etIL4TVNzzxH6znM1A { 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) { #x9MCEyTG7oheSSPsBOOM6iJESsCF16FM { width:11.125rem;height:2.4375rem;top:18.6875rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuOOn24BLa3PJniDBXecVLMkorLf2IJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { width:17.3125rem;height:1.7252625rem;top:7.5625rem;left:1.375rem;font-size:1.4375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { width:16.0625rem;height:1.275rem;top:5.75rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DJP3PBNBvOKnsBJw0udmFuSQi7lPt2Dw { width:5.5625rem;height:0.825rem;top:27rem;left:0.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #s9XV10VLlSoGrDd3L1dgMLHSWr4olxKe { width:17.375rem;height:4.75rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA3M7WFa6tioWmlXoAbUvOTQyqeQ2gTC { width:3.25rem;height:0.825rem;top:27rem;left:7.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uHxZLm3FIJaaqnyhTP9zxDifIMc8Zf3o { width:5.5625rem;height:1.2000875rem;top:27.8125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JlsKmxXJdxG3lQKmT0mnrI3VtFz8OJkd { width:5.5625rem;height:1.2000875rem;top:27.8125rem;left:7.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #db5KRLexr49kavolirtizXA3QT3Th8Jy { width:3.6875rem;height:0.825rem;top:27.0625rem;left:11.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aTwwOoXnSL3F3Ty0L4nHwR4UZMFdUlgC { width:5.4375rem;height:1.2000875rem;top:27.875rem;left:11.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ebqc6LFBuRzpvRNQrvCS8mU0ROz6RUW6 { width:5.125rem;height:5.25rem;top:25.3125rem;left:8.4375rem;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) { #aWTwlcnOblzbQTZfJLX3IrQNpmmBCHCg { width:3.625rem;height:1.04980625rem;top:25.9375rem;left:9.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wHuDUdvL0LaV4hwmbBwuhfDPIIvDldEN { width:6.625rem;height:1.57421875rem;top:27.1875rem;left:7.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Icm8biXkGbqZ6ZCt0aCKunLxDJtQyJp4 { width:6.125rem;height:1.04980625rem;top:29.125rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-text {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-select {padding-top: 0; padding-bottom: 0;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.875rem;background-color:#9618d9;background-image:none;color:#ffffff; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA  { width:17.5rem;height:auto;top:37.875rem;left:0rem; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA {display:block;}#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA { width:17.5rem;height:auto;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKnVwDoSORDiST0OhxxcyfbLByp8bUty {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TR5PopxNqUCHJJ9Kk29T4FlcuJroe7uM { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zWyrioPoQHtKz97N6CAMssTeHm7769FO {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #kt7FJmW2nJee6yNoFo5pBMa2ikVA8KDF {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nFZeaL3oWHqRzMFinGGWFRDJ9eACVc7S { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #m3f4CzCcMgQf8BlVV3QIviTP8dr3fVpt {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KycbemonV9EdTF3vWeVPD0Eq4ka3O6F5 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #whegsNz1zDkI7LF1bdXDt3ZVrL3yA0ot { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #B2DxUTvu6xBuLtxz5ITfBlC8MkGTX8s9 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Vt6L8gMrVEZIdg9L3vvJpIFiVbEf3bvq {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ipWfbn6cROcy8TdnLWN62onwc8Jtzgg8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #AuzFLMQ1XxTEmpNIBebsxzBxB6upcf5L {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RKGITeiCdrVTfwzMul4r0FhE7OzK9Csh {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #M7ftK4ve7JsyVmtEUDTOH5c9U4yelPQT { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #MopnsfJfyPqRrf0g7BUTWW7elUPn7uwV {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Xf8tuSznOov1s88B6q981zu4A08Ulv0z {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #fTO1TTOTnndTxuc3OTHtaqhmNvdxWlK7 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KlRSJgioRVxaSxbck9QJoVy5GZhXRKMN {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #x08KlqHTFQ4g3IuivOsnv1kz476c0qnE {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #qVACUM6pNJmOCTy29Rf66QT6zOTrS9go {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #Zf2BkGLlQqxycTlGFGX3nN27ZqIdr5eb {  }
 }@media only screen and (max-width: 763px) { #l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { display:block; }
 }@media only screen and (max-width: 763px) { #AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { display:block; }
 }@media only screen and (max-width: 763px) { #msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { display:block; }
 }@media only screen and (max-width: 763px) { #Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { display:block; }
 }@media only screen and (max-width: 763px) { #PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { display:block; }
 }@media only screen and (max-width: 763px) { #nae3A5fleBoQvva8SPTyVhG8eKmiipVk { display:block; }
 }@media only screen and (max-width: 763px) { #LiidsNSAIScVlehAmADzDKpAXI5l46Ko { display:block; }
 }@media only screen and (max-width: 763px) { #VHQuM1RLo8W5EVoUnyioTAEmbzGlMb25 { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #xWcplgQLntuueB7iNRUTMtt1dgITaGQQ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #V0bfHzi1BgfSdN6gozM8bTIKC0re5K1H {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #OB7o4tDBZH6tidTKxWu9CKQLsnQCQTBB {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #uLEGi7cWusLresxkMHhKeQRpIdZEyaVa {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #zH4COT9yQsU9FSdNCQWPnJx90kFD42rg {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #hCRN7J8x6zB3ZbdeJwFCOHqT8OkJbJ7K {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #bsPN1fIDhtJHKKrUb1Pu9giGvsEyaKt6 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #dOLzfBB52eDxigdEmEb0mSJgEHgrdZ05 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #RDXHz70RT4kwFhD1oOA6lgE8QDzkRHF9 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV {  }
 }@media only screen and (max-width: 763px) { #b3J6ayCCfuUzmfErFsPDNdqHJZnI3fhM { width:18.0625rem;height:2.6rem;top:19.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKi94ZyU7wxJVifZO5NaAzKO1g4ADel { width:20rem;height:7.1875rem;top:72.6875rem;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) { #kn4xrDMZ2C2hoSdvbKvn0QAAbqQBS25m { width:19.375rem;height:0;top:74.25rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyEWmyXLKNXTQEu6epO1g0uk4XtAObe0 { width:14.4375rem;height:5.125rem;top:17.9375rem;left:2.8125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #bWdwvJ2nJtcr1Nlb0lQPFtRp4Zfv6rJE { width:13.625rem;height:0;top:19.3125rem;left:3.1875rem;font-size:0.9375rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #DXnfemeRlUUN6UZepOfHebgMEHSTH6J1 { width:17.6875rem;height:4.8rem;top:9.412109375rem;left:1.34375rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zfeQVEckZeM0mgCUlbn1dNiTEflope5b { width:17.4375rem;height:3.9rem;top:14.3125rem;left:1.28125rem;font-size:1.625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o9Lz0nZbEJd5fIkzB1d2bnApSKRt2eB8 { width:20rem;height:2.75rem;top:34.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fISaD1Efa1bJgnrDulfCB9P1Tmg86HFG { width:16.8125rem;height:4.875rem;top:78.537500381469rem;left:1.5937500596046rem;font-size:0.75rem;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:none; }#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:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { width:15.875rem;height:2.0244125rem;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:13.723625rem;top:6.890625rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZyssDy3wmx43L4x7qkPq0klCGoFnpAH { width:13.4375rem;height:2.03125rem;top:21.86325rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqOgaqRoUvrSMOTvsUGlBp0FfWTCPZO6 { width:16.125rem;height:3.57421875rem;top:24.4375rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zulLvIIIQV0gasySuo2n6J0GcD0xbUxr { width:17.625rem;height:2.6806625rem;top:32rem;left:1.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyTGFMqksmIwQD1Gnirh5qes80lOu37T { width:11rem;height:2.03125rem;top:29.25rem;left:4.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lbae4t5nh9oOHKPDfLJ8NRErEOysStht { width:12.3125rem;height:1.7871125rem;top:39.0625rem;left:3.84375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3oyJdKePldK7Ovm9gf4S2qfdmmGxB1P { width:12rem;height:1.40625rem;top:36.5rem;left:4rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cl68dlFth5CFNL0rHgvazv6CJ4K4z2pe { width:13.125rem;height:1.7871125rem;top:47.4375rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLTNUzerTJpbdymtesbf5XJ7I2ZBL4xR { width:11.625rem;height:2.8125rem;top:43.1875rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hp0qWGWsuFFgufJkyECctFlUJU7uqbtV { 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; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row .container { background-color: transparent; background-image: none; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row .container > .video-iframe-container { display: none; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row > .video-iframe-container { display: none; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .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); }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row .container { border-width: 0; border-radius: 0; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hp0qWGWsuFFgufJkyECctFlUJU7uqbtV > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oadb5gK7NSGgaIm8zxM3Fv8JILKBs93g { 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) { #bMlVL5bq4MOwbnD1xZriMmvdivLMRkiA { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxuL44c9i8eb1H0P6go6GgnZex0K7mQ7 { width:16.3125rem;height:13.73125rem;top:6.890625rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGmw7wfsmvMUS1mzcUsQEJwR22r3WsCv { width:13.4375rem;height:2.03125rem;top:21.86325rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3D2s26K4GGExrZX66TwFtiDTadOP3zl { width:16.125rem;height:3.575rem;top:24.4375rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGKRQXypSu8yPUJ3REXxRmfNoFXdQckI { width:17.625rem;height:2.68125rem;top:32rem;left:1.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7Dp8J4woyBXeIVglMhqqqlT5ZgJUGqg { width:11rem;height:2.03125rem;top:29.25rem;left:4.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnJo2vGQgTrPHZE7Fvrv7uLQEA6PlHy9 { width:12.3125rem;height:1.7875rem;top:39.0625rem;left:3.84375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRv7G8Mmz2BTMBNqyRObzyOmCGLEI97n { width:12rem;height:1.40625rem;top:36.5rem;left:4rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9bpzx3u0zuHZttvHR7api7Ol72FCiKZ { width:13.125rem;height:1.7875rem;top:47.4375rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oy2U4Q5nMsOJbDRuZGTT1WwN6FU9NIFJ { width:11.625rem;height:2.8125rem;top:43.1875rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { 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; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.adaptive-delivery-prevent-bg, #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.lazyload, #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.lazyloading { background-image: none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container { background-color: transparent; background-image: none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container > .video-iframe-container { display: none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row > .video-iframe-container { display: none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .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); }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container { border-width: 0; border-radius: 0; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA::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; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiSTd8EWQRc1q1BQJK0TDwMZxJZATEVI { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GywfG1T0duFDxCzTRvpEoefmBMTFiiRy { 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) { #Km1G30treivAcNTdPtBpQEdX0UpeHTbT { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtfV1azUARDfNlezVp0O8VEfZ2U1v9wK { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLoc6JJ7AyRRBTlOf1i4wMgszZViKF4P { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTd7b6get4NuACT9LNbwUsGST97snJNi { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozvTQiHlFuGNnGDKxIMuA0NhW1C7MCNO { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZ9ne51WGoDt6TyRODxycbFZKzTq0mHR { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8avJpuB9Fh8VZZ0Mca6k3MU6i2nEXZe { 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) { #w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 { 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; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5.adaptive-delivery-prevent-bg, #w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5.lazyload, #w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5.lazyloading { background-image: none; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row .container { border-width: 0; border-radius: 0; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5::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; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9LG0HPCRwAgaOnPQifZvp2ShRd3FCa5 > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SaTrWGQ4yHEHJf5RAge17u5qTMTJZiFK { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ma9rNz0FSP0VfgHrbdvQOsRnfNU3vR0G { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm9uDSsscABCUS7vHuVbJXHHTsQeOoBk { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQ4oc6kxGkQhXEKKtA3DyZNGpcHkPvUD { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2W24rQU28xbsaknJ7f0wIC9kbF5Dh7d { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZoEVzdLBxC3wEoEO3WuwduVGQgskogL { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIfGDl5zN3z06v8y5rtz0MLXrsLOUvsi { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eImfTPa4ou4FqrZXUkmJbZvrOfvEnTST { width:9.625rem;height:2.9375rem;top:6.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPhLzNSyFokyKu91t2NN3n57O4aeKEI { width:11rem;height:5.5rem;top:5.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKoZzGykLJRodPl19oToAvqwRoOsIAw3 { width:10.375rem;height:2.0625rem;top:2.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQ8FR3kUwm9JynKAFK6vqbK4KvhvCiQ { width:8.5625rem;height:5.5625rem;top:0.9375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { display:block; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH { background-color: transparent; background-image: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container > .video-iframe-container { display: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row > .video-iframe-container { display: none; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { width:20rem;height:38.75rem;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; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container.adaptive-delivery-prevent-bg, #uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container.lazyload, #uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CvJ0gq4noURpfT4sSAhDRCHQeUsWB32r { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL { width:17.25rem;height:17.625rem;top:18.9677734375rem;left:1.875rem;font-size:0.875rem;display:block; }#WgnayRCLrzG2TwXCgXJFxmuBT3LM6bnL li:before{  }
 }@media only screen and (max-width: 763px) { #KnmFenkXq6Rtf376HrSwfuXLIckRcTaR { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1xe8xTDuTEamskAE3un2OlJsmMqmGKM { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTRZ8Bf0dP5oh4xr82vTzGlqZw62W6fI { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnGqiTGAGpp9g3deL12D0bCXXN9i7oGX { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifdHJG8bReBXVg2VekDdutHoNy9xHELl { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VABw5rpx9rUNO0OcS9dgU6r0GsXQ4WXb { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5pDM1v91dKRM3xqF5so4bTfQ1w4qxhH { width:18.125rem;height:1.462675rem;top:1.1640625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNhzT85wXbPP0DpM9TnpJoeb4Af8TRCq { width:15.9375rem;height:12.5125rem;top:3.0625rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNTGNdyr7dllM7NZ800GxRM1nSRvfwX { 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:132rem;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:17.875rem;height:1.4619125rem;top:2.1240234375rem;left:2.125rem;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) { #cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV { display:block; }#cIn9wPS0dCD0TOTAubQ6kFoXiytGNuUV > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbICzxd0P579Mg0bs0uUTlDTWACMznGy { width:18.875rem;height:1.95rem;top:1.25rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkaZQ5R2tFMtag9EEb1kAyxRDxZAe5l { width:17.4375rem;height:6.825rem;top:3.9619125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gKqc5h0pbUeWCqRh3rQD56mioJiy1n { width:7.0625rem;height:1.1375rem;top:20.275390625rem;left:6.46875rem;font-size:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mB775WOVM5tpB8TCOl9vG3SRGVBAA53u { height:11.198871650212rem;width:20rem;top:13.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ { display:block; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l22nJWgtAvi79NGg15ZmvgL6LRb7VUTR { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0NBcR8N1JZeJXdLpMPc7viivwx09dIQ { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkmvDyxERlOchAqhVOvIXcDgNM2EJDIf { 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) { #dX56nblITQfcQ1E7dryBxpErUm1K0fu2 { 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) { #JWAOOXx5FMMNEBqlp7xPUXlCNREHFFHM { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4PpsDsca2RnfGhkH68qxq8a6cD6T82T { width:15.3125rem;height:1.462675rem;top:1.5625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMe9XBWNswUaEyCIyKJ4EVD4aq8VSqfG { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvQ0el1Qv0xhTMJ62iuJVpohQFAmHz2t { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSF2srtAWi5eULxncP6Bmg8kLrAQaLqt { width:19.625rem;height:13.5rem;top:9.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGa9Jc2rs9x5s75C7VUs8PtZrxpsBQF { width:18rem;height:3.4125rem;top:3.5625rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNAb42rx4VzyJQMvcx2zPKNm3XXWRLWm { width:16rem;height:3.4375rem;top:25.96875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block; }
 }@media only screen and (max-width: 763px) { #o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom { display:block; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTbGuD8tm2DcIdD9EqmJNfP3FfgIWCb6 { width:20rem;height:1.95rem;top:21.88671875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZPLl8frnFbOATLSLhkw4iIrQAsOFzn3 { 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) { #l4DezF4SaoH9beI5KRpaUCL0Mch8Rsqk { width:8.4375rem;height:2rem;top:2.404296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEmzps47O4iDZBbxmTugUT4vRa9Gwqc { width:6.3125rem;height:2.125rem;top:26.0859375rem;left:13.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q04D1UBFzB4ug8RQyD7XrmyphLU9baTm { display:block; }
 }@media only screen and (max-width: 763px) { #mm7xAyhLM1dMsgZT5NPUl5XPKqLk6MSb { width:7.0625rem;height:2.125rem;top:26.0859375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKMiWGmPPl3fmOIxWL8mnoeHgJr9r7eT { display:block; }
 }@media only screen and (max-width: 763px) { #AzupyWdIASTwLemeuTzPSnZoXx9QeJDX { width:7.0625rem;height:2.125rem;top:26.0859375rem;left:6.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ynWAvZ8nqs7XB5J04UuEzauZqP5VhS { display:block; }
 }@media only screen and (max-width: 763px) { #AX5FgINnzqg1XPAqE0ZKB4JkFVbe2uvq { width:7.6875rem;height:2.0625rem;top:1.810546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5950638SUoscmXldFfOuZXXexxM6tMB { width:20rem;height:4.3125rem;top:20.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoJ5FVwVUI4XqITOzf7zFZLJyT24OTg4 { width:4.75rem;height:0.975rem;top:13.134765625rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Ur0qPDGMpu11En5b3B3uRyLfx1idBOws { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #pLms6hgoEG2t5kRMN0AnRLBux6iMdl9B { width:7.1875rem;height:1.4375rem;top:9.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIiilR7gH57TcRCRi93HkHyUZaAJNonU { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#CIiilR7gH57TcRCRi93HkHyUZaAJNonU > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUUxAkWPyszkSpcvdZBQ0rqFKPtxrvEE { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0Gz86laGeDRr42MApGo7cRZlpM8V7ET { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fU47yfpVwZdpdmsHU1nHDUx0M7bQxxWS { 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) { #sCg92KtOvMJg8INrkR8N8Bu3Gv4ZKbLI { 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) { #NDmwT5DgUT677Vie62xgzKwMQfxUF1Dx { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIdFwQrSXid3TnGmb9Eo17oTL2Wflx85 { width:5.125rem;height:1.5625rem;top:84.4189484375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dn7CO7qu4mf28oD0q8FpF8vyUSDQ038R { width:9.9375rem;height:15.125rem;top:87.2314484375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av8qZJXBKoLLuVgcxKulMFpM47FAqtrH { width:19.75rem;height:13.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sz4gvNDU3NEJQoLI9T5WxsM6Wk0xMuGF { 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) { #JNeJhZhlCzh0pg9Ff1vQGSdp6NcAV7oE { display:block; }
 }