.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#f1f1f6;background-image:url("https://images.assets-landingi.com/uc/faaf23bb-f2c7-4ffd-a1c6-c24c12700150/PatternFlexge_white.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { border-width: 0; border-radius: 0; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:none; }#rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { background-color:#00ada4;background-image:none;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;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:56.3125rem;display:block; }
#ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row .container { background-color: transparent; background-image: none; }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row .container > .video-iframe-container { display: none; }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row > .video-iframe-container { display: none; }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .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); }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row .container { border-width: 0; border-radius: 0; }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#BLIPTHvVxPzgZrMB5CoJvVHgEEy3m5ky { position:absolute;display:block;z-index:15011;background-color:#6b2cf7;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:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.1) ;height:7.0625rem;width:24.375rem;top:1.3125rem;left:27.375rem;display:block; }
#OrIwtEPElwC5sOMGAsLLLqkRoQ4TTk9e { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.0616316795349rem;left:29.436849594116rem;height:1.7806rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BHUuwJuunhcxu4wXK60JfFbWN8tydwRb { position:absolute;display:block;z-index:15012;background-color:#f46200;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:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.1) ;height:5rem;width:22.1875rem;top:4.125rem;left:29.5625rem;display:block; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:inter;font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:inter;font-size:0.685625rem;font-weight:700;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.9375rem;height:4.505rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.1875rem;left:31.4375rem;z-index:15018; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #xrufozpFxwfmTZFmSnyKnEEZUG0gL5fT { display:flex;position:relative;top:0rem;left:0rem; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #hz6DWkMkDk4qczTdy8cVOB0II9189kBw { width:auto; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #A2KtUQArBInNkBuRNTwz2nTQmKTPtXzR {  }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #S3z13aiuuXzLHzJi2Ucs2pMC1fD1AUdJ { display:flex;position:relative;top:0rem;left:0rem; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #QunrwsZnxyTsL6ltCH7rFLrclzXDzHSR {  }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #EhKiXJWxUSvAocrrCHw5BtfB4aNTyNX3 {  }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #BvikwaRUqXvkiHh35U559FBkuAmOBvCp { display:flex;position:relative;top:0rem;left:0rem; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #UPQ0rtUnIZ6nZ08Cz9fyDN2cDnJPOPGU {  }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #Wd9ozzPqnLCu4m5kuzttX92Fit7FgJcg {  }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #m0WPTIC1TQQ9a5WKEGDF7RJLReILZL0q { display:flex;position:relative;top:0rem;left:0rem; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #R3mkEoEt1RoOK0WbtUcQ1U9faEWWTogF {  }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #Oh2E6kwtku0FTWSTggpDA99QfxaBp3lI {  }
#Bwq6KkArk7NJRZvFZLSvs8hVdVqfoK3d { color:#013666;display:block;width:21.625rem;position:absolute;font-family:"dax extrabold";font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.21875rem;left:2.375rem;height:;font-style:normal;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; }
#GmgFR2z3R9uHhfFm5kQ3TKacPuKx4rLF { color:#013666;display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:2.607421875rem;left:56.810983657837rem;height:5.22135625rem;text-align:left;text-align-last:left;display:block; }
#Qc42C3LCXucoltEFfakfarTwmloto36S { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:2.404513835907rem;left:23.191190719604rem;overflow:hidden;display:block; }
#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411596;background-image:url("https://images.assets-landingi.com/uc/f90e009f-2df2-4e9b-abf7-d41654025f22/BG1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.adaptive-delivery-prevent-bg, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyload, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyloading { background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { background-color: transparent; background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .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); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { border-width: 0; border-radius: 0; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:24.625001430511rem;left:2.5625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkgIxHWnpkseoplaazLoOzJxwIzObR43 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { position:absolute;display:block;z-index:15004;height:21.75rem;width:36.5625rem;top:9.125rem;left:38.4375rem;display:none; }
#QQIfWKRnBu9RFN0VC5yRne0m5DrPR936 { color:#19e3db;display:block;width:21.3125rem;position:absolute;font-family:ubuntu;font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.685417175293rem;left:7.5937519073488rem;height:4.14388125rem;font-style:normal;display:block; }
#Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.375rem;left:2.5625rem;height:10.234375rem;display:block; }
#av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { position:absolute;display:block;z-index:15005;height:22.375rem;width:37.25rem;top:12.375rem;left:35.1875rem;display:block; }
#zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { z-index:15003;top:30.499999523163rem;left:2.625rem;background-color:#00ada4;background-image:none;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: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { 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:3.375rem;width:7.3125rem;top:3.625rem;left:2.5625rem;overflow:hidden;display:block; }
#DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:ubuntu;font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:2.5rem;height:10.2375rem;display:none; }
#oUTyV1RGtZsBTXzCTFERDoNQyyzsvmNv { position:absolute;display:block;z-index:15005;height:22.375rem;width:37.25rem;top:10.9375rem;left:35.094619750976rem;display:none; }
#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { position:relative;display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { background-color: transparent; background-image: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { border-width: 0; border-radius: 0; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { position:absolute;display:block;z-index:15005;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/b9a77b94-7f2f-4f02-b86c-f45b3bfdec86/profdificuldade.png");background-position:bottom 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:13.6875rem;left:28.75rem;display:block; }#EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.adaptive-delivery-prevent-bg, #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.lazyload, #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI.lazyloading { background-image: none; }
#CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { position:absolute;display:block;z-index:15008;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/483e820d-11f0-4a85-a045-643a3ae9c75e/profplataformas.png");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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:13.6875rem;left:50rem;display:block; }#CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.adaptive-delivery-prevent-bg, #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.lazyload, #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF.lazyloading { background-image: none; }
#BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { color:#013666;display:block;width:58.75rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1874980926514rem;left:7.5rem;height:5.523rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.1) ;height:14.5rem;width:20rem;top:16.1875rem;left:27.5rem;display:block; }
#WaxwB9zxupz7KZb130E5rNPEIyPhdphw { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:24.6875rem;left:30rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { position:absolute;display:block;z-index:15002;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.1) ;height:14.5rem;width:20rem;top:16.1875rem;left:48.75rem;display:block; }
#HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:24.6875rem;left:50rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0diD4ICt1kL35cBVvc2wp60imx58gmp { position:absolute;display:block;z-index:15008;background-color:#00ada4;background-image:url("https://images.assets-landingi.com/uc/9ca2c256-a263-4cda-b839-15148550128f/proftempo.png");background-position:bottom 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:17.5rem;top:13.6875rem;left:7.5rem;display:block; }#i0diD4ICt1kL35cBVvc2wp60imx58gmp.adaptive-delivery-prevent-bg, #i0diD4ICt1kL35cBVvc2wp60imx58gmp.lazyload, #i0diD4ICt1kL35cBVvc2wp60imx58gmp.lazyloading { background-image: none; }
#i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.1) ;height:14.5rem;width:20rem;top:16.1875rem;left:6.25rem;display:block; }
#lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.6875rem;left:7.5rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#19e3db;display:block;width:53.875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.125rem;left:10rem;height:5.19748125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { box-sizing:content-box;height:7.625rem;width:62.5rem;position:absolute;display:block;z-index:15000;background-color:#411596;background-image:none;top:34.875rem;left:6.34375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfcfd;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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:13.406250476837rem;left:40.000001907349rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { color:#013666;display:block;width:24.625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:2.59874375rem;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; }
#GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { 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:15.875rem;width:31.875rem;top:5.375rem;left:5.6875rem;overflow:hidden;display:none; }
#tyIzruXtRF7vTfDTXtobAeJXBIFDUuca { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:37.75rem;top:4rem;left:0.58977556109726rem;overflow:hidden;display:block; }
#zHBZZKEJsz3SRXX4r32krko1SAbInQfi { z-index:15018;top:20.312496185302rem;left:40rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.951388875rem;height:3.326388875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AnMXT4mLn7iNQB5Rg48SLa3n2zWF3Tog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { color:#013666;display:block;width:24.625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:2.6rem;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:none; }
#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeff4;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; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { background-color: transparent; background-image: none; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container > .video-iframe-container { display: none; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row > .video-iframe-container { display: none; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .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); }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { border-width: 0; border-radius: 0; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#fRJKpncatzQPEvAFsD5svItTMCTWKIsF { color:#000000;display:block;width:28rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:10.5625rem;left:6.25rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { color:#013666;display:block;width:24.625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.4375rem;left:6.25rem;height:2.59874375rem;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; }
#W5MHUKcUVIddBXX7JAGAGDvVzJdlZ6nS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:31.75rem;top:3.5625rem;left:39.5rem;overflow:hidden;display:block; }
#A9C8AieUlpgHlC1pCmk4JhtbC7z9vIOt { z-index:15018;top:17.4375rem;left:6.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bgJH0sTTPEEHdqbwBPRkvKiu1vfVUq2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc { 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; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { background-color: transparent; background-image: none; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container > .video-iframe-container { display: none; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row > .video-iframe-container { display: none; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .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); }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { border-width: 0; border-radius: 0; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.9375rem;left:41.25rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { color:#013666;display:block;width:24.625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.8125rem;left:41.25rem;height:2.59874375rem;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; }
#OdEtZRclNa7rNCz59GApOhvnPzdAx7FV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:45.125rem;top:1.24609375rem;left:-3.2548828125rem;overflow:hidden;display:block; }
#B6tdf3Ui1DiPtExgT2uOrcxxxtaH54ln { z-index:15017;top:17.4375rem;left:41.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lU9pXTB2bkIIAp0Tkb0J9gBHUVIuewPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f6;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; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { background-color: transparent; background-image: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container > .video-iframe-container { display: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container { display: none; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .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); }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { border-width: 0; border-radius: 0; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { color:#013666;display:block;width:34.5rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5rem;height:5.52300625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { position:absolute;display:block;z-index:15056;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:43.125rem;width:66.1875rem;top:2rem;left:25.6875rem;overflow:hidden;display:block; }
#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f6;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; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { background-color: transparent; background-image: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { display: none; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .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); }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { border-width: 0; border-radius: 0; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:13.125rem;left:4.5625rem;height:2.35625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xl3U3ayhq9BzuVad6WitL1MsiksETemm { position:absolute;display:block;z-index:15046;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:13.0625rem;left:4.3125rem;display:block; }
#lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { position:absolute;display:block;z-index:15025;background-color:#6b2cf7;background-image:none;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:3.75rem;width:31.25rem;top:12.4375rem;left:3.75rem;display:block; }
#un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:18.1875rem;left:4.5625rem;height:2.35625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { position:absolute;display:block;z-index:15050;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:18.0625rem;left:4.4375rem;display:block; }
#gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { position:absolute;display:block;z-index:15029;background-color:#6b2cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3.75rem;width:31.25rem;top:17.4375rem;left:3.75rem;display:block; }
#XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:8.1875rem;left:4.625rem;height:2.35625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { position:absolute;display:block;z-index:15042;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:8.0625rem;left:4.4375rem;display:block; }
#rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { position:absolute;display:block;z-index:15021;background-color:#6b2cf7;background-image:none;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:3.75rem;width:31.25rem;top:7.4375rem;left:3.75rem;display:block; }
#gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { color:#f1f1f6;display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:12.875rem;left:8.75rem;height:2.69965rem;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;font-style:normal;display:block; }
#Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { color:#f1f1f6;display:block;width:24.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:17.9375rem;left:8.75rem;height:2.475rem;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;font-style:normal;display:block; }
#o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { color:#f1f1f6;display:block;width:22.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:7.875rem;left:8.75rem;height:2.69965rem;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;font-style:normal;display:block; }
#n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { position:absolute;display:block;z-index:15017;background-color:#6b2cf7;background-image:none;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:3.8125rem;width:31.25rem;top:2.4375rem;left:3.8125rem;display:block; }
#FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { position:absolute;display:block;z-index:15038;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:3.0625rem;left:4.4375rem;display:block; }
#deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { color:#e4e6eb;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.625rem;height:2.35625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { color:#f1f1f6;display:block;width:22.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:2.875rem;left:8.75rem;height:2.69965rem;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;font-style:normal;display:block; }
#fQL4oiatNNlIo7aJ9LAVB0HhnMipxGXr { position:absolute;display:block;z-index:15033;background-color:#6b2cf7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:3.75rem;width:31.25rem;top:22.4375rem;left:3.75rem;display:block; }
#xgiV2PJRsUEauRbZbhPKk701mfWA6GO9 { color:#f1f1f6;display:block;width:24.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:23.5rem;left:8.75rem;height:1.5rem;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;font-style:italic;display:block; }
#ALBtpCrAhHtMk5ZA9POCzSdRW2REW7Dx { position:absolute;display:block;z-index:15054;background-color:#411596;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:23.0625rem;left:4.4375rem;display:block; }
#p8Bb4UAp6obFKOWR8myXp517sfcNGz6f { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:23.1875rem;left:4.5625rem;height:2.35625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.adaptive-delivery-prevent-bg, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyload, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyloading { background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { background-color: transparent; background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .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); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { border-width: 0; border-radius: 0; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:10rem;left:40rem;display:block; }
#bIhfGNAsr6WbuLz5CnOQtNfuRKoM2xHQ { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:25rem;left:5rem;display:block; }
#GsMH5diVTis2UJN9MN71HBcTTqnkV1vv { position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:17.5rem;left:5rem;display:block; }
#J0MaHTgsA9VzsbJA6brTG1Xe1b4lh34r { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.875rem;top:17.5rem;left:40rem;display:block; }
#MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { color:#e4e6eb;display:block;width:21.25rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:11.3125rem;left:11.1875rem;height:3.6762125rem;font-style:normal;display:block; }
#Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { position:absolute;display:block;z-index:15057;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.99978125rem;width:3.31163125rem;top:27.125rem;left:6.4375rem;overflow:hidden;display:block; }
#nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { color:#f1f1f6;display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.3125rem;left:6.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PouMLvizvctgWfdbhyEAPHsFTGNlSG4T { position:absolute;display:block;z-index:15058;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.18685rem;width:1.5625rem;top:19rem;left:7.3125rem;overflow:hidden;display:block; }
#mpriPGRJeQcOxexdLzMy2yHfipi96kgH { position:absolute;display:block;z-index:15059;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:2.9375rem;top:19.375rem;left:41.75rem;overflow:hidden;display:block; }
#BW2OyeFKWZCx6e2I7zNI68yaOObwnAKf { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.875rem;top:25rem;left:40rem;display:block; }
#fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { position:absolute;display:block;z-index:15034;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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.25rem;width:31.25rem;top:10rem;left:5rem;display:block; }
#Iv2PqJk1NA3CUGx6izS5ohEwtd1fTzJ9 { position:absolute;display:block;z-index:15055;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:10.75rem;left:40.75rem;display:block; }
#pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { position:absolute;display:block;z-index:15056;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:25.75rem;left:5.625rem;display:block; }
#VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { position:absolute;display:block;z-index:15055;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:18.25rem;left:5.75rem;display:block; }
#I4NXEMx5WlzSyOynQfAzdt2Wfx7ilNX7 { position:absolute;display:block;z-index:15056;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:18.25rem;left:40.875rem;display:block; }
#RF0RqKyqZS2qOR23Wo0qTmgMz6T0Q1GP { position:absolute;display:block;z-index:15057;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:25.6875rem;left:40.875rem;display:block; }
#oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { position:absolute;display:block;z-index:15058;background-color:#6b2cf7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.74935rem;width:4.74935rem;top:10.75rem;left:5.875rem;display:block; }
#ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { color:#e4e6eb;display:block;width:21.25rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:18.75rem;left:11.25rem;height:3.6762125rem;font-style:normal;display:block; }
#MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { color:#e4e6eb;display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:26.375rem;left:11.25rem;height:3.4982625rem;font-style:normal;display:block; }
#MyeKfPQzbAc34qX5UUTxLVwld50Tzq3c { color:#e4e6eb;display:block;width:22.625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:11.25rem;left:46.25rem;height:3.6762125rem;font-style:normal;display:block; }
#dHJVAenMVQFO9GLaPecoDcyGkuHQfkfO { color:#e4e6eb;display:block;width:25.3125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:18.875rem;left:46.25rem;height:3.4982625rem;font-style:normal;display:block; }
#ELt5abg6V32u8md0rHNGUchhK17rs0P1 { color:#e4e6eb;display:block;width:22.625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.25rem;left:46.25rem;height:3.6762125rem;font-style:normal;display:block; }
#cLFE0eAIeg0ox4qCg3HeFUoHSraAzWhn { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:26.9375rem;left:41.8125rem; }
#kbPRzluOIxnsWvPpgvfTO8X7PIwuHWL5 { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:11.75rem;left:41.6875rem; }
#M2qvJIAy5VZtI38woQ0VOexk5Bkw4xfx { color:#e4e6eb;display:block;width:22.625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:11.25rem;left:46.25rem;height:3.6736125rem;font-style:normal;display:none; }
#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { position:relative;display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { background-color: transparent; background-image: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container > .video-iframe-container { display: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row > .video-iframe-container { display: none; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .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); }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { border-width: 0; border-radius: 0; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .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; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { color:#013666;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2222223281861rem;left:0rem;height:5.523rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.8116875rem;width:60.75rem;top:12.233232498169rem;left:7.125rem;overflow:hidden;display:block; }
#hA0oa27OHwyN7Xr5XErubw1224ocJvcv { 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:158.75rem;width:75rem;display:none; }
#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f6;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; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { border-width: 0; border-radius: 0; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:none; }#yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#6b2cf7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25.0625rem;width:23.75rem;position:absolute;display:block;z-index:15000;top:11.25rem;left:25.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { border-top:0.125rem solid #6b2cf7;border-left:0.125rem solid #6b2cf7;border-right:0.125rem solid #6b2cf7;border-bottom:0.125rem solid #6b2cf7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/933bd55e-c514-45e4-bbaf-18d68f120228/ruama.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:8.75rem;left:31.875rem;display:block; }#EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.adaptive-delivery-prevent-bg, #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.lazyload, #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq.lazyloading { background-image: none; }
#e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#6b2cf7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15004;top:11.25rem;left:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { border-top:0.125rem solid #6b2cf7;border-left:0.125rem solid #6b2cf7;border-right:0.125rem solid #6b2cf7;border-bottom:0.125rem solid #6b2cf7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/775734c7-56bb-4b41-a8ce-b73813b4953c/Ketylin.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:8.75rem;left:7.75rem;display:block; }#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.adaptive-delivery-prevent-bg, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyload, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyloading { background-image: none; }
#JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.5rem;left:1.875rem;height:12rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { display:block;width:20.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { border-top:0.125rem solid #6b2cf7;border-left:0.125rem solid #6b2cf7;border-right:0.125rem solid #6b2cf7;border-bottom:0.125rem solid #6b2cf7;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d845e8f7-5b1e-4a97-971a-cab56bf252ac/Media_2ce84cd544164d30b507e1e828a9e670555934033038169.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:8.75rem;left:57.75rem;display:block; }#h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.adaptive-delivery-prevent-bg, #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.lazyload, #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ.lazyloading { background-image: none; }
#dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#6b2cf7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15008;top:11.25rem;left:50.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;display:block; }
#OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.55;letter-spacing:0;top:22.301204681396rem;left:51.59375rem;height:12.3958125rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.4375rem;left:52.4375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { color:#013666;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8121032714844rem;left:0rem;height:2.76215rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { display:block;width:21.5625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:26.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:#f1f1f6;display:block; }
#teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.5rem;left:28.125rem;height:7.5rem;color:#f1f1f6;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { background-color: transparent; background-image: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container > .video-iframe-container { display: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container { display: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .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); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { border-width: 0; border-radius: 0; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:block; }#wnctmEEm2aqkZTR68tv23FoFnkev6Ou3 { position:absolute;display:block;z-index:15000;background-color:#411596;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.75rem rgba(0,0,0,0.1) ;height:50.875rem;width:65rem;top:5.125rem;left:5rem;display:block; }
#Txb7ZEEfHqye1LhNoEps3N3SbtpgwOdu { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f1f1f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#RWhFKEtBP5JNWq8gcNXBX7d3m4SV6iU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XE9ffk03BcWV2TpQyF94QlZF5TUw5Uq8 { position:absolute;display:block;z-index:15055;height:29.0625rem;width:60rem;top:18.87371635437rem;left:7.5000019073488rem;display:block; }
#FpnGTHNPTeSdkDzQhshI22Fh9b0ZgTTM { color:#013666;display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zm20qyL95e8yofaGawkC6C2fbNTHdi9E { color:#ffffff;display:block;width:50.499125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:7.1245660781863rem;left:12.249349594116rem;height:4.4987rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cCX79latI1SK7wgdoquzaNA4kA9mRByo { color:#ffffff;display:block;width:51.0623125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.06143283844rem;left:11.968317031861rem;height:1.462675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { background-color: transparent; background-image: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .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); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { border-width: 0; border-radius: 0; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { color:#e4e6eb;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.11155rem;text-align:left;text-align-last:left;display:block; }
#QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { position:absolute;display:block;z-index:15037;background-color:#6b2cf7;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:65rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.75rem;left:65.5rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { position:absolute;display:block;z-index:15035;background-color:#6b2cf7;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:68.75rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.8125rem;left:69.4375rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { position:absolute;display:block;z-index:15039;background-color:#6b2cf7;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:72.5rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.6875rem;left:72.9375rem; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { display:block; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:15.1875rem;height:2.8125rem;top:1.25rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG { display:block; }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLIPTHvVxPzgZrMB5CoJvVHgEEy3m5ky { width:24.375rem;height:7.0625rem;top:1.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrIwtEPElwC5sOMGAsLLLqkRoQ4TTk9e { width:22.4375rem;height:1.75rem;top:2rem;left:15.811849594116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHUuwJuunhcxu4wXK60JfFbWN8tydwRb { width:22.1875rem;height:5rem;top:4.125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #xrufozpFxwfmTZFmSnyKnEEZUG0gL5fT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #hz6DWkMkDk4qczTdy8cVOB0II9189kBw {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #A2KtUQArBInNkBuRNTwz2nTQmKTPtXzR {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #S3z13aiuuXzLHzJi2Ucs2pMC1fD1AUdJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #QunrwsZnxyTsL6ltCH7rFLrclzXDzHSR {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #EhKiXJWxUSvAocrrCHw5BtfB4aNTyNX3 {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #BvikwaRUqXvkiHh35U559FBkuAmOBvCp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #UPQ0rtUnIZ6nZ08Cz9fyDN2cDnJPOPGU {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #Wd9ozzPqnLCu4m5kuzttX92Fit7FgJcg {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #m0WPTIC1TQQ9a5WKEGDF7RJLReILZL0q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #R3mkEoEt1RoOK0WbtUcQ1U9faEWWTogF {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #Oh2E6kwtku0FTWSTggpDA99QfxaBp3lI {  }
 }@media only screen and (max-width: 763px) { #Bwq6KkArk7NJRZvFZLSvs8hVdVqfoK3d { top:2.1875rem;left:0rem;width:21.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmgFR2z3R9uHhfFm5kQ3TKacPuKx4rLF { top:2.5625rem;left:32.4375rem;width:15.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc42C3LCXucoltEFfakfarTwmloto36S { top:2.375rem;left:9.5661907196044rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { top:24.625rem;left:0rem;width:24.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block; }
 }@media only screen and (max-width: 763px) { #NkgIxHWnpkseoplaazLoOzJxwIzObR43 { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { top:9.125rem;left:11.1875rem;width:36.5625rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQIfWKRnBu9RFN0VC5yRne0m5DrPR936 { top:11.625rem;left:0rem;width:21.3125rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { top:12.375rem;left:0rem;width:27.9375rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { top:12.375rem;left:10.5rem;width:37.25rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { top:30.4375rem;left:0rem;width:24.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block; }
 }@media only screen and (max-width: 763px) { #eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { top:3.625rem;left:0rem;width:7.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { top:15.6875rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUTyV1RGtZsBTXzCTFERDoNQyyzsvmNv { top:10.9375rem;left:10.5rem;width:37.25rem;height:22.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { top:13.6875rem;left:15.125rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { top:13.6875rem;left:30.25rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { top:4.125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { top:16.1875rem;left:13.875rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxwB9zxupz7KZb130E5rNPEIyPhdphw { top:24.6875rem;left:16.375rem;width:15.0625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { top:16.1875rem;left:27.75rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { top:24.6875rem;left:30.25rem;width:17.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0diD4ICt1kL35cBVvc2wp60imx58gmp { top:13.6875rem;left:0rem;width:17.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { top:16.1875rem;left:0rem;width:20rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { top:24.6875rem;left:0rem;width:17.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:36.0625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { top:34.875rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:13.375rem;left:21.5rem;width:26.25rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { top:10rem;left:23.125rem;width:24.625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { top:5.375rem;left:0rem;width:31.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyIzruXtRF7vTfDTXtobAeJXBIFDUuca { top:4rem;left:0rem;width:37.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHBZZKEJsz3SRXX4r32krko1SAbInQfi { top:20.25rem;left:22.6875rem;width:24.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnMXT4mLn7iNQB5Rg48SLa3n2zWF3Tog { display:block; }
 }@media only screen and (max-width: 763px) { #rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { top:3.0625rem;left:0rem;width:19rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi { display:block; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRJKpncatzQPEvAFsD5svItTMCTWKIsF { top:10.5625rem;left:0rem;width:28rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { top:7.4375rem;left:0rem;width:24.625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5MHUKcUVIddBXX7JAGAGDvVzJdlZ6nS { top:3.5625rem;left:16rem;width:31.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9C8AieUlpgHlC1pCmk4JhtbC7z9vIOt { top:17.4375rem;left:0rem;width:25.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJH0sTTPEEHdqbwBPRkvKiu1vfVUq2H { display:block; }
 }@media only screen and (max-width: 763px) { #GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc { display:block; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { top:9.9375rem;left:22.1875rem;width:25.5625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { top:6.8125rem;left:23.125rem;width:24.625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdEtZRclNa7rNCz59GApOhvnPzdAx7FV { top:1.1875rem;left:0rem;width:45.125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tdf3Ui1DiPtExgT2uOrcxxxtaH54ln { top:17.4375rem;left:22.6875rem;width:25.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU9pXTB2bkIIAp0Tkb0J9gBHUVIuewPR { display:block; }
 }@media only screen and (max-width: 763px) { #DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { display:block; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { top:3.625rem;left:0rem;width:34.5rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { top:2rem;left:0rem;width:47.75rem;height:31.111898016997rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { top:13.125rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl3U3ayhq9BzuVad6WitL1MsiksETemm { top:13.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { top:12.4375rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { top:18.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { top:18.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { top:17.4375rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { top:8.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { top:8.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { top:7.4375rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { top:12.875rem;left:0rem;width:23.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { top:17.9375rem;left:0rem;width:24.375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { top:7.875rem;left:0rem;width:22.4375rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { top:2.4375rem;left:0rem;width:31.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { top:3.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { top:3.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { top:2.875rem;left:0rem;width:22.625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQL4oiatNNlIo7aJ9LAVB0HhnMipxGXr { top:22.4375rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgiV2PJRsUEauRbZbhPKk701mfWA6GO9 { top:23.5rem;left:0rem;width:24.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBtpCrAhHtMk5ZA9POCzSdRW2REW7Dx { top:23.0625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Bb4UAp6obFKOWR8myXp517sfcNGz6f { top:23.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { display:block; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { top:4.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { top:10rem;left:16.5rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIhfGNAsr6WbuLz5CnOQtNfuRKoM2xHQ { top:25rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsMH5diVTis2UJN9MN71HBcTTqnkV1vv { top:17.5rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0MaHTgsA9VzsbJA6brTG1Xe1b4lh34r { top:17.5rem;left:15.875rem;width:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { top:11.3125rem;left:2.625rem;width:21.25rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { top:27.125rem;left:0rem;width:3.25rem;height:1.9618850076626rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { top:12.3125rem;left:0rem;width:2.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PouMLvizvctgWfdbhyEAPHsFTGNlSG4T { top:19rem;left:0.5rem;width:1.5625rem;height:3.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpriPGRJeQcOxexdLzMy2yHfipi96kgH { top:19.375rem;left:23.875rem;width:2.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW2OyeFKWZCx6e2I7zNI68yaOObwnAKf { top:25rem;left:15.875rem;width:31.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { top:10rem;left:0rem;width:31.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2PqJk1NA3CUGx6izS5ohEwtd1fTzJ9 { top:10.75rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { top:25.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { top:18.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4NXEMx5WlzSyOynQfAzdt2Wfx7ilNX7 { top:18.25rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF0RqKyqZS2qOR23Wo0qTmgMz6T0Q1GP { top:25.6875rem;left:23.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { top:10.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { top:18.75rem;left:2.625rem;width:21.25rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { top:26.375rem;left:0.125rem;width:23.75rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyeKfPQzbAc34qX5UUTxLVwld50Tzq3c { top:11.25rem;left:25.125rem;width:22.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHJVAenMVQFO9GLaPecoDcyGkuHQfkfO { top:18.875rem;left:22.4375rem;width:25.3125rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELt5abg6V32u8md0rHNGUchhK17rs0P1 { top:26.25rem;left:25.125rem;width:22.625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLFE0eAIeg0ox4qCg3HeFUoHSraAzWhn { top:26.9375rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPRzluOIxnsWvPpgvfTO8X7PIwuHWL5 { top:11.75rem;left:23.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2qvJIAy5VZtI38woQ0VOexk5Bkw4xfx { top:31.4375rem;left:0rem;width:13.8125rem;height:3.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { top:4.1875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { top:12.1875rem;left:0rem;width:47.75rem;height:27.362272890946rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA0oa27OHwyN7Xr5XErubw1224ocJvcv { width:47.75rem;height:101.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { display:block; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { top:3.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 { display:block; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnctmEEm2aqkZTR68tv23FoFnkev6Ou3 { top:5.125rem;left:0rem;width:47.75rem;height:50.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txb7ZEEfHqye1LhNoEps3N3SbtpgwOdu { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWhFKEtBP5JNWq8gcNXBX7d3m4SV6iU0 { display:block; }
 }@media only screen and (max-width: 763px) { #XE9ffk03BcWV2TpQyF94QlZF5TUw5Uq8 { top:18.8125rem;left:0rem;width:47.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpnGTHNPTeSdkDzQhshI22Fh9b0ZgTTM { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm20qyL95e8yofaGawkC6C2fbNTHdi9E { top:7.0625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCX79latI1SK7wgdoquzaNA4kA9mRByo { top:14rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { top:4.125rem;left:0rem;width:29.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { top:3.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { top:3.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { top:3.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW { position:relative;z-index:auto;display:none; }#CrZfC5RJ1qRTOiA1RNdabgsDOJsUuXEW > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rp4zKmGko58VETsmN24EM8h8lrsZ1dnL { width:20rem;height:3.4375rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueneHZ12oGHc2aeK17PHNFw49m2MQJEa { display:block; }
 }@media only screen and (max-width: 763px) { #OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG { display:block; }#OnT3BMvU0uqf7MEUa20gTvlg5C8k1etG > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLIPTHvVxPzgZrMB5CoJvVHgEEy3m5ky { width:18.5rem;height:6.1875rem;top:10.1875rem;left:0.75rem;background-color:#fd7a0d;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) { #OrIwtEPElwC5sOMGAsLLLqkRoQ4TTk9e { width:19.9975625rem;height:1.50065rem;top:10.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHUuwJuunhcxu4wXK60JfFbWN8tydwRb { width:20rem;height:4.936525rem;top:12.375rem;left:0rem;z-index:14995;background-color:#6b2cf7;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) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-text.counter-number { padding-top:0.399375rem;padding-right:0.354375rem;padding-bottom:0.399375rem;padding-left:0.354375rem;width:2.125rem;min-width:2.125rem;height:2.146875rem;font-size:1.5975rem;line-height:34.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.249375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.83375rem;height:0.848125rem;font-size:0.59875rem;line-height:13.57px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn { display:flex;width:15.3125rem;height:4.043125rem;top:11.875rem;left:2.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #xrufozpFxwfmTZFmSnyKnEEZUG0gL5fT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #hz6DWkMkDk4qczTdy8cVOB0II9189kBw {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #A2KtUQArBInNkBuRNTwz2nTQmKTPtXzR {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #S3z13aiuuXzLHzJi2Ucs2pMC1fD1AUdJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #QunrwsZnxyTsL6ltCH7rFLrclzXDzHSR {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #EhKiXJWxUSvAocrrCHw5BtfB4aNTyNX3 {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #BvikwaRUqXvkiHh35U559FBkuAmOBvCp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #UPQ0rtUnIZ6nZ08Cz9fyDN2cDnJPOPGU {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #Wd9ozzPqnLCu4m5kuzttX92Fit7FgJcg {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #m0WPTIC1TQQ9a5WKEGDF7RJLReILZL0q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #R3mkEoEt1RoOK0WbtUcQ1U9faEWWTogF {  }
 }@media only screen and (max-width: 763px) { #Vp2dTpkT4W0bJ0LLqCJ3yt6CpJVZPAhn #Oh2E6kwtku0FTWSTggpDA99QfxaBp3lI {  }
 }@media only screen and (max-width: 763px) { #Bwq6KkArk7NJRZvFZLSvs8hVdVqfoK3d { width:18.125rem;height:2.36328125rem;top:1.625rem;left:0.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #GmgFR2z3R9uHhfFm5kQ3TKacPuKx4rLF { width:17.1245625rem;height:3.30078125rem;top:5.4134111404419rem;left:1.4366319775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qc42C3LCXucoltEFfakfarTwmloto36S { width:5.625rem;height:5.625rem;top:16.809897065162rem;left:7.1875002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.adaptive-delivery-prevent-bg, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyload, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyloading { background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { background-color: transparent; background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .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); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { border-width: 0; border-radius: 0; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { width:17rem;height:2.8125rem;top:15.895833969116rem;left:1.5000001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { width:16rem;height:9rem;top:18.1875rem;left:5.40625rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block; }
 }@media only screen and (max-width: 763px) { #NkgIxHWnpkseoplaazLoOzJxwIzObR43 { width:19.125rem;height:3.25rem;top:25.9375rem;left:0.4375rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { width:18.875rem;height:10.9375rem;top:20.375rem;left:0.5625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #QQIfWKRnBu9RFN0VC5yRne0m5DrPR936 { width:18.375rem;height:2.92535rem;top:7.6239585876462rem;left:0.8125rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { width:20rem;height:0;top:5.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { width:20rem;height:11.8125rem;top:19.000002622604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { top:34.062501907349rem;left:0.5rem;width:19rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block; }
 }@media only screen and (max-width: 763px) { #eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { width:5.5625rem;height:2.625rem;top:1.875rem;left:7.2187501788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGT1cqoCuqc3gCsCi6VdGpi0SDQ1fUyM { width:20rem;height:4.548825rem;top:10.548959732056rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oUTyV1RGtZsBTXzCTFERDoNQyyzsvmNv { width:18.9375rem;height:11.25rem;top:21.562501907349rem;left:0.53125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqJb0OCETkwCWzhvUvGEKm4KCk6twDmI { width:17rem;height:10.0625rem;top:31.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CysnX3Oa9r6tznRtfM0cchbTNfirHnyF { width:17rem;height:10.0625rem;top:50.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { width:19.99925rem;height:6.82291875rem;top:2.4351692199707rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkrODqpiEmqk5QKC8hpfpKlOw4PJr7vy { width:20rem;height:14.5rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaxwB9zxupz7KZb130E5rNPEIyPhdphw { width:15.0625rem;height:4.50195rem;top:42.3125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { width:20rem;height:14.5rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpC9bnFZapDPF71P7qdq3lIPVKPInZV { width:17.5rem;height:4.50195rem;top:61.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0diD4ICt1kL35cBVvc2wp60imx58gmp { width:17.5rem;height:10rem;top:11.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ytT45MtFh3EcQPHPrTE46TWPMhiTup { width:20rem;height:14.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwiMNWVbBaGdfH9VWHkiXucHfHtTXkwD { width:17.4375rem;height:4.50195rem;top:22.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:19.1875rem;height:0;top:58.798625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { width:20rem;height:11.5625rem;top:57.548625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.0625rem;height:7.03125rem;top:4.9375rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svy6oiQN0wegGJPqJ2RFsSeLC9K3aWK8 { width:20rem;height:2.11289375rem;top:2.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbX8ftiiGJ6UTUKIveKBn065VF0ZNLZh { width:20rem;height:9.9607843137256rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyIzruXtRF7vTfDTXtobAeJXBIFDUuca { width:19.6875rem;height:13.5rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHBZZKEJsz3SRXX4r32krko1SAbInQfi { top:20.25rem;left:0rem;width:18.875rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnMXT4mLn7iNQB5Rg48SLa3n2zWF3Tog { display:block; }
 }@media only screen and (max-width: 763px) { #rcJvZePMt9koC5CdygNJuIgPrthlAwsQ { width:19rem;height:0;top:3.3107581138611rem;left:0.49913197755814rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15016;color:#411596;display:none; }
 }@media only screen and (max-width: 763px) { #Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi { display:block; }#Ga3hlNWsmVK1UK0Js4bfsKSWgaTvcHvi > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRJKpncatzQPEvAFsD5svItTMCTWKIsF { width:18.125rem;height:5.625rem;top:5.25rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkK0wmiuR1c2oNMc7D2ccsmbLAxpnQkx { width:20rem;height:2.11289375rem;top:3.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5MHUKcUVIddBXX7JAGAGDvVzJdlZ6nS { width:15.625rem;height:10rem;top:12.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9C8AieUlpgHlC1pCmk4JhtbC7z9vIOt { top:17.4375rem;left:0rem;width:18.875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgJH0sTTPEEHdqbwBPRkvKiu1vfVUq2H { display:block; }
 }@media only screen and (max-width: 763px) { #GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc { display:block; }#GRzWwb5x2Gcyv3RKKyib1BBVaKU0Z4Pc > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmWAySs4OkWEvPmGL8FCrzVGrtR3UIR0 { width:18.125rem;height:5.625rem;top:5.5rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9Xdm0NlTxTaXpqUAyvbdhtikV0ekRX8 { width:20rem;height:2.11289375rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdEtZRclNa7rNCz59GApOhvnPzdAx7FV { width:20rem;height:11.125rem;top:11.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6tdf3Ui1DiPtExgT2uOrcxxxtaH54ln { top:23.750003814698rem;left:0.56163197755814rem;width:18.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU9pXTB2bkIIAp0Tkb0J9gBHUVIuewPR { display:block; }
 }@media only screen and (max-width: 763px) { #DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA { display:block; }#DeBxhHtfcWlEaVdCQWIfrR2xlERMa4IA > .row .container { width:20rem;height:21.808833251953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLpVxIvdNE1AuRz4Zyu5JIWGWOJ9n5xh { width:15.3125rem;height:8.4505rem;top:2.25rem;left:2.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toNa80Mr5wCoToSae9auwKPv6w9R5fU8 { width:18.68675rem;height:12.12425rem;top:9.6855545043944rem;left:1.3125000894069rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsOH320IdcMmnZDRALlfNNVnsFDmSNVp { display:block; }#gsOH320IdcMmnZDRALlfNNVnsFDmSNVp > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX8GzgMN6iVGaE81SpIFvAAbyFI7U9lU { width:2.3125rem;height:1.9487875rem;top:13.0625rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl3U3ayhq9BzuVad6WitL1MsiksETemm { width:2.625rem;height:2.625rem;top:12.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCSF9ZJyLKToPO2LGrRu3fR5Ex2TTV8T { width:20rem;height:4.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #un8HtNAPTsDtxUK1eOlb0h4PWe9bZnvG { width:2.3125rem;height:1.9487875rem;top:18.125rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNQR9tCp84uGAm3NLo4RFTnqLaCP6Gr5 { width:2.625rem;height:2.625rem;top:17.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gif8ltLyxW0CX2m5UuthXOREvSw0LWT9 { width:20rem;height:4.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF9ZcoWk9DaI1u7CaNkv1GPRwusGKoF2 { width:2.3125rem;height:1.9487875rem;top:7.92448125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvNmCFkXgFUgkCdhKx2BqKrCT2GrKD1L { width:2.625rem;height:2.625rem;top:7.61198125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKK9hyWdnQ8VpTF5STHbfQL7L28ZgfhC { width:20rem;height:4.5rem;top:6.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUVmhWBR0VGncO4LayJOiolLoTb2IUTM { width:15.5625rem;height:3.6002625rem;top:12.25rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv7t8uTEwezT1vkBFlPrARHWi26sgFA { width:15.125rem;height:3.30078125rem;top:17.375rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6fSlWDRx5NX29Abe0f442DbgJKQVW3r { width:15.625rem;height:3.6002625rem;top:7.0989580154419rem;left:4.3741319775581rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5AyMOt69IwRaQ23x8cAphzev5Q2rv7O { width:20rem;height:4.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrWsPsTnoBKMZwoQ9m46ow6QPcgSpDVa { width:2.625rem;height:2.625rem;top:2.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deE2xHuvH9hCTeMTaORUweD6pBqI0sEn { width:2.3125rem;height:1.9487875rem;top:2.6875rem;left:0.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yO81WM0AZkGbkDs6aPCyUt5R9DfyzmTr { width:14.8125rem;height:3.6002625rem;top:1.9375rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fQL4oiatNNlIo7aJ9LAVB0HhnMipxGXr { width:20rem;height:3.75rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgiV2PJRsUEauRbZbhPKk701mfWA6GO9 { width:15.8125rem;height:1.35rem;top:23.1875rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBtpCrAhHtMk5ZA9POCzSdRW2REW7Dx { width:2.625rem;height:2.625rem;top:22.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Bb4UAp6obFKOWR8myXp517sfcNGz6f { width:2.3125rem;height:1.9487875rem;top:22.9375rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66446934-60e8-4791-b2c8-4e08d7bf73d1/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.adaptive-delivery-prevent-bg, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyload, #heApdJdUOoben7MdT6ggA4qOVRC5Mvxq.lazyloading { background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { background-color: transparent; background-image: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row > .video-iframe-container { display: none; }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .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); }#heApdJdUOoben7MdT6ggA4qOVRC5Mvxq > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtDO5oTtBa5K6tnV17AW1I7M9ozfDpqR { width:18.1875rem;height:5.84635625rem;top:2.125rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gxwq2c0rrbc1Tgtw6zCIoIAFVsIOmGec { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BzD38UXhO41k3U9sCPERLIT3VMV5ykM3 { width:20rem;height:5.625rem;top:30.70575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIhfGNAsr6WbuLz5CnOQtNfuRKoM2xHQ { width:20rem;height:5.625rem;top:22.83075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsMH5diVTis2UJN9MN71HBcTTqnkV1vv { width:20rem;height:5.625rem;top:15.95575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0MaHTgsA9VzsbJA6brTG1Xe1b4lh34r { width:20rem;height:5.625rem;top:37.58075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZKS9ow7z7AhweyJhHNuk8tZBrD5pnJI { width:11.4375rem;height:3.93555rem;top:9.4375rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mfvbd7B2vE13SWleGxnDS2EI1U0T3Lqa { width:3.25rem;height:1.962675rem;top:22.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJM2FLNqftqXEkNeJG76qZltmEh9Ufy { width:2.75rem;height:1.38020625rem;top:10.4375rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PouMLvizvctgWfdbhyEAPHsFTGNlSG4T { width:1.3125rem;height:2.625rem;top:16rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpriPGRJeQcOxexdLzMy2yHfipi96kgH { width:2.6875rem;height:2.25rem;top:35.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW2OyeFKWZCx6e2I7zNI68yaOObwnAKf { width:20rem;height:5.625rem;top:45.45575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZpzhxGTVFsXANPHLNSTBEEbHfNNF4Ta { width:20rem;height:5.625rem;top:9.08075rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iv2PqJk1NA3CUGx6izS5ohEwtd1fTzJ9 { width:4.6875rem;height:4.6875rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCatDJ9PuswcyrewPzdQeueuVOM8MDeG { width:4.6875rem;height:4.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFAU9C3Tf6GNHGBveNE865Hzu752kM8T { width:4.6875rem;height:4.6875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4NXEMx5WlzSyOynQfAzdt2Wfx7ilNX7 { width:4.6875rem;height:4.6875rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF0RqKyqZS2qOR23Wo0qTmgMz6T0Q1GP { width:4.6875rem;height:4.6875rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU3vzq2d9xNavKANwL8x0QSbt6gkaygi { width:4.6875rem;height:4.6875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufpetGzANlzbQA6MnEwVcK4cnK4PEu7x { width:13.625rem;height:3.93555rem;top:15.375rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSFX8GaQ1LoZ1FOTxNU20R0cUANTBxNr { width:13.5rem;height:3.93555rem;top:21.625rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MyeKfPQzbAc34qX5UUTxLVwld50Tzq3c { width:13.8125rem;height:0;top:31.95575rem;left:6.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dHJVAenMVQFO9GLaPecoDcyGkuHQfkfO { width:13.4375rem;height:3.93555rem;top:34.5rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELt5abg6V32u8md0rHNGUchhK17rs0P1 { width:13.3125rem;height:3.93555rem;top:41.1875rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cLFE0eAIeg0ox4qCg3HeFUoHSraAzWhn { display:flex;width:2.625rem;height:2.625rem;top:41.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #kbPRzluOIxnsWvPpgvfTO8X7PIwuHWL5 { display:flex;width:2.5625rem;height:2.5625rem;top:28.6875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M2qvJIAy5VZtI38woQ0VOexk5Bkw4xfx { width:13.5rem;height:3.93555rem;top:28rem;left:6.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd { display:block; }#ztFZSWUtuazTaPFEfN0yn41l9wTu6rWd > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL4dtfx78HFEhLdzHenQ0Ve2H3op0bAU { width:19.9980625rem;height:5.84635625rem;top:2.1867256164551rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #uSo1ehvslKNUQ4NsmTLKERrI4KqbAS9v { width:20rem;height:11.460267489712rem;top:12.9015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hA0oa27OHwyN7Xr5XErubw1224ocJvcv { top:10.053515315056rem;left:0.56249994039536rem;width:18.875rem;height:40.375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { background-color:#e4e6eb;background-image:none;display:none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:20rem;height:85.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yhRG8WWzpJQTc1OyIogRAr4oRh0S8ZuJ { width:18.75rem;height:15.125rem;top:12.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAKQTGicmEwTMBhaM6hZKqaHqcfm1QJq { width:6.25rem;height:6.25rem;top:8.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:18.75rem;height:21.0625rem;top:32.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:6.25rem;height:6.25rem;top:29.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:17.1875rem;height:12.65625rem;top:39.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:20rem;height:1.7875rem;top:37.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5l5RUT2xmueexdnmHEcFn5xoskyUDfZ { width:6.25rem;height:6.25rem;top:56.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwx6r6verQkMiQx4xQvNL21nmHJeJ7xp { width:18.75rem;height:22.875rem;top:59.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiSHdmv9RLdsx0V6D1WNcleqF9kNWGG { width:17.5625rem;height:14.53125rem;top:66.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XTNdsd2AETkFvbJhnDcKKfqsJy4oCDLC { width:20rem;height:1.7875rem;top:64rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh9aD77sD4X24r9CyXh0TGlH4GdHRBBt { width:20rem;height:5.2rem;top:2.2960147857666rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #xC87NOHshQGGRQTQ3m8D7n5N6CTBvFAU { width:17.5rem;height:1.7875rem;top:16.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teC6FTgDkKGteEn07CidLaDZVsPJ3KGt { width:17.3125rem;height:7.03125rem;top:19.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { background-color: transparent; background-image: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container > .video-iframe-container { display: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container { display: none; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .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); }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { border-width: 0; border-radius: 0; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9QO9NLJxJNzqLmPPvl8TnbGOO22GV58 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnctmEEm2aqkZTR68tv23FoFnkev6Ou3 { width:20rem;height:53.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txb7ZEEfHqye1LhNoEps3N3SbtpgwOdu { width:18.1875rem;height:3.4375rem;top:63.75rem;left:0.90625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #RWhFKEtBP5JNWq8gcNXBX7d3m4SV6iU0 { display:block; }
 }@media only screen and (max-width: 763px) { #XE9ffk03BcWV2TpQyF94QlZF5TUw5Uq8 { width:18.125rem;height:31.4375rem;top:15.65625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpnGTHNPTeSdkDzQhshI22Fh9b0ZgTTM { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zm20qyL95e8yofaGawkC6C2fbNTHdi9E { width:18.75rem;height:9.375rem;top:4.75rem;left:0.62413197755814rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cCX79latI1SK7wgdoquzaNA4kA9mRByo { width:17.5rem;height:3.65625rem;top:11.16015625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9UHhHirFdLlmQaaGKmqcIZ3ZrK1URbf { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMDqfZkmvaDvNsA7lCx2fGpSMVsBib { width:20rem;height:auto;top:4.125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxoaLHJxKIvTyJsot06g2w46NIHqEAEv { width:2.5rem;height:2.5rem;top:5.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM { display:flex;width:1.4375rem;height:1.4375rem;top:5.625rem;left:5.625rem; }
#AeO55O2UhpfkJGRhKJLK1PPdIqTv0cLM > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eAsBKvehRX6WQ5GrkFTw5oWbtwcBlQBF { width:2.5rem;height:2.5rem;top:5.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV { display:flex;width:1.25rem;height:1.25rem;top:5.6875rem;left:9.4375rem; }
#pS1dtk6TuTFF3A9sXXc4tAyCZ0M1MIqV > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HGcXP2N4nqet4WvamVmJCwnutqxn2KW5 { width:2.5rem;height:2.5rem;top:5.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OadBUStJaao4RLBNyIbFp7VGgmly9l { width:1.625rem;height:1.625rem;top:5.5rem;left:12.875rem;display:block; }
#R1OadBUStJaao4RLBNyIbFp7VGgmly9l > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }