.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz { 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;z-index:auto;display:block; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container { background-color: transparent; background-image: none; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container > .video-iframe-container { display: none; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row > .video-iframe-container { display: none; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .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); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container { border-width: 0; border-radius: 0; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#szwpoFCJDfHbkHd5nXJ4lGi8ZFVFTwxp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:13.0620625rem;top:1.3812934160232rem;left:1.25rem;overflow:hidden;display:block; }
#THImDRKg92hn4qDuqRTi83SHEP4b1Jel { color:#000000;display:block;width:20.499rem;position:absolute;font-family:"st ryde";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:15rem;height:3.8997375rem;display:block; }
#hOpbs98wweDJn5IrpouezwHdQ0vKapqr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:36.5625rem;overflow:hidden;display:block; }
#DxilGvXfHDTQxOQIfuuaCZP2yK8FsGhJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:39.09375rem;overflow:hidden;display:block; }
#tfl40tX1tSL9RA7LNnHtIxVcKLeZVXM8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:41.59375rem;overflow:hidden;display:block; }
#tPIDcZ8aTtBWzxooL31IgXTdCWfuUtxc { 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:1.875rem;width:1.875rem;top:4.0625rem;left:44.09375rem;overflow:hidden;display:block; }
#TtdQm2RVrDKFt6yXCuRLuuWcVUGUUiuB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.8125rem;width:1.875rem;top:4.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#Lt824rbINlX2Xs4TJ9tEe6svVdpJNDTE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.96875rem;left:50.6875rem;display:block; }
#CQFLu066eVyG4fZlR55D18AxOvaaVNCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVn9E0wUwhQad6eQEQ7eS7W7cd1OqAPe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa043, #ff6720);background-image: -moz-linear-gradient(180deg, #ffa043, #ff6720);background-image: -ms-linear-gradient(180deg, #ffa043, #ff6720);background-image: -o-linear-gradient(180deg, #ffa043, #ff6720);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa043', endColorstr='#ff6720' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa043', endColorstr='#ff6720' );";background-image: linear-gradient(180deg, #ffa043, #ff6720);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.96875rem;left:60.375rem;display:block; }
#L2c6vZPI27DmVCoQUgiqlTU58FRh1Wdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hC0Cmbnmx7ILMf1GhL6FtFD65fgRfNrz { background-color:#197d30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#eafaee;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.68725rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.190673828125rem;left:0rem;display:block; }
#RUZQsDTUquhqgwcqBz7qCUxRp1sw5ynx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwphQTNciGUzNTQcCJlNn5XTOArP09ta { background-color:#e63880;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.1904296875rem;left:10.685546875rem;display:block; }
#Pyd4zTZeAgLE3adgtbtDuJQcMzQmeGX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXZiPLkAepqmwQw8WB75zthVZJbWo8dW { background-color:#710cc3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1904296875rem;left:20.685546875rem;display:block; }
#KDAQ7wIyhuTVxXTTFFUmxzrD1NsFfpNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klbXT9M19La6icLMHkyxIbHNJT8S032k { background-color:#36a29b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:9.1901044845581rem;left:30.684896469116rem;display:block; }
#FfZ3hIUcTCZE5PTeyqiWqaFWmSKbCOHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MtRpEHvPQrMlE4sLSgCriJX8aUywHzMe { background-color:#1419cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.1904296875rem;left:53.86962890625rem;display:block; }
#h1IEc9oQNVzT4xXQiK225KLpziTd29ah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GgIFkwPWIrOaUnlddrwQKc11JN8MTMVW { background-color:#dc510c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:9.1901044845581rem;left:65.00000190735rem;display:block; }
#UuXbUE24rcM6zm0XGO1DIrQqHsbxGE6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3k6MQZPAE1xQGMHUy7gNgAT37Pwk0JK { background-color:#f4425b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"st ryde";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3111875rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1901044845581rem;left:42.559900283814rem;display:block; }
#uJKa8vqBJoUMAgSz97Mq0mWOF5U5wO8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020b1c;background-image:url("https://images.assets-landingi.com/uc/a5729525-8baf-4ec7-a634-a0e5efe1ee70/banner_fondo_web01.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; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd.adaptive-delivery-prevent-bg, #NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd.lazyload, #NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd.lazyloading { background-image: none; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container { background-color: transparent; background-image: none; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container > .video-iframe-container { display: none; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row > .video-iframe-container { display: none; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .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); }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container { border-width: 0; border-radius: 0; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container { font-size:0.875rem;font-family:arial;height:262.5625rem;width:75rem;position:relative;display:block; }#bSMow1rFMKTrbWaXOlPMiiVXg2T43TsM { color:#e8d838;display:block;width:30.30925rem;position:absolute;font-family:"st ryde";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:54.5625rem;left:22.4375rem;height:3.29969375rem;display:block; }
#pGRPS47vI0c29qVPTDeMALL2nSwk2Olo { color:#f2eff3;display:block;width:24.2475625rem;position:absolute;font-family:"st ryde";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:5.02001953125rem;left:8.74951171875rem;height:3.3rem;display:block; }
#mmFmG1TzNUrqKcUd5TIIvMQfAdPqZlRz { color:#ede374;display:block;width:32.499rem;position:absolute;font-family:"st ryde";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.63916015625rem;left:40.62451171875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvXS2A8a0LMetG4tpLIa5hACfRtTxZqm { 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:2.499025rem;width:2.499025rem;top:33rem;left:68.1875rem;overflow:hidden;display:block; }
#rvTMZbOODuQTyLIFCT35TTa516pPbSNd { color:#eaedf3;display:block;width:21.87175rem;position:absolute;font-family:"st ryde";font-size:4.8125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:170.12262153626rem;left:48.882385253906rem;height:5.29296875rem;display:block; }
#yIesHJqT47Nukk5snryz6KDWFyO24RWM { position:absolute;display:block;z-index:15000;height:27.561875rem;width:32.3730625rem;top:196.99436569214rem;left:40.686851501465rem;display:block; }
#MO3aFXuqrq7NFLoDDTRvcoZ8Taw57Xyc { position:absolute;display:block;z-index:15044;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:32.875rem;width:34.375rem;top:10.1875rem;left:39.6875rem;overflow:hidden;display:block; }
#gzKISaJWTFLM0WO92wqOaQd3mw3aeFoK { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:10.4375rem;top:28.375rem;left:46.375rem;overflow:hidden;display:block; }
#ysWzOvS6nvqbMgBMCC4KPxssuWthL09V { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.6875rem;top:31.0625rem;left:49.875rem;overflow:hidden;display:block; }
#QeoVB6fv4ocHFmqUhCkOkIPp1A5GIySP { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:5.375rem;top:30.875rem;left:40.5625rem;overflow:hidden;display:block; }
#KLTmAHzyxprRqMes3DgTaaiX6KVUm5aT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:11rem;top:19.5rem;left:43.133602627841rem;overflow:hidden;display:block; }
#dwdoSshhkXAQ5kFuC6tvkkEWgmJv1wN4 { position:absolute;display:block;z-index:15049;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.25rem;width:8.4375rem;top:16.1875rem;left:48rem;overflow:hidden;display:block; }
#TsuXTrig2EeDcfpdQyQ0yztDdtnpG7xJ { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5.375rem;top:13rem;left:52.0625rem;overflow:hidden;display:block; }
#gGxnxJlWBiyrZgHn1kyGizQw1t0PzImX { position:absolute;display:block;z-index:15051;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.75rem;width:3.75rem;top:23.5625rem;left:62.875rem;overflow:hidden;display:block; }
#HXCC94lcTrGUzDcxT998z2cwSDRWbcJP { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.0605625rem;width:29.8725625rem;top:18.591796875rem;left:4.7490234375rem;display:block; }
#plWyyCEQdbwOtQXyLmqe4mKOVVlikLWV { color:#e2ede4;display:block;width:37.4338125rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:186.18489837646rem;left:34.500869750976rem;height:8.246525rem;text-align:right;text-align-last:right;display:block; }
#LLJiDfBdShTIrb0T2LcIQAg7tiNOHWsH { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:62.810332298281rem;left:28.312717437744rem;height:2.06163125rem;text-align:center;text-align-last:center;display:block; }
#QlxXFKfzL83xfKMpJGOk9VqUinn2TbuC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.999375rem;height:2.12456875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:89.435768127444rem;left:31.999786376953rem;display:block; }
#qwgpKTikk1CQbaFT7G35SqAeJzCesCHi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZtlTDicTaKz0wxZakr6BXJHyOeih0tCM { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:67.877606391906rem;left:2.8190116882324rem;overflow:hidden;display:block; }
#nknWz708ow3bThRC7BqV1SKywBZoS9zx { 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:5.99935rem;width:12.686625rem;top:35.496963500976rem;left:61.4453125rem;overflow:hidden;display:block; }
#tR2Dt3N7ceUJDmQCWP526yaLrierVuyT { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:12.1235rem;top:67.878691673281rem;left:31.437721252441rem;overflow:hidden;display:block; }
#fExWLgM256SHeqZyPIahMvpLZwTTkCLt { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:19.4375rem;top:97.913414001462rem;left:3.0685768127441rem;overflow:hidden;display:block; }
#OrS4EoXPc07Z4PJZenRcrak7W4nh28P0 { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:62.809247016906rem;left:3.4993495941162rem;height:2.06163125rem;text-align:center;text-align-last:center;display:block; }
#TVHyVPTPvevLzTcT359hbRMG0f8HQoVk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.999375rem;height:2.12456875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:89.434680938719rem;left:7.1625442504881rem;display:block; }
#wX8646Z0vlgkFeRlG1lAKWwhdg0zKU6F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GNOfznISr1hUxAZlJoWwhwWbvBJEJvPe { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:93.878036499025rem;left:3.4754791259766rem;height:2.06163125rem;text-align:center;text-align-last:center;display:block; }
#N9L1GiIqySf0ZM7aFgy829Nc0vaUM1kQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.999375rem;height:2.12456875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:119.54861831665rem;left:7.1625442504881rem;display:block; }
#OM1vlFMgbWI3zCnl5n1SbTpzmlcoU1Us { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVNpqgMgyUNwGiqu2ofhNRO6GCCGhfWX { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:62.809244155881rem;left:53.308380126953rem;height:2.06163125rem;text-align:center;text-align-last:center;display:block; }
#lCyh6kKZ4SIaWiF6bBG7eNBKRA5dbLsH { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4998125rem;width:15.4980625rem;top:67.970923423769rem;left:54.131950378418rem;overflow:hidden;display:block; }
#TdsBKn329zhcb9JPMW409GdA2BRMy1h2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:2.12456875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:89.435769081119rem;left:55.630432128906rem;display:block; }
#qqKbPUDEP9Ogw3w4UPpQAiBuO50ekqzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8H6m23Ht3DxTiEXdnc6xVE0vQ83fOBC { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.374375rem;width:20.4373125rem;top:97.444664001462rem;left:50.316841125488rem;overflow:hidden;display:block; }
#kXJe8XhGVSUt2Niy8PRRT5wTv5TD28N4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:2.12456875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:150.86046934128rem;left:6.4127616882325rem;display:block; }
#dLhrbg9PLAniMXKJHEyqQVBOV9A5TZsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyXIRhivrTrgU2fnbulowsCPMkNivBbm { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:124.60178613662rem;left:3.4754791259766rem;height:2.06163125rem;text-align:center;text-align-last:center;display:block; }
#Z4M6T6J4fWT9HcuL3bxE64rXXNqHu7M5 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.3125rem;width:20.3125rem;top:128.35721158981rem;left:2.5065116882324rem;overflow:hidden;display:block; }
#ArJgikSnsIUTZLKDq5mDFS7SZp6yhFAf { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:93.878040313719rem;left:51.32487487793rem;height:2.06163125rem;text-align:center;text-align-last:center;display:block; }
#mwohCI67K9W2wR5MhoGJo8FcmI3IIP0T { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:2.12456875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:119.54752731323rem;left:55.630432128906rem;display:block; }
#ScpMTir5OmdMIxNgqNLAHKnAoTXgCgfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odqIDnrAT67WpiVrJybkrb4tC8F982in { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:96.807727813719rem;left:28.312717437744rem;height:2.06163125rem;text-align:center;text-align-last:center;display:none; }
#PnFOpT5usccJobG55q3rtgWlxoWGHfh2 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.3125rem;width:20.3125rem;top:97.444664001462rem;left:27.280818939209rem;overflow:hidden;display:block; }
#EgsNKAkPFz0W9yIZLaUBpV5gVtvJ68WD { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:93.876960754394rem;left:28.312717437744rem;height:2.06163125rem;text-align:center;text-align-last:center;display:block; }
#pvUGPimF0pNgITk6Q7iUSmQogBRxF40m { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.999375rem;height:2.12456875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:150.86046934128rem;left:31.999786376953rem;display:block; }
#cfx6yHZyTwomHdiXPXBVgipGy5E9OMMk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tecKzm4De5wS4mPsCApvliAmLoxfx2Ds { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.3125rem;width:14.375rem;top:128.35721158981rem;left:30.312503814698rem;overflow:hidden;display:block; }
#bzsU4xZUMLSk7Bf6RcRxl0zqXlEyf10g { color:#eff3f0;display:block;width:18.3735rem;position:absolute;font-family:"st ryde";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:124.60178613662rem;left:28.312717437744rem;height:2.06163125rem;text-align:center;text-align-last:center;display:block; }
#Kkg92VfQ8BXVXLmT78v6qDmvtDTHUaVr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.999375rem;height:2.12456875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:119.54862403869rem;left:31.999786376953rem;display:block; }
#qrwsKOSQ0rm1TITzvU9eS8r43tlRmghq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfafa;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; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container { background-color: transparent; background-image: none; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container > .video-iframe-container { display: none; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row > .video-iframe-container { display: none; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .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); }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container { border-width: 0; border-radius: 0; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#uKTS6HBXXXHeQncRre0bklulOMlC3Sqn { color:#202020;display:block;width:9.9370625rem;position:absolute;font-family:"st ryde";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.588975906372rem;left:18.346355438233rem;height:5.12044375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGTPzH5c9haEKCfWDZvRa8qhGhy9ZlX9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:56.25rem;top:4.125rem;left:9.375rem;overflow:hidden;display:none; }
#nwuwd5w5ybaTC8HZNNOOMlpVnbPGQMWo { color:#000000;display:block;width:11.749125rem;position:absolute;font-family:"st ryde";font-size:1.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0099811553955rem;left:17.44140625rem;height:7.5553125rem;text-align:center;text-align-last:center;display:block; }
#yeBSqN0Sb0XSS02D0MxaZlOcB7xoGpZD { 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:20.0625rem;width:11.6875rem;top:0.498046875rem;left:5.074462890625rem;overflow:hidden;display:block; }
#aR7R1mBeDPbRGg37iTRgJImqXS2EkkH9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.3120625rem;width:21.1870625rem;top:0.99826431274412rem;left:37.941627502441rem;overflow:hidden;display:block; }
#NT3ViNr8gl0cRHEvNJbugZdp57bwH9mG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #de671d, #e73503);background-image: -moz-linear-gradient(180deg, #de671d, #e73503);background-image: -ms-linear-gradient(180deg, #de671d, #e73503);background-image: -o-linear-gradient(180deg, #de671d, #e73503);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de671d', endColorstr='#e73503' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de671d', endColorstr='#e73503' );";background-image: linear-gradient(180deg, #de671d, #e73503);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.875rem;height:2.74956875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.27951335907rem;left:61.184898376465rem;display:block; }
#oUM7y0WFLDhKoOJGJJeI3fLLQTdwDmmy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8d5f1;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; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container { background-color: transparent; background-image: none; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container > .video-iframe-container { display: none; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row > .video-iframe-container { display: none; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .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); }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container { border-width: 0; border-radius: 0; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#kFTA5xaNhy3s9aLKMTsz1OroUlI5Vok7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d9d4, #00b2a9);background-image: -moz-linear-gradient(180deg, #00d9d4, #00b2a9);background-image: -ms-linear-gradient(180deg, #00d9d4, #00b2a9);background-image: -o-linear-gradient(180deg, #00d9d4, #00b2a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9d4', endColorstr='#00b2a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9d4', endColorstr='#00b2a9' );";background-image: linear-gradient(180deg, #00d9d4, #00b2a9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.624rem;height:2.749025rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:4.34326171875rem;left:52.31201171875rem;display:block; }
#ndo5helCke1307bEVKh9V5015aixfxie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSmXvVW43qdrSs1Nb2xU8T936K7fuMl7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.624rem;height:2.749025rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.34326171875rem;left:64.686279296875rem;display:block; }
#PK86DfdZoHn7LrDbTxvotkdn4pTicuZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMmcskA8mlmhIoC37aIBaT7Cc8iGKvyJ { color:#440099;display:block;width:37.0605625rem;position:absolute;font-family:"st ryde";font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:2.2314453125rem;left:1.06201171875rem;height:6.9759375rem;display:block; }
#kbNuT0N1M2VsLJh9vTQQ63XDwXp57GcF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007ddf, #0047bb);background-image: -moz-linear-gradient(180deg, #007ddf, #0047bb);background-image: -ms-linear-gradient(180deg, #007ddf, #0047bb);background-image: -o-linear-gradient(180deg, #007ddf, #0047bb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ddf', endColorstr='#0047bb' );";background-image: linear-gradient(180deg, #007ddf, #0047bb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;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:"st ryde";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.6228125rem;height:2.749025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.34326171875rem;left:39.498291015625rem;display:block; }
#c1F7UJXxoT8n4sLuht53U6tCypGdIKz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiA45V0aPexktRgTygithfevznkePpTa { color:#ffffff;display:block;width:36rem;position:absolute;font-family:"st ryde";font-size:1.9375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:13.828125rem;left:38.37109375rem;height:4.26215rem;text-align:left;text-align-last:left;display:block; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-form-header {  }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-regular-label { display:block;width:17.3125rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-text { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:4.375rem;width:17.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#202020;line-height:1;box-sizing:border-box;font-family:"st ryde";font-weight:400;font-size:1.25rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.25rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-textarea { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.1875rem;width:17.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#202020;line-height:1;box-sizing:border-box;font-family:"st ryde";font-weight:400;font-size:1.25rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.25rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:17.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:4.375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"st ryde";font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#76229b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV [class*="-text"]:-moz-placeholder { font-size:1.25rem;font-family:"st ryde";color:#c5c5c5;text-align:center;text-align-last:center; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV [class*="-text"]::-moz-placeholder { font-size:1.25rem;font-family:"st ryde";color:#c5c5c5;text-align:center;text-align-last:center; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV [class*="-text"]:-ms-input-placeholder { font-size:1.25rem;font-family:"st ryde";color:#c5c5c5;text-align:center;text-align-last:center; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV [class*="-text"]::-webkit-input-placeholder { font-size:1.25rem;font-family:"st ryde";color:#c5c5c5;text-align:center;text-align-last:center; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:30.8125rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.78125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-container:first-of-type{padding-top:0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-container:last-of-type{padding-bottom:0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:32.3125rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:1.0615234375rem;top:12.208984375rem;z-index:100025;position:absolute; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .radio-container { width:17.9375rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:32.3125rem;height:auto;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;left:1.0615234375rem;top:12.208984375rem;z-index:15025;position:absolute; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #HX5IRhQXfsKTei3utlXkCwGEKM3AWXbQ { position:relative; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #A4EA1EdV7eTNx6nP35AA6ykHxreE8VUn { position:relative;display:none; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #TGOhkBHNFlWZ5hQZoV0Gu7b7KEXSDfJ1 { position:relative; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #oD9vGlgKhebyM56PuJIDayZvO69wGyFW { position:relative; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #NGMFI4UHmMP5wXLOw6soafugSRkxyTgU { position:relative; }
#yxNvawGSp997koDioUiXO16QO7Vq9ipe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:4.375rem;top:19.708984375rem;left:23.763671875rem;overflow:hidden;display:block; }
#gDUP3Kpy0lSD0lCP958Og2bPGcwXn9FX { 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:4.311525rem;width:4.375rem;top:19.708984375rem;left:29.701171875rem;overflow:hidden;display:block; }
#bVgAE9PlPx44BKhOZQDqCKeRGHJmM2Nx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249025rem;width:4.249025rem;top:19.708984375rem;left:35.375rem;overflow:hidden;display:block; }
#MfGfp9EJmTFuIiJlZwtXIvSBFv1NXyTy { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:4.375rem;top:19.708984375rem;left:41.30859375rem;overflow:hidden;display:block; }
#VVqGGBFT0xfJOowAQQpa1kKsQF2WbkkL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:4.25rem;width:4.25rem;top:19.7392578125rem;left:47.123046875rem;overflow:hidden;display:block; }
#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { background-color: transparent; background-image: none; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container > .video-iframe-container { display: none; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row > .video-iframe-container { display: none; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .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); }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { border-width: 0; border-radius: 0; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#HUICgXVhhowGTknM5JxMmZZBOVK1OG1d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.25rem;top:2.5rem;left:1.25rem;overflow:hidden;display:block; }
#rSe4Li2Ov3VPyaUfoCRsRQaggPqvqlHk { color:#840b55;display:block;width:12.5rem;position:absolute;font-family:"st ryde";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.1875rem;left:1.25rem;height:1.65rem;font-style:normal;display:block; }
#FL8asb7ByhgMJR5RJDF7nDek4PoL1S3e { color:#840b55;display:block;width:20rem;position:absolute;font-family:"st ryde";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:27.5rem;height:1.9487875rem;font-style:normal;display:block; }
#g2QsIVGG7zqshWtbGTOg3EHwoEycK0WP { color:#202020;display:block;width:12.5625rem;position:absolute;font-family:"st ryde";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:27.312501907349rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#xGRy6EuDKu5tJDMboS8VGPBWmhnCNAp3 { color:#202020;display:block;width:25.625rem;position:absolute;font-family:"st ryde";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:1.708984375rem;left:48.436279296875rem;height:10.49698125rem;text-align:right;text-align-last:right;display:block; }
#tTTdnWIaUFycsToeE4n7wkqcXalHcOXS { color:#202020;display:block;width:9rem;position:absolute;font-family:"st ryde";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.6236972808838rem;left:40.268228530884rem;height:2.599825rem;text-align:right;text-align-last:right;display:block; }
#iLBR0ZrTAxSpVDNe2thdKF36hlR0EOMI { position:absolute;display:block;z-index:15030;height:2.74805rem;width:4.24805rem;top:13.32421875rem;left:69.1220703125rem;display:block; }
#btT1bDOCniE2s2QeVwONXkZe2ASGoII5 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.561525rem;width:4.436525rem;top:10.73046875rem;left:12.97265625rem;overflow:hidden;display:block; }
#Xt7hCuhEwZZ2hpT2n6IqqWHoQ5T5adx3 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.37305rem;top:10.82421875rem;left:19.5rem;overflow:hidden;display:block; }
#wWf4rUSWpoXvVdCEnollDKbnO70WvWK8 { color:#202020;display:block;width:14.375rem;position:absolute;font-family:"st ryde";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.4921875rem;left:27.49951171875rem;height:5.19965rem;display:block; }
#Iwco97b9WzEh765h5owy0drkkDQM8FlT { color:#202020;display:block;width:6.0625rem;position:absolute;font-family:"st ryde";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:9.75rem;left:43.059900283814rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#veGLUutC1etnRiT3E6LNgcROohZ6x4cw { color:#202020;display:block;width:5.9375rem;position:absolute;font-family:"st ryde";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.1875rem;left:43.248046875rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV.adaptive-delivery-prevent-bg, #A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV.lazyload, #A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV.lazyloading { background-image: none; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container { background-color: transparent; background-image: none; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container > .video-iframe-container { display: none; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row > .video-iframe-container { display: none; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .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); }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container { border-width: 0; border-radius: 0; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#Kgeymt8uV4MxefPq445Qrwh2CGMmhm81 { color:#202020;display:block;width:38.875rem;position:absolute;font-family:"st ryde";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:4.0625rem;left:18.0625rem;height:3.6002625rem;text-align:center;text-align-last:center;display:block; }
#mNxFetnBnBnaon34NmRcyUmpatObfkzP { z-index:15002;top:6rem;left:24.65625rem;background-color:transparent;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:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uIV94ZcgBqT84xLdTpiOuuVvCaKfpb6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz { display:block; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szwpoFCJDfHbkHd5nXJ4lGi8ZFVFTwxp { top:1.375rem;left:0rem;width:13rem;height:4.913610982186rem;display:block; }
 }@media only screen and (max-width: 763px) { #THImDRKg92hn4qDuqRTi83SHEP4b1Jel { top:3.75rem;left:1.375rem;width:20.4375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOpbs98wweDJn5IrpouezwHdQ0vKapqr { top:4.0625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxilGvXfHDTQxOQIfuuaCZP2yK8FsGhJ { top:4.0625rem;left:25.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfl40tX1tSL9RA7LNnHtIxVcKLeZVXM8 { top:4.0625rem;left:27.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPIDcZ8aTtBWzxooL31IgXTdCWfuUtxc { top:4.0625rem;left:30.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtdQm2RVrDKFt6yXCuRLuuWcVUGUUiuB { top:4.0625rem;left:32.9375rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt824rbINlX2Xs4TJ9tEe6svVdpJNDTE { width:8.125rem;height:2.125rem;top:3.9375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQFLu066eVyG4fZlR55D18AxOvaaVNCx { display:block; }
 }@media only screen and (max-width: 763px) { #TVn9E0wUwhQad6eQEQ7eS7W7cd1OqAPe { width:13.375rem;height:2.125rem;top:3.9375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2c6vZPI27DmVCoQUgiqlTU58FRh1Wdq { display:block; }
 }@media only screen and (max-width: 763px) { #hC0Cmbnmx7ILMf1GhL6FtFD65fgRfNrz { width:10.625rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUZQsDTUquhqgwcqBz7qCUxRp1sw5ynx { display:block; }
 }@media only screen and (max-width: 763px) { #WwphQTNciGUzNTQcCJlNn5XTOArP09ta { width:10rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyd4zTZeAgLE3adgtbtDuJQcMzQmeGX2 { display:block; }
 }@media only screen and (max-width: 763px) { #xXZiPLkAepqmwQw8WB75zthVZJbWo8dW { width:10rem;height:2.5rem;top:9.1875rem;left:7.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDAQ7wIyhuTVxXTTFFUmxzrD1NsFfpNW { display:block; }
 }@media only screen and (max-width: 763px) { #klbXT9M19La6icLMHkyxIbHNJT8S032k { width:11.875rem;height:2.5rem;top:9.1875rem;left:17.059896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfZ3hIUcTCZE5PTeyqiWqaFWmSKbCOHW { display:block; }
 }@media only screen and (max-width: 763px) { #MtRpEHvPQrMlE4sLSgCriJX8aUywHzMe { width:11.25rem;height:2.5rem;top:9.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1IEc9oQNVzT4xXQiK225KLpziTd29ah { display:block; }
 }@media only screen and (max-width: 763px) { #GgIFkwPWIrOaUnlddrwQKc11JN8MTMVW { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuXbUE24rcM6zm0XGO1DIrQqHsbxGE6c { display:block; }
 }@media only screen and (max-width: 763px) { #r3k6MQZPAE1xQGMHUy7gNgAT37Pwk0JK { width:11.25rem;height:2.5rem;top:9.1875rem;left:28.934900283814rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJKa8vqBJoUMAgSz97Mq0mWOF5U5wO8C { display:block; }
 }@media only screen and (max-width: 763px) { #NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd { display:block; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSMow1rFMKTrbWaXOlPMiiVXg2T43TsM { top:54.5625rem;left:8.8125rem;width:30.25rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGRPS47vI0c29qVPTDeMALL2nSwk2Olo { top:5rem;left:0rem;width:24.1875rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmFmG1TzNUrqKcUd5TIIvMQfAdPqZlRz { top:4.625rem;left:15.3125rem;width:32.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvXS2A8a0LMetG4tpLIa5hACfRtTxZqm { top:33rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTMZbOODuQTyLIFCT35TTa516pPbSNd { top:170.0625rem;left:25.9375rem;width:21.8125rem;height:5.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIesHJqT47Nukk5snryz6KDWFyO24RWM { top:196.9375rem;left:15.4375rem;width:32.3125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO3aFXuqrq7NFLoDDTRvcoZ8Taw57Xyc { top:10.1875rem;left:13.4375rem;width:34.3125rem;height:32.815183714436rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzKISaJWTFLM0WO92wqOaQd3mw3aeFoK { top:28.375rem;left:32.75rem;width:10.375rem;height:11.742328973843rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysWzOvS6nvqbMgBMCC4KPxssuWthL09V { top:31.0625rem;left:36.25rem;width:6.625rem;height:7.1198687752356rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeoVB6fv4ocHFmqUhCkOkIPp1A5GIySP { top:30.875rem;left:26.9375rem;width:5.3125rem;height:5.9915855740404rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTmAHzyxprRqMes3DgTaaiX6KVUm5aT { top:19.5rem;left:29.508602627841rem;width:11rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwdoSshhkXAQ5kFuC6tvkkEWgmJv1wN4 { top:16.1875rem;left:34.375rem;width:8.4375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsuXTrig2EeDcfpdQyQ0yztDdtnpG7xJ { top:13rem;left:38.4375rem;width:5.3125rem;height:6.2391705294201rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGxnxJlWBiyrZgHn1kyGizQw1t0PzImX { top:23.5625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXCC94lcTrGUzDcxT998z2cwSDRWbcJP { top:18.5625rem;left:0rem;width:29.8125rem;height:16.028270742801rem;display:block; }
 }@media only screen and (max-width: 763px) { #plWyyCEQdbwOtQXyLmqe4mKOVVlikLWV { top:186.125rem;left:10.375rem;width:37.375rem;height:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLJiDfBdShTIrb0T2LcIQAg7tiNOHWsH { top:62.75rem;left:14.687717437744rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlxXFKfzL83xfKMpJGOk9VqUinn2TbuC { width:10.9375rem;height:2.0625rem;top:89.375rem;left:18.374786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwgpKTikk1CQbaFT7G35SqAeJzCesCHi { display:block; }
 }@media only screen and (max-width: 763px) { #ZtlTDicTaKz0wxZakr6BXJHyOeih0tCM { top:67.875rem;left:0rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nknWz708ow3bThRC7BqV1SKywBZoS9zx { top:35.4375rem;left:35.0625rem;width:12.625rem;height:5.9702082902269rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR2Dt3N7ceUJDmQCWP526yaLrierVuyT { top:67.875rem;left:17.812721252441rem;width:12.0625rem;height:19.58844135357rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExWLgM256SHeqZyPIahMvpLZwTTkCLt { top:97.875rem;left:0rem;width:19.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrS4EoXPc07Z4PJZenRcrak7W4nh28P0 { top:62.75rem;left:0rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVHyVPTPvevLzTcT359hbRMG0f8HQoVk { width:10.9375rem;height:2.0625rem;top:89.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX8646Z0vlgkFeRlG1lAKWwhdg0zKU6F { display:block; }
 }@media only screen and (max-width: 763px) { #GNOfznISr1hUxAZlJoWwhwWbvBJEJvPe { top:93.875rem;left:0rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9L1GiIqySf0ZM7aFgy829Nc0vaUM1kQ { width:10.9375rem;height:2.0625rem;top:119.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM1vlFMgbWI3zCnl5n1SbTpzmlcoU1Us { display:block; }
 }@media only screen and (max-width: 763px) { #HVNpqgMgyUNwGiqu2ofhNRO6GCCGhfWX { top:62.75rem;left:29.4375rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCyh6kKZ4SIaWiF6bBG7eNBKRA5dbLsH { top:67.9375rem;left:32.3125rem;width:15.4375rem;height:19.423612175312rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdsBKn329zhcb9JPMW409GdA2BRMy1h2 { width:12.5rem;height:2.0625rem;top:89.375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqKbPUDEP9Ogw3w4UPpQAiBuO50ekqzQ { display:block; }
 }@media only screen and (max-width: 763px) { #F8H6m23Ht3DxTiEXdnc6xVE0vQ83fOBC { top:97.4375rem;left:27.375rem;width:20.375rem;height:20.312254393771rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXJe8XhGVSUt2Niy8PRRT5wTv5TD28N4 { width:12.5rem;height:2.0625rem;top:150.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLhrbg9PLAniMXKJHEyqQVBOV9A5TZsT { display:block; }
 }@media only screen and (max-width: 763px) { #oyXIRhivrTrgU2fnbulowsCPMkNivBbm { top:124.5625rem;left:0rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4M6T6J4fWT9HcuL3bxE64rXXNqHu7M5 { top:128.3125rem;left:0rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArJgikSnsIUTZLKDq5mDFS7SZp6yhFAf { top:93.875rem;left:29.4375rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwohCI67K9W2wR5MhoGJo8FcmI3IIP0T { width:12.5rem;height:2.0625rem;top:119.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScpMTir5OmdMIxNgqNLAHKnAoTXgCgfC { display:block; }
 }@media only screen and (max-width: 763px) { #odqIDnrAT67WpiVrJybkrb4tC8F982in { top:96.75rem;left:14.687717437744rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnFOpT5usccJobG55q3rtgWlxoWGHfh2 { top:97.4375rem;left:13.655818939209rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgsNKAkPFz0W9yIZLaUBpV5gVtvJ68WD { top:93.875rem;left:14.687717437744rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvUGPimF0pNgITk6Q7iUSmQogBRxF40m { width:10.9375rem;height:2.0625rem;top:150.8125rem;left:18.374786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfx6yHZyTwomHdiXPXBVgipGy5E9OMMk { display:block; }
 }@media only screen and (max-width: 763px) { #tecKzm4De5wS4mPsCApvliAmLoxfx2Ds { top:128.3125rem;left:16.687503814698rem;width:14.375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzsU4xZUMLSk7Bf6RcRxl0zqXlEyf10g { top:124.5625rem;left:14.687717437744rem;width:18.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkg92VfQ8BXVXLmT78v6qDmvtDTHUaVr { width:10.9375rem;height:2.0625rem;top:119.5rem;left:18.374786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrwsKOSQ0rm1TITzvU9eS8r43tlRmghq { display:block; }
 }@media only screen and (max-width: 763px) { #uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 { display:block; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKTS6HBXXXHeQncRre0bklulOMlC3Sqn { top:12.5625rem;left:4.7213554382324rem;width:9.875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTPzH5c9haEKCfWDZvRa8qhGhy9ZlX9 { top:4.125rem;left:0rem;width:47.75rem;height:8.1175rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwuwd5w5ybaTC8HZNNOOMlpVnbPGQMWo { top:3rem;left:3.81640625rem;width:11.6875rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeBSqN0Sb0XSS02D0MxaZlOcB7xoGpZD { top:0.4375rem;left:0rem;width:11.6875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR7R1mBeDPbRGg37iTRgJImqXS2EkkH9 { top:0.9375rem;left:24.316627502441rem;width:21.125rem;height:19.255492370049rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT3ViNr8gl0cRHEvNJbugZdp57bwH9mG { width:11.875rem;height:2.6875rem;top:9.25rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUM7y0WFLDhKoOJGJJeI3fLLQTdwDmmy { display:block; }
 }@media only screen and (max-width: 763px) { #ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB { display:block; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFTA5xaNhy3s9aLKMTsz1OroUlI5Vok7 { width:9.5625rem;height:2.6875rem;top:4.3125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndo5helCke1307bEVKh9V5015aixfxie { display:block; }
 }@media only screen and (max-width: 763px) { #rSmXvVW43qdrSs1Nb2xU8T936K7fuMl7 { width:9.5625rem;height:2.6875rem;top:4.3125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK86DfdZoHn7LrDbTxvotkdn4pTicuZy { display:block; }
 }@media only screen and (max-width: 763px) { #xMmcskA8mlmhIoC37aIBaT7Cc8iGKvyJ { top:2.1875rem;left:0rem;width:37rem;height:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbNuT0N1M2VsLJh9vTQQ63XDwXp57GcF { width:9.5625rem;height:2.6875rem;top:4.3125rem;left:25.873291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1F7UJXxoT8n4sLuht53U6tCypGdIKz8 { display:block; }
 }@media only screen and (max-width: 763px) { #fiA45V0aPexktRgTygithfevznkePpTa { top:13.8125rem;left:11.75rem;width:36rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-regular-label { width:17.3125rem;display:block; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-text { width:17.3125rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-textarea { width:17.3125rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-select { width:17.3125rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-checkbox-label { width:30.8125rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-radio-label { width:7.78125rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV  { width:32.3125rem;height:5rem;top:12.1875rem;left:0rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .radio-container { width:17.9375rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV {display:inline-block;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV { width:32.3125rem;height:5rem;top:12.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #HX5IRhQXfsKTei3utlXkCwGEKM3AWXbQ {  }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #A4EA1EdV7eTNx6nP35AA6ykHxreE8VUn { display:none; }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #TGOhkBHNFlWZ5hQZoV0Gu7b7KEXSDfJ1 {  }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #oD9vGlgKhebyM56PuJIDayZvO69wGyFW {  }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #NGMFI4UHmMP5wXLOw6soafugSRkxyTgU {  }
 }@media only screen and (max-width: 763px) { #yxNvawGSp997koDioUiXO16QO7Vq9ipe { top:19.6875rem;left:10.138671875rem;width:4.375rem;height:4.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDUP3Kpy0lSD0lCP958Og2bPGcwXn9FX { top:19.6875rem;left:16.076171875rem;width:4.375rem;height:4.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVgAE9PlPx44BKhOZQDqCKeRGHJmM2Nx { top:19.6875rem;left:21.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfGfp9EJmTFuIiJlZwtXIvSBFv1NXyTy { top:19.6875rem;left:27.68359375rem;width:4.375rem;height:4.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVqGGBFT0xfJOowAQQpa1kKsQF2WbkkL { top:19.6875rem;left:33.498046875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQk9XVs7elPc0QGJzadyvJrvsxUX0QT { display:block; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUICgXVhhowGTknM5JxMmZZBOVK1OG1d { top:2.5rem;left:0rem;width:18.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSe4Li2Ov3VPyaUfoCRsRQaggPqvqlHk { top:12.1875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL8asb7ByhgMJR5RJDF7nDek4PoL1S3e { top:2.6875rem;left:11.6875rem;width:20rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2QsIVGG7zqshWtbGTOg3EHwoEycK0WP { top:5.625rem;left:15.875rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRy6EuDKu5tJDMboS8VGPBWmhnCNAp3 { top:1.6875rem;left:6.125rem;width:25.625rem;height:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTdnWIaUFycsToeE4n7wkqcXalHcOXS { top:5.5625rem;left:22.75rem;width:9rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLBR0ZrTAxSpVDNe2thdKF36hlR0EOMI { top:13.3125rem;left:43.4375rem;width:4.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btT1bDOCniE2s2QeVwONXkZe2ASGoII5 { top:10.6875rem;left:8.41015625rem;width:4.375rem;height:4.4982665205313rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt7hCuhEwZZ2hpT2n6IqqWHoQ5T5adx3 { top:10.8125rem;left:12.5625rem;width:3.3125rem;height:4.296463882836rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWf4rUSWpoXvVdCEnollDKbnO70WvWK8 { top:9.4375rem;left:15.875rem;width:14.3125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwco97b9WzEh765h5owy0drkkDQM8FlT { top:9.75rem;left:26.375rem;width:6.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veGLUutC1etnRiT3E6LNgcROohZ6x4cw { top:12.1875rem;left:25.8125rem;width:5.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV { display:block; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgeymt8uV4MxefPq445Qrwh2CGMmhm81 { top:4.0625rem;left:4.4375rem;width:38.875rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxFetnBnBnaon34NmRcyUmpatObfkzP { top:6rem;left:11.03125rem;width:25.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIV94ZcgBqT84xLdTpiOuuVvCaKfpb6S { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container { background-color: transparent; background-image: none; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container > .video-iframe-container { display: none; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row > .video-iframe-container { display: none; }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .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); }#B5c6idWUPaNEyJRruxhfAD5w7qTfP4uz > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szwpoFCJDfHbkHd5nXJ4lGi8ZFVFTwxp { width:10.625rem;height:3.93676875rem;top:0.8740234375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THImDRKg92hn4qDuqRTi83SHEP4b1Jel { width:9.1875rem;height:5.0586rem;top:13.68017578125rem;left:9.6240234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #hOpbs98wweDJn5IrpouezwHdQ0vKapqr { width:1.875rem;height:1.875rem;top:17.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxilGvXfHDTQxOQIfuuaCZP2yK8FsGhJ { width:1.875rem;height:1.875rem;top:17.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfl40tX1tSL9RA7LNnHtIxVcKLeZVXM8 { width:1.875rem;height:1.875rem;top:17.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPIDcZ8aTtBWzxooL31IgXTdCWfuUtxc { width:1.875rem;height:1.875rem;top:17.8125rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtdQm2RVrDKFt6yXCuRLuuWcVUGUUiuB { width:1.875rem;height:1.8125rem;top:17.8125rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lt824rbINlX2Xs4TJ9tEe6svVdpJNDTE { width:7.2495rem;height:1.749025rem;top:11.49365234375rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQFLu066eVyG4fZlR55D18AxOvaaVNCx { display:block; }
 }@media only screen and (max-width: 763px) { #TVn9E0wUwhQad6eQEQ7eS7W7cd1OqAPe { width:6.6855625rem;height:1.875rem;top:14.94873046875rem;left:1.02978515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2c6vZPI27DmVCoQUgiqlTU58FRh1Wdq { display:block; }
 }@media only screen and (max-width: 763px) { #hC0Cmbnmx7ILMf1GhL6FtFD65fgRfNrz { width:7.1875rem;height:1.5rem;top:5.794921875rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUZQsDTUquhqgwcqBz7qCUxRp1sw5ynx { display:block; }
 }@media only screen and (max-width: 763px) { #WwphQTNciGUzNTQcCJlNn5XTOArP09ta { width:7.875rem;height:1.625rem;top:5.73193359375rem;left:10.3740234375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyd4zTZeAgLE3adgtbtDuJQcMzQmeGX2 { display:block; }
 }@media only screen and (max-width: 763px) { #xXZiPLkAepqmwQw8WB75zthVZJbWo8dW { width:6.9375rem;height:1.2495125rem;top:7.82470703125rem;left:0.498046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDAQ7wIyhuTVxXTTFFUmxzrD1NsFfpNW { display:block; }
 }@media only screen and (max-width: 763px) { #klbXT9M19La6icLMHkyxIbHNJT8S032k { width:8.0625rem;height:1.375rem;top:9.6357421875rem;left:10.24951171875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfZ3hIUcTCZE5PTeyqiWqaFWmSKbCOHW { display:block; }
 }@media only screen and (max-width: 763px) { #MtRpEHvPQrMlE4sLSgCriJX8aUywHzMe { width:6.9975625rem;height:1.374025rem;top:9.6357421875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1IEc9oQNVzT4xXQiK225KLpziTd29ah { display:block; }
 }@media only screen and (max-width: 763px) { #GgIFkwPWIrOaUnlddrwQKc11JN8MTMVW { width:8.0625rem;height:1.1875rem;top:11.7744140625rem;left:10.24951171875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuXbUE24rcM6zm0XGO1DIrQqHsbxGE6c { display:block; }
 }@media only screen and (max-width: 763px) { #r3k6MQZPAE1xQGMHUy7gNgAT37Pwk0JK { width:7.8105625rem;height:1.6245125rem;top:7.63623046875rem;left:10.3740234375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJKa8vqBJoUMAgSz97Mq0mWOF5U5wO8C { display:block; }
 }@media only screen and (max-width: 763px) { #NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container { background-color: transparent; background-image: none; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container > .video-iframe-container { display: none; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row > .video-iframe-container { display: none; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .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); }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container { border-width: 0; border-radius: 0; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxPbLrHCPqglEoNtc6c2Clk0UFmHVxWd > .row .container { width:20rem;height:162.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSMow1rFMKTrbWaXOlPMiiVXg2T43TsM { width:19.9995rem;height:2.59895625rem;top:44.74951171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;color:#6c1ba4;display:block; }
 }@media only screen and (max-width: 763px) { #pGRPS47vI0c29qVPTDeMALL2nSwk2Olo { width:20rem;height:2.59895625rem;top:1.12109375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;color:#9623bc;display:block; }
 }@media only screen and (max-width: 763px) { #mmFmG1TzNUrqKcUd5TIIvMQfAdPqZlRz { width:18.6870625rem;height:4.38801875rem;top:5.2495822906494rem;left:0.65538197755812rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;color:rgba(9,22,77,0.57);display:block; }
 }@media only screen and (max-width: 763px) { #FvXS2A8a0LMetG4tpLIa5hACfRtTxZqm { width:2.499025rem;height:2.499025rem;top:25.53076171875rem;left:15.46728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTMZbOODuQTyLIFCT35TTa516pPbSNd { width:14.1873125rem;height:2.59874375rem;top:124.1875rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;color:#1f045d;display:block; }
 }@media only screen and (max-width: 763px) { #yIesHJqT47Nukk5snryz6KDWFyO24RWM { width:19.99675rem;height:27.49675rem;top:134.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO3aFXuqrq7NFLoDDTRvcoZ8Taw57Xyc { width:20rem;height:19.129875rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzKISaJWTFLM0WO92wqOaQd3mw3aeFoK { width:6.25rem;height:7.125rem;top:21.53125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysWzOvS6nvqbMgBMCC4KPxssuWthL09V { width:3.9375rem;height:4.25rem;top:23.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeoVB6fv4ocHFmqUhCkOkIPp1A5GIySP { width:2.4375rem;height:2.8125rem;top:23.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTmAHzyxprRqMes3DgTaaiX6KVUm5aT { width:6.75rem;height:6rem;top:16.912109375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwdoSshhkXAQ5kFuC6tvkkEWgmJv1wN4 { width:6.0625rem;height:3.625rem;top:14.5712890625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsuXTrig2EeDcfpdQyQ0yztDdtnpG7xJ { width:3.5625rem;height:4.125rem;top:12.849609375rem;left:6.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGxnxJlWBiyrZgHn1kyGizQw1t0PzImX { width:2.875rem;height:2.875rem;top:18.6259765625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXCC94lcTrGUzDcxT998z2cwSDRWbcJP { height:8.8725625rem;width:16.6875rem;top:33.1142578125rem;left:1.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plWyyCEQdbwOtQXyLmqe4mKOVVlikLWV { width:19.99675rem;height:5.19965rem;top:127.4375rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(13,44,74,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #LLJiDfBdShTIrb0T2LcIQAg7tiNOHWsH { width:8.186875rem;height:1.462675rem;top:48.500435829162rem;left:0.65538197755812rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(229,136,8,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #QlxXFKfzL83xfKMpJGOk9VqUinn2TbuC { width:7.5rem;height:2.5rem;top:65.4861164093rem;left:0.74978297948838rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f08111, #ceab62);background-image: -moz-linear-gradient(180deg, #f08111, #ceab62);background-image: -ms-linear-gradient(180deg, #f08111, #ceab62);background-image: -o-linear-gradient(180deg, #f08111, #ceab62);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08111', endColorstr='#ceab62' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08111', endColorstr='#ceab62' );";background-image: linear-gradient(180deg, #f08111, #ceab62);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qwgpKTikk1CQbaFT7G35SqAeJzCesCHi { display:block; }
 }@media only screen and (max-width: 763px) { #ZtlTDicTaKz0wxZakr6BXJHyOeih0tCM { width:8.5625rem;height:8.5625rem;top:53.696838378906rem;left:10.434027969837rem;display:block; }
 }@media only screen and (max-width: 763px) { #nknWz708ow3bThRC7BqV1SKywBZoS9zx { width:7.7495625rem;height:3.49935rem;top:25.030383467674rem;left:12.249349892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR2Dt3N7ceUJDmQCWP526yaLrierVuyT { width:8.311625rem;height:13.624125rem;top:50.855036735534rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #fExWLgM256SHeqZyPIahMvpLZwTTkCLt { width:8.5625rem;height:8.5625rem;top:72.9470539093rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrS4EoXPc07Z4PJZenRcrak7W4nh28P0 { width:7.249375rem;height:2.92535rem;top:47.769099235534rem;left:10.783420860767rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(42,42,216,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #TVHyVPTPvevLzTcT359hbRMG0f8HQoVk { width:7.436rem;height:2.5rem;top:65.48611450195rem;left:10.974393188953rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #403d86, #ce62c2);background-image: -moz-linear-gradient(180deg, #403d86, #ce62c2);background-image: -ms-linear-gradient(180deg, #403d86, #ce62c2);background-image: -o-linear-gradient(180deg, #403d86, #ce62c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#403d86', endColorstr='#ce62c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#403d86', endColorstr='#ce62c2' );";background-image: linear-gradient(180deg, #403d86, #ce62c2);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wX8646Z0vlgkFeRlG1lAKWwhdg0zKU6F { display:block; }
 }@media only screen and (max-width: 763px) { #GNOfznISr1hUxAZlJoWwhwWbvBJEJvPe { width:8.9995625rem;height:1.462675rem;top:69.641929626462rem;left:0.65538197755812rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(42,42,216,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #N9L1GiIqySf0ZM7aFgy829Nc0vaUM1kQ { width:7.3123125rem;height:2.5rem;top:83.447265625rem;left:1.0297309756279rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0e5a6e, #189ba3);background-image: -moz-linear-gradient(180deg, #0e5a6e, #189ba3);background-image: -ms-linear-gradient(180deg, #0e5a6e, #189ba3);background-image: -o-linear-gradient(180deg, #0e5a6e, #189ba3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5a6e', endColorstr='#189ba3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5a6e', endColorstr='#189ba3' );";background-image: linear-gradient(180deg, #0e5a6e, #189ba3);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OM1vlFMgbWI3zCnl5n1SbTpzmlcoU1Us { display:block; }
 }@media only screen and (max-width: 763px) { #HVNpqgMgyUNwGiqu2ofhNRO6GCCGhfWX { width:5.7487rem;height:1.462675rem;top:69.641929626462rem;left:12.874349892139rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(42,42,216,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #lCyh6kKZ4SIaWiF6bBG7eNBKRA5dbLsH { width:8.5623125rem;height:10.7498125rem;top:71.883686065675rem;left:10.847440063953rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdsBKn329zhcb9JPMW409GdA2BRMy1h2 { width:8.311625rem;height:2.06163125rem;top:83.668628692625rem;left:11.099175751209rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #24244d, #52908e);background-image: -moz-linear-gradient(180deg, #24244d, #52908e);background-image: -ms-linear-gradient(180deg, #24244d, #52908e);background-image: -o-linear-gradient(180deg, #24244d, #52908e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24244d', endColorstr='#52908e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#24244d', endColorstr='#52908e' );";background-image: linear-gradient(180deg, #24244d, #52908e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qqKbPUDEP9Ogw3w4UPpQAiBuO50ekqzQ { display:block; }
 }@media only screen and (max-width: 763px) { #F8H6m23Ht3DxTiEXdnc6xVE0vQ83fOBC { width:8.75rem;height:8.75rem;top:89.5996131897rem;left:10.660807907581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXJe8XhGVSUt2Niy8PRRT5wTv5TD28N4 { width:6.7480625rem;height:2.06055rem;top:120.05751800537rem;left:1.3118489384651rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #403d86, #ce62c2);background-image: -moz-linear-gradient(180deg, #403d86, #ce62c2);background-image: -ms-linear-gradient(180deg, #403d86, #ce62c2);background-image: -o-linear-gradient(180deg, #403d86, #ce62c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#403d86', endColorstr='#ce62c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#403d86', endColorstr='#ce62c2' );";background-image: linear-gradient(180deg, #403d86, #ce62c2);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dLhrbg9PLAniMXKJHEyqQVBOV9A5TZsT { display:block; }
 }@media only screen and (max-width: 763px) { #oyXIRhivrTrgU2fnbulowsCPMkNivBbm { width:6.4985rem;height:1.462675rem;top:104.02886962891rem;left:1.4366319775581rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(42,42,216,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #Z4M6T6J4fWT9HcuL3bxE64rXXNqHu7M5 { width:8.8748125rem;height:8.8748125rem;top:108.53408050537rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArJgikSnsIUTZLKDq5mDFS7SZp6yhFAf { width:6.7480625rem;height:1.462675rem;top:109.29253768921rem;left:11.284722626209rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(42,42,216,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #mwohCI67K9W2wR5MhoGJo8FcmI3IIP0T { width:6.9998125rem;height:2.06055rem;top:99.621313095094rem;left:12.409940063953rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b15f28, #eb630b);background-image: -moz-linear-gradient(180deg, #b15f28, #eb630b);background-image: -ms-linear-gradient(180deg, #b15f28, #eb630b);background-image: -o-linear-gradient(180deg, #b15f28, #eb630b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b15f28', endColorstr='#eb630b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b15f28', endColorstr='#eb630b' );";background-image: linear-gradient(180deg, #b15f28, #eb630b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ScpMTir5OmdMIxNgqNLAHKnAoTXgCgfC { display:block; }
 }@media only screen and (max-width: 763px) { #odqIDnrAT67WpiVrJybkrb4tC8F982in { width:6.4985rem;height:1.462675rem;top:87.144098281862rem;left:11.911893188953rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(42,42,216,0.9);z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PnFOpT5usccJobG55q3rtgWlxoWGHfh2 { width:9.3120625rem;height:9.3120625rem;top:89.319665908812rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgsNKAkPFz0W9yIZLaUBpV5gVtvJ68WD { width:8.4375rem;height:1.462675rem;top:87.144102096556rem;left:1.1935765147209rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(42,42,216,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #pvUGPimF0pNgITk6Q7iUSmQogBRxF40m { width:6.436625rem;height:2.06163125rem;top:120.05751800537rem;left:11.974827110767rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9181c, #ce62ab);background-image: -moz-linear-gradient(180deg, #f9181c, #ce62ab);background-image: -ms-linear-gradient(180deg, #f9181c, #ce62ab);background-image: -o-linear-gradient(180deg, #f9181c, #ce62ab);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9181c', endColorstr='#ce62ab' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9181c', endColorstr='#ce62ab' );";background-image: linear-gradient(180deg, #f9181c, #ce62ab);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cfx6yHZyTwomHdiXPXBVgipGy5E9OMMk { display:block; }
 }@media only screen and (max-width: 763px) { #tecKzm4De5wS4mPsCApvliAmLoxfx2Ds { width:8.6870625rem;height:12.3123125rem;top:106.81532859803rem;left:10.723741829395rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzsU4xZUMLSk7Bf6RcRxl0zqXlEyf10g { width:8.499375rem;height:1.462675rem;top:104.02886962891rem;left:11.499566376209rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(42,42,216,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #Kkg92VfQ8BXVXLmT78v6qDmvtDTHUaVr { width:6.4995625rem;height:2.06163125rem;top:99.621313095094rem;left:2.4121094346046rem;font-size:0.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6c27aa, #4f8de2);background-image: -moz-linear-gradient(180deg, #6c27aa, #4f8de2);background-image: -ms-linear-gradient(180deg, #6c27aa, #4f8de2);background-image: -o-linear-gradient(180deg, #6c27aa, #4f8de2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c27aa', endColorstr='#4f8de2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c27aa', endColorstr='#4f8de2' );";background-image: linear-gradient(180deg, #6c27aa, #4f8de2);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qrwsKOSQ0rm1TITzvU9eS8r43tlRmghq { display:block; }
 }@media only screen and (max-width: 763px) { #uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 { background-color:#ffffff;background-image:none;display:block; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container { background-color: transparent; background-image: none; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container > .video-iframe-container { display: none; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row > .video-iframe-container { display: none; }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .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); }#uiQVkJhWRnolIM5X1QO0lS7ex7kG9o41 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKTS6HBXXXHeQncRre0bklulOMlC3Sqn { width:10.186625rem;height:2.92535rem;top:8.7163610458375rem;left:8.6230471730231rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTPzH5c9haEKCfWDZvRa8qhGhy9ZlX9 { width:20rem;height:0;top:4.4130859375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nwuwd5w5ybaTC8HZNNOOMlpVnbPGQMWo { width:18.81225rem;height:1.94970625rem;top:1.81884765625rem;left:0.5908203125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeBSqN0Sb0XSS02D0MxaZlOcB7xoGpZD { width:7.68675rem;height:13.2495rem;top:5.194091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR7R1mBeDPbRGg37iTRgJImqXS2EkkH9 { width:20rem;height:18.230051947976rem;top:19.691829437256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT3ViNr8gl0cRHEvNJbugZdp57bwH9mG { width:11.875rem;height:2.6875rem;top:39.171016937256rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUM7y0WFLDhKoOJGJJeI3fLLQTdwDmmy { display:block; }
 }@media only screen and (max-width: 763px) { #ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB { background-color:#ffffff;background-image:none;display:block; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container { background-color: transparent; background-image: none; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container > .video-iframe-container { display: none; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row > .video-iframe-container { display: none; }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .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); }#ex98ZnTBpEQmW9Grvyk6flELUGkn8qeB > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFTA5xaNhy3s9aLKMTsz1OroUlI5Vok7 { width:8.125rem;height:2.749025rem;top:10.6875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndo5helCke1307bEVKh9V5015aixfxie { display:block; }
 }@media only screen and (max-width: 763px) { #rSmXvVW43qdrSs1Nb2xU8T936K7fuMl7 { width:8.125rem;height:2.75rem;top:10.6875rem;left:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK86DfdZoHn7LrDbTxvotkdn4pTicuZy { display:block; }
 }@media only screen and (max-width: 763px) { #xMmcskA8mlmhIoC37aIBaT7Cc8iGKvyJ { width:17.5rem;height:5.85069375rem;top:2.5615234375rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kbNuT0N1M2VsLJh9vTQQ63XDwXp57GcF { width:9.5625rem;height:2.6875rem;top:15.875rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1F7UJXxoT8n4sLuht53U6tCypGdIKz8 { display:block; }
 }@media only screen and (max-width: 763px) { #fiA45V0aPexktRgTygithfevznkePpTa { width:17.5rem;height:4.125rem;top:21.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-form-header {  }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-regular-label { display:block;width:16.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"st ryde";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0.125rem 0rem 0.375rem rgba(0,0,0,0.2) ;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-text {padding-top: 0; padding-bottom: 0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"st ryde";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0.125rem 0rem 0.375rem rgba(0,0,0,0.2) ;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-select {padding-top: 0; padding-bottom: 0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.5rem;width:16.875rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"st ryde";font-weight:bold;text-align:center;text-align-last:center;font-size:0.875rem;background-color:#7700fd;background-image:none;overflow:hidden;box-shadow: 0.125rem 0rem 0.375rem rgba(0,0,0,0.2) ; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#780fc0; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#780fc0; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#780fc0; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#780fc0; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-container:first-of-type{padding-top:0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-container:last-of-type{padding-bottom:0;}#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:27.5625rem;z-index:100003; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .radio-container { width:17.5rem; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Bd3CmyZG26udiThk7WaJNcD5I46NiWfV { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;box-shadow: none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;left:0rem;top:27.5625rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #HX5IRhQXfsKTei3utlXkCwGEKM3AWXbQ {  }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #A4EA1EdV7eTNx6nP35AA6ykHxreE8VUn { display:none; }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #TGOhkBHNFlWZ5hQZoV0Gu7b7KEXSDfJ1 {  }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #oD9vGlgKhebyM56PuJIDayZvO69wGyFW {  }
 }@media only screen and (max-width: 763px) { #Bd3CmyZG26udiThk7WaJNcD5I46NiWfV #NGMFI4UHmMP5wXLOw6soafugSRkxyTgU {  }
 }@media only screen and (max-width: 763px) { #yxNvawGSp997koDioUiXO16QO7Vq9ipe { width:1.875rem;height:1.875rem;top:37.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDUP3Kpy0lSD0lCP958Og2bPGcwXn9FX { width:1.875rem;height:1.875rem;top:37.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVgAE9PlPx44BKhOZQDqCKeRGHJmM2Nx { width:1.875rem;height:1.875rem;top:37.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfGfp9EJmTFuIiJlZwtXIvSBFv1NXyTy { width:1.875rem;height:1.875rem;top:37.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVqGGBFT0xfJOowAQQpa1kKsQF2WbkkL { width:1.75rem;height:1.75rem;top:37.25rem;left:14.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQk9XVs7elPc0QGJzadyvJrvsxUX0QT { display:block; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUICgXVhhowGTknM5JxMmZZBOVK1OG1d { width:9.75rem;height:3.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSe4Li2Ov3VPyaUfoCRsRQaggPqvqlHk { width:9.936rem;height:1.62435rem;top:2.7799377441406rem;left:8.8823788762094rem;font-size:1.25rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FL8asb7ByhgMJR5RJDF7nDek4PoL1S3e { width:17.5rem;height:1.625rem;top:5.9375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2QsIVGG7zqshWtbGTOg3EHwoEycK0WP { width:17.5rem;height:2.2721375rem;top:7.998046875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGRy6EuDKu5tJDMboS8VGPBWmhnCNAp3 { width:12.5rem;height:6.2587rem;top:18.25rem;left:1.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tTTdnWIaUFycsToeE4n7wkqcXalHcOXS { width:8.0615rem;height:2.2721375rem;top:7.998046875rem;left:9.74853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLBR0ZrTAxSpVDNe2thdKF36hlR0EOMI { width:5.3125rem;height:3.125rem;top:19.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btT1bDOCniE2s2QeVwONXkZe2ASGoII5 { width:4.375rem;height:4.49585rem;top:26.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt7hCuhEwZZ2hpT2n6IqqWHoQ5T5adx3 { width:3.31176875rem;height:4.2932125rem;top:26.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWf4rUSWpoXvVdCEnollDKbnO70WvWK8 { width:13.6875rem;height:4.544275rem;top:11.9345703125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iwco97b9WzEh765h5owy0drkkDQM8FlT { width:5.375rem;height:1.13671875rem;top:11.9345703125rem;left:12.49609375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veGLUutC1etnRiT3E6LNgcROohZ6x4cw { width:5.9375rem;height:1.13671875rem;top:13.6396484375rem;left:11.93359375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV { background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV.adaptive-delivery-prevent-bg, #A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV.lazyload, #A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV.lazyloading { background-image: none; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container { background-color: transparent; background-image: none; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container > .video-iframe-container { display: none; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row > .video-iframe-container { display: none; }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .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); }#A6r4eKBmqpQeWGlmNVyWkiAQZ1WpSFpV > .row .container { width:20rem;height:7.6247711181641rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgeymt8uV4MxefPq445Qrwh2CGMmhm81 { width:17.5rem;height:4.1959625rem;top:1.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxFetnBnBnaon34NmRcyUmpatObfkzP { top:4.1875rem;left:0.5625rem;width:18.875rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIV94ZcgBqT84xLdTpiOuuVvCaKfpb6S { display:block; }
 }