.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#373b3f;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); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { background-color: transparent; background-image: none; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container > .video-iframe-container { display: none; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row > .video-iframe-container { display: none; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .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); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { border-width: 0; border-radius: 0; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#R8TSVJlOWcbkI1TWgmRX5uofGhczbyn2 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:9.375rem;top:1.625rem;left:8.375rem;overflow:hidden;display:block; }
#DH7BZ7OtMagg12E0HI8BvJgWmeA9ISUU { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:3rem;left:20.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BaTXRz8dCL3tPDT8zhTxHWcB4Kx6ebiq { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:5.1875rem;left:0rem;display:none; }
#cKslZI96Eu5LTX4lQ70MgaDiRFUHV7aq { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3rem;left:27.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#x6nm3clpnuxC3rtnlFM4DXzRqBePAIpn { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:3rem;left:36.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bMzgyZJprkzppsTndKJCEzz8D7ZAi5ag { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:3rem;left:44.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc { background-color:transparent;background-image:url("https://images.assets-landingi.com/gnyA8vd3Otc/unsplash/shahadat-rahman-gnyA8vd3Otc-photo-1555949963-aa79dcee981c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.adaptive-delivery-prevent-bg, #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.lazyload, #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.lazyloading { background-image: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { background-color: transparent; background-image: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.68); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container > .video-iframe-container { display: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.68); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container { display: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .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); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { border-width: 0; border-radius: 0; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#XsGreXTisZDMUmFuJuEt2E4ibU9kgKTk { color:#3a3f55;display:block;width:28.875rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:11.625rem;left:15.5625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTIysuZHPnUFNkA04qbNQ2On9te6Vb0e { color:#3a3f55;display:block;width:28.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:16.806251049042rem;left:15.843751907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ma10UX3blhOOFivBOvSOZm0X89Z6PT84 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:10.75rem;top:4.5625rem;left:24.625rem;overflow:hidden;display:block; }
#tkS4RU35skSCXhEepoXPk2RZbuv5n6GD { color:#3a3f55;display:block;width:28.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:23.5625rem;left:15.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prChoz562ki5DKGkaL8Qzy3t7TqkmaxU { background-color:#ca4908;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:29.625rem;left:20.3125rem;display:block; }
#DmTCcwws8LgbE8s1DoT8kcdWNGGhLxn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { background-color: transparent; background-image: none; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container > .video-iframe-container { display: none; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row > .video-iframe-container { display: none; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .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); }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { border-width: 0; border-radius: 0; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#NxeElEPT0zEJHSMCCKlrAIrqOSwU9uH3 { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:7.125rem;left:5.25rem;height:13.7236125rem;text-align:center;text-align-last:center;display:block; }
#V2zru7Kz4kmT8eSvW7BADyspbxBJ1pWs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:4.1875rem;left:5.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oScvvZgoqmOwtTKfOdEt7p3JDAOLh0Zu { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:7.125rem;left:23.375rem;height:16.8906rem;text-align:center;text-align-last:center;display:block; }
#wqfEnwnoqWSPv2sF1SlvTwfAQVvTvl55 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:4.1875rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ohIgo2SdSSBTLvszER5Euh7KMLHGsWXG { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:4.1875rem;left:39.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#F0M2TUuZCDPgyRLT0VzqOTlg1pqPnfAT { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:7.125rem;left:40.3125rem;height:7.3896375rem;text-align:center;text-align-last:center;display:block; }
#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { background-color: transparent; background-image: none; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container > .video-iframe-container { display: none; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row > .video-iframe-container { display: none; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .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); }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { border-width: 0; border-radius: 0; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#NHn1Gi3MUSGEqeGdaXNvPaxPkmzMrrAv { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xmkNNNcaOIsiXKbh98UAOg6O4DcufFFA { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:7.375rem;top:6.96875rem;left:11.3125rem;overflow:hidden;display:block; }
#LJ2I2xRTlNuyGJ04dZ1rGs0NHPzrsA26 { color:#222222;display:block;width:25.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.4;letter-spacing:0;top:13.8125rem;left:32.1875rem;height:1.225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PS7KbgyUqvr9Az3ck0EBkSHeyfFt1D9Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:4.25rem;left:32.1875rem;height:1.1375rem;display:block; }
#b2NnPFnTBggpvKD8ORO488zPZoJOIXtT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:5.9375rem;left:32.125rem;height:1.1375rem;display:block; }
#Ia6JHZ0FUvLBkqlLpFXgWqhDB50m00xv { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:7.625rem;left:32.125rem;height:1.1375rem;display:block; }
#XPeaxpdSG35OofRFT3ZfnrlWCvzzdfrz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:2.25rem;left:32.1875rem;height:1.1375rem;display:block; }
#vs62OkhF4BdlMp6rfqSBc1PucRsrx0DE { color:#222222;display:block;width:25.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.4;letter-spacing:0;top:11.625rem;left:32.1875rem;height:1.225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nSN0PgqnFPDirOoSyK7tnbZlkabPT093 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:9.6875rem;left:32.1875rem;height:1.1375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH { display:block; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8TSVJlOWcbkI1TWgmRX5uofGhczbyn2 { top:1.625rem;left:2.25rem;width:9.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH7BZ7OtMagg12E0HI8BvJgWmeA9ISUU { top:3rem;left:14.625rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaTXRz8dCL3tPDT8zhTxHWcB4Kx6ebiq { top:5.1875rem;left:0rem;width:19.875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKslZI96Eu5LTX4lQ70MgaDiRFUHV7aq { top:3rem;left:21.75rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nm3clpnuxC3rtnlFM4DXzRqBePAIpn { top:3rem;left:30.3125rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMzgyZJprkzppsTndKJCEzz8D7ZAi5ag { top:3rem;left:38.625rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc { display:block; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsGreXTisZDMUmFuJuEt2E4ibU9kgKTk { width:28.875rem;height:2.875rem;top:11.625rem;left:9.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIysuZHPnUFNkA04qbNQ2On9te6Vb0e { width:28.3125rem;height:3.625rem;top:16.75rem;left:9.7187519073488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma10UX3blhOOFivBOvSOZm0X89Z6PT84 { top:4.5625rem;left:18.5rem;width:10.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkS4RU35skSCXhEepoXPk2RZbuv5n6GD { width:28.3125rem;height:;top:23.5625rem;left:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prChoz562ki5DKGkaL8Qzy3t7TqkmaxU { width:19.375rem;height:3rem;top:29.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTCcwws8LgbE8s1DoT8kcdWNGGhLxn9 { display:block; }
 }@media only screen and (max-width: 763px) { #mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 { display:block; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxeElEPT0zEJHSMCCKlrAIrqOSwU9uH3 { top:7.125rem;left:0rem;width:12.875rem;height:13.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zru7Kz4kmT8eSvW7BADyspbxBJ1pWs { top:4.1875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oScvvZgoqmOwtTKfOdEt7p3JDAOLh0Zu { top:7.125rem;left:17.25rem;width:13.25rem;height:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqfEnwnoqWSPv2sF1SlvTwfAQVvTvl55 { top:4.1875rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohIgo2SdSSBTLvszER5Euh7KMLHGsWXG { top:4.1875rem;left:32.875rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0M2TUuZCDPgyRLT0VzqOTlg1pqPnfAT { top:7.125rem;left:32.75rem;width:15rem;height:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 { display:block; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHn1Gi3MUSGEqeGdaXNvPaxPkmzMrrAv { top:2.1875rem;left:0rem;width:30rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkNNNcaOIsiXKbh98UAOg6O4DcufFFA { width:7.375rem;height:3.125rem;top:6.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ2I2xRTlNuyGJ04dZ1rGs0NHPzrsA26 { width:25.6875rem;height:1.1875rem;top:13.8125rem;left:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS7KbgyUqvr9Az3ck0EBkSHeyfFt1D9Z { top:4.25rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2NnPFnTBggpvKD8ORO488zPZoJOIXtT { top:5.9375rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6JHZ0FUvLBkqlLpFXgWqhDB50m00xv { top:7.625rem;left:23.875rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPeaxpdSG35OofRFT3ZfnrlWCvzzdfrz { top:2.25rem;left:23.875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs62OkhF4BdlMp6rfqSBc1PucRsrx0DE { width:25.6875rem;height:1.1875rem;top:11.625rem;left:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSN0PgqnFPDirOoSyK7tnbZlkabPT093 { top:9.6875rem;left:23.875rem;width:12.5rem;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) { #STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH { display:block; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8TSVJlOWcbkI1TWgmRX5uofGhczbyn2 { width:9.375rem;height:4rem;top:1.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH7BZ7OtMagg12E0HI8BvJgWmeA9ISUU { width:5.1875rem;height:auto;top:3rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BaTXRz8dCL3tPDT8zhTxHWcB4Kx6ebiq { top:5.1875rem;left:0.0625rem;width:19.875rem;height:0.9375rem;z-index:100015;color:#ffffff;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cKslZI96Eu5LTX4lQ70MgaDiRFUHV7aq { width:6.875rem;height:auto;top:3rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x6nm3clpnuxC3rtnlFM4DXzRqBePAIpn { width:6.875rem;height:auto;top:3rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bMzgyZJprkzppsTndKJCEzz8D7ZAi5ag { width:6.875rem;height:auto;top:3rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc { background-color:transparent;background-image:url("https://images.assets-landingi.com/gnyA8vd3Otc/unsplash/shahadat-rahman-gnyA8vd3Otc-photo-1555949963-aa79dcee981c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.adaptive-delivery-prevent-bg, #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.lazyload, #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.lazyloading { background-image: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { background-color: transparent; background-image: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container > .video-iframe-container { display: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container { display: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .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); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsGreXTisZDMUmFuJuEt2E4ibU9kgKTk { width:20rem;height:1.95rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIysuZHPnUFNkA04qbNQ2On9te6Vb0e { width:20rem;height:2.923825rem;top:11.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma10UX3blhOOFivBOvSOZm0X89Z6PT84 { width:10.75rem;height:4.375rem;top:1.25rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkS4RU35skSCXhEepoXPk2RZbuv5n6GD { width:20rem;height:4.142575rem;top:16.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prChoz562ki5DKGkaL8Qzy3t7TqkmaxU { width:17.625rem;height:2.5rem;top:22.6875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTCcwws8LgbE8s1DoT8kcdWNGGhLxn9 { display:block; }
 }@media only screen and (max-width: 763px) { #mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 { display:block; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxeElEPT0zEJHSMCCKlrAIrqOSwU9uH3 { width:12.875rem;height:13.7236125rem;top:3.125rem;left:3.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2zru7Kz4kmT8eSvW7BADyspbxBJ1pWs { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oScvvZgoqmOwtTKfOdEt7p3JDAOLh0Zu { width:12.5rem;height:17.94626875rem;top:20.6875rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqfEnwnoqWSPv2sF1SlvTwfAQVvTvl55 { width:12.5rem;height:1.3rem;top:18.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohIgo2SdSSBTLvszER5Euh7KMLHGsWXG { width:14.875rem;height:1.3rem;top:39.75rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0M2TUuZCDPgyRLT0VzqOTlg1pqPnfAT { width:12.5rem;height:10.556625rem;top:42.375rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 { display:block; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHn1Gi3MUSGEqeGdaXNvPaxPkmzMrrAv { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmkNNNcaOIsiXKbh98UAOg6O4DcufFFA { width:6.1875rem;height:2.5rem;top:4.724609375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ2I2xRTlNuyGJ04dZ1rGs0NHPzrsA26 { width:16.1875rem;height:1.225rem;top:24.224609375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS7KbgyUqvr9Az3ck0EBkSHeyfFt1D9Z { width:12.5rem;height:1.1375rem;top:12.724609375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2NnPFnTBggpvKD8ORO488zPZoJOIXtT { width:12.5rem;height:1.1375rem;top:15.349609375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6JHZ0FUvLBkqlLpFXgWqhDB50m00xv { width:15.625rem;height:1.1375rem;top:17.474609375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPeaxpdSG35OofRFT3ZfnrlWCvzzdfrz { width:12.5rem;height:1.1375rem;top:10.474609375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs62OkhF4BdlMp6rfqSBc1PucRsrx0DE { width:15.75rem;height:1.225rem;top:22.162109375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSN0PgqnFPDirOoSyK7tnbZlkabPT093 { width:12.5rem;height:1.1375rem;top:20.037109375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }