.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#001342;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8faa493-acfa-4f7e-8c63-5db4c4f1751c/BannerdesktopGurudev2025.jpg");background-position:bottom 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; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#B5TxsvZqawvcyzbgXrcW1aOrnA4R52QU { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.799999237061rem;left:42.8125rem;height:0;font-style:normal;display:block; }
#weHK5SrAlT7lNIhUJB75uGDdO8Vv9lZl { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:"work sans";font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.850002288818rem;left:3.9375rem;height:3.150000125rem;display:block; }
#mB9pGwMXQNqgLHi1eEIEWVXlqgLmuWxE { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:28.125rem;left:3.25rem;display:block; }
#BG9f5fnqRX1hIWesrU8C9qSmPxHbKRL6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:35.25rem;top:15.25rem;left:0.9375rem;overflow:hidden;display:block; }
#KQKs8VqsVbFq3mG7EkdK0vDbTX6LcJBa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:15.75rem;top:38.950012207031rem;left:3.6875rem;overflow:hidden;display:block; }
#f9zTbPpQgw8AWypJaTPzVuUb7mgFgDK8 { position:absolute;display:block;z-index:15008;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.0625rem;width:5.0625rem;top:1.0874999761581rem;left:61.25rem;overflow:hidden;display:none; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { position:relative;display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { position:absolute;display:block;z-index:15003;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.4375rem;width:8.875rem;top:1.1875rem;left:1.875rem;overflow:hidden;display:block; }
#psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { position:absolute;display:block;z-index:15004;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.4375rem;width:8.875rem;top:1.1875rem;left:10.75rem;overflow:hidden;display:block; }
#kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:20.0625rem;overflow:hidden;display:block; }
#kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { position:absolute;display:block;z-index:15006;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.4375rem;width:8.875rem;top:1.1875rem;left:28.9375rem;overflow:hidden;display:block; }
#torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { 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:4.4375rem;width:8.875rem;top:1.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { position:absolute;display:block;z-index:15008;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.4375rem;width:8.875rem;top:1.25rem;left:46.6875rem;overflow:hidden;display:block; }
#STyhhTUEALNuziKPydpieDNRgiKoffES { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.5rem;top:1.125rem;left:55.5rem;overflow:hidden;display:block; }
#ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.125rem;top:1.4375rem;left:65.0625rem;overflow:hidden;display:block; }
#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030538;background-image:url("https://images.assets-landingi.com/uc/d8fce014-e3c8-4bc0-afad-bed508786271/Gurudev2.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; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2.adaptive-delivery-prevent-bg, #fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2.lazyload, #fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2.lazyloading { background-image: none; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { background-color: transparent; background-image: none; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container > .video-iframe-container { display: none; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row > .video-iframe-container { display: none; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .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); }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { border-width: 0; border-radius: 0; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#onnhhewyCTsOmUrCxGZWmUsKM4MW2u7B { color:#001342;display:block;width:16rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.625rem;left:18rem;height:7.400000125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#efk4MJBbXBPf2tCIF1cUJDTnnTN621zk { color:#001342;display:block;width:57.6875rem;position:absolute;font-family:"work sans";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.5rem;left:8.6875rem;height:6.19999975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1DQknGuaSW84sfNAfmXnxGz49W1uotz { color:#001342;display:block;width:57.6875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.3125rem;left:8.6875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-form-header {  }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;color:#000000;width:18.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#001342;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#ffffff;width:18.9375rem;height:3.4375rem;font-family:"work sans";overflow:hidden; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-container:first-of-type{padding-top:0;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-container:last-of-type{padding-bottom:0;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6  { background-color:rgba(255,255,255,0.4);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;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;position:absolute;top:11.5625rem;left:36.9375rem; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem;display:block;vertical-align:top; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 {display:block;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 { background-color:rgba(255,255,255,0.4);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15009;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;position:absolute;top:11.5625rem;left:36.9375rem; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #uAvHeeECXhNMxpg2Q3huZcpJuaGLC5ei { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #X3C6FmzPdQONdhTgZNRkJkUSzAqCQLVT { position:relative;display:none; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #TuhiuiHeb5eitTbpsK12IXBucaHbkl2u { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #mlUX2LRPkywmwX3xT3f8iKhcEtCihhn6 { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #x6lqpJWaU1bkeD49GLgOICq8OV3A7381 { position:relative;display:none; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #tOnQcWkZtJQqvdTRZGsPFSylnrEGGnx3 { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #xglSqJoHP104xF2fRK8rXg4ITPmyOCBg { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #wMbA2H2TtHQDJcp8NmXspTurpKMySqaH { position:relative;display:none; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #AzxzwNurfABxVHhKtb4pQ4yxwt5mxsp1 { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #uhbsvrXH34nMnmSCaWP18ak9SyniRGJH { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #cVdWJN5Cl1xal42c5847LRbOZe7TLH8a { position:relative;display:none; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #I6tWc8tM8APsevWlBZ93Ir0wd8GR38wT { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #c1USK3rE7I2GgkyevUfxw3w5BmD8yVHE { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #VTTV7H7x8319lHyLV4TqcLTClWWn88le { position:relative;z-index:2; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #vx5nBN7FPDt8zT73LR4ZL3URW8fmuiav { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #Kw8hdOKHaouuSH6fI7toJRegmRk5xEpt { position:relative; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 #GdhgnFIa4AfX6Q77R3H7dhRRc95QW0UE { position:relative; }
#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row .container { background-color: transparent; background-image: none; }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row .container > .video-iframe-container { display: none; }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row > .video-iframe-container { display: none; }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .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); }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row .container { border-width: 0; border-radius: 0; }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#r94XNVDcekargP6yZPuXo4hJGtAFOa9n { color:#ffffff;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.375rem;left:-1.875rem;height:6.80000025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEhTNUaVGgcBCd2Bfna12280BhTGqSeZ { color:#001342;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eiXh9MVnIwXysUbQFMXkdMS8ltW6ZO86 { color:#001342;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:2.6875rem;left:41.125rem;height:26.3499989375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#orKrUZuhZTr8K8IPNRlgTCLWTAPkT5z1 { color:#d7b543;display:block;width:26rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:34.600006103516rem;left:41.125rem;height:4.099999875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScyQi5ow0vWlbIKyG58tADVzRIVgdrnh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UE20zgnCL3OOWTFSACoxcGFW3UST0J95 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sLmVyl8QeLUEZWBkI5TBkDnFG4MMIhTD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ClP3riRgVnafeHopcigiJPd3IizQNPmX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eDemQxeWflBo40tdcK0wp5QC0yTIfD89 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sNZUP2SsTUiq3GGab4gFc0KWF0ynMkyk { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#o5GUFnkGIznTB715vG2LVkRShc9LPAs1 { position:absolute;display:block;z-index:15005;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:42.1875rem;width:28.4375rem;top:2.6875rem;left:6.9375rem;overflow:hidden;display:block; }
#FbZpWTww229Beyu4gCT71u4efzQiu9o2 { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#d7b543;background-image:none;top:29.5rem;left:39.5rem;display:block; }
#ENZXUUaBKBrwNibo6NfDISLUJBBhiTw7 { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#d7b543;background-image:none;top:24.8125rem;left:39.5rem;display:block; }
#qECwKUBHm1ZShsHBGNXA4CAn5Nd6Rk8V { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#d7b543;background-image:none;top:20.25rem;left:39.5rem;display:block; }
#GgiBiieTrworCNtQOFiEI5Aeo1hN1D5k { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#d7b543;background-image:none;top:15.5rem;left:39.5rem;display:block; }
#ipLfUyuwVEVLMQefUwLKSQFmG0D9PTei { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#d7b543;background-image:none;top:10.875rem;left:39.5rem;display:block; }
#XLKJzIE7cACVskGqNW5lFNE0cQwQyxXe { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#d7b543;background-image:none;top:6.25rem;left:39.5rem;display:block; }
#QggAMADSAc60UrpVE8O7WhDFJZhJ04cN { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#d7b543;background-image:none;top:2.9375rem;left:39.5rem;display:block; }
#NQA9c0tRg1RfmA5WLR4rqCKD4Nz1fkcD { box-sizing:content-box;height:26.75rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#d7b543;background-image:none;top:3.25rem;left:39.75rem;display:block; }
#RTbMXtNhbRgFfksJ0sJGi9Tb4oakJxEA { 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:4.3125rem;width:14.875rem;top:40.186721801757rem;left:41.125rem;overflow:hidden;display:block; }
#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row .container { background-color: transparent; background-image: none; }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row .container > .video-iframe-container { display: none; }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row > .video-iframe-container { display: none; }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .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); }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row .container { border-width: 0; border-radius: 0; }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row .container { font-size:0.875rem;font-family:arial;height:68.5625rem;width:75rem;position:relative;display:block; }#z88ETO7JLnmf0MtefkO4CJVvnIHLqp7l { position:absolute;display:block;z-index:15013;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:13.875rem;width:23.875rem;top:10.25rem;left:3rem;overflow:hidden;display:block; }
#kMqA9fLuAlFRLAxxwFTl4u3fJDwoS1RJ { color:#001342;display:block;width:25.875rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.125rem;left:24.5625rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cAHhzEoTQaxRH45CEFImlQ5HN1eCAMJ4 { color:#1a3a55;display:block;width:17.8125rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:20.90625rem;left:3.4375rem;height:1.9rem;text-align:left;text-align-last:left;display:block; }
#UxCUQF8ueuwd3kaKGQFof5loBFxVxW6l { 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:13.875rem;width:20.8125rem;top:10.25rem;left:27.4375rem;overflow:hidden;display:block; }
#dhJUzOmGtcTChOVUtN2ekBwTnK61x1sy { color:#1a3a55;display:block;width:17.0625rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:20.90625rem;left:28rem;height:1.9rem;text-align:left;text-align-last:left;display:block; }
#v5bkkSGbmdX9fsMpUtrTgOgdEmsDAzmW { position:absolute;display:block;z-index:15015;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:13.9375rem;width:23.1875rem;top:10.25rem;left:48.8125rem;overflow:hidden;display:block; }
#teTtIhD1NtF3ZSLToHgim0IJGvlWuDqC { color:#2f2f2f;display:block;width:20.25rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:11.498443603516rem;left:51.25rem;height:1.9rem;text-align:right;text-align-last:right;display:block; }
#FibeHt34eXoFiMVOGoob8Pq2wFDg5NQH { 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:11.625rem;width:42.5rem;top:24.5625rem;left:3rem;overflow:hidden;display:block; }
#aUIZvT7MAup7DxkkE7pHQfs84hrJd77o { color:#1a3a55;display:block;width:21.9375rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:33.34375rem;left:3.8125rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#coWtqJqMq5OF3UfvGM9lGoogC2JzbRtQ { position:absolute;display:block;z-index:15016;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:13.9375rem;width:18.625rem;top:36.6875rem;left:3rem;overflow:hidden;display:block; }
#a1UmDXuUoW9gh1bnw8ApnHT47dF2GkvT { color:#2f2f2f;display:block;width:18.1875rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:37.874237060547rem;left:3.25rem;height:1.9rem;text-align:left;text-align-last:left;display:block; }
#iD6lSKWaxF9vwXvwolRN8TroB0db18DP { color:#2f2f2f;display:block;width:23.75rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:26.0625rem;left:46.4375rem;height:1.9rem;text-align:left;text-align-last:left;display:block; }
#KlbuNvrflJo0ZPKt4WbHKPHtWVSl8e1U { position:absolute;display:block;z-index:15016;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:11.75rem;width:26rem;top:24.5rem;left:46rem;overflow:hidden;display:block; }
#opyOibtCkQwG67aeT7ELl0ozZXamL7kO { color:#001342;display:block;width:36.9360625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:55.0625rem;left:19.03125rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#J5mdvv6NR7SbLqAMvo06i5IbihZwzHZJ { position:absolute;display:block;z-index:15017;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:13.9375rem;width:22.8125rem;top:36.75rem;left:22.0625rem;overflow:hidden;display:block; }
#DONFVn2hl8fmQgdhbTaX1HeKtThVm6ug { box-sizing:content-box;height:2.9375rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:20.399230957031rem;left:3rem;display:block; }
#dHchfEOK7BV3nEsmgA0vHDn9bTZyHon2 { box-sizing:content-box;height:2.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:20.399230957031rem;left:27.4375rem;display:block; }
#AaIMRs2xyyaaKy2UuJ22LuSV5cymTT3y { box-sizing:content-box;height:2.9375rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:10.9921875rem;left:54.25rem;display:block; }
#mOrzkdEnT5xS8l5fkiPEG3BvdzCaBGFX { box-sizing:content-box;height:2.9375rem;width:20.8125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:32.75rem;left:3rem;display:block; }
#chNiquWleyiswh42FNybZNvaqVLULFZ0 { box-sizing:content-box;height:2.9375rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:25.5625rem;left:46rem;display:block; }
#IJMTCP70QJQeBzKxUXnbirmz7t9oQGs9 { box-sizing:content-box;height:2.9375rem;width:17.375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:37.367980957031rem;left:2.4375rem;display:block; }
#eRvonNctFzwTz0a5TwzgyJbTXaK7wcuz { box-sizing:content-box;height:2.9375rem;width:20.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:46.930480957031rem;left:22.0625rem;display:block; }
#np4iwskk4nTf0W8LxyLcQPfGzezoovET { color:#2f2f2f;display:block;width:22rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:47.436737060547rem;left:22.5625rem;height:1.9rem;text-align:left;text-align-last:left;display:block; }
#zTsVS6EAEtoTmxkeXTJFHlROVF3fKkan { position:absolute;display:block;z-index:15018;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:13.875rem;width:26.75rem;top:36.6875rem;left:45.3125rem;overflow:hidden;display:block; }
#UXxwGm8k1UafHFRhySNmcTTDA2xrnJWb { box-sizing:content-box;height:2.9375rem;width:22.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:46.9375rem;left:49.3125rem;display:block; }
#BGG1kxm5qxxGQDQBNT0Bo58aQW6gTbQV { color:#2f2f2f;display:block;width:22.125rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:47.4375rem;left:49.375rem;height:1.9rem;text-align:right;text-align-last:right;display:block; }
#NznbtVsS7eItJg2uG9rxXoQ0FhXa1m4D { color:#2f2f2f;display:block;width:22.125rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.9248rem;text-align:right;text-align-last:right;display:none; }
#mRmM6PgfTCCVES5UlvUwhe7ISK1xeuoq { color:#2f2f2f;display:block;width:22rem;position:absolute;font-family:"work sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.4375rem;height:1.9248rem;text-align:left;text-align-last:left;display:none; }
#gAaKiQlTmQT9m5f5f7peOOfGBKKQ93Ms { position:absolute;display:block;z-index:15008;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.6875rem;width:12.9375rem;top:60.425003051757rem;left:31.03125rem;overflow:hidden;display:block; }
#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { background-color: transparent; background-image: none; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container > .video-iframe-container { display: none; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row > .video-iframe-container { display: none; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .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); }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { border-width: 0; border-radius: 0; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#LXtxAkGhGmM4QTaz2oVtiLA34zFHINdh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#qvwIZK3OF6icb5kn1TwnhmzvhbePl4Ri { color:#2f2f2f;display:block;width:31.4375rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.23828125rem;left:41.25rem;height:18.850000375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AIETpP8aw4oIdVn5LBr2ump6Oav4qO9r { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.099999875rem;font-style:normal;display:block; }
#WhWV5cF7fgcOTkBICwCxdCx6XRVV3NTX { position:absolute;display:block;z-index:15008;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:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#T55VddChmxlf6Lh3TTfpO8ESzwAvzxW3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#cL4fGlb40nWZ2qhJimRzsdHDR0J0Iw1W { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#Tek0Eo43z4W0DqXTVGDb6yZs0cVhnTq8 { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.099999875rem;font-style:normal;display:block; }
#AhR7rQpk8S0vOeM9EqAHQ0qB9nCv3L3v { color:#3d4051;display:block;width:8.3125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.7000000625rem;font-style:normal;display:block; }
#mbQ3MX4MOgfJLmT5i8bM3cokSo6QSgAo { color:#001342;display:block;width:28.624rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJXlN9RLXMowqyhHwQDxUCm568p24a2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row .container { background-color: transparent; background-image: none; }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row .container > .video-iframe-container { display: none; }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row > .video-iframe-container { display: none; }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .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); }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row .container { border-width: 0; border-radius: 0; }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#kdHKdZT8iuUnF9xuHrOdX3pcBaI0PaIW { color:#001342;display:block;width:37rem;position:absolute;font-family:"work sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:-1.25rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FH2UbdKdeP404VO42aoLLsR3peGfhBQz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:33.1875rem;top:5.6875rem;left:39.3125rem;overflow:hidden;display:block; }
#RbkL6vaLuMe9DBO77ALVp0fscca5lQVr { color:#2f2f2f;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#KnmIwXXIdtl7oT12use1vNZccA0xH8WX { color:#2f2f2f;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#P9mUWJR9rtzKnL1HcTB5bP6kqLfdmTJh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32rem;width:75rem;top:32.25rem;left:-1.875rem;display:block; }
#tRAsAN6BAZTCi4u5Eb94LZrMKRBRd1ns { color:#1e1212;display:block;width:37.3125rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.6875rem;left:-1.1875rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row .container { background-color: transparent; background-image: none; }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row .container > .video-iframe-container { display: none; }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row > .video-iframe-container { display: none; }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .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); }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row .container { border-width: 0; border-radius: 0; }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.8125rem;left:45.3125rem; }
#zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.875rem;left:48.875rem; }
#LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#UuGWFubcb0veG9iRxt5voh7toVTrI9NC { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:4.78125rem;left:37.40625rem;display:block; }
#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#twPTQh9DVl3qtRF4lF9izWInE2if9X2q { position:absolute;display:block;z-index:15034;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.1875rem;width:5.1875rem;top:4.5rem;left:39.0625rem;overflow:hidden;display:block; }
#oRRiaxU33yOpLqKs9V1IklZIdTxAEehr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.875rem;left:33rem; }
#oRRiaxU33yOpLqKs9V1IklZIdTxAEehr > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#QvJhWI3rUpUm86rqbXmMV5rtm1Irdmxm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.875rem;left:29.5rem; }
#QvJhWI3rUpUm86rqbXmMV5rtm1Irdmxm > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#foeaZ1I3uN3J2JC2RAHFpQRVqBofVXyw { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.4375rem;left:25rem;height:0;text-align:center;text-align-last:center;display:block; }
#wANaMdxTa1VvpatHNZPCB6UTDFHiT7lg { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.5rem;left:33.6875rem;height:0;text-align:center;text-align-last:center;display:block; }
#A5vHNEcnTT0wDDQrzr6zEM6fLzge4FTo { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:17.5rem;left:33.0625rem;display:block; }
#exce5TniQhT1G6oFK4hXMBtONVVv6WBE { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:17.5625rem;left:41.6875rem;display:block; }
#T38GAnZWHAHKzNF4VapIfW8vIagEhXB6 { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:17.5rem;left:42.4375rem;height:1.2999999375rem;text-align:center;text-align-last:center;display:block; }
#PXMnemiCa87tMmCEbwbVyAaFbRvSGqiR { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.4375rem;left:24.21875rem;height:1.2999999375rem;text-align:center;text-align-last:center;display:block; }
#wSdI0qc8rFxrIAeXv5AfLrzxO0uvH1Gf { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.350006103516rem;left:25.6875rem;height:1.2999999375rem;text-align:center;text-align-last:center;display:block; }
#cppwDt3RFakLpyfTFVLeWRRsLZg1wSKF { 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:2.6875rem;width:7.75rem;top:5.7687683105469rem;left:20.809375762939rem;overflow:hidden;display:block; }
#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { background-color: transparent; background-image: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { display: none; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .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); }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { border-width: 0; border-radius: 0; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#07173e;padding-top:0.44125rem;padding-right:0.386875rem;padding-bottom:0.44125rem;padding-left:0.386875rem;display:block;align-items:center;width:2.32125rem;min-width:2.32125rem;height:2.35375rem;position:relative;font-family:"open sans";font-size:1.76625rem;font-weight:700;line-height:37.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.095625rem;height:0.915625rem;position:relative;font-family:"work sans";font-size:0.661875rem;font-weight:400;line-height:14.65px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.375rem;height:4.428125rem;padding-top:0.5525rem;padding-right:0.553125rem;padding-bottom:0.5525rem;padding-left:0.553125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.51640623807907rem;left:52.372657775879rem;z-index:15007; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #VGBRFotBT2CU8qR3698kHAeP9eKHuGFH { display:flex;position:relative;top:0rem;left:0rem; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #bG3izkMQBQK2Jb5TdaPiRfRq92cS3Ah6 { width:auto; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #GNqyB5q2M9WtFgrH0wdPieLrX2Bbv6p4 {  }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #oNqwmkwovKgg287UOfiTlEXl7s8Gd1nJ { display:flex;position:relative;top:0rem;left:0rem; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #bQqQlwvTDK3KHBRS42ezyX8EBFXm3IIn {  }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #vcp7gLwQgQ3wBggsI8V8tcaNus9b3uCx {  }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #RUXKDrd9zvOQaTv0yMahtCDABIhwJhoa { display:flex;position:relative;top:0rem;left:0rem; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #ArSGiMcGpEHKoNBRblJkU2BNz4QpDqZd {  }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #EqUSZuvmnZ69MFCyocL4x56UtUlhwbch {  }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #hJd62MHcBNcncxwEtfHPLZopXq4bixSK { display:flex;position:relative;top:0rem;left:0rem; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #N4rQVmw0G7Du71aJzskotXJDwT7ZCl2O {  }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct #qKRJmyIpcGbmFDwsgTZPk8UxnTKTnxDV {  }
#xyBcpZKSeiKsOnk9GXy13qBLeaG7dibO { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:3.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.5625rem;left:17.3125rem;display:block; }
#nfMh0FTwwlOdQTHJT5awJIZfeBDXowuV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DDP0AUv5CayzRrDh7nEM8Lfa43cl8Bw8 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:3.1875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.5625rem;left:19.9375rem;display:block; }
#uXvfEpfJeDMfs2qcueUNEwmlNAnsctrL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D69KzQ0ceTz1Tokf0cXQcCDfqgIG08qc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:12.6875rem;top:1.2562561035156rem;left:4.6750001907349rem;overflow:hidden;display:block; }
#HUla2rxwt4R6U2IaZ88h6vEwrKqbtUTU { 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:2.6875rem;width:7.75rem;top:1.8937683105469rem;left:33.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TxsvZqawvcyzbgXrcW1aOrnA4R52QU { top:29.75rem;left:26.5rem;width:21.25rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #weHK5SrAlT7lNIhUJB75uGDdO8Vv9lZl { top:35.8125rem;left:0rem;width:28.5625rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB9pGwMXQNqgLHi1eEIEWVXlqgLmuWxE { top:28.125rem;left:0rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG9f5fnqRX1hIWesrU8C9qSmPxHbKRL6 { top:15.25rem;left:0rem;width:35.25rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQKs8VqsVbFq3mG7EkdK0vDbTX6LcJBa { top:38.9375rem;left:0rem;width:15.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9zTbPpQgw8AWypJaTPzVuUb7mgFgDK8 { top:1.0625rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { top:1.1875rem;left:6.4375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { top:1.1875rem;left:15.3125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { top:1.1875rem;left:24.1875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { top:1.25rem;left:33.0625rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyhhTUEALNuziKPydpieDNRgiKoffES { top:1.125rem;left:38.25rem;width:9.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { top:1.4375rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 { display:block; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onnhhewyCTsOmUrCxGZWmUsKM4MW2u7B { top:11.625rem;left:4.375rem;width:16rem;height:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efk4MJBbXBPf2tCIF1cUJDTnnTN621zk { top:3.5rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1DQknGuaSW84sfNAfmXnxGz49W1uotz { top:1.875rem;left:0rem;width:20rem;height:7.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-regular-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6  { width:18.9375rem;height:19.6875rem;top:11.5625rem;left:23.3125rem; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 {display:block;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 { width:18.9375rem;height:19.6875rem;top:11.5625rem;left:23.3125rem; }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #uAvHeeECXhNMxpg2Q3huZcpJuaGLC5ei {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #X3C6FmzPdQONdhTgZNRkJkUSzAqCQLVT {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #TuhiuiHeb5eitTbpsK12IXBucaHbkl2u {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #mlUX2LRPkywmwX3xT3f8iKhcEtCihhn6 {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #x6lqpJWaU1bkeD49GLgOICq8OV3A7381 {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #tOnQcWkZtJQqvdTRZGsPFSylnrEGGnx3 {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #xglSqJoHP104xF2fRK8rXg4ITPmyOCBg {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #wMbA2H2TtHQDJcp8NmXspTurpKMySqaH {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #AzxzwNurfABxVHhKtb4pQ4yxwt5mxsp1 {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #uhbsvrXH34nMnmSCaWP18ak9SyniRGJH {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #cVdWJN5Cl1xal42c5847LRbOZe7TLH8a {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #I6tWc8tM8APsevWlBZ93Ir0wd8GR38wT {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #c1USK3rE7I2GgkyevUfxw3w5BmD8yVHE {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #VTTV7H7x8319lHyLV4TqcLTClWWn88le {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #vx5nBN7FPDt8zT73LR4ZL3URW8fmuiav {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #Kw8hdOKHaouuSH6fI7toJRegmRk5xEpt {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #GdhgnFIa4AfX6Q77R3H7dhRRc95QW0UE {  }
 }@media only screen and (max-width: 763px) { #VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S { display:block; }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r94XNVDcekargP6yZPuXo4hJGtAFOa9n { top:4.375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEhTNUaVGgcBCd2Bfna12280BhTGqSeZ { top:2.8125rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiXh9MVnIwXysUbQFMXkdMS8ltW6ZO86 { top:3.5625rem;left:0rem;width:20rem;height:6.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:2.6875rem;left:19.3125rem;width:28.4375rem;height:29.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orKrUZuhZTr8K8IPNRlgTCLWTAPkT5z1 { top:34.5625rem;left:20.8125rem;width:26rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScyQi5ow0vWlbIKyG58tADVzRIVgdrnh { display:none; }
 }@media only screen and (max-width: 763px) { #UE20zgnCL3OOWTFSACoxcGFW3UST0J95 { display:none; }
 }@media only screen and (max-width: 763px) { #sLmVyl8QeLUEZWBkI5TBkDnFG4MMIhTD { display:none; }
 }@media only screen and (max-width: 763px) { #ClP3riRgVnafeHopcigiJPd3IizQNPmX { display:none; }
 }@media only screen and (max-width: 763px) { #eDemQxeWflBo40tdcK0wp5QC0yTIfD89 { display:none; }
 }@media only screen and (max-width: 763px) { #sNZUP2SsTUiq3GGab4gFc0KWF0ynMkyk { display:none; }
 }@media only screen and (max-width: 763px) { #o5GUFnkGIznTB715vG2LVkRShc9LPAs1 { top:2.6875rem;left:0rem;width:28.4375rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbZpWTww229Beyu4gCT71u4efzQiu9o2 { top:29.5rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENZXUUaBKBrwNibo6NfDISLUJBBhiTw7 { top:24.8125rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qECwKUBHm1ZShsHBGNXA4CAn5Nd6Rk8V { top:20.25rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgiBiieTrworCNtQOFiEI5Aeo1hN1D5k { top:15.5rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipLfUyuwVEVLMQefUwLKSQFmG0D9PTei { top:10.875rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLKJzIE7cACVskGqNW5lFNE0cQwQyxXe { top:6.25rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QggAMADSAc60UrpVE8O7WhDFJZhJ04cN { top:2.9375rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQA9c0tRg1RfmA5WLR4rqCKD4Nz1fkcD { top:3.25rem;left:23.875rem;width:0.125rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTbMXtNhbRgFfksJ0sJGi9Tb4oakJxEA { top:40.125rem;left:23.875rem;width:14.875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf { display:block; }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z88ETO7JLnmf0MtefkO4CJVvnIHLqp7l { width:23.875rem;height:13.875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMqA9fLuAlFRLAxxwFTl4u3fJDwoS1RJ { top:3.125rem;left:10.9375rem;width:25.875rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHhzEoTQaxRH45CEFImlQ5HN1eCAMJ4 { top:20.875rem;left:0rem;width:17.8125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxCUQF8ueuwd3kaKGQFof5loBFxVxW6l { width:20.8125rem;height:13.875rem;top:10.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhJUzOmGtcTChOVUtN2ekBwTnK61x1sy { top:20.875rem;left:14.375rem;width:17.0625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5bkkSGbmdX9fsMpUtrTgOgdEmsDAzmW { width:23.1875rem;height:13.9375rem;top:10.25rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTtIhD1NtF3ZSLToHgim0IJGvlWuDqC { top:11.4375rem;left:27.5rem;width:20.25rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FibeHt34eXoFiMVOGoob8Pq2wFDg5NQH { width:42.5rem;height:11.625rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUIZvT7MAup7DxkkE7pHQfs84hrJd77o { top:33.3125rem;left:0rem;width:21.9375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coWtqJqMq5OF3UfvGM9lGoogC2JzbRtQ { width:18.625rem;height:13.9375rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1UmDXuUoW9gh1bnw8ApnHT47dF2GkvT { top:37.8125rem;left:0rem;width:18.1875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD6lSKWaxF9vwXvwolRN8TroB0db18DP { top:26.0625rem;left:24rem;width:23.75rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlbuNvrflJo0ZPKt4WbHKPHtWVSl8e1U { width:26rem;height:11.75rem;top:24.5rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #opyOibtCkQwG67aeT7ELl0ozZXamL7kO { top:55.0625rem;left:5.40625rem;width:36.875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mdvv6NR7SbLqAMvo06i5IbihZwzHZJ { width:22.8125rem;height:13.9375rem;top:36.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DONFVn2hl8fmQgdhbTaX1HeKtThVm6ug { top:20.375rem;left:0rem;width:18.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHchfEOK7BV3nEsmgA0vHDn9bTZyHon2 { top:20.375rem;left:13.8125rem;width:15.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaIMRs2xyyaaKy2UuJ22LuSV5cymTT3y { top:10.9375rem;left:29.9375rem;width:17.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrzkdEnT5xS8l5fkiPEG3BvdzCaBGFX { top:32.75rem;left:0rem;width:20.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chNiquWleyiswh42FNybZNvaqVLULFZ0 { top:25.5625rem;left:29rem;width:18.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJMTCP70QJQeBzKxUXnbirmz7t9oQGs9 { top:37.3125rem;left:0rem;width:17.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRvonNctFzwTz0a5TwzgyJbTXaK7wcuz { top:46.875rem;left:8.4375rem;width:20.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #np4iwskk4nTf0W8LxyLcQPfGzezoovET { top:47.375rem;left:8.9375rem;width:22rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsVS6EAEtoTmxkeXTJFHlROVF3fKkan { width:26.75rem;height:13.875rem;top:36.6875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXxwGm8k1UafHFRhySNmcTTDA2xrnJWb { top:46.9375rem;left:25rem;width:22.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGG1kxm5qxxGQDQBNT0Bo58aQW6gTbQV { top:47.4375rem;left:25.625rem;width:22.125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NznbtVsS7eItJg2uG9rxXoQ0FhXa1m4D { top:98.0625rem;left:0rem;width:19.3125rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRmM6PgfTCCVES5UlvUwhe7ISK1xeuoq { top:87.0625rem;left:0rem;width:19.5625rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAaKiQlTmQT9m5f5f7peOOfGBKKQ93Ms { top:60.375rem;left:17.40625rem;width:12.9375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baUxkpZ70GWi51wmazJM4LVVhW0DwVPA { display:block; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXtxAkGhGmM4QTaz2oVtiLA34zFHINdh { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvwIZK3OF6icb5kn1TwnhmzvhbePl4Ri { top:13.1875rem;left:16.3125rem;width:31.4375rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIETpP8aw4oIdVn5LBr2ump6Oav4qO9r { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhWV5cF7fgcOTkBICwCxdCx6XRVV3NTX { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T55VddChmxlf6Lh3TTfpO8ESzwAvzxW3 { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4fGlb40nWZ2qhJimRzsdHDR0J0Iw1W { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tek0Eo43z4W0DqXTVGDb6yZs0cVhnTq8 { width:8.4375rem;height:2.125rem;top:18.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhR7rQpk8S0vOeM9EqAHQ0qB9nCv3L3v { width:8.3125rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbQ3MX4MOgfJLmT5i8bM3cokSo6QSgAo { width:28.5625rem;height:2.5rem;top:8.6875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJXlN9RLXMowqyhHwQDxUCm568p24a2z { display:block; }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdHKdZT8iuUnF9xuHrOdX3pcBaI0PaIW { top:5.75rem;left:0rem;width:37rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH2UbdKdeP404VO42aoLLsR3peGfhBQz { top:5.6875rem;left:14.5625rem;width:33.1875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbkL6vaLuMe9DBO77ALVp0fscca5lQVr { top:7.0625rem;left:0rem;width:17.625rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnmIwXXIdtl7oT12use1vNZccA0xH8WX { top:30.25rem;left:0rem;width:19.875rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9mUWJR9rtzKnL1HcTB5bP6kqLfdmTJh { top:32.25rem;left:0rem;width:47.75rem;height:20.373333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAsAN6BAZTCi4u5Eb94LZrMKRBRd1ns { top:10.6875rem;left:0rem;width:37.3125rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH { display:block; }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF { top:5.8125rem;left:31.6875rem;width:2.625rem;height:2.625rem;display:block; }
#zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk { top:5.875rem;left:35.25rem;width:2.625rem;height:2.625rem;display:block; }
#LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #UuGWFubcb0veG9iRxt5voh7toVTrI9NC { top:4.75rem;left:23.78125rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #twPTQh9DVl3qtRF4lF9izWInE2if9X2q { top:4.5rem;left:25.4375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRRiaxU33yOpLqKs9V1IklZIdTxAEehr { top:5.875rem;left:19.375rem;width:2.625rem;height:2.625rem;display:block; }
#oRRiaxU33yOpLqKs9V1IklZIdTxAEehr > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #QvJhWI3rUpUm86rqbXmMV5rtm1Irdmxm { top:5.875rem;left:15.875rem;width:2.625rem;height:2.625rem;display:block; }
#QvJhWI3rUpUm86rqbXmMV5rtm1Irdmxm > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #foeaZ1I3uN3J2JC2RAHFpQRVqBofVXyw { top:17.4375rem;left:11.375rem;width:7.6875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wANaMdxTa1VvpatHNZPCB6UTDFHiT7lg { top:17.5rem;left:20.0625rem;width:7.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5vHNEcnTT0wDDQrzr6zEM6fLzge4FTo { top:17.5rem;left:19.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exce5TniQhT1G6oFK4hXMBtONVVv6WBE { top:17.5625rem;left:28.0625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38GAnZWHAHKzNF4VapIfW8vIagEhXB6 { top:17.5rem;left:28.8125rem;width:7.5625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXMnemiCa87tMmCEbwbVyAaFbRvSGqiR { top:14.4375rem;left:10.59375rem;width:26.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSdI0qc8rFxrIAeXv5AfLrzxO0uvH1Gf { top:11.3125rem;left:12.0625rem;width:23.625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cppwDt3RFakLpyfTFVLeWRRsLZg1wSKF { top:5.75rem;left:7.1843757629394rem;width:7.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct { display:flex;width:18rem;height:5.0625rem;top:23.75rem;left:10.83984375rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #VGBRFotBT2CU8qR3698kHAeP9eKHuGFH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #bG3izkMQBQK2Jb5TdaPiRfRq92cS3Ah6 {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #GNqyB5q2M9WtFgrH0wdPieLrX2Bbv6p4 {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #oNqwmkwovKgg287UOfiTlEXl7s8Gd1nJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #bQqQlwvTDK3KHBRS42ezyX8EBFXm3IIn {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #vcp7gLwQgQ3wBggsI8V8tcaNus9b3uCx {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #RUXKDrd9zvOQaTv0yMahtCDABIhwJhoa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #ArSGiMcGpEHKoNBRblJkU2BNz4QpDqZd {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #EqUSZuvmnZ69MFCyocL4x56UtUlhwbch {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #hJd62MHcBNcncxwEtfHPLZopXq4bixSK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #N4rQVmw0G7Du71aJzskotXJDwT7ZCl2O {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #qKRJmyIpcGbmFDwsgTZPk8UxnTKTnxDV {  }
 }@media only screen and (max-width: 763px) { #xyBcpZKSeiKsOnk9GXy13qBLeaG7dibO { width:2.3125rem;height:3.0625rem;top:1.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMh0FTwwlOdQTHJT5awJIZfeBDXowuV { display:block; }
 }@media only screen and (max-width: 763px) { #DDP0AUv5CayzRrDh7nEM8Lfa43cl8Bw8 { width:2.3125rem;height:3.0625rem;top:1.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXvfEpfJeDMfs2qcueUNEwmlNAnsctrL { display:block; }
 }@media only screen and (max-width: 763px) { #D69KzQ0ceTz1Tokf0cXQcCDfqgIG08qc { top:1.25rem;left:0rem;width:12.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUla2rxwt4R6U2IaZ88h6vEwrKqbtUTU { top:1.875rem;left:20rem;width:7.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db35f7fc-0f14-40f7-b71a-2a413eccdd4a/English.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TxsvZqawvcyzbgXrcW1aOrnA4R52QU { width:15.9375rem;height:0;top:15.5625rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #weHK5SrAlT7lNIhUJB75uGDdO8Vv9lZl { width:17.125rem;height:2.099999875rem;top:31.9375rem;left:1.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mB9pGwMXQNqgLHi1eEIEWVXlqgLmuWxE { width:0.5625rem;height:0.5625rem;top:27.53125rem;left:3.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG9f5fnqRX1hIWesrU8C9qSmPxHbKRL6 { width:20rem;height:8.875rem;top:22.22500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQKs8VqsVbFq3mG7EkdK0vDbTX6LcJBa { width:12.0625rem;height:3.5rem;top:34.637500762939rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9zTbPpQgw8AWypJaTPzVuUb7mgFgDK8 { width:4.1875rem;height:4.1875rem;top:0.5625rem;left:14.487500190735rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { width:3.875rem;height:1.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { width:4.1875rem;height:2rem;top:0.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { width:4.25rem;height:2rem;top:0.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { width:3.625rem;height:1.75rem;top:1rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyhhTUEALNuziKPydpieDNRgiKoffES { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 { display:block; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onnhhewyCTsOmUrCxGZWmUsKM4MW2u7B { width:20rem;height:4.9499998125rem;top:11.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efk4MJBbXBPf2tCIF1cUJDTnnTN621zk { width:20rem;height:8.600000375rem;top:2.625rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #B1DQknGuaSW84sfNAfmXnxGz49W1uotz { width:20rem;height:7.200000375rem;top:3.1875rem;left:0rem;font-size:1.875rem;line-height:1.3;z-index:15006;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6  { width:17.5rem;height:auto;top:17.21875rem;left:0rem; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HS1BKTanOFal4mQNABIrUyP0RORMvak6 {display:block;}#HS1BKTanOFal4mQNABIrUyP0RORMvak6 { width:17.5rem;height:auto;top:17.21875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #uAvHeeECXhNMxpg2Q3huZcpJuaGLC5ei {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #X3C6FmzPdQONdhTgZNRkJkUSzAqCQLVT {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #TuhiuiHeb5eitTbpsK12IXBucaHbkl2u {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #mlUX2LRPkywmwX3xT3f8iKhcEtCihhn6 {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #x6lqpJWaU1bkeD49GLgOICq8OV3A7381 {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #tOnQcWkZtJQqvdTRZGsPFSylnrEGGnx3 {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #xglSqJoHP104xF2fRK8rXg4ITPmyOCBg {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #wMbA2H2TtHQDJcp8NmXspTurpKMySqaH {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #AzxzwNurfABxVHhKtb4pQ4yxwt5mxsp1 {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #uhbsvrXH34nMnmSCaWP18ak9SyniRGJH {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #cVdWJN5Cl1xal42c5847LRbOZe7TLH8a {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #I6tWc8tM8APsevWlBZ93Ir0wd8GR38wT {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #c1USK3rE7I2GgkyevUfxw3w5BmD8yVHE {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #VTTV7H7x8319lHyLV4TqcLTClWWn88le {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #vx5nBN7FPDt8zT73LR4ZL3URW8fmuiav {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #Kw8hdOKHaouuSH6fI7toJRegmRk5xEpt {  }
 }@media only screen and (max-width: 763px) { #HS1BKTanOFal4mQNABIrUyP0RORMvak6 #GdhgnFIa4AfX6Q77R3H7dhRRc95QW0UE {  }
 }@media only screen and (max-width: 763px) { #VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S { display:block; }#VGvw3zhRBDAk1XzxcCwwiUUsRENRQQ0S > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r94XNVDcekargP6yZPuXo4hJGtAFOa9n { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEhTNUaVGgcBCd2Bfna12280BhTGqSeZ { width:20rem;height:6.1499998125rem;top:3.0367202758789rem;left:0rem;font-size:1.875rem;z-index:15004;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #eiXh9MVnIwXysUbQFMXkdMS8ltW6ZO86 { width:20rem;height:6.1499998125rem;top:2.7874984741211rem;left:0rem;font-size:1.875rem;z-index:15005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:18.5625rem;height:34.5rem;top:33.125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #orKrUZuhZTr8K8IPNRlgTCLWTAPkT5z1 { width:20rem;height:5.099999875rem;top:70.012512207031rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ScyQi5ow0vWlbIKyG58tADVzRIVgdrnh { top:36.75rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UE20zgnCL3OOWTFSACoxcGFW3UST0J95 { top:42.875rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #sLmVyl8QeLUEZWBkI5TBkDnFG4MMIhTD { top:48.75rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ClP3riRgVnafeHopcigiJPd3IizQNPmX { top:53.5625rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #eDemQxeWflBo40tdcK0wp5QC0yTIfD89 { top:59.25rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sNZUP2SsTUiq3GGab4gFc0KWF0ynMkyk { top:63.875rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #o5GUFnkGIznTB715vG2LVkRShc9LPAs1 { width:20rem;height:29.375rem;top:2.3000106811524rem;left:-0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbZpWTww229Beyu4gCT71u4efzQiu9o2 { width:0.6875rem;height:0.6875rem;top:93.5625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENZXUUaBKBrwNibo6NfDISLUJBBhiTw7 { width:0.6875rem;height:0.6875rem;top:91.625rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qECwKUBHm1ZShsHBGNXA4CAn5Nd6Rk8V { width:0.6875rem;height:0.6875rem;top:89.6875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgiBiieTrworCNtQOFiEI5Aeo1hN1D5k { width:0.6875rem;height:0.6875rem;top:87.75rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipLfUyuwVEVLMQefUwLKSQFmG0D9PTei { width:0.6875rem;height:0.6875rem;top:85.8125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLKJzIE7cACVskGqNW5lFNE0cQwQyxXe { width:0.6875rem;height:0.6875rem;top:83.875rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QggAMADSAc60UrpVE8O7WhDFJZhJ04cN { width:0.6875rem;height:0.6875rem;top:81.9375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQA9c0tRg1RfmA5WLR4rqCKD4Nz1fkcD { width:0.125rem;height:27.375rem;top:95.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTbMXtNhbRgFfksJ0sJGi9Tb4oakJxEA { width:11.8125rem;height:3.4375rem;top:77.536727905275rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf { display:block; }#osNSxl2FQFuvHkGg6WsEv4OEKSITaoEf > .row .container { width:20rem;height:118.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z88ETO7JLnmf0MtefkO4CJVvnIHLqp7l { width:20rem;height:11.623036649215rem;top:7rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kMqA9fLuAlFRLAxxwFTl4u3fJDwoS1RJ { width:20rem;height:3.099999875rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHhzEoTQaxRH45CEFImlQ5HN1eCAMJ4 { width:17.8125rem;height:1.9rem;top:15.5rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UxCUQF8ueuwd3kaKGQFof5loBFxVxW6l { width:20rem;height:13.333333333333rem;top:19.0625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dhJUzOmGtcTChOVUtN2ekBwTnK61x1sy { width:17.0625rem;height:1.9rem;top:29.25rem;left:0.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5bkkSGbmdX9fsMpUtrTgOgdEmsDAzmW { width:20rem;height:12.021563342318rem;top:32.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #teTtIhD1NtF3ZSLToHgim0IJGvlWuDqC { width:17rem;height:1.9rem;top:34.1875rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FibeHt34eXoFiMVOGoob8Pq2wFDg5NQH { width:20rem;height:5.9375rem;top:45.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #aUIZvT7MAup7DxkkE7pHQfs84hrJd77o { width:20rem;height:1.7rem;top:52.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #coWtqJqMq5OF3UfvGM9lGoogC2JzbRtQ { width:20rem;height:13.9375rem;top:64.625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #a1UmDXuUoW9gh1bnw8ApnHT47dF2GkvT { width:18.1875rem;height:1.9rem;top:65.8125rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iD6lSKWaxF9vwXvwolRN8TroB0db18DP { width:20rem;height:1.9rem;top:56.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KlbuNvrflJo0ZPKt4WbHKPHtWVSl8e1U { width:20rem;height:9.0384615384615rem;top:55rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #opyOibtCkQwG67aeT7ELl0ozZXamL7kO { width:20rem;height:4.5rem;top:104.984375rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5mdvv6NR7SbLqAMvo06i5IbihZwzHZJ { width:20rem;height:12.219178082192rem;top:79.1875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DONFVn2hl8fmQgdhbTaX1HeKtThVm6ug { width:18.125rem;height:2.9375rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHchfEOK7BV3nEsmgA0vHDn9bTZyHon2 { width:15.6875rem;height:2.9375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaIMRs2xyyaaKy2UuJ22LuSV5cymTT3y { width:17.8125rem;height:2.9375rem;top:33.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrzkdEnT5xS8l5fkiPEG3BvdzCaBGFX { width:20rem;height:2.9375rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chNiquWleyiswh42FNybZNvaqVLULFZ0 { width:18.75rem;height:2.9375rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJMTCP70QJQeBzKxUXnbirmz7t9oQGs9 { width:17.375rem;height:2.9375rem;top:65.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRvonNctFzwTz0a5TwzgyJbTXaK7wcuz { width:19.875rem;height:2.9375rem;top:87.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #np4iwskk4nTf0W8LxyLcQPfGzezoovET { width:19.5625rem;height:0;top:87.06884765625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zTsVS6EAEtoTmxkeXTJFHlROVF3fKkan { width:20rem;height:10.373831775701rem;top:92.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UXxwGm8k1UafHFRhySNmcTTDA2xrnJWb { width:20rem;height:2.9375rem;top:98.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGG1kxm5qxxGQDQBNT0Bo58aQW6gTbQV { width:20rem;height:0;top:101.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NznbtVsS7eItJg2uG9rxXoQ0FhXa1m4D { width:19.3125rem;height:1.9rem;top:99.443756103512rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #mRmM6PgfTCCVES5UlvUwhe7ISK1xeuoq { width:19.5625rem;height:1.9rem;top:88.443756103512rem;left:0.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #gAaKiQlTmQT9m5f5f7peOOfGBKKQ93Ms { width:11.625rem;height:3.375rem;top:111.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baUxkpZ70GWi51wmazJM4LVVhW0DwVPA { display:block; }#baUxkpZ70GWi51wmazJM4LVVhW0DwVPA > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXtxAkGhGmM4QTaz2oVtiLA34zFHINdh { width:12.5rem;height:0;top:49.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvwIZK3OF6icb5kn1TwnhmzvhbePl4Ri { width:20rem;height:24.70000075rem;top:5.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AIETpP8aw4oIdVn5LBr2ump6Oav4qO9r { width:6.75rem;height:1.7000000625rem;top:45.8125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WhWV5cF7fgcOTkBICwCxdCx6XRVV3NTX { width:11.25rem;height:11.25rem;top:42.75rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T55VddChmxlf6Lh3TTfpO8ESzwAvzxW3 { width:15.125rem;height:15.125rem;top:31rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cL4fGlb40nWZ2qhJimRzsdHDR0J0Iw1W { width:10.8125rem;height:10.8125rem;top:48.5rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Tek0Eo43z4W0DqXTVGDb6yZs0cVhnTq8 { width:4.25rem;height:1.7000000625rem;top:54.125rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AhR7rQpk8S0vOeM9EqAHQ0qB9nCv3L3v { width:8.2495rem;height:2rem;top:59.5625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mbQ3MX4MOgfJLmT5i8bM3cokSo6QSgAo { width:20rem;height:2.0499999375rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KJXlN9RLXMowqyhHwQDxUCm568p24a2z { display:block; }#KJXlN9RLXMowqyhHwQDxUCm568p24a2z > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdHKdZT8iuUnF9xuHrOdX3pcBaI0PaIW { width:16.0625rem;height:3.7000000625rem;top:2.1875rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FH2UbdKdeP404VO42aoLLsR3peGfhBQz { width:20rem;height:11.25rem;top:16.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbkL6vaLuMe9DBO77ALVp0fscca5lQVr { width:19.625rem;height:7.7999999375rem;top:7.3125rem;left:0.25rem;font-size:1rem;z-index:15001;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KnmIwXXIdtl7oT12use1vNZccA0xH8WX { width:19.875rem;height:11.69999975rem;top:30.25rem;left:0rem;font-size:1rem;z-index:15002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P9mUWJR9rtzKnL1HcTB5bP6kqLfdmTJh { height:8.532812125rem;width:20rem;top:44.891418457031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAsAN6BAZTCi4u5Eb94LZrMKRBRd1ns { width:20rem;height:auto;top:10.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH { display:none; }#BzRW4q2ZrzJXlIrVmdXZi0hVoWzlOTJH > .row .container { width:20rem;height:44.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF { display:flex;width:2.625rem;height:2.625rem;top:6.6875rem;left:11rem;font-size:1.3125rem; }
#zX3cEzR0OqMsTXW4wEDbkJAz6htKOvGF > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk { display:flex;width:2.75rem;height:2.75rem;top:6.625rem;left:14rem;font-size:1.3125rem; }
#LHG5D9mLHRDzCOkDTOd5J7HU8wBWuIyk > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #UuGWFubcb0veG9iRxt5voh7toVTrI9NC { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:5.375rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #twPTQh9DVl3qtRF4lF9izWInE2if9X2q { width:3.6875rem;height:3.6875rem;top:6.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRRiaxU33yOpLqKs9V1IklZIdTxAEehr { display:flex;width:2.625rem;height:2.625rem;top:2.125rem;left:14.0625rem; }
#oRRiaxU33yOpLqKs9V1IklZIdTxAEehr > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #QvJhWI3rUpUm86rqbXmMV5rtm1Irdmxm { display:flex;width:2.625rem;height:2.625rem;top:2.125rem;left:10.875rem; }
#QvJhWI3rUpUm86rqbXmMV5rtm1Irdmxm > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #foeaZ1I3uN3J2JC2RAHFpQRVqBofVXyw { width:5.1875rem;height:0;top:16.1875rem;left:1.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wANaMdxTa1VvpatHNZPCB6UTDFHiT7lg { width:5.75rem;height:0;top:16.1875rem;left:7.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5vHNEcnTT0wDDQrzr6zEM6fLzge4FTo { width:0.125rem;height:1.25rem;top:16.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exce5TniQhT1G6oFK4hXMBtONVVv6WBE { width:0.125rem;height:1.25rem;top:16rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38GAnZWHAHKzNF4VapIfW8vIagEhXB6 { width:4.5625rem;height:0.8rem;top:16.1875rem;left:14rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXMnemiCa87tMmCEbwbVyAaFbRvSGqiR { width:20rem;height:1.0499999375rem;top:13.875rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wSdI0qc8rFxrIAeXv5AfLrzxO0uvH1Gf { width:20rem;height:1.0499999375rem;top:11.461730957031rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cppwDt3RFakLpyfTFVLeWRRsLZg1wSKF { width:6.875rem;height:2.3125rem;top:2.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#owCIiNfrgIcoaLJNd5lLo0k57cCaZeLR > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-text.counter-number { padding-top:0.420625rem;padding-right:0.370625rem;padding-bottom:0.420625rem;padding-left:0.370625rem;width:2.223125rem;min-width:2.223125rem;height:2.245rem;font-size:1.68125rem;line-height:35.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.964375rem;height:0.87875rem;font-size:0.63rem;line-height:14.06px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#On0rbfz1LxlID70vrlUzgi0vJIINoqct { display:flex;width:16rem;height:4.125rem;top:1.25rem;left:1.5rem;padding-top:0.508125rem;padding-right:0.52125rem;padding-bottom:0.508125rem;padding-left:0.52125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #VGBRFotBT2CU8qR3698kHAeP9eKHuGFH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #bG3izkMQBQK2Jb5TdaPiRfRq92cS3Ah6 {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #GNqyB5q2M9WtFgrH0wdPieLrX2Bbv6p4 {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #oNqwmkwovKgg287UOfiTlEXl7s8Gd1nJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #bQqQlwvTDK3KHBRS42ezyX8EBFXm3IIn {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #vcp7gLwQgQ3wBggsI8V8tcaNus9b3uCx {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #RUXKDrd9zvOQaTv0yMahtCDABIhwJhoa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #ArSGiMcGpEHKoNBRblJkU2BNz4QpDqZd {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #EqUSZuvmnZ69MFCyocL4x56UtUlhwbch {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #hJd62MHcBNcncxwEtfHPLZopXq4bixSK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #N4rQVmw0G7Du71aJzskotXJDwT7ZCl2O {  }
 }@media only screen and (max-width: 763px) { #On0rbfz1LxlID70vrlUzgi0vJIINoqct #qKRJmyIpcGbmFDwsgTZPk8UxnTKTnxDV {  }
 }@media only screen and (max-width: 763px) { #xyBcpZKSeiKsOnk9GXy13qBLeaG7dibO { width:2.375rem;height:2.5rem;top:6.6875rem;left:12.5rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #nfMh0FTwwlOdQTHJT5awJIZfeBDXowuV { display:block; }
 }@media only screen and (max-width: 763px) { #DDP0AUv5CayzRrDh7nEM8Lfa43cl8Bw8 { width:2.3125rem;height:2.5625rem;top:6.625rem;left:15.0625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uXvfEpfJeDMfs2qcueUNEwmlNAnsctrL { display:block; }
 }@media only screen and (max-width: 763px) { #D69KzQ0ceTz1Tokf0cXQcCDfqgIG08qc { width:9.8125rem;height:2.8125rem;top:6.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUla2rxwt4R6U2IaZ88h6vEwrKqbtUTU { width:7.75rem;height:2.6875rem;top:11.6875rem;left:6.125rem;display:none; }
 }