.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#030538;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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/111e1a50-374d-450d-8620-bbff8a90c58d/2.png");background-position:top 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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { 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:2.6875rem;width:7.25rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:4.8125rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:7.25rem;left:0rem;height:8.662125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:16.76171875rem;left:0rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pMOnugtT85eo0r435mGPPQ8r4R7ueKae { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.25rem;left:0rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uKSdXstnr1bvZItsnc1Os11DageHXV2G { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.375rem;left:0rem;display:block; }
#k3xNEbdNEdaMGfLMgCbR3hE3K9bJxVLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQXGwcpriZX7ha85XIEZA5JVcXaSlPB2 { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.3125rem;left:0rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { 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; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .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 { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:6rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { 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:2.375rem;width:4.8125rem;top:1.5rem;left:17.875rem;overflow:hidden;display:block; }
#QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { 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:2.1875rem;width:5.3125rem;top:1.625rem;left:25.25rem;overflow:hidden;display:block; }
#lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { 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:2rem;width:6.75rem;top:1.6875rem;left:32.5rem;overflow:hidden;display:block; }
#BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { 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:2.5rem;width:3.875rem;top:1.4375rem;left:42.125rem;overflow:hidden;display:block; }
#vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { 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:1.3125rem;width:5.5625rem;top:2.0625rem;left:48.5rem;overflow:hidden;display:block; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #acd0f1, #ffffff);background-image: -moz-linear-gradient(180deg, #acd0f1, #ffffff);background-image: -ms-linear-gradient(180deg, #acd0f1, #ffffff);background-image: -o-linear-gradient(180deg, #acd0f1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd0f1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd0f1', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #acd0f1, #ffffff);background-size:auto !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; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:#030538;display:block;width:53.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:2.875rem;left:3.96875rem;height:8.2486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { color:#030538;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:4.0625rem;height:17.87381875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.8125rem;left:22.84375rem;display:block; }
#bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgL5lqiKONXd1zEEF2DLsFGBB7mxRe9s { color:#030538;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.875rem;left:22.75rem;height:1.0563125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { 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; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:#030538;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:17.5rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:11.3125rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:3.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vyC9LaViU2uMaalOPo2oARK1FStICxGZ { box-sizing:content-box;height:17.25rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:11.5rem;left:21.71875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:#030538;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.125rem;left:23.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { box-sizing:content-box;height:17.375rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:11.3125rem;left:41.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:#030538;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.125rem;left:43.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:8rem;left:26.25rem;overflow:hidden;display:block; }
#mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:8rem;left:6.25rem;overflow:hidden;display:block; }
#UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:8rem;left:46.25rem;overflow:hidden;display:block; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:#030538;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:19.375rem;left:2.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:#030538;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.375rem;left:22.1875rem;height:6.7513125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:#030538;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.375rem;left:42.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6b093;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; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { background-color: transparent; background-image: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { display: none; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .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); }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { border-width: 0; border-radius: 0; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6b093, #ffffff);background-image: -moz-linear-gradient(180deg, #f6b093, #ffffff);background-image: -ms-linear-gradient(180deg, #f6b093, #ffffff);background-image: -o-linear-gradient(180deg, #f6b093, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b093', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b093', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6b093, #ffffff);background-size:auto !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; }#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:42.3125rem;width:60rem;position:relative;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S { box-sizing:content-box;height:24.875rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4431b5ab-17c7-4c74-9b73-1248922896ec/TAD_1729.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.6875rem;left:3.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:#030538;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25rem;left:30.25rem;height:24.37335rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#030538;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.75rem;left:0rem;height:6.600475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw { 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; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { background-color: transparent; background-image: none; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container > .video-iframe-container { display: none; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row > .video-iframe-container { display: none; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .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); }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { border-width: 0; border-radius: 0; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:60rem;position:relative;display:block; }#NhTamOGhScfW5bLzLoNa37ThhOOWd4BF { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:19.6875rem;width:18.9375rem;top:32.0625rem;left:20.5625rem;display:block; }
#HK3BxzBFXkT47xmxdPIb8LFLi928nCkQ { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:36.1875rem;left:21.5625rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImPQ9xly01CyMEaCpoMhOBpqTyl80aBa { color:#030538;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3H8v4xaVWDyzMTrd2541PT79ZDt2DLh { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.9375rem;left:22.1875rem;display:block; }
#SZtOmBgCMUFQ3RBEaJ4QSmnlU2lUs8B3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqqcGvlBtUy3HTPWCOmXmQrH6qIKE1nL { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.25rem;left:24rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h8aCrraaZ4M4XhcTAI2CM1iQNSkTms4C { color:#030538;display:block;width:15.75rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:38.90625rem;left:22.125rem;height:5.249575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTUsZd85nw4ScPSW17q8PEJIaGoy8VgT { color:#030538;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:49.01171875rem;left:23.125rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I321NbfTGoHI4hTesFo2LCQRxW9hPwG1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:38.90625rem;left:25.4375rem; }
#kWookPCL3U2Ek8zg9TIyZR2mrOqSx5qn { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:19.625rem;width:18.9375rem;top:11.625rem;left:41.0625rem;display:block; }
#KaNEtIfT3s2lt2Q9tVFKVULL3oO8a8Ov { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:19.6875rem;width:18.9375rem;top:11.625rem;left:0rem;display:block; }
#hIEPwX3adnmnRU4iT9s9ZZfngBiRaIRO { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:44.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H2TuXRrMdkh55CvHV24ke46649wDmeNh { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:15.75rem;left:42rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zrAo45EZO6zymzdDFNiTfl37fkU9GWBQ { color:#030538;display:block;width:15.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:18.5rem;left:42.78125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMosvS0t2M4CfSICs1kkLlh1X7Fq1Kgo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.46875rem;left:46.09375rem; }
#UcFVHG4oAKPmOrkwXeco80WuyHsZSoCN { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.19921875rem;left:42.71875rem;display:block; }
#wk7rXE9wtqU46U4he2Orf5u2LTgpIZn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W51iCnt8FxOyKlmnScwP5CCo8rRbJRtC { color:#030538;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.94921875rem;left:43.65625rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTJ86TLLHpA7efySgQOwoHkrT4TnLfUg { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gW4ieIGXUEhz8LWQKRUUa4eKvQKlNeFC { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:15.75rem;left:1rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SupNsCo5RciPcr40idgRWNT1oSditrhb { color:#030538;display:block;width:13.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:18.8125rem;left:2.6875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0r05gaGtM7y2Vtrw8bIzNhy8aHVynWz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.8125rem;left:3.875rem; }
#PLSXuEnpzpAD7TEHFpQmXlaacJBEkxvP { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.19921875rem;left:1.65625rem;display:block; }
#V4POg6C6Vm2m53rDS8vQzidV294Gca21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSH93tuplkcbD8SbMUtJ13UdkkzmcoKo { color:#030538;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.01171875rem;left:2.59375rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlx167MsEM1qsudJchuolCcAU5eobtQl { color:#030538;display:block;width:15rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:18.5rem;left:22.5rem;height:3.93718125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPTLzCdwWklBSBBZiK8tkxLnaWpkp8fx { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.19921875rem;left:22.1875rem;display:block; }
#dROpKJXmndcnbBayPDGsTlV742cmzEi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhEH2vqNDBTrlomGHGUD9LGm88TShOwE { color:#030538;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.94921875rem;left:23.125rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoWPruWAEHks9oQK6Tyqfz8RUPt5Lgtt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.46875rem;left:22.6875rem; }
#NNx4wP8AzhLZwgiVWJcMDkBxBCnTiOqW { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:19.6875rem;width:18.9375rem;top:32.0625rem;left:0rem;display:block; }
#G3lzbW9rqTPJHoDBchCbnUXAQdXNs1Rb { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:34.1875rem;left:3.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U6ohiT68fe9G2ixd1vasigMdhhFiUsfS { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:36.0625rem;left:1rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sLxESvbI5FNdbWEkm9CGqOwTcobo5sFs { color:#030538;display:block;width:13.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:38.875rem;left:2.6875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jq3nA1TTOk8czwV4zf2PDKc2iWRuPKon { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:38.90625rem;left:5.1875rem; }
#pQb9Xov9mRb1u4eZ74SbOsmqVuzzMa78 { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.9375rem;left:1.65625rem;display:block; }
#Loak33JcSitXaofQedITBRPqpTOseRDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTvZGnFpEWAm0Auyov1vZlv0n0vShN88 { color:#030538;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:49.01171875rem;left:2.59375rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bte6NMDdpzP5J2lDu7Ec0NmwitzpKwXP { color:#030538;display:block;width:28.8125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:6.375rem;left:15.59375rem;height:4.12435rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sehuk5VlnUQeUEegHfEZiGW3HpKtkf3S { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:19.6875rem;width:18.9375rem;top:11.625rem;left:20.5625rem;display:block; }
#rmDJdQi7pDBuRBH1g0thATbK6s20ccIL { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.625rem;left:24rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N01VJ4FXo6hQVn6WUzRlJr0wPT2U90l0 { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:15.5625rem;left:21.5625rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CdQHsgCurV23xG4lRbrlaOf99HHrCuno { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:19.6875rem;width:18.9375rem;top:32.0625rem;left:41.0625rem;display:block; }
#fDMDFpRGznyPpZGnNQ1ts1dEN37zUl7E { color:#030538;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:34.3125rem;left:44.5rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lzM1JTgUpS5sSd7HcaDHgKWWiK8bTTU7 { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:36.25rem;left:42.0625rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uMSDGdqixcrCn9yafGk1c8TaD69hlkxa { color:#030538;display:block;width:15.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:38.9375rem;left:42.59375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dshphh0qSiL7OGBybDrEMwsoEppqvSSQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:38.90625rem;left:46.09375rem; }
#D8ygyigvsx7EvFaknrXWBClPnGl4PWuR { background-color:#ffd626;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:44.9375rem;left:42.71875rem;display:block; }
#pDZl6fcEFLcS3X1KTTBvJmQItqKTX9zi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IC31Nmd6ZEDLTo1ufRRxsWbwuO9spp2p { color:#030538;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:49.01171875rem;left:43.65625rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acd0f1;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; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { background-color: transparent; background-image: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container > .video-iframe-container { display: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container { display: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .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); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { border-width: 0; border-radius: 0; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#MKkZTgIdcodueM578CCRBODIqeupEIB6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14rem;width:18.9375rem;top:9.8125rem;left:0rem;display:block; }
#xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:11.875rem;left:0.96875rem;height:6.7513125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.125rem;width:18.9375rem;top:9.8125rem;left:20.5625rem;display:block; }
#oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { color:#030538;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:11.71875rem;left:21.25rem;height:8.439125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.25rem;width:18.9375rem;top:9.8125rem;left:41.0625rem;display:block; }
#fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:11.875rem;left:42.03125rem;height:8.439125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { color:#030538;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.4375rem;left:0.96875rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:20.4375rem;left:21.5rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { color:#030538;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:21rem;left:42.03125rem;height:1.687825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { 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:3.125rem;width:4.1875rem;top:7.875rem;left:0.96875rem;overflow:hidden;display:block; }
#XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { 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:3.125rem;width:4.1875rem;top:7.875rem;left:21.25rem;overflow:hidden;display:block; }
#ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:7.875rem;left:42.0625rem;overflow:hidden;display:block; }
#fknbaW0GHg61P3rdShFPzK7HrnInL40J { 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; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { background-color: transparent; background-image: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .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); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { border-width: 0; border-radius: 0; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { position:absolute;display:block;z-index:15000;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:16.75rem;left:15.0625rem;overflow:hidden;display:block; }
#qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:1.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:18.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { color:#030538;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.625rem;left:30.4375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:28.1875rem;left:15.625rem;height:2.1375875rem;font-style:normal;display:block; }
#KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:14.61328125rem;left:19.1875rem;height:2.1375875rem;font-style:normal;display:block; }
#cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { color:#3d4051;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:32.3125rem;left:2.625rem;height:2.69965rem;font-style:normal;display:block; }
#OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.65185546875rem;left:30.4375rem;height:23.40275rem;font-style:normal;display:block; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);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; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3125rem;left:47.625rem;height:1.13720625rem;text-align:right;text-align-last:right;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; }
#Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:51.4375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { 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:2.8125rem;width:7.9375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3125rem;left:19.6875rem;height:3.89810625rem;text-align:center;text-align-last:center;display:block; }
#R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:48.0625rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:0.875rem;left:0rem;width:7.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { top:7.25rem;left:0rem;width:40.4375rem;height:8.625rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { top:16.75rem;left:0rem;width:35.5rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { top:26.25rem;left:0rem;width:45.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKSdXstnr1bvZItsnc1Os11DageHXV2G { width:15.625rem;height:3.4375rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3xNEbdNEdaMGfLMgCbR3hE3K9bJxVLi { display:block; }
 }@media only screen and (max-width: 763px) { #eQXGwcpriZX7ha85XIEZA5JVcXaSlPB2 { top:32.3125rem;left:0rem;width:15.8125rem;height:1rem;font-size:0.8125rem;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) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { top:1.75rem;left:0rem;width:10.9375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { top:1.5rem;left:11.75rem;width:4.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { top:1.625rem;left:19.125rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { top:1.6875rem;left:26.375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { top:1.4375rem;left:36rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { top:2.0625rem;left:42.1875rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:2.875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { top:12.875rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:15.625rem;height:3.4375rem;top:31.8125rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #pgL5lqiKONXd1zEEF2DLsFGBB7mxRe9s { top:35.875rem;left:16.625rem;width:15.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:3.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:11.3125rem;left:0rem;width:16.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:16.125rem;left:0rem;width:12.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { top:11.5rem;left:15.59375rem;width:16.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:16.125rem;left:16.9375rem;width:13.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { top:11.3125rem;left:31.1875rem;width:16.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:16.125rem;left:35.125rem;width:12.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { top:8rem;left:20.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { top:8rem;left:0.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { top:8rem;left:40.125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:19.375rem;left:0rem;width:14.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:19.375rem;left:16.0625rem;width:15.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:19.375rem;left:32.1875rem;width:15.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:47.75rem;position:relative;display:block; } }@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) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { top:11.6875rem;left:0.125rem;width:23.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:12.25rem;left:20.125rem;width:27.625rem;height:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:2.75rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw { display:block; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhTamOGhScfW5bLzLoNa37ThhOOWd4BF { width:18.9375rem;height:19.6875rem;top:32.0625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK3BxzBFXkT47xmxdPIb8LFLi928nCkQ { width:17rem;height:1.6875rem;top:36.1875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPQ9xly01CyMEaCpoMhOBpqTyl80aBa { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3H8v4xaVWDyzMTrd2541PT79ZDt2DLh { width:15.625rem;height:3.4375rem;top:44.9375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZtOmBgCMUFQ3RBEaJ4QSmnlU2lUs8B3 { display:block; }
 }@media only screen and (max-width: 763px) { #RqqcGvlBtUy3HTPWCOmXmQrH6qIKE1nL { top:34.25rem;left:17.875rem;width:12.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8aCrraaZ4M4XhcTAI2CM1iQNSkTms4C { width:15.75rem;height:5.25rem;top:38.875rem;left:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUsZd85nw4ScPSW17q8PEJIaGoy8VgT { top:49rem;left:17rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I321NbfTGoHI4hTesFo2LCQRxW9hPwG1 { top:38.875rem;left:19.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWookPCL3U2Ek8zg9TIyZR2mrOqSx5qn { width:18.9375rem;height:19.625rem;top:11.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaNEtIfT3s2lt2Q9tVFKVULL3oO8a8Ov { width:18.9375rem;height:19.6875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIEPwX3adnmnRU4iT9s9ZZfngBiRaIRO { top:13.875rem;left:35.6875rem;width:12.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2TuXRrMdkh55CvHV24ke46649wDmeNh { width:17rem;height:1.6875rem;top:15.75rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAo45EZO6zymzdDFNiTfl37fkU9GWBQ { width:15.5rem;height:1.3125rem;top:18.5rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMosvS0t2M4CfSICs1kkLlh1X7Fq1Kgo { top:18.4375rem;left:39.96875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcFVHG4oAKPmOrkwXeco80WuyHsZSoCN { width:15.625rem;height:3.4375rem;top:25.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk7rXE9wtqU46U4he2Orf5u2LTgpIZn9 { display:block; }
 }@media only screen and (max-width: 763px) { #W51iCnt8FxOyKlmnScwP5CCo8rRbJRtC { top:28.9375rem;left:34rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJ86TLLHpA7efySgQOwoHkrT4TnLfUg { top:13.875rem;left:0rem;width:12.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW4ieIGXUEhz8LWQKRUUa4eKvQKlNeFC { width:17rem;height:1.6875rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SupNsCo5RciPcr40idgRWNT1oSditrhb { width:13.5625rem;height:5.25rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0r05gaGtM7y2Vtrw8bIzNhy8aHVynWz { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSXuEnpzpAD7TEHFpQmXlaacJBEkxvP { width:15.625rem;height:3.4375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4POg6C6Vm2m53rDS8vQzidV294Gca21 { display:block; }
 }@media only screen and (max-width: 763px) { #VSH93tuplkcbD8SbMUtJ13UdkkzmcoKo { top:29rem;left:0rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlx167MsEM1qsudJchuolCcAU5eobtQl { width:15rem;height:3.9375rem;top:18.5rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPTLzCdwWklBSBBZiK8tkxLnaWpkp8fx { width:15.625rem;height:3.4375rem;top:25.1875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dROpKJXmndcnbBayPDGsTlV742cmzEi1 { display:block; }
 }@media only screen and (max-width: 763px) { #KhEH2vqNDBTrlomGHGUD9LGm88TShOwE { top:28.9375rem;left:17rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoWPruWAEHks9oQK6Tyqfz8RUPt5Lgtt { top:18.4375rem;left:16.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNx4wP8AzhLZwgiVWJcMDkBxBCnTiOqW { width:18.9375rem;height:19.6875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3lzbW9rqTPJHoDBchCbnUXAQdXNs1Rb { top:34.1875rem;left:0rem;width:12.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ohiT68fe9G2ixd1vasigMdhhFiUsfS { width:17rem;height:1.6875rem;top:36.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLxESvbI5FNdbWEkm9CGqOwTcobo5sFs { width:13.5625rem;height:1.3125rem;top:38.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq3nA1TTOk8czwV4zf2PDKc2iWRuPKon { top:38.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQb9Xov9mRb1u4eZ74SbOsmqVuzzMa78 { width:15.625rem;height:3.4375rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loak33JcSitXaofQedITBRPqpTOseRDm { display:block; }
 }@media only screen and (max-width: 763px) { #LTvZGnFpEWAm0Auyov1vZlv0n0vShN88 { top:49rem;left:0rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bte6NMDdpzP5J2lDu7Ec0NmwitzpKwXP { width:28.8125rem;height:4.125rem;top:6.375rem;left:9.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sehuk5VlnUQeUEegHfEZiGW3HpKtkf3S { width:18.9375rem;height:19.6875rem;top:11.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmDJdQi7pDBuRBH1g0thATbK6s20ccIL { top:13.625rem;left:17.875rem;width:12.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N01VJ4FXo6hQVn6WUzRlJr0wPT2U90l0 { width:17rem;height:1.6875rem;top:15.5625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdQHsgCurV23xG4lRbrlaOf99HHrCuno { width:18.9375rem;height:19.6875rem;top:32.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDMDFpRGznyPpZGnNQ1ts1dEN37zUl7E { top:34.3125rem;left:35.6875rem;width:12.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzM1JTgUpS5sSd7HcaDHgKWWiK8bTTU7 { width:17rem;height:1.6875rem;top:36.25rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMSDGdqixcrCn9yafGk1c8TaD69hlkxa { width:15.875rem;height:1.3125rem;top:38.9375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dshphh0qSiL7OGBybDrEMwsoEppqvSSQ { top:38.875rem;left:39.96875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ygyigvsx7EvFaknrXWBClPnGl4PWuR { width:15.625rem;height:3.4375rem;top:44.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDZl6fcEFLcS3X1KTTBvJmQItqKTX9zi { display:block; }
 }@media only screen and (max-width: 763px) { #IC31Nmd6ZEDLTo1ufRRxsWbwuO9spp2p { top:49rem;left:34rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkZTgIdcodueM578CCRBODIqeupEIB6 { width:18.9375rem;height:14rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { width:17rem;height:6.75rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { width:18.9375rem;height:14.125rem;top:9.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { width:17.5rem;height:7rem;top:11.6875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { width:18.9375rem;height:14.25rem;top:9.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { width:17rem;height:8.4375rem;top:11.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { width:17rem;height:1.6875rem;top:20.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { width:17rem;height:1.6875rem;top:20.4375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { width:17rem;height:1.6875rem;top:21rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { width:4.1875rem;height:3.125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { width:4.1875rem;height:3.125rem;top:7.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { width:4.1875rem;height:3.125rem;top:7.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:11.3125rem;height:11.3125rem;top:16.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:17.625rem;height:17.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:12.875rem;height:12.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:26.75rem;height:2.5rem;top:3.625rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:15.625rem;height:2.125rem;top:28.1875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:8.5rem;height:2.125rem;top:14.5625rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:12.0625rem;height:2.6875rem;top:32.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { top:7.625rem;left:4.875rem;width:26.875rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { top:5.0625rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { top:2.3125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { top:3.6875rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { top:1.5rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { top:2.3125rem;left:13.5625rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { top:5rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa4ac532-6524-43a9-837a-c4fe6929fc42/PORBannermobileSwamiOmkaranandSept2025.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:5.25rem;height:1.9375rem;top:2.0625rem;left:7.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { width:20rem;height:5.3754375rem;top:5.875rem;left:-0.0625rem;font-size:2.6875rem;z-index:14999;text-align:left;text-align-last:left;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { width:18.4375rem;height:4.12435rem;top:11.875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pMOnugtT85eo0r435mGPPQ8r4R7ueKae { width:11.875rem;height:2.2744125rem;top:16.869140625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uKSdXstnr1bvZItsnc1Os11DageHXV2G { width:10.6875rem;height:3.125rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3xNEbdNEdaMGfLMgCbR3hE3K9bJxVLi { display:block; }
 }@media only screen and (max-width: 763px) { #eQXGwcpriZX7ha85XIEZA5JVcXaSlPB2 { width:13.75rem;height:0;top:29.5625rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { width:20rem;height:1.462675rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { width:3.375rem;height:1.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { width:4rem;height:1.5625rem;top:3.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { width:4.625rem;height:1.3125rem;top:3.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { width:3.0625rem;height:1.9375rem;top:2.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { width:4rem;height:0.875rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:19.25rem;height:5.49913125rem;top:2.4375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { width:17.1875rem;height:27.286825rem;top:8.85693359375rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:15.625rem;height:3.4375rem;top:34.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #pgL5lqiKONXd1zEEF2DLsFGBB7mxRe9s { width:13.75rem;height:0.9746125rem;top:38.0625rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:14.375rem;height:3.29980625rem;top:2.18701171875rem;left:2.8125rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:12.9375rem;top:9.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:12.0625rem;height:2.99913125rem;top:13.125rem;left:3.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { width:16.5625rem;height:14.1875rem;top:26.6875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:15rem;height:2.99913125rem;top:30.375rem;left:2.5rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { width:16.5625rem;height:13.75rem;top:43.77392578125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:12.8125rem;height:2.99913125rem;top:48.9375rem;left:3.59375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { width:6.6875rem;height:6.6875rem;top:22.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { width:6.6875rem;height:6.6875rem;top:6.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { width:6.75rem;height:6.75rem;top:41.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:14.625rem;height:3.8981125rem;top:16.75rem;left:2.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:15rem;height:5.19748125rem;top:34.3125rem;left:2.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:15.25rem;height:3.8981125rem;top:52.5rem;left:2.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 { display:block; }#C3oZqiblaf2HsBk3ZohBdCZZAq6kKOK5 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { width:20rem;height:22.1875rem;top:5.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:19.0625rem;height:23.3887375rem;top:28.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:3.2997rem;top:0.71240234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw { display:block; }#FZHIQAdeUMnqgIcqISLR2TcKqTKQcOhw > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhTamOGhScfW5bLzLoNa37ThhOOWd4BF { width:18.9375rem;height:18rem;top:78.375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK3BxzBFXkT47xmxdPIb8LFLi928nCkQ { width:17.5rem;height:1.5rem;top:81.3623046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImPQ9xly01CyMEaCpoMhOBpqTyl80aBa { width:16.75rem;height:3.29980625rem;top:2.125rem;left:1.9375rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X3H8v4xaVWDyzMTrd2541PT79ZDt2DLh { width:15.625rem;height:3.4375rem;top:90.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZtOmBgCMUFQ3RBEaJ4QSmnlU2lUs8B3 { display:block; }
 }@media only screen and (max-width: 763px) { #RqqcGvlBtUy3HTPWCOmXmQrH6qIKE1nL { width:12.0625rem;height:1.80013125rem;top:79.5625rem;left:4.28125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h8aCrraaZ4M4XhcTAI2CM1iQNSkTms4C { width:15.75rem;height:5.249575rem;top:84.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUsZd85nw4ScPSW17q8PEJIaGoy8VgT { width:10.4375rem;height:1.13720625rem;top:94.75rem;left:4.78125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I321NbfTGoHI4hTesFo2LCQRxW9hPwG1 { display:flex;width:1.375rem;height:1.375rem;top:84.0625rem;left:5.46875rem; }
 }@media only screen and (max-width: 763px) { #kWookPCL3U2Ek8zg9TIyZR2mrOqSx5qn { width:18.9375rem;height:15.75rem;top:44.125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaNEtIfT3s2lt2Q9tVFKVULL3oO8a8Ov { width:18.9375rem;height:17.9375rem;top:8.71875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIEPwX3adnmnRU4iT9s9ZZfngBiRaIRO { width:12.0625rem;height:1.80013125rem;top:45.1875rem;left:3.96875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H2TuXRrMdkh55CvHV24ke46649wDmeNh { width:17rem;height:1.5rem;top:46.9873046875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAo45EZO6zymzdDFNiTfl37fkU9GWBQ { width:15.5rem;height:1.3125rem;top:49.625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMosvS0t2M4CfSICs1kkLlh1X7Fq1Kgo { display:flex;width:1.375rem;height:1.375rem;top:49.59375rem;left:5.40625rem; }
 }@media only screen and (max-width: 763px) { #UcFVHG4oAKPmOrkwXeco80WuyHsZSoCN { width:15.625rem;height:3.4375rem;top:53.88671875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk7rXE9wtqU46U4he2Orf5u2LTgpIZn9 { display:block; }
 }@media only screen and (max-width: 763px) { #W51iCnt8FxOyKlmnScwP5CCo8rRbJRtC { width:10.375rem;height:1.13720625rem;top:57.92578125rem;left:4.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTJ86TLLHpA7efySgQOwoHkrT4TnLfUg { width:12.0625rem;height:1.80013125rem;top:10.25rem;left:3.96875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gW4ieIGXUEhz8LWQKRUUa4eKvQKlNeFC { width:17rem;height:1.5rem;top:12.0498046875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SupNsCo5RciPcr40idgRWNT1oSditrhb { width:13.5625rem;height:5.25rem;top:14.6875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0r05gaGtM7y2Vtrw8bIzNhy8aHVynWz { display:flex;width:1.375rem;height:1.375rem;top:14.6875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #PLSXuEnpzpAD7TEHFpQmXlaacJBEkxvP { width:15.625rem;height:3.4375rem;top:20.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4POg6C6Vm2m53rDS8vQzidV294Gca21 { display:block; }
 }@media only screen and (max-width: 763px) { #VSH93tuplkcbD8SbMUtJ13UdkkzmcoKo { width:10.4375rem;height:1.13720625rem;top:24.73828125rem;left:5.09375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rlx167MsEM1qsudJchuolCcAU5eobtQl { width:12.625rem;height:3.93718125rem;top:32.625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPTLzCdwWklBSBBZiK8tkxLnaWpkp8fx { width:15.625rem;height:3.4375rem;top:37.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dROpKJXmndcnbBayPDGsTlV742cmzEi1 { display:block; }
 }@media only screen and (max-width: 763px) { #KhEH2vqNDBTrlomGHGUD9LGm88TShOwE { width:10.5625rem;height:1.13720625rem;top:41.3125rem;left:4.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IoWPruWAEHks9oQK6Tyqfz8RUPt5Lgtt { display:flex;width:1.375rem;height:1.375rem;top:32.625rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #NNx4wP8AzhLZwgiVWJcMDkBxBCnTiOqW { width:18.9375rem;height:16.4375rem;top:61.03125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3lzbW9rqTPJHoDBchCbnUXAQdXNs1Rb { width:12.0625rem;height:1.80013125rem;top:62.625rem;left:3.96875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U6ohiT68fe9G2ixd1vasigMdhhFiUsfS { width:17rem;height:1.5rem;top:64.4248046875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLxESvbI5FNdbWEkm9CGqOwTcobo5sFs { width:13.5625rem;height:1.3125rem;top:67.625rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq3nA1TTOk8czwV4zf2PDKc2iWRuPKon { display:flex;width:1.375rem;height:1.375rem;top:67.59375rem;left:5.40625rem; }
 }@media only screen and (max-width: 763px) { #pQb9Xov9mRb1u4eZ74SbOsmqVuzzMa78 { width:15.625rem;height:3.4375rem;top:71.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loak33JcSitXaofQedITBRPqpTOseRDm { display:block; }
 }@media only screen and (max-width: 763px) { #LTvZGnFpEWAm0Auyov1vZlv0n0vShN88 { width:10.375rem;height:1.13720625rem;top:75.5rem;left:4.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bte6NMDdpzP5J2lDu7Ec0NmwitzpKwXP { width:20rem;height:2.6247875rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sehuk5VlnUQeUEegHfEZiGW3HpKtkf3S { width:18.9375rem;height:15.8125rem;top:27.57421875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmDJdQi7pDBuRBH1g0thATbK6s20ccIL { width:12.0625rem;height:1.80013125rem;top:28.625rem;left:3.96875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N01VJ4FXo6hQVn6WUzRlJr0wPT2U90l0 { width:17rem;height:1.5rem;top:30.4248046875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdQHsgCurV23xG4lRbrlaOf99HHrCuno { width:18.9375rem;height:16.5rem;top:97.0625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDMDFpRGznyPpZGnNQ1ts1dEN37zUl7E { width:12.0625rem;height:1.80013125rem;top:98.3125rem;left:3.96875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lzM1JTgUpS5sSd7HcaDHgKWWiK8bTTU7 { width:17rem;height:1.5rem;top:100.1123046875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMSDGdqixcrCn9yafGk1c8TaD69hlkxa { width:15.875rem;height:1.3125rem;top:103.0625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dshphh0qSiL7OGBybDrEMwsoEppqvSSQ { display:flex;width:1.375rem;height:1.375rem;top:103.03125rem;left:4.28125rem; }
 }@media only screen and (max-width: 763px) { #D8ygyigvsx7EvFaknrXWBClPnGl4PWuR { width:15.625rem;height:3.4375rem;top:107.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDZl6fcEFLcS3X1KTTBvJmQItqKTX9zi { display:block; }
 }@media only screen and (max-width: 763px) { #IC31Nmd6ZEDLTo1ufRRxsWbwuO9spp2p { width:13.75rem;height:1.13720625rem;top:111.48828125rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkZTgIdcodueM578CCRBODIqeupEIB6 { width:18.9375rem;height:12.25rem;top:8.125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { width:17.5rem;height:4.4987rem;top:11.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { width:18.9375rem;height:12.25rem;top:22.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { width:17.5rem;height:5.9982625rem;top:25.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { width:18.9375rem;height:12.25rem;top:37.4375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { width:17.5rem;height:5.9982625rem;top:40.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { width:20rem;height:3.29980625rem;top:2.25rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { width:17rem;height:1.5rem;top:16.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { width:17rem;height:1.5rem;top:31.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { width:17rem;height:1.5rem;top:46.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { width:4.1875rem;height:3.125rem;top:6.5625rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { width:4.1875rem;height:3.125rem;top:21.25rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { width:4.1875rem;height:3.125rem;top:36rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:13.5rem;height:13.5rem;top:34.75rem;left:6.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:10.25rem;height:10.25rem;top:48.9375rem;left:8.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:11.3125rem;height:11.3125rem;top:44.76171875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:18rem;height:1.6499rem;top:2.75rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:5.625rem;height:1.6997625rem;top:33.11328125rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:4.375rem;height:1.6997625rem;top:43.3125rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:9.125rem;height:3.8981125rem;top:59.125rem;left:8.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { width:20rem;height:25.98740625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { width:15rem;height:2.2744125rem;top:18.287109375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { width:10.1875rem;height:1.13720625rem;top:12.9375rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { width:9.125rem;height:1.13720625rem;top:11.4375rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { width:7.9375rem;height:2.8125rem;top:2.037109375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { width:20rem;height:3.89810625rem;top:5.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { width:11.9375rem;height:1.13720625rem;top:14.5rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }