.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.6875rem;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:#000000;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:1.96875rem;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.28125rem;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.125rem;width:10rem;top:0.25rem;left:2.7880859375rem;overflow:hidden;display:block; }
#siudknzOK5Z9TsL1kznJK6pkU1hCJ2Kh { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.3125rem;top:0.46875rem;left:15.375rem;overflow:hidden;display:block; }
#F6GBciLTgrsN1UE8LxVTH37AO3bxv05M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:8rem;top:1.15625rem;left:1.875rem;overflow:hidden;display:none; }
#TgwqfOfoHW092HqDHhwgUoHSiS6WM0FJ { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:3.9375rem;top:1.6549479961395rem;left:14.25rem;overflow:hidden;display:none; }
#TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va { 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; }
#TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#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(0,0,0,0); }#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); }#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/fba1dd33-40d2-4f3b-84a7-a58d20fcc198/computernetworksetup20231127052052utc.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:69.8125rem;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; }
#WT0KAO5nMrHwaBXTwMNJKt5mtTscVhA0 { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:verlag;font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:7.9443359375rem;left:57.09375rem;height:3.7119125rem;font-style:normal;text-align:left;text-align-last:left;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:17.1875rem;width:21.3125rem;top:5.75rem;left:53.75rem;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; }
#HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"jost extrem";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:44.375rem;left:19.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"jost extrem";font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:8.4375rem;left:4.1875rem;height:1.425rem;font-style:normal;display:block; }
#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.9375rem;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.9375rem;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 #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TmpNTciit4xXPvqvzI8bEPJzzlLLkCxo { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #eWH7UzF1J2mmWGGwXTFZTiuZsXmGTA0R { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #HAEUXmhIlAzHTmn4MCJsu5QLlwui0GgM { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #bNXdrncZRNLtM9vGBOizNB5QqtXgkpyP { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #yN0SApK7JSMVb44KznUOIRBiwhFdZBtI { position:relative;display:none; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ahSZM7OTLtekCrNEQvV3kmtWetZQZ77w { position:relative; }
#AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { position:relative;display:block; }
#l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { position:relative;display:block; }
#msOtF5OPAhRmkmdRpA52b39ePE7U0P1p { position:relative;display:block; }
#Z1cd0DgypzdVMgkslyMaET3qGNtD00Py { position:relative;display:block; }
#PxhnTbd4i6NcDcwr76qVdBgWmStVu90t { position:relative;display:block; }
#nae3A5fleBoQvva8SPTyVhG8eKmiipVk { position:relative;display:block; }
#rBGpxRr7TVsrlm4oVnA9GPrEPVXntxIC { position:relative;display:block; }
#upCgEdWIC3rF7Iio6h7xGKvqi9VlE9mR { position:relative;display:block; }
#x1URviuisq8TyPN7z3w8epz6CR5295kI { position:relative;display:block; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #uBOfnFSzU6wBR6CWJKp1QTe2RfcQNyPa { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #J1NdOQr99XyCO5u9PUioRI1Cf3gFErVx { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #IqsiBVLHk7uSUtbCJfkl1vM1AgcT96Bg { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #wWhKbHui15eOTWwPlmL65G2WZ6ZOxob8 { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #WT1O95Z0oKz5mWBtDqctzUBzwG09tgr3 { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #N8dugdu103x0TKmTNSN966Bqf9daI50f { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ziILSC6UyoRQocCPpqCDFtk2G9qXXPLX { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #rFzCgScEHBzmB52At9gSiVyDynRZIV8b { position:relative;z-index:2; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #rL5TF6eL9IPHibqkG4OWQsXTd7F1awvf { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #KSelOBzAdg81AHXgLOitZ2Wk6pwCb1nQ { position:relative; }
#Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #tnyC00cKrz0Op71dSczFDcLkXPtx1TRV { position:relative; }
#TrLbBcK6hL6A6HtZBMFM3S2CI3NUzbIT { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:"jost extrem";font-size:1.375rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:56.1875rem;left:24.5rem;height:1.7875rem;display:block; }
#UT1uavuafoA7o3WQGhJQk5IhivL5NxGw { color:#9618d9;display:block;width:2.061525rem;position:absolute;font-family:"jost extrem";font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:40.375rem;left:26.625rem;height:3rem;font-style:normal;display:block; }
#g9qB0lv53muz69DLBWzTM9W7x9AcES8G { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"jost extrem";font-size:10.625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:12.1875rem;left:4.1875rem;height:12.75rem;font-style:normal;display:block; }
#OKP2Q9TFKtlFqA0UZUrKv1sLhpOaq0xp { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"jost extrem";font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:10.9375rem;left:4.1875rem;height:2.625rem;font-style:normal;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:61.125rem;left:46.375rem;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:63.625rem;left:65.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:61.8125rem;left:65.5625rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:61.78125rem;left:13rem;display:block; }
#UuOOn24BLa3PJniDBXecVLMkorLf2IJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:61.8125rem;left:58.125rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:63.625rem;left:57.9375rem;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; }
#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:61.8125rem;left:49.875rem;height:1.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:63.625rem;left:49.875rem;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; }
#TpSCpvxm29lk5TwhIg9hWBD0exUxm0Kd { box-sizing:content-box;height:27.125rem;width:47.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.57);background-image:none;top:32.3125rem;left:4.1875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eTnOqktEQcDTxtwRvLg0lUcO4KJrJ6iy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:37.0625rem;left:36.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#DQmLlPvwP1tB8DzTpQLJa2nB4Zqdortx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:37.0625rem;left:21.375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#qeQGB2VogwPeStQ4kQp6rbCumJtDpTeR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"jost extrem";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:37.0625rem;left:5.75rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#MV8xsotmyVKMiLqCFv8VcFH6UBHbgu12 { box-sizing:content-box;height:3.9375rem;width:13.125rem;position:absolute;display:block;z-index:15055;background-color:#9618d9;background-image:none;top:36.375rem;left:5.4375rem;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;display:block; }
#Ng7hxOhQbfM8uT49eZ5ezXbW7VvKAX7T { box-sizing:content-box;height:3.9375rem;width:13.125rem;position:absolute;display:block;z-index:15054;background-color:#9618d9;background-image:none;top:36.375rem;left:21rem;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;display:block; }
#G0PovTPeaogkzo62sPokw8lnEq8SC8m1 { box-sizing:content-box;height:3.9375rem;width:13.125rem;position:absolute;display:block;z-index:15053;background-color:#9618d9;background-image:none;top:36.375rem;left:36.4375rem;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;display:block; }
#Q9519roPcGVD3V5GAaweO14g6QTFL5Qi { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"jost extrem";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:51.1875rem;left:20.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZ522A8qhZuHNBc78ZtdJhaNC6kULBiK { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"jost extrem";font-size:1.8125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:23.65625rem;left:4.1875rem;height:2.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dm5p9fzLdSiBNAncdD71wf3bos2eW9KX { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:"jost extrem";font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:33.4375rem;left:15.75rem;height:1.65rem;font-style:normal;display:block; }
#waSOIRWZ9DlIK2Fqpy6ywvOCV4LGU0WN { color:#9618d9;display:block;width:2.061525rem;position:absolute;font-family:"jost extrem";font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:47.875rem;left:26.625rem;height:3rem;font-style:normal;display:block; }
#Lr1NckomIHACqU7aGXqTQ6SRwoKh6KsJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:56.25rem;left:22.25rem; }
#p8HK7O8VQd9My7EhFG6a2toeSdX11MLg { box-sizing:content-box;height:3.9375rem;width:13.125rem;position:absolute;display:block;z-index:15053;background-color:#9618d9;background-image:none;top:34rem;left:36.4375rem;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;display:none; }
#m4OLO3G42h3vZJedevCbhKTaSiJLME49 { box-sizing:content-box;height:3.9375rem;width:13.125rem;position:absolute;display:block;z-index:15053;background-color:#9618d9;background-image:none;top:34rem;left:36.4375rem;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;display:none; }
#yAobodqyFTvNkTAMtZvg1aWg87Gahq12 { color:#9618d9;display:block;width:2.061525rem;position:absolute;font-family:"jost extrem";font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:45.5rem;left:26.625rem;height:3rem;font-style:normal;display:none; }
#S3miebzAbpNJeC3GA0bicfXlyu4x92eU { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:"jost extrem";font-size:4.5625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:26rem;left:4.1875rem;height:5.4746125rem;font-style:normal;display:block; }
#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { position:relative;display:block; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { background-color: transparent; background-image: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row > .video-iframe-container { display: none; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 { border-width: 0; border-radius: 0; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Fwxhe4U1yACXPXTzwbFHdQgACot8fl32 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#e8e8e8;background-image:none;font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:verlag;font-size:2.25rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:3.375rem;left:3.375rem;height:4.05rem;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:9.9370689392087rem;left:3.3745670318604rem;height:8.285125rem;font-style:normal;display:block; }
#V3Oa0aznPidrBBpauHBZAcdQIGCWUi8k { 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:23.4375rem;left:4.6875rem;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; }
#L6KPmLDXqJJLrTrNbvauOs1bZf9ucuTv { color:#000000;display:block;width:9.2480625rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:21.9375rem;left:22.25rem;height:6.01171875rem;text-align:left;text-align-last:left;display:block; }
#IaTPIRawN20EIInwh2xPrPHfiAbMhJTp { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:26.4375rem;left:36.375rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#rodW0GZ4IAyw9JAAb9rPH8rel6iKrPCz { color:#000000;display:block;width:11.9998125rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15048;line-height:.9;letter-spacing:0;top:23.875rem;left:36.375rem;height:2.08125rem;text-align:left;text-align-last:left;display:block; }
#JphE4wfo4BsTqtUNJmbLbNvixEVPeot2 { 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:26.1875rem;left:55.25rem;height:1.05625rem;text-align:left;text-align-last:left;display:block; }
#PLLdqLzEpXw3e6pHTydHDvTdKs36T32J { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15050;line-height:.9;letter-spacing:0;top:23.875rem;left:55.25rem;height:2.08125rem;text-align:left;text-align-last:left;display:block; }
#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq { position:relative;display:block; }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq { background-color: transparent; background-image: none; }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .row .container > .video-iframe-container { display: none; }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .row > .video-iframe-container { display: none; }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .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); }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq { border-width: 0; border-radius: 0; }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .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; }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .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:30.4375rem;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; }#gEyPuDLzaCmyGpzUCMXO58tZQczsZqde { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:3.96875rem;left:17.5rem;display:block; }
#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { position:relative;display:none; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { border-width: 0; border-radius: 0; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .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; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .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:33.4375rem;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; }#TyQe5OXimiLdqaqOb8AnrpbL4xWWUKrX { 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; }
#o8UFz7LiwXTMH1th3NZmn3PeHBTirpA8 { 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; }
#IKCbiLKhcsw5caTtQczL7wHlI0CgiGbS { 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:9.9370689392087rem;left:3.3745670318604rem;height:8.28125rem;font-style:normal;display:block; }
#wZIH3EVLVuNPwkPcRTl2HWuWB5yeiumP { 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:23.4375rem;left:4.6875rem;height:3.00564375rem;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; }
#PAKG7EW4ZIGpXdcuy9vurEb1LBVgRR7D { color:#000000;display:block;width:9.2480625rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:21.9375rem;left:22.25rem;height:6.0112875rem;text-align:left;text-align-last:left;display:block; }
#vgUGTdMqMD1C0bCKQPGXv2K8yBbICKq7 { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:26.4375rem;left:36.375rem;height:2.11154375rem;text-align:left;text-align-last:left;display:block; }
#gc4UHhRCc2XEtVHGaHo2bLLFsNdG2yHJ { color:#000000;display:block;width:11.9998125rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15048;line-height:.9;letter-spacing:0;top:23.875rem;left:36.375rem;height:2.080075rem;text-align:left;text-align-last:left;display:block; }
#Mi9AzLmiuuZdMrJa7Jsk7Ja9TXEDiAhI { 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:26.1875rem;left:55.25rem;height:1.055775rem;text-align:left;text-align-last:left;display:block; }
#XHig32IWP7oFZtsLfRGNAEkdz4uT5XdW { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:"jost extrem";font-size:2.3125rem;font-weight:normal;z-index:15050;line-height:.9;letter-spacing:0;top:23.875rem;left:55.25rem;height:2.080075rem;text-align:left;text-align-last:left;display:block; }
#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA { position:relative;display:none; }#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:none; }#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.875rem;left:50.8125rem;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.5625rem;left:26.5625rem;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:10.0625rem;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:28.499375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:2;letter-spacing:0;top:2.3439674377441rem;left:33.373481750488rem;height:21.625rem;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:7.3515625rem;left:2.8125rem;height:6.9043125rem;font-style:normal;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; }
#dq2MSop2q9NkazvlMsSvFF7LMDd4pnpe { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.1328125rem;left:2.8125rem;height:3.8994125rem;display:block; }
#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl { 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; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container { background-color: transparent; background-image: none; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container > .video-iframe-container { display: none; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row > .video-iframe-container { display: none; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .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); }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container { border-width: 0; border-radius: 0; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#m8wKzbQRRypPzuJTb1hLugW0fbAW5S1F { 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; }
#oG5MX2vnaO3zvGyKstVv8VM38tkAPOVA { 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; }
#PTAFN7RvppnrBTotyTg8wPH8I4LpNCQy { 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; }
#yICLkpczLr7BqOAxtwxkxJcsIJS0QQWz { 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; }
#LCoWLlkei5O6Fc1crhuscxiHXsvEPyJp { 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; }
#rr5XhpcTF6rATXpIDFoBL1M3GZxUtguu { 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; }
#dUfyFQnNXIDRmMGWqZafFdQguT37CNSV { 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; }
#Vi9yZfeVOABrZ9KFLNKkuDsF2BlIxyCR { 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; }
#z2GhRWfwaTNe9IAoEHMVLaqmKrXZWvwO { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.39453125rem;left:3.9375rem;height:3.8994125rem;display:block; }
#Ns7L6xRXGJutf2o7Zxyr99ogDNdVh2cw { color:#000000;display:block;width:28.499rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:2.53125rem;left:33.40625rem;height:21.625rem;font-style:normal;display:block; }#Ns7L6xRXGJutf2o7Zxyr99ogDNdVh2cw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ns7L6xRXGJutf2o7Zxyr99ogDNdVh2cw li:before{  }
#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 { 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; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container { background-color: transparent; background-image: none; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container > .video-iframe-container { display: none; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row > .video-iframe-container { display: none; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .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); }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container { border-width: 0; border-radius: 0; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#y0Js9sxtNUaCXOxe3kKQlvxlTz8eQMFw { 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; }
#wutLaNUayXKO8ZvBrJ4eXPCm8UZLZ1lW { 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; }
#BQCKMPMauL6xnLXOtVm2qk7TwJT1soOp { 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; }
#E1oTtdQMMXgEwQvBacaxXmEhpxzmtDGw { 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; }
#V39Be9rn6Jm334RIFB44Fze9TWo9mah6 { 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; }
#wIrIdOwSxm8ocQVq3dedEtTxpQtqrfQp { 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; }
#td58keD1ohIlbW6GgowKpwd1teVQhJhS { 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; }
#W2gqkZzSbS1sVlzC8ZDLHzyPP2zfoI29 { 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; }
#npg2PfhSg1TBvn9A0g69Hc23X3vmPchd { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"jost extrem";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.39453125rem;left:3.9375rem;height:3.8994125rem;display:block; }
#El9gCOdroerhUiyJggbazr10JNTXqx4T { color:#000000;display:block;width:28.499rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:2.53125rem;left:33.46875rem;height:21.625rem;font-style:normal;display:block; }#El9gCOdroerhUiyJggbazr10JNTXqx4T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#El9gCOdroerhUiyJggbazr10JNTXqx4T li:before{  }
#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:40rem;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:1.3808625rem;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; }
#gdPuVBl1FXqDG7J4t4H1QAIZRXypSDV5 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.9375rem;width:44.5625rem;top:11.8125rem;left:15.21875rem;display:block; }
#QCA1f2u3H323qIocTRJiriKx33slcJdO { position:relative;display:none; }#QCA1f2u3H323qIocTRJiriKx33slcJdO { border-width: 0; border-radius: 0; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .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; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .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:none; }#bA6XATB7GEzrg0SBP7xXllAuJF3Go2vf { 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.94921875rem;display:block; }
#xTZMToTEbmpoITWpxlwn8UBqHWl4u5Lx { 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:1.38020625rem;font-style:normal;display:block; }
#D7eOlNa6fGxwooRqIbVkNlF2UapIWDOT { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1e1fd97-dbf5-412c-b48d-988ef5b9d482/DSC01188.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:22.4375rem;width:17.0625rem;top:12.1875rem;left:2.5625rem;display:block; }#D7eOlNa6fGxwooRqIbVkNlF2UapIWDOT.adaptive-delivery-prevent-bg, #D7eOlNa6fGxwooRqIbVkNlF2UapIWDOT.lazyload, #D7eOlNa6fGxwooRqIbVkNlF2UapIWDOT.lazyloading { background-image: none; }
#cDRxJyJQaNNL0yU0fa5H8taVoLJ3udWr { position:absolute;display:block;z-index:15006;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.875rem;width:17.0625rem;top:29.75rem;left:2.5625rem;display:block; }
#rOC82RzmhsoTyTakGH1yRPKnW3ZGGHP8 { position:absolute;display:block;z-index:15009;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.875rem;width:17.0625rem;top:29.8125rem;left:20.25rem;display:block; }
#pDb0MtEQ7CgOxJEO5xltoz8ffqI63PSP { position:absolute;display:block;z-index:15011;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.875rem;width:17.0625rem;top:29.8125rem;left:37.9375rem;display:block; }
#x4WBll3Wt79s6dFaJ66atyEvBTWRTmRC { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.5625rem;left:1.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#qVaSM3cghKT3iHn7awGukyg2TQSAGCDU { 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:31.5625rem;left:25.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#AU3fpHR06aCAkkl6M191d8Rleqbg1JE1 { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.5625rem;left:41.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#DWBU426mTTEbr3TF6kE9EM0TfakwZmxu { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/591cd4d4-9523-4c5d-b661-90cb8a0af59d/AulasCam03_Murcia.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:22.4375rem;width:17.0625rem;top:12.1875rem;left:20.25rem;display:block; }#DWBU426mTTEbr3TF6kE9EM0TfakwZmxu.adaptive-delivery-prevent-bg, #DWBU426mTTEbr3TF6kE9EM0TfakwZmxu.lazyload, #DWBU426mTTEbr3TF6kE9EM0TfakwZmxu.lazyloading { background-image: none; }
#iEJQEBbqBmTVKLoVygWVVTSxtC8whNbn { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/429d9c05-bbd5-4307-8999-925eae38d3dd/AgoraCam03.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:22.4375rem;width:17.0625rem;top:12.1875rem;left:37.875rem;display:block; }#iEJQEBbqBmTVKLoVygWVVTSxtC8whNbn.adaptive-delivery-prevent-bg, #iEJQEBbqBmTVKLoVygWVVTSxtC8whNbn.lazyload, #iEJQEBbqBmTVKLoVygWVVTSxtC8whNbn.lazyloading { background-image: none; }
#uQE2suHHeoaASG48R17dMf2pzWLotGS9 { 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; }
#CKnFWTZziEi4L2A4BWn38fDURINp9BiX { position:absolute;display:block;z-index:15014;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:4.875rem;width:17.0625rem;top:29.8125rem;left:55.5625rem;display:block; }
#kSoyXxpOFAUCcoMfHkH4NTsd1FpRX9Ju { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2095e16d-46b1-427e-bf4b-1c8c9318619c/BibliotecaCam01.crop_815x1125_751,0.preview.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:22.4375rem;width:17.0625rem;top:12.1875rem;left:55.5625rem;display:block; }#kSoyXxpOFAUCcoMfHkH4NTsd1FpRX9Ju.adaptive-delivery-prevent-bg, #kSoyXxpOFAUCcoMfHkH4NTsd1FpRX9Ju.lazyload, #kSoyXxpOFAUCcoMfHkH4NTsd1FpRX9Ju.lazyloading { background-image: none; }
#pz2d31lSxbeAe4D6ywMHrpiUSoH92EDr { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5625rem;left:58.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { 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; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container { border-width: 0; border-radius: 0; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:none; }#UHfhrEFzM69TK69ls3JiUQcPKJFgIeTR { 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; }
#CmkqIhh51pVWERhc99R2eeNNEAMtUGcP { 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; }
#Q6mfDmhP3nIN9zVluXWuFfarN6yRz1oW { 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; }
#NcAHmk7lvKvvhfLkSSoWSN961GUMP9Ng { 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; }
#pA8xV1p1TTPaoBHcCgncN9qNFSWh1S3w { 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; }
#yoLRhGtbMM8m5aVSMxg693JXiUtRyveS { 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.94921875rem;display:block; }
#hsxDFq1out8kXaVs2rWfwyWiSbbg3tsN { 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; }
#mcxU60H54yeqIukq1f3JxBzlB56DW6gA { 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; }
#vQulFD6P9klTMVzkAIkDIbTV9nFAxSbD { 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.9375rem;width:36.4375rem;top:0rem;left:32.880859375rem;overflow:hidden;display:block; }
#EfpED4IZlyXELmc89QJAzmB61lqNZzrT { 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; }
#nVpFeWsm0fWZldfObb34R425pfelkPbg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kdBZt8zCS4ap8R0o7MupyvJCfiV3G8Qc { color:#000000;display:block;width:19.2480625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.9375rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HEvpf4K0V0bHQRHRbc6LTg3ZZFxP9IiE { color:#000000;display:block;width:19.249rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:2.9375rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#b5XSTUPOd2aEOx3nkXETEdDuu1EofubL { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#NdoHzKNAGqHyrWzJ0sIHxOJgw2t8mS1r { color:#000000;display:block;width:20.1865rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.1875rem;left:2.9375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BPt7d1iTJeIDTBJCfzqcKT8RMo1BrDb2 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.875rem;left:3rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#NNFTh62bFPcMR0RtTbbbOEThwVSRDu10 { color:#000000;display:block;width:19.249rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.375rem;left:2.9375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#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:43.5rem;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:2.25rem;left:2.9375rem;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:35.625rem;width:44.625rem;top:4.75rem;left:27.6171875rem;overflow:hidden;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:34rem;left:2.9375rem;display:block; }
#DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McH8mxUsnr9cIue9pFiVKB9eWhGwpEEt { color:#000000;display:block;width:19.2480625rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.4375rem;left:2.9375rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hd4dXN0oiNA9x4LahB4aBQITgHqOwPit { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.875rem;left:3rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#CxlIPM2LxdoPX5Jf6Tu6CgMcT1yTLaHn { color:#000000;display:block;width:19.249rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.375rem;left:2.9375rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcFBeehc9cR01Jyzn6g1J9isJDyDZBiT { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#I4sOpBC1rirpTd1uhh5OOq3lvNQK3H2H { color:#000000;display:block;width:20.1865rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.1875rem;left:2.9375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N9JcAFCug022vifJComX5A0rJi4529xh { color:#000000;display:block;width:19.249rem;position:absolute;font-family:verlag;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:2.9375rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;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.2744125rem;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; }
#A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#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.4375rem; }
#Ur0qPDGMpu11En5b3B3uRyLfx1idBOws > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#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.0852890014649rem;left:63.030384063719rem; }
#Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#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.0852890014649rem;left:65.686634063719rem; }
#Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.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.5625rem;width:13.4375rem;top:3.07421875rem;left:17.90625rem;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.6875rem;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:1.9375rem;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.25rem;left:33.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwVJu7KEdnacVTsSC315bz58yyS9C8fe { top:0.25rem;left:0rem;width:10rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siudknzOK5Z9TsL1kznJK6pkU1hCJ2Kh { top:0.4375rem;left:1.75rem;width:10.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GBciLTgrsN1UE8LxVTH37AO3bxv05M { top:1.125rem;left:0rem;width:8.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgwqfOfoHW092HqDHhwgUoHSiS6WM0FJ { top:1.625rem;left:0.625rem;width:3.9375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va { display:none; }
#TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va > img { max-width: 100%;max-height:100%; width:; height:; } }@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) { #WT0KAO5nMrHwaBXTwMNJKt5mtTscVhA0 { top:7.9375rem;left:33.125rem;width:14.625rem;height:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyFXpxvKt1272LdMTvQbBuERDhE6QsIP { top:5.75rem;left:26.4375rem;width:21.3125rem;height:17.1875rem;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) { #HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { top:44.375rem;left:6rem;width:16.6875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { top:8.4375rem;left:0rem;width:22rem;height:1.375rem;font-size:0.8125rem;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 #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TmpNTciit4xXPvqvzI8bEPJzzlLLkCxo {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #eWH7UzF1J2mmWGGwXTFZTiuZsXmGTA0R {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #HAEUXmhIlAzHTmn4MCJsu5QLlwui0GgM {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #bNXdrncZRNLtM9vGBOizNB5QqtXgkpyP {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #yN0SApK7JSMVb44KznUOIRBiwhFdZBtI {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ahSZM7OTLtekCrNEQvV3kmtWetZQZ77w {  }
 }@media only screen and (max-width: 763px) { #AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { display:block; }
 }@media only screen and (max-width: 763px) { #l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { 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) { #rBGpxRr7TVsrlm4oVnA9GPrEPVXntxIC { display:block; }
 }@media only screen and (max-width: 763px) { #upCgEdWIC3rF7Iio6h7xGKvqi9VlE9mR { display:block; }
 }@media only screen and (max-width: 763px) { #x1URviuisq8TyPN7z3w8epz6CR5295kI { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #uBOfnFSzU6wBR6CWJKp1QTe2RfcQNyPa {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #J1NdOQr99XyCO5u9PUioRI1Cf3gFErVx {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #IqsiBVLHk7uSUtbCJfkl1vM1AgcT96Bg {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #wWhKbHui15eOTWwPlmL65G2WZ6ZOxob8 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #WT1O95Z0oKz5mWBtDqctzUBzwG09tgr3 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #N8dugdu103x0TKmTNSN966Bqf9daI50f {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ziILSC6UyoRQocCPpqCDFtk2G9qXXPLX {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #rFzCgScEHBzmB52At9gSiVyDynRZIV8b {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #rL5TF6eL9IPHibqkG4OWQsXTd7F1awvf {  }
 }@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) { #TrLbBcK6hL6A6HtZBMFM3S2CI3NUzbIT { top:56.1875rem;left:10.875rem;width:10.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1uavuafoA7o3WQGhJQk5IhivL5NxGw { top:40.375rem;left:13rem;width:2rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9qB0lv53muz69DLBWzTM9W7x9AcES8G { top:12.1875rem;left:0rem;width:26.25rem;height:12.75rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKP2Q9TFKtlFqA0UZUrKv1sLhpOaq0xp { top:10.9375rem;left:0rem;width:30.1875rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9XV10VLlSoGrDd3L1dgMLHSWr4olxKe { top:61.125rem;left:19.125rem;width:28.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTwwOoXnSL3F3Ty0L4nHwR4UZMFdUlgC { top:63.625rem;left:40.6875rem;width:7.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db5KRLexr49kavolirtizXA3QT3Th8Jy { top:61.8125rem;left:41.375rem;width:6.375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9MCEyTG7oheSSPsBOOM6iJESsCF16FM { width:17.5rem;height:3.4375rem;top:61.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuOOn24BLa3PJniDBXecVLMkorLf2IJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #uA3M7WFa6tioWmlXoAbUvOTQyqeQ2gTC { top:61.8125rem;left:42.5rem;width:5.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlsKmxXJdxG3lQKmT0mnrI3VtFz8OJkd { top:63.625rem;left:42.1875rem;width:5.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJP3PBNBvOKnsBJw0udmFuSQi7lPt2Dw { top:61.8125rem;left:36.25rem;width:5.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxZLm3FIJaaqnyhTP9zxDifIMc8Zf3o { top:63.625rem;left:36.25rem;width:6.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpSCpvxm29lk5TwhIg9hWBD0exUxm0Kd { top:32.3125rem;left:0rem;width:47.5625rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTnOqktEQcDTxtwRvLg0lUcO4KJrJ6iy { top:37.0625rem;left:23.125rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQmLlPvwP1tB8DzTpQLJa2nB4Zqdortx { top:37.0625rem;left:7.75rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQGB2VogwPeStQ4kQp6rbCumJtDpTeR { top:37.0625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV8xsotmyVKMiLqCFv8VcFH6UBHbgu12 { top:36.375rem;left:0rem;width:13.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng7hxOhQbfM8uT49eZ5ezXbW7VvKAX7T { top:36.375rem;left:7.375rem;width:13.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0PovTPeaogkzo62sPokw8lnEq8SC8m1 { top:36.375rem;left:22.8125rem;width:13.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9519roPcGVD3V5GAaweO14g6QTFL5Qi { top:51.1875rem;left:6.5625rem;width:15.5625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ522A8qhZuHNBc78ZtdJhaNC6kULBiK { top:23.625rem;left:0rem;width:25.8125rem;height:2.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm5p9fzLdSiBNAncdD71wf3bos2eW9KX { top:33.4375rem;left:2.125rem;width:24.4375rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waSOIRWZ9DlIK2Fqpy6ywvOCV4LGU0WN { top:47.875rem;left:13rem;width:2rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr1NckomIHACqU7aGXqTQ6SRwoKh6KsJ { top:56.25rem;left:8.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8HK7O8VQd9My7EhFG6a2toeSdX11MLg { top:34rem;left:22.8125rem;width:13.125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4OLO3G42h3vZJedevCbhKTaSiJLME49 { top:34rem;left:22.8125rem;width:13.125rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAobodqyFTvNkTAMtZvg1aWg87Gahq12 { top:45.5rem;left:13rem;width:2rem;height:3rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3miebzAbpNJeC3GA0bicfXlyu4x92eU { top:26rem;left:0rem;width:27.9375rem;height:5.4375rem;font-size:2.875rem;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:9.875rem;left:0rem;width:47.75rem;height:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Oa0aznPidrBBpauHBZAcdQIGCWUi8k { top:23.4375rem;left:0rem;width:13.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6KPmLDXqJJLrTrNbvauOs1bZf9ucuTv { top:21.9375rem;left:8.625rem;width:9.1875rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTPIRawN20EIInwh2xPrPHfiAbMhJTp { top:26.4375rem;left:22.75rem;width:12.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rodW0GZ4IAyw9JAAb9rPH8rel6iKrPCz { top:23.875rem;left:22.75rem;width:11.9375rem;height:2.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JphE4wfo4BsTqtUNJmbLbNvixEVPeot2 { top:26.1875rem;left:34.625rem;width:13.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLLdqLzEpXw3e6pHTydHDvTdKs36T32J { top:23.875rem;left:36.1875rem;width:11.5625rem;height:2.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq { display:block; }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEyPuDLzaCmyGpzUCMXO58tZQczsZqde { top:3.9375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { display:none; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyQe5OXimiLdqaqOb8AnrpbL4xWWUKrX { top:3.375rem;left:0rem;width:30.5rem;height:4.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8UFz7LiwXTMH1th3NZmn3PeHBTirpA8 { top:19.625rem;left:37.1875rem;width:10.5625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKCbiLKhcsw5caTtQczL7wHlI0CgiGbS { top:9.875rem;left:0rem;width:47.75rem;height:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZIH3EVLVuNPwkPcRTl2HWuWB5yeiumP { top:23.4375rem;left:0rem;width:13.4375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAKG7EW4ZIGpXdcuy9vurEb1LBVgRR7D { top:21.9375rem;left:8.625rem;width:9.1875rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgUGTdMqMD1C0bCKQPGXv2K8yBbICKq7 { top:26.4375rem;left:22.75rem;width:12.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc4UHhRCc2XEtVHGaHo2bLLFsNdG2yHJ { top:23.875rem;left:22.75rem;width:11.9375rem;height:2.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi9AzLmiuuZdMrJa7Jsk7Ja9TXEDiAhI { top:26.1875rem;left:34.625rem;width:13.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHig32IWP7oFZtsLfRGNAEkdz4uT5XdW { top:23.875rem;left:36.1875rem;width:11.5625rem;height:2.0625rem;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.875rem;left:33.625rem;width:14.0625rem;height:4.4800689466348rem;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.5625rem;left:12.9375rem;width:19.1875rem;height:3.9867643537369rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQ8FR3kUwm9JynKAFK6vqbK4KvhvCiQ { top:4.0625rem;left:0rem;width:12.0625rem;height:8.0207948869287rem;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:2.3125rem;left:19.3125rem;width:28.4375rem;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:7.3125rem;left:0rem;width:19.8125rem;height:9.625rem;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) { #dq2MSop2q9NkazvlMsSvFF7LMDd4pnpe { top:20.125rem;left:0rem;width:18.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl { display:block; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8wKzbQRRypPzuJTb1hLugW0fbAW5S1F { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG5MX2vnaO3zvGyKstVv8VM38tkAPOVA { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTAFN7RvppnrBTotyTg8wPH8I4LpNCQy { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yICLkpczLr7BqOAxtwxkxJcsIJS0QQWz { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCoWLlkei5O6Fc1crhuscxiHXsvEPyJp { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr5XhpcTF6rATXpIDFoBL1M3GZxUtguu { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUfyFQnNXIDRmMGWqZafFdQguT37CNSV { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi9yZfeVOABrZ9KFLNKkuDsF2BlIxyCR { top:0rem;left:0rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GhRWfwaTNe9IAoEHMVLaqmKrXZWvwO { top:11.375rem;left:0rem;width:18.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7L6xRXGJutf2o7Zxyr99ogDNdVh2cw { top:2.5rem;left:19.3125rem;width:28.4375rem;height:21.625rem;font-size:1.0625rem;display:block; }#Ns7L6xRXGJutf2o7Zxyr99ogDNdVh2cw li:before{  }
 }@media only screen and (max-width: 763px) { #cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 { display:block; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0Js9sxtNUaCXOxe3kKQlvxlTz8eQMFw { top:1.25rem;left:0rem;width:22.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wutLaNUayXKO8ZvBrJ4eXPCm8UZLZ1lW { top:10.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQCKMPMauL6xnLXOtVm2qk7TwJT1soOp { top:13.1875rem;left:1.375rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1oTtdQMMXgEwQvBacaxXmEhpxzmtDGw { top:15.6875rem;left:1.3125rem;width:21.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V39Be9rn6Jm334RIFB44Fze9TWo9mah6 { top:10.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIrIdOwSxm8ocQVq3dedEtTxpQtqrfQp { top:15.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #td58keD1ohIlbW6GgowKpwd1teVQhJhS { top:12.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2gqkZzSbS1sVlzC8ZDLHzyPP2zfoI29 { top:0rem;left:0rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npg2PfhSg1TBvn9A0g69Hc23X3vmPchd { top:11.375rem;left:0rem;width:18.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #El9gCOdroerhUiyJggbazr10JNTXqx4T { top:2.5rem;left:19.3125rem;width:28.4375rem;height:21.625rem;font-size:0.8125rem;display:block; }#El9gCOdroerhUiyJggbazr10JNTXqx4T li:before{  }
 }@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) { #gdPuVBl1FXqDG7J4t4H1QAIZRXypSDV5 { top:11.8125rem;left:1.59375rem;width:44.5625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCA1f2u3H323qIocTRJiriKx33slcJdO { display:none; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bA6XATB7GEzrg0SBP7xXllAuJF3Go2vf { top:2.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZMToTEbmpoITWpxlwn8UBqHWl4u5Lx { top:6.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7eOlNa6fGxwooRqIbVkNlF2UapIWDOT { top:12.1875rem;left:0rem;width:17rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDRxJyJQaNNL0yU0fa5H8taVoLJ3udWr { top:29.75rem;left:0rem;width:17rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOC82RzmhsoTyTakGH1yRPKnW3ZGGHP8 { top:29.8125rem;left:6.625rem;width:17rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDb0MtEQ7CgOxJEO5xltoz8ffqI63PSP { top:29.8125rem;left:24.3125rem;width:17rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WBll3Wt79s6dFaJ66atyEvBTWRTmRC { top:31.5625rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVaSM3cghKT3iHn7awGukyg2TQSAGCDU { top:31.5625rem;left:11.625rem;width:7rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3fpHR06aCAkkl6M191d8Rleqbg1JE1 { top:31.5625rem;left:27.625rem;width:10.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWBU426mTTEbr3TF6kE9EM0TfakwZmxu { top:12.1875rem;left:6.625rem;width:17rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJQEBbqBmTVKLoVygWVVTSxtC8whNbn { top:12.1875rem;left:24.25rem;width:17rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQE2suHHeoaASG48R17dMf2pzWLotGS9 { top:20.25rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKnFWTZziEi4L2A4BWn38fDURINp9BiX { top:29.8125rem;left:30.75rem;width:17rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSoyXxpOFAUCcoMfHkH4NTsd1FpRX9Ju { top:12.1875rem;left:30.75rem;width:17rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz2d31lSxbeAe4D6ywMHrpiUSoH92EDr { top:31.5625rem;left:37.4375rem;width:10.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { display:none; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHfhrEFzM69TK69ls3JiUQcPKJFgIeTR { top:6.8125rem;left:37.75rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmkqIhh51pVWERhc99R2eeNNEAMtUGcP { top:8.0625rem;left:28.875rem;width:4.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mfDmhP3nIN9zVluXWuFfarN6yRz1oW { 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) { #NcAHmk7lvKvvhfLkSSoWSN961GUMP9Ng { 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) { #pA8xV1p1TTPaoBHcCgncN9qNFSWh1S3w { 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) { #yoLRhGtbMM8m5aVSMxg693JXiUtRyveS { top:3.3125rem;left:0rem;width:19.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsxDFq1out8kXaVs2rWfwyWiSbbg3tsN { top:7.8125rem;left:28.6875rem;width:5.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcxU60H54yeqIukq1f3JxBzlB56DW6gA { top:6.75rem;left:37.8125rem;width:9.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQulFD6P9klTMVzkAIkDIbTV9nFAxSbD { top:0rem;left:5.5625rem;width:36.4375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpED4IZlyXELmc89QJAzmB61lqNZzrT { width:15.625rem;height:3.4375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpFeWsm0fWZldfObb34R425pfelkPbg { display:block; }
 }@media only screen and (max-width: 763px) { #kdBZt8zCS4ap8R0o7MupyvJCfiV3G8Qc { top:6.4375rem;left:0rem;width:19.1875rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEvpf4K0V0bHQRHRbc6LTg3ZZFxP9IiE { top:12.875rem;left:0rem;width:19.1875rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5XSTUPOd2aEOx3nkXETEdDuu1EofubL { top:18.875rem;left:0rem;width:19.8125rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdoHzKNAGqHyrWzJ0sIHxOJgw2t8mS1r { top:20.1875rem;left:0rem;width:20.125rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPt7d1iTJeIDTBJCfzqcKT8RMo1BrDb2 { top:25.875rem;left:0rem;width:19.8125rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNFTh62bFPcMR0RtTbbbOEThwVSRDu10 { top:27.375rem;left:0rem;width:19.1875rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@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:2.25rem;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:4.75rem;left:2.8125rem;width:44.625rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNAb42rx4VzyJQMvcx2zPKNm3XXWRLWm { width:15.625rem;height:3.4375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block; }
 }@media only screen and (max-width: 763px) { #McH8mxUsnr9cIue9pFiVKB9eWhGwpEEt { top:6.4375rem;left:0rem;width:19.1875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd4dXN0oiNA9x4LahB4aBQITgHqOwPit { top:25.875rem;left:0rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxlIPM2LxdoPX5Jf6Tu6CgMcT1yTLaHn { top:27.375rem;left:0rem;width:19.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFBeehc9cR01Jyzn6g1J9isJDyDZBiT { top:18.875rem;left:0rem;width:19.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4sOpBC1rirpTd1uhh5OOq3lvNQK3H2H { top:20.1875rem;left:0rem;width:20.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9JcAFCug022vifJComX5A0rJi4529xh { top:12.875rem;left:0rem;width:19.1875rem;height:3.875rem;font-size:0.875rem;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; }
#A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ur0qPDGMpu11En5b3B3uRyLfx1idBOws { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Ur0qPDGMpu11En5b3B3uRyLfx1idBOws > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 { top:4.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pLms6hgoEG2t5kRMN0AnRLBux6iMdl9B { top:3.0625rem;left:4.28125rem;width:13.4375rem;height:2.5625rem;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:relative;z-index:auto;background-color:#9618d9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbD5nZEEpcJDzOHve2JHAh3DitDvT5XG { width:8.375rem;height:2.375rem;top:1.6875rem;left:5.8125rem;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.5rem;left:16.03125rem;width:1.75rem;height:1.75rem;z-index:15013;display:none; }
#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:5.125rem;height:2.6875rem;top:0.71875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #siudknzOK5Z9TsL1kznJK6pkU1hCJ2Kh { width:2.8125rem;height:1.5rem;top:4.7178847685814rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6GBciLTgrsN1UE8LxVTH37AO3bxv05M { width:8.4375rem;height:3.5625rem;top:0.97265625rem;left:1.130859375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TgwqfOfoHW092HqDHhwgUoHSiS6WM0FJ { width:8rem;height:4.25rem;top:1.0654296875rem;left:10.435546875rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va { display:flex;top:4.53515625rem;left:9.125rem;width:1.74805rem;height:1.74805rem;z-index:15016; }
#TbruwhWQpJTMCCqaLy4340hwmFqqJ7Va > img { max-width: 100%;max-height:100%; width:1.74805rem; height:1.74805rem; } }@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:109.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ce64e71-28bf-4f94-8c3e-478f9eb5a5cf/creativesoftwaredevelopmentteaminoffice20231127044748utcdistancia2.jpg");background-position:center right !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) { #WT0KAO5nMrHwaBXTwMNJKt5mtTscVhA0 { width:13.6875rem;height:1.71875rem;top:57.0625rem;left:3.1875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EyFXpxvKt1272LdMTvQbBuERDhE6QsIP { width:20rem;height:10.0625rem;top:56.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) { #HgEFdB5r3T1CgQmTaLJEG8WOd0DEPWxV { width:15.0625rem;height:2.7rem;top:40.8125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #swJvOFMEyzHPsWIxLCCV7zVMfwe5KtNq { width:6.3125rem;height:0.975rem;top:1.625rem;left:6.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@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:60.125rem;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:60.125rem;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 #fZhaAxHn0p8ghTGKsTNoyfKsLEPibFCz {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #nJu27sMeFwJHJsnp9OnpEqOI9fFEUAtq { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #htaHmBBgLgkZX4ha0L94MT40UFwnLfuA {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #TmpNTciit4xXPvqvzI8bEPJzzlLLkCxo {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #eWH7UzF1J2mmWGGwXTFZTiuZsXmGTA0R {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #HAEUXmhIlAzHTmn4MCJsu5QLlwui0GgM {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #bNXdrncZRNLtM9vGBOizNB5QqtXgkpyP {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #yN0SApK7JSMVb44KznUOIRBiwhFdZBtI {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ahSZM7OTLtekCrNEQvV3kmtWetZQZ77w {  }
 }@media only screen and (max-width: 763px) { #AutSlI5NXAJok3ufvQuJWKo8T45RXqVC { display:block; }
 }@media only screen and (max-width: 763px) { #l5kMVmUMOpGJxt3fNGgvhLa8kmm6f8P4 { 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) { #rBGpxRr7TVsrlm4oVnA9GPrEPVXntxIC { display:block; }
 }@media only screen and (max-width: 763px) { #upCgEdWIC3rF7Iio6h7xGKvqi9VlE9mR { display:block; }
 }@media only screen and (max-width: 763px) { #x1URviuisq8TyPN7z3w8epz6CR5295kI { display:block; }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #uBOfnFSzU6wBR6CWJKp1QTe2RfcQNyPa {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #J1NdOQr99XyCO5u9PUioRI1Cf3gFErVx {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #IqsiBVLHk7uSUtbCJfkl1vM1AgcT96Bg {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #wWhKbHui15eOTWwPlmL65G2WZ6ZOxob8 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #WT1O95Z0oKz5mWBtDqctzUBzwG09tgr3 {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #N8dugdu103x0TKmTNSN966Bqf9daI50f {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #ziILSC6UyoRQocCPpqCDFtk2G9qXXPLX {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #rFzCgScEHBzmB52At9gSiVyDynRZIV8b {  }
 }@media only screen and (max-width: 763px) { #Fxx3qunbX8xOVHJnIqehgMPGrFmM6nCA #rL5TF6eL9IPHibqkG4OWQsXTd7F1awvf {  }
 }@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) { #TrLbBcK6hL6A6HtZBMFM3S2CI3NUzbIT { width:6.9375rem;height:1.3rem;top:51rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1uavuafoA7o3WQGhJQk5IhivL5NxGw { width:2rem;height:2.4rem;top:101.875rem;left:10.375rem;font-size:2rem;text-align:left;text-align-last:left;color:#9618d9;display:block; }
 }@media only screen and (max-width: 763px) { #g9qB0lv53muz69DLBWzTM9W7x9AcES8G { width:17.5625rem;height:8.025rem;top:4.5625rem;left:1.25rem;font-size:6.6875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OKP2Q9TFKtlFqA0UZUrKv1sLhpOaq0xp { width:17.5rem;height:1.65rem;top:3.875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s9XV10VLlSoGrDd3L1dgMLHSWr4olxKe { width:20rem;height:4.75rem;top:104.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTwwOoXnSL3F3Ty0L4nHwR4UZMFdUlgC { width:5.4375rem;height:1.2rem;top:106.4375rem;left:13rem;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:105.625rem;left:13.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x9MCEyTG7oheSSPsBOOM6iJESsCF16FM { width:11.125rem;height:2.4375rem;top:16.3125rem;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) { #uA3M7WFa6tioWmlXoAbUvOTQyqeQ2gTC { width:3.25rem;height:0.825rem;top:105.625rem;left:8.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JlsKmxXJdxG3lQKmT0mnrI3VtFz8OJkd { width:3.5rem;height:1.2rem;top:106.4375rem;left:8.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DJP3PBNBvOKnsBJw0udmFuSQi7lPt2Dw { width:3.9375rem;height:0.825rem;top:105.625rem;left:2.125rem;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.2rem;top:106.4375rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TpSCpvxm29lk5TwhIg9hWBD0exUxm0Kd { width:17.25rem;height:34.625rem;top:18.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTnOqktEQcDTxtwRvLg0lUcO4KJrJ6iy { width:12.5rem;height:2.4375rem;top:29rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQmLlPvwP1tB8DzTpQLJa2nB4Zqdortx { width:12.5rem;height:2.4375rem;top:34.0625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQGB2VogwPeStQ4kQp6rbCumJtDpTeR { width:12.5rem;height:2.4375rem;top:23.8125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV8xsotmyVKMiLqCFv8VcFH6UBHbgu12 { width:13.125rem;height:3.9375rem;top:114.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ng7hxOhQbfM8uT49eZ5ezXbW7VvKAX7T { width:13.125rem;height:3.9375rem;top:114.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0PovTPeaogkzo62sPokw8lnEq8SC8m1 { width:12.375rem;height:3.625rem;top:28.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9519roPcGVD3V5GAaweO14g6QTFL5Qi { width:15.5625rem;height:2.7rem;top:46.375rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OZ522A8qhZuHNBc78ZtdJhaNC6kULBiK { width:10.375rem;height:1.275rem;top:12.1875rem;left:4.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dm5p9fzLdSiBNAncdD71wf3bos2eW9KX { width:14.875rem;height:0.975rem;top:20.1875rem;left:2.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #waSOIRWZ9DlIK2Fqpy6ywvOCV4LGU0WN { width:1.375rem;height:2.4rem;top:37.6875rem;left:9.3125rem;font-size:2rem;text-align:left;text-align-last:left;color:#9618d9;display:block; }
 }@media only screen and (max-width: 763px) { #Lr1NckomIHACqU7aGXqTQ6SRwoKh6KsJ { display:flex;width:1.8125rem;height:1.8125rem;top:50.75rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #p8HK7O8VQd9My7EhFG6a2toeSdX11MLg { width:12.375rem;height:3.625rem;top:23.25rem;left:3.8125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #m4OLO3G42h3vZJedevCbhKTaSiJLME49 { width:12.375rem;height:3.625rem;top:33.4375rem;left:3.8125rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #yAobodqyFTvNkTAMtZvg1aWg87Gahq12 { width:1.375rem;height:2.4rem;top:43.5rem;left:9.3125rem;font-size:2rem;text-align:left;text-align-last:left;color:#9618d9;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #S3miebzAbpNJeC3GA0bicfXlyu4x92eU { width:12.375rem;height:3.45rem;top:14.0625rem;left:1.4375rem;font-size:2.875rem;text-align:left;text-align-last:left;color:#ffffff;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:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wn9tiR50cQea3Gs7eWTQqWr0T94qdKO4 { width:15.8745625rem;height:2.0247375rem;top:1.25rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;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.311875rem;height:22.17125rem;top:4.52365625rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3Oa0aznPidrBBpauHBZAcdQIGCWUi8k { width:13.4375rem;height:2.03125rem;top:27.94490625rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6KPmLDXqJJLrTrNbvauOs1bZf9ucuTv { width:10.999375rem;height:2.03125rem;top:31.22615625rem;left:4.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaTPIRawN20EIInwh2xPrPHfiAbMhJTp { width:12.3123125rem;height:1.78819375rem;top:37.16365625rem;left:3.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rodW0GZ4IAyw9JAAb9rPH8rel6iKrPCz { width:11.9998125rem;height:1.40625rem;top:34.50740625rem;left:4rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JphE4wfo4BsTqtUNJmbLbNvixEVPeot2 { width:13.125rem;height:0.8941rem;top:40.20076875rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PLLdqLzEpXw3e6pHTydHDvTdKs36T32J { width:11.625rem;height:0;top:46.5rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq { display:block; }#vkBtZ2khnP2NUcAh8I9OUhURWW7Q0Bvq > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEyPuDLzaCmyGpzUCMXO58tZQczsZqde { height:11.25rem;width:20rem;top:2.8125061988831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { display:block; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { background-color: transparent; background-image: none; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row .container > .video-iframe-container { display: none; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row > .video-iframe-container { display: none; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .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); }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd { border-width: 0; border-radius: 0; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .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; }#TZ0txW2KewuCubdoGIwwQMXcPiKcJAPd > .row .container { width:20rem;height:45rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyQe5OXimiLdqaqOb8AnrpbL4xWWUKrX { width:15.8745625rem;height:2.025rem;top:1.25rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8UFz7LiwXTMH1th3NZmn3PeHBTirpA8 { width:10.5625rem;height:8.4375rem;top:75.380859375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKCbiLKhcsw5caTtQczL7wHlI0CgiGbS { width:16.311875rem;height:22.18125rem;top:4.52365625rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZIH3EVLVuNPwkPcRTl2HWuWB5yeiumP { width:13.4375rem;height:2.03125rem;top:28.06990625rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAKG7EW4ZIGpXdcuy9vurEb1LBVgRR7D { width:10.999375rem;height:2.03125rem;top:31.538195610046rem;left:4.4997830986977rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgUGTdMqMD1C0bCKQPGXv2K8yBbICKq7 { width:12.3123125rem;height:1.7875rem;top:36.975262641907rem;left:3.8118491768837rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gc4UHhRCc2XEtVHGaHo2bLLFsNdG2yHJ { width:11.9998125rem;height:1.40625rem;top:35.382380485534rem;left:3.9995661377907rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mi9AzLmiuuZdMrJa7Jsk7Ja9TXEDiAhI { width:13.125rem;height:0.8941rem;top:41.949654579162rem;left:3.4375000596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHig32IWP7oFZtsLfRGNAEkdz4uT5XdW { width:11.624375rem;height:1.40625rem;top:40.384984016419rem;left:4.1872830986977rem;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:none; }#Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.adaptive-delivery-prevent-bg, #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.lazyload, #Fpwvk41RiIT9Wk0Tpd8wN6TgNJvGWWCA.lazyloading { background-image: none; }#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:none; } }@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.957rem;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.01236875rem;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 { border-width: 0; border-radius: 0; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .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; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .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; }#uHiU8zk63oCF6goOG6AlUlt6Woa2oUCH > .row .container { width:20rem;height:43.1875rem;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;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.249rem;height:25.25rem;top:16.6533203125rem;left:1.375rem;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.4625rem;top:0.9765625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNhzT85wXbPP0DpM9TnpJoeb4Af8TRCq { width:15.9375rem;height:7.9625rem;top:2.875rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkNTGNdyr7dllM7NZ800GxRM1nSRvfwX { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq2MSop2q9NkazvlMsSvFF7LMDd4pnpe { width:14.6875rem;height:2.925rem;top:12.5283203125rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl { display:block; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl { background-color: transparent; background-image: none; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container > .video-iframe-container { display: none; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row > .video-iframe-container { display: none; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl { border-width: 0; border-radius: 0; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .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; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .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; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container { width:20rem;height:23.8125rem;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;position:relative;display:block; }#AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container.adaptive-delivery-prevent-bg, #AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container.lazyload, #AldZcn1OzJGDDvcqqMUJTTLg9TLXJiFl > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #m8wKzbQRRypPzuJTb1hLugW0fbAW5S1F { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oG5MX2vnaO3zvGyKstVv8VM38tkAPOVA { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTAFN7RvppnrBTotyTg8wPH8I4LpNCQy { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yICLkpczLr7BqOAxtwxkxJcsIJS0QQWz { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCoWLlkei5O6Fc1crhuscxiHXsvEPyJp { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rr5XhpcTF6rATXpIDFoBL1M3GZxUtguu { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUfyFQnNXIDRmMGWqZafFdQguT37CNSV { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vi9yZfeVOABrZ9KFLNKkuDsF2BlIxyCR { width:20rem;height:23.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GhRWfwaTNe9IAoEHMVLaqmKrXZWvwO { width:16.75rem;height:1.4625rem;top:1.0625rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7L6xRXGJutf2o7Zxyr99ogDNdVh2cw { width:17.5rem;height:18.25rem;top:4.0234375rem;left:1.25rem;font-size:0.875rem;display:block; }#Ns7L6xRXGJutf2o7Zxyr99ogDNdVh2cw li:before{  }
 }@media only screen and (max-width: 763px) { #cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 { display:block; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 { background-color: transparent; background-image: none; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container > .video-iframe-container { display: none; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row > .video-iframe-container { display: none; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 { border-width: 0; border-radius: 0; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .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; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .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; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container { width:20rem;height:23.5625rem;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;position:relative;display:block; }#cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container.adaptive-delivery-prevent-bg, #cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container.lazyload, #cZMzSn3f1VDyTBveUF0E8t8JUCaz9p26 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #y0Js9sxtNUaCXOxe3kKQlvxlTz8eQMFw { width:20rem;height:2.98730625rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wutLaNUayXKO8ZvBrJ4eXPCm8UZLZ1lW { width:20rem;height:1.29980625rem;top:27.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQCKMPMauL6xnLXOtVm2qk7TwJT1soOp { width:20rem;height:1.29980625rem;top:30.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1oTtdQMMXgEwQvBacaxXmEhpxzmtDGw { width:20rem;height:1.29980625rem;top:32.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V39Be9rn6Jm334RIFB44Fze9TWo9mah6 { display:flex;width:1.5625rem;height:1.5625rem;top:27.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIrIdOwSxm8ocQVq3dedEtTxpQtqrfQp { display:flex;width:1.5625rem;height:1.5625rem;top:32.625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #td58keD1ohIlbW6GgowKpwd1teVQhJhS { display:flex;width:1.5625rem;height:1.5625rem;top:30.125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2gqkZzSbS1sVlzC8ZDLHzyPP2zfoI29 { width:20rem;height:12.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #npg2PfhSg1TBvn9A0g69Hc23X3vmPchd { width:14.4375rem;height:2.925rem;top:1.3125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #El9gCOdroerhUiyJggbazr10JNTXqx4T { width:18.6875rem;height:17.125rem;top:5.296875rem;left:0.9375rem;font-size:0.8125rem;display:block; }#El9gCOdroerhUiyJggbazr10JNTXqx4T li:before{  }
 }@media only screen and (max-width: 763px) { #PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf { display:none; }#PKE6TWkWTI3sDuSVzDzc6e4MqHeaJXtf > .row .container { width:20rem;height:131.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uixudbtnbpwrMa4QnfsqV8p0eFuMP1un { width:11.5625rem;height:1.29980625rem;top:19.125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUcu89P8dHLoIh3MQN0NCaPz5tNH2SXx { width:11.5625rem;height:1.13671875rem;top:20.4375rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1q52eCtHZypJ3z0yHTxaXNFQQDyluSd { width:13.4375rem;height:11.3671875rem;top:22.9091796875rem;left:3.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogKnSTcyeJFF1cZqN2FThdSakqd2TSnD { width:10rem;height:15rem;top:59.2822375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFH8RI9Ls7BUeRB63QmlJ1g6cV4aIFyn { width:12.5rem;height:1.29980625rem;top:29.3725625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1rsWV4r9tftGtUUTAfyuWQ73aJMcPKo { width:5.5rem;height:1.13720625rem;top:31.92236875rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBKHTIGbb5ftbnT3cuIwrlS4Tow7AgRF { width:10.5625rem;height:5.6860375rem;top:51.0962rem;left:4.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr8HuTcCMK250aVOoLVlEcLkhzmCMHZH { width:2.5rem;height:2.5996125rem;top:77.75685rem;left:8.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqfDxAupKGsPdfQzHhD79F1e7q42ymtu { width: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:21.5rem;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:4.55rem;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) { #gdPuVBl1FXqDG7J4t4H1QAIZRXypSDV5 { height:11.191375rem;width:20rem;top:9.146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCA1f2u3H323qIocTRJiriKx33slcJdO { display:none; }#QCA1f2u3H323qIocTRJiriKx33slcJdO { border-width: 0; border-radius: 0; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .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; }#QCA1f2u3H323qIocTRJiriKx33slcJdO > .row .container { width:20rem;height:65rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bA6XATB7GEzrg0SBP7xXllAuJF3Go2vf { 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) { #xTZMToTEbmpoITWpxlwn8UBqHWl4u5Lx { width:17.4375rem;height:4.546875rem;top:3.9619125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7eOlNa6fGxwooRqIbVkNlF2UapIWDOT { width:16.9998125rem;height:9.3120625rem;top:11.34375rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDRxJyJQaNNL0yU0fa5H8taVoLJ3udWr { width:17rem;height:3.4375rem;top:19.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOC82RzmhsoTyTakGH1yRPKnW3ZGGHP8 { width:17rem;height:3.4375rem;top:32.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDb0MtEQ7CgOxJEO5xltoz8ffqI63PSP { width:16.9998125rem;height:3.4375rem;top:44.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WBll3Wt79s6dFaJ66atyEvBTWRTmRC { width:10.875rem;height:2.2734375rem;top:19.70703125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVaSM3cghKT3iHn7awGukyg2TQSAGCDU { width:7.0625rem;height:1.1375rem;top:33.25rem;left:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU3fpHR06aCAkkl6M191d8Rleqbg1JE1 { width:8.6875rem;height:1.1375rem;top:45.75rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWBU426mTTEbr3TF6kE9EM0TfakwZmxu { width:16.9998125rem;height:9.311rem;top:24.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJQEBbqBmTVKLoVygWVVTSxtC8whNbn { width:16.9998125rem;height:9.3120625rem;top:37.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQE2suHHeoaASG48R17dMf2pzWLotGS9 { 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) { #CKnFWTZziEi4L2A4BWn38fDURINp9BiX { width:17rem;height:4.8125rem;top:57.561859130859rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSoyXxpOFAUCcoMfHkH4NTsd1FpRX9Ju { width:17rem;height:9.9375rem;top:50.187286376953rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz2d31lSxbeAe4D6ywMHrpiUSoH92EDr { width:10.3125rem;height:1.1375rem;top:59.624786376953rem;left:4.8122830986977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { display:block; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { background-color: transparent; background-image: none; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container > .video-iframe-container { display: none; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row > .video-iframe-container { display: none; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .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); }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV { border-width: 0; border-radius: 0; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .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; }#TANWt9bHDgqeyp3oTWNKCZUriNeLsrGV > .row .container { width:20rem;height:48.6875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHfhrEFzM69TK69ls3JiUQcPKJFgIeTR { width:10rem;height:15rem;top:20.10676875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmkqIhh51pVWERhc99R2eeNNEAMtUGcP { width:12.5rem;height:1.29980625rem;top:21.35676875rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q6mfDmhP3nIN9zVluXWuFfarN6yRz1oW { width:5.5rem;height:1.13720625rem;top:22.98176875rem;left:10.994136810302rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcAHmk7lvKvvhfLkSSoWSN961GUMP9Ng { width:10.5625rem;height:5.6860375rem;top:27.60676875rem;left:9.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pA8xV1p1TTPaoBHcCgncN9qNFSWh1S3w { width:2.5rem;height:2.5996125rem;top:32.16926875rem;left:10.369136810302rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoLRhGtbMM8m5aVSMxg693JXiUtRyveS { width:15.3125rem;height:1.462675rem;top:1.25rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsxDFq1out8kXaVs2rWfwyWiSbbg3tsN { width:5.125rem;height:1.5625rem;top:21.16292109375rem;left:10.931636810302rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcxU60H54yeqIukq1f3JxBzlB56DW6gA { width:9.9375rem;height:15.125rem;top:20.04426875rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQulFD6P9klTMVzkAIkDIbTV9nFAxSbD { width:16.999rem;height:13.499rem;top:2.7109375rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfpED4IZlyXELmc89QJAzmB61lqNZzrT { width:15.985375rem;height:3.42285rem;top:43.4296875rem;left:2.0068359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVpFeWsm0fWZldfObb34R425pfelkPbg { display:block; }
 }@media only screen and (max-width: 763px) { #kdBZt8zCS4ap8R0o7MupyvJCfiV3G8Qc { width:19.1875rem;height:3.4125rem;top:19.75rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HEvpf4K0V0bHQRHRbc6LTg3ZZFxP9IiE { width:19.1875rem;height:3.4125rem;top:24.9375rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #b5XSTUPOd2aEOx3nkXETEdDuu1EofubL { width:19.8125rem;height:1.1375rem;top:30.25rem;left:0.1875rem;font-size:0.875rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdoHzKNAGqHyrWzJ0sIHxOJgw2t8mS1r { width:18.1875rem;height:3.4125rem;top:31.44921875rem;left:0.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BPt7d1iTJeIDTBJCfzqcKT8RMo1BrDb2 { width:19.8125rem;height:1.1375rem;top:36.4375rem;left:0rem;font-size:0.875rem;z-index:15022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNFTh62bFPcMR0RtTbbbOEThwVSRDu10 { width:19.1875rem;height:2.275rem;top:37.8125rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ { display:none; }#xt7RADORcRrSFlTcnKaLiITF7I2p7NXZ > .row .container { width:20rem;height:54.5625rem;position:relative;display:none; } }@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:17.2490234375rem;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:16.8125rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNAb42rx4VzyJQMvcx2zPKNm3XXWRLWm { width:16rem;height:3.4375rem;top:25.59375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxlJmNfb2dMCPWpfAUvxXDqq21n4ntKW { display:block; }
 }@media only screen and (max-width: 763px) { #McH8mxUsnr9cIue9pFiVKB9eWhGwpEEt { width:19.1875rem;height:3.41015625rem;top:30.281005859375rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hd4dXN0oiNA9x4LahB4aBQITgHqOwPit { width:19.8125rem;height:1.29980625rem;top:48.156005859375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxlIPM2LxdoPX5Jf6Tu6CgMcT1yTLaHn { width:19.1875rem;height:2.2734375rem;top:50.656005859375rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcFBeehc9cR01Jyzn6g1J9isJDyDZBiT { width:19.8125rem;height:1.29980625rem;top:40.531005859375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4sOpBC1rirpTd1uhh5OOq3lvNQK3H2H { width:20rem;height:3.41015625rem;top:43.031005859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9JcAFCug022vifJComX5A0rJi4529xh { width:19.1875rem;height:3.41015625rem;top:35.406005859375rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom { display:block; }#o16g1s5WxbGuL2LIfWZEJkd5HW3EoMom > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTbGuD8tm2DcIdD9EqmJNfP3FfgIWCb6 { width:20rem;height:1.95rem;top:21.38671875rem;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:24.5rem;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:24.5rem;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:24.5rem;left:6.5rem;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; }
#A9KQP65T9udGMkT1vG7dQAr4F8DtHSAG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ur0qPDGMpu11En5b3B3uRyLfx1idBOws { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:5.6875rem; }
#Ur0qPDGMpu11En5b3B3uRyLfx1idBOws > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:8.75rem; }
#Btk4yqllgfTzeMeXDVhaLtvDr4UhvbI4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 { display:flex;width:1.875rem;height:1.875rem;top:15.375rem;left:12.25rem; }
#Nnp1LfkpliBt217T5BCBqoa6IEAq2un7 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@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; }
 }