.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#294fa0;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#Bb76bBXZWFT5WsViVcslGf6ZbD8fPzPZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:10.5rem;width:20.3125rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#p5IZwXTaTKIgxZen90qvcwggB2MoxxaV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:hind;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:53.1875rem;height:1.3808625rem;display:block; }
#ZBMZkUMCVi1p17u2PIOngkO3yyoDqgqZ { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1500000953674rem;left:64.0625rem;height:2.11230625rem;font-style:normal;display:block; }
#Blfpc39rn3ZNTz4zPK3TG7H8eiEbaf0n { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:kalam;font-size:3.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0999999046326rem;left:50.062501907349rem;height:4.2246125rem;text-align:right;text-align-last:right;display:block; }
#OL4yrQqAVQFDUrDOUasfIAVNqkgmcIsW { 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:1.125rem;width:1.125rem;top:3.8125rem;left:51.875rem;overflow:hidden;display:block; }
#Cm1Dz7oODn7ixCKuVFgdaSQ8pLl7J5Nn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b8bd1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Cm1Dz7oODn7ixCKuVFgdaSQ8pLl7J5Nn > .row .container { border-width: 0; border-radius: 0; }#Cm1Dz7oODn7ixCKuVFgdaSQ8pLl7J5Nn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cm1Dz7oODn7ixCKuVFgdaSQ8pLl7J5Nn > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:none; }#saerM3OtuMtEN0heILT9m0k8sucrilOD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#bgm2yxNds29X2wSQgWKCMRJGeG1gTSeX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:hind;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:10.5rem;display:block; }
#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b8bd1;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; }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row .container { background-color: transparent; background-image: none; }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row .container > .video-iframe-container { display: none; }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row > .video-iframe-container { display: none; }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .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); }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row .container { border-width: 0; border-radius: 0; }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#OHEGxGeOSOe84ToeTOGwzLHR2tzmr0Ek { background-color:#1b8bd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hind;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.9375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.3125rem;left:4.125rem;display:block; }
#BHM25k3Z3NEbCO8D5MqKtKx6CA81P2we { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JGG7PF5Rmb9nTzgnwUWPeNepgFNSFFHa { background-color:#1b8bd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hind;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.3125rem;left:13rem;display:block; }
#rDJDmKtr9XwagHwa50bMn6c7cROeXzNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZa2QQ3xPRycQ0TolC0G64ucUbOPI08P { background-color:#1b8bd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hind;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.3125rem;left:23.4375rem;display:block; }
#Bl6eL30FkT09DPBTmFVzRHSQc6XnZCuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FMBIZMdKAgcHAbBC1nTU11sfxKMgiUln { background-color:#1b8bd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hind;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:43.875rem;display:block; }
#lTEE5en7Fvp8oo8EleBFxyg1mPgQRLMB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qmn8sadrqOeHTNf8KlttvKD7JTb6TVco { background-color:#1b8bd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hind;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3125rem;left:53.875rem;display:block; }
#dNvaqTsU9xTtLZXBiq8cKTmTwv4QWbZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKa79I5mUD20BvbiprGaUSpCMmClIcna { background-color:#1b8bd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hind;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.3125rem;left:63.4375rem;display:block; }
#QgldRqIymhkUd5Uren6Qe4OiKxT0LpJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trbylqFTRl8sUAq8ilzNZLusLElWbL4a { background-color:#1b8bd1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hind;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:33.78125rem;display:block; }
#R6DuZ1pi2H5gzm7Pmm1JXuaMSBHkQXWW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#294fa0;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; }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row .container { background-color: transparent; background-image: none; }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row .container > .video-iframe-container { display: none; }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row > .video-iframe-container { display: none; }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .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); }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row .container { border-width: 0; border-radius: 0; }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#LVB0Eh9yqyIAFsyikgB9l82i0RkN7hez { color:#000000;display:block;width:13.375rem;position:absolute;font-family:kalam;font-size:3.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.0625rem 0rem rgba(0,0,0,0.5);top:2.09375rem;left:30.8125rem;height:4.7124rem;font-style:normal;display:block; }
#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef8ff;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; }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row .container { background-color: transparent; background-image: none; }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row .container > .video-iframe-container { display: none; }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row > .video-iframe-container { display: none; }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .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); }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row .container { border-width: 0; border-radius: 0; }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#CtF7mbNPqgw0NN7ofBeV3DW1dL7xeBqn { color:#000000;display:block;width:18.375rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.94287109375rem;left:2.5rem;height:3.0874rem;display:block; }
#FpFIivgcWDnZwTUcM2FPp4m5lI70CpFy { color:#000000;display:block;width:21.125rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9437503814698rem;left:26.937501907349rem;height:3.0874rem;display:block; }
#C7lIWIFPhKXaQwkRL644QfvyrFZQTpf2 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9423828125rem;left:53.25rem;height:3.0874rem;display:block; }
#PMnQQpwp37XSKUTDrblFeAIukKW0ilFO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:23.375rem;top:5rem;left:0rem;overflow:hidden;display:block; }
#AcFLXxGH3Op2Jziox75FgOtiDvdBixH5 { 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:18.4375rem;width:23.375rem;top:5.4375rem;left:25.625rem;overflow:hidden;display:block; }
#bRfgCwiZzoXeRhTubDNRhNUbuLs4eqGV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:23.5rem;top:6rem;left:51.0625rem;overflow:hidden;display:block; }
#VKAn5qA9L8TVQUMlbbs6VVeyd5qAH2s9 { color:#294fa0;display:block;width:22.75rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:26rem;left:0.6875rem;height:;text-align:left;text-align-last:left;display:block; }#VKAn5qA9L8TVQUMlbbs6VVeyd5qAH2s9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VKAn5qA9L8TVQUMlbbs6VVeyd5qAH2s9 li:before{  }
#praiQBADEsOKip2w1eLhWprFGycwudml { color:#294fa0;display:block;width:23.6875rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:26rem;left:25.625rem;height:4.8125rem;text-align:left;text-align-last:left;display:block; }#praiQBADEsOKip2w1eLhWprFGycwudml li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#praiQBADEsOKip2w1eLhWprFGycwudml li:before{  }
#VEzpknJpiDEnwiT9oFWgcfOM1mCRZXAI { color:#294fa0;display:block;width:23.6875rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:26rem;left:51.3125rem;height:;text-align:left;text-align-last:left;display:block; }#VEzpknJpiDEnwiT9oFWgcfOM1mCRZXAI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VEzpknJpiDEnwiT9oFWgcfOM1mCRZXAI li:before{  }
#K2OOgur5k0ut1J5AlQwx5Rie5Rv5RPc3 { color:#000000;display:block;width:6.625rem;position:absolute;font-family:hind;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:45.3125rem;left:21.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#MvSTqU9i6f17PQ00Gfb51Ak3hASWXbe3 { color:#294fa0;display:block;width:21.5625rem;position:absolute;font-family:hind;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:1.94287109375rem;left:26.71875rem;height:22.3125rem;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; }
#hfQKTqS2SBWvwLOunAS2m5Sek89AeVDZ { background-color:#0c2d6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:45.875rem;left:55.5rem;display:block; }
#wzVoXAsQKCV8OBKAT5SpGlmlg6NZTupo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyTTE6GDXDDDTl02ZFu3kygNJHQpdtPQ { background-color:#0c2d6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:45.6875rem;left:5.375rem;display:block; }
#PI6UKM4y3KWNE0AcGiOPRJThy5s6HaKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FoAD0FWoC2rcK5mNTlTpmywqspc4e3gQ { 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:19.4375rem;width:24.4375rem;top:5.25rem;left:25.78125rem;overflow:hidden;display:none; }
#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef8ff;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; }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row .container { background-color: transparent; background-image: none; }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row .container > .video-iframe-container { display: none; }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row > .video-iframe-container { display: none; }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .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); }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row .container { border-width: 0; border-radius: 0; }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#ghuJwNgaeusQJ40ILTsW66Ow7wFETgiB { color:#000000;display:block;width:18rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0062503814698rem;left:2.8125rem;height:3.0874rem;display:block; }
#SPVVTXqL7TkvFKlqten5icBJqQaqbOUT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0062503814698rem;left:27.562501907349rem;height:3.0874rem;display:block; }
#e5SMR7D3HvxJoOJ2MAoi13A0PCESr0qi { color:#000000;display:block;width:16.625rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0062503814698rem;left:55.437498092651rem;height:3.0874rem;display:block; }
#UkeShPhRTGVtE1xvPaO9T69xz14PLvup { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:23.75rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#syEFO92kFiGJGTmzVCMzWl6tlZJMzCcP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:23.75rem;top:4.5625rem;left:25.4375rem;overflow:hidden;display:block; }
#OAtJGbAg886OpNFqogobxA9kp2C1zhdL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:23.75rem;top:4.5625rem;left:50.9375rem;overflow:hidden;display:block; }
#oqQdGWFa7PbkJq7omaDZFizmZ8BOA54k { color:#294fa0;display:block;width:23.75rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:25.5rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }#oqQdGWFa7PbkJq7omaDZFizmZ8BOA54k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oqQdGWFa7PbkJq7omaDZFizmZ8BOA54k li:before{  }
#tPntx8ipveZp6oURGuTE1Sa08IHuR7Bm { color:#000000;display:block;width:19.125rem;position:absolute;font-family:hind;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.9560546875rem;left:3.375rem;height:1.29980625rem;font-style:normal;display:block; }
#osTEtBOEvfNfITowrTf8ba306QfflmN0 { color:#294fa0;display:block;width:23.6875rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.5rem;left:25.6875rem;height:;text-align:left;text-align-last:left;display:block; }#osTEtBOEvfNfITowrTf8ba306QfflmN0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#osTEtBOEvfNfITowrTf8ba306QfflmN0 li:before{  }
#bdTuCSQGmXywKHTII76zWbFwCoSEQNKM { color:#000000;display:block;width:19.125rem;position:absolute;font-family:hind;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:45.625rem;left:27.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#w9TF07hd8hmhMioxZQIzNnZe1GN6fzkm { color:#294fa0;display:block;width:23.6875rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:25.5rem;left:51.3125rem;height:;text-align:left;text-align-last:left;display:block; }#w9TF07hd8hmhMioxZQIzNnZe1GN6fzkm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w9TF07hd8hmhMioxZQIzNnZe1GN6fzkm li:before{  }
#PS8wOgye2LHuJt9TCramuQXNnvGGFKPR { color:#000000;display:block;width:19.125rem;position:absolute;font-family:hind;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.875rem;left:51.3125rem;height:1.4624rem;font-style:normal;display:block; }
#VFORdL5TyLaB0iBDqnQseTpQO43soKm0 { color:#294fa0;display:block;width:24.1875rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:37.6875rem;left:51.3125rem;height:12.375rem;text-align:left;text-align-last:left;display:block; }#VFORdL5TyLaB0iBDqnQseTpQO43soKm0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VFORdL5TyLaB0iBDqnQseTpQO43soKm0 li:before{  }
#mnLnS9SFa18bs9rlFomBwL8hikNiw1Hm { color:#000000;display:block;width:16.125rem;position:absolute;font-family:hind;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:51.625rem;left:53.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef8ff;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; }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row .container { background-color: transparent; background-image: none; }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row .container > .video-iframe-container { display: none; }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row > .video-iframe-container { display: none; }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .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); }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row .container { border-width: 0; border-radius: 0; }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#WHeRuQUOB5kqa6C44c2e6TOuevW5q0F0 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0054683685302rem;left:2.5625rem;height:3.0874rem;display:block; }
#Trrkbw19gd8oTxaTODAxnloQHScfMHlN { color:#000000;display:block;width:13.625rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.00390625rem;left:30.687501907349rem;height:3.0874rem;display:block; }
#BqCPy7EuMpG0yK8Brx4kCo1xWvz4HNFt { color:#000000;display:block;width:20.375rem;position:absolute;font-family:kalam;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0054683685302rem;left:51.937501907349rem;height:3.0874rem;display:block; }
#qG2ANLc4UeFlKslL0ECusGm00oTFUu7u { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:25.25rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#ZRnAcAxdqB1NbIuAqXfODxwT3aw9GoH2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:23.75rem;top:4.6875rem;left:26.5625rem;overflow:hidden;display:block; }
#EE8cnOgD8fPLHUvOsGkt5PzU4IuHO5wM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:23.75rem;top:4.6875rem;left:51.25rem;overflow:hidden;display:block; }
#V15ckMZ1sDCvxEH8S860P8OKsxvTh1BG { color:#294fa0;display:block;width:23.5rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:25.125rem;left:0rem;height:8.3105625rem;text-align:justify;text-align-last:initial;display:block; }#V15ckMZ1sDCvxEH8S860P8OKsxvTh1BG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V15ckMZ1sDCvxEH8S860P8OKsxvTh1BG li:before{  }
#o8EQHC7uGcQEOLywbpxnouAks7xFsDrm { color:#294fa0;display:block;width:24.1875rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:25.125rem;left:26.34375rem;height:1.5996125rem;text-align:justify;text-align-last:initial;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; }
#RZXzIzePgRxF4ocKdXkGF90ThJWrvudH { color:#000000;display:block;width:19.125rem;position:absolute;font-family:hind;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.625rem;left:27.71875rem;height:1.4624rem;font-style:normal;display:block; }
#Vn9Z571mbaQ7MArpImKZWobcpE1Eun20 { color:#294fa0;display:block;width:23.6875rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:29.08642578125rem;left:26.59375rem;height:;text-align:left;text-align-last:left;display:block; }#Vn9Z571mbaQ7MArpImKZWobcpE1Eun20 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vn9Z571mbaQ7MArpImKZWobcpE1Eun20 li:before{  }
#VsLUETNXyztr4uQipqxbGoPvE1dbTrla { color:#294fa0;display:block;width:21.25rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.125rem;left:53.1875rem;height:;text-align:left;text-align-last:left;display:block; }#VsLUETNXyztr4uQipqxbGoPvE1dbTrla li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VsLUETNXyztr4uQipqxbGoPvE1dbTrla li:before{  }
#XTrbE9cNFusF4cHWchwvZByQGQVtJ0Rl { color:#000000;display:block;width:16.125rem;position:absolute;font-family:hind;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.5rem;left:55.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#QTy8aJzZf1oZBRc6kpRvyTVoPfbt8gWv { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:hind;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.1875rem;left:26.59375rem;height:1.29980625rem;font-style:normal;display:block; }
#R2ihyHA3uRN9P7cTH7dTzkl3nqGHodGH { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:46rem;left:27.75rem;height:1.29980625rem;display:block; }
#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003166;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; }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row .container { background-color: transparent; background-image: none; }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row .container > .video-iframe-container { display: none; }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row > .video-iframe-container { display: none; }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .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); }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row .container { border-width: 0; border-radius: 0; }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#iDaz0sgWu0C8aUkdpNaOcmGE0G4p0KZi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:20.3125rem;top:1.125rem;left:27.343751907349rem;overflow:hidden;display:block; }
#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003166;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; }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row .container { background-color: transparent; background-image: none; }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row .container > .video-iframe-container { display: none; }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row > .video-iframe-container { display: none; }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .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); }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row .container { border-width: 0; border-radius: 0; }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#ERbCC5xClQmVi8Lwpg68c7ukHUNeyO7r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:18.125rem;top:0rem;left:5.375rem;overflow:hidden;display:block; }
#BZTAInIecWbqD11oDqlBdKZCmZSnfToq { 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.5625rem;width:18.125rem;top:0rem;left:51.124219894409rem;overflow:hidden;display:block; }
#e954mL6D1iTfyp2GPdFZ9RfdKNPCssrO { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:hind;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:0rem;left:27.593751907349rem;height:5.6997rem;display:block; }
#lOkJcvgQIoWmsuVkC2X85LX2oAdfTReI { color:#000000;display:block;width:9.25rem;position:absolute;font-family:hind;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:15.3125rem;left:33.281251907349rem;height:2.35595625rem;display:block; }
#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003166;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; }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row .container { background-color: transparent; background-image: none; }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row .container > .video-iframe-container { display: none; }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row > .video-iframe-container { display: none; }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .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); }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row .container { border-width: 0; border-radius: 0; }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#M72tW58ERrmAANgWbn06GP37zOFPaKuX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.25rem;top:3.5625rem;left:33.27499961853rem;overflow:hidden;display:block; }
#wmR0esqcqALgtMBifngpVJDw1Ps0QuaQ { 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:3rem;width:3.25rem;top:3.625rem;left:38.58749961853rem;overflow:hidden;display:block; }
#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv { position:relative;display:block; }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv { background-color: transparent; background-image: none; }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .row .container > .video-iframe-container { display: none; }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .row > .video-iframe-container { display: none; }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .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); }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv { border-width: 0; border-radius: 0; }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BkiNxriThW5Coi8AfBgHrMRE5x45Ew8B { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:24.46249961853rem;height:1.29980625rem;display:block; }
#tRgJi2B3IL6vIXXSyXZbLhlJWRSuUoWQ { color:#000000;display:block;width:4.75rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:35.125001907349rem;height:1.29980625rem;display:block; }
#rD909VUU0rkx5dMyGfpeCAJzvMFTHd7n { color:#000000;display:block;width:8.375rem;position:absolute;font-family:hind;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:43.83749961853rem;height:1.29980625rem;display:block; }
#fcBks2OrKAqu9KLTQhArg9KG6L1nEThZ { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:hind;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9742183685302rem;left:27.093751907349rem;height:1.05615rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb76bBXZWFT5WsViVcslGf6ZbD8fPzPZ { top:1.1875rem;left:0rem;width:20.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5IZwXTaTKIgxZen90qvcwggB2MoxxaV { top:3.75rem;left:35.25rem;width:12.5rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMZkUMCVi1p17u2PIOngkO3yyoDqgqZ { top:3.125rem;left:41.125rem;width:6.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blfpc39rn3ZNTz4zPK3TG7H8eiEbaf0n { top:5.0625rem;left:22.8125rem;width:24.9375rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL4yrQqAVQFDUrDOUasfIAVNqkgmcIsW { top:3.8125rem;left:38.25rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm1Dz7oODn7ixCKuVFgdaSQ8pLl7J5Nn { display:block; }#Cm1Dz7oODn7ixCKuVFgdaSQ8pLl7J5Nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saerM3OtuMtEN0heILT9m0k8sucrilOD { top:0.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgm2yxNds29X2wSQgWKCMRJGeG1gTSeX { top:2.75rem;left:0rem;width:12.5rem;height:10.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT { display:block; }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHEGxGeOSOe84ToeTOGwzLHR2tzmr0Ek { width:7.4375rem;height:1.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHM25k3Z3NEbCO8D5MqKtKx6CA81P2we { display:block; }
 }@media only screen and (max-width: 763px) { #JGG7PF5Rmb9nTzgnwUWPeNepgFNSFFHa { width:7.4375rem;height:1.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDJDmKtr9XwagHwa50bMn6c7cROeXzNg { display:block; }
 }@media only screen and (max-width: 763px) { #PZa2QQ3xPRycQ0TolC0G64ucUbOPI08P { width:7.4375rem;height:1.9375rem;top:1.3125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl6eL30FkT09DPBTmFVzRHSQc6XnZCuk { display:block; }
 }@media only screen and (max-width: 763px) { #FMBIZMdKAgcHAbBC1nTU11sfxKMgiUln { width:7.4375rem;height:1.9375rem;top:1.3125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEE5en7Fvp8oo8EleBFxyg1mPgQRLMB { display:block; }
 }@media only screen and (max-width: 763px) { #Qmn8sadrqOeHTNf8KlttvKD7JTb6TVco { width:7.4375rem;height:1.9375rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNvaqTsU9xTtLZXBiq8cKTmTwv4QWbZC { display:block; }
 }@media only screen and (max-width: 763px) { #oKa79I5mUD20BvbiprGaUSpCMmClIcna { width:7.4375rem;height:1.9375rem;top:1.3125rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgldRqIymhkUd5Uren6Qe4OiKxT0LpJS { display:block; }
 }@media only screen and (max-width: 763px) { #trbylqFTRl8sUAq8ilzNZLusLElWbL4a { width:7.4375rem;height:1.9375rem;top:1.3125rem;left:20.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6DuZ1pi2H5gzm7Pmm1JXuaMSBHkQXWW { display:block; }
 }@media only screen and (max-width: 763px) { #e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM { display:block; }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVB0Eh9yqyIAFsyikgB9l82i0RkN7hez { top:2.0625rem;left:17.1875rem;width:13.375rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT { display:block; }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtF7mbNPqgw0NN7ofBeV3DW1dL7xeBqn { top:1.9375rem;left:0rem;width:18.375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpFIivgcWDnZwTUcM2FPp4m5lI70CpFy { top:1.9375rem;left:13.312501907349rem;width:21.125rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7lIWIFPhKXaQwkRL644QfvyrFZQTpf2 { top:1.9375rem;left:28.625rem;width:19.125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMnQQpwp37XSKUTDrblFeAIukKW0ilFO { top:5rem;left:0rem;width:23.375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcFLXxGH3Op2Jziox75FgOtiDvdBixH5 { top:5.4375rem;left:12rem;width:23.375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRfgCwiZzoXeRhTubDNRhNUbuLs4eqGV { top:6rem;left:24.25rem;width:23.5rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKAn5qA9L8TVQUMlbbs6VVeyd5qAH2s9 { top:26rem;left:0rem;width:22.75rem;height:;font-size:1rem;display:block; }#VKAn5qA9L8TVQUMlbbs6VVeyd5qAH2s9 li:before{  }
 }@media only screen and (max-width: 763px) { #praiQBADEsOKip2w1eLhWprFGycwudml { top:26rem;left:12rem;width:23.6875rem;height:;font-size:1rem;display:block; }#praiQBADEsOKip2w1eLhWprFGycwudml li:before{  }
 }@media only screen and (max-width: 763px) { #VEzpknJpiDEnwiT9oFWgcfOM1mCRZXAI { top:26rem;left:24.0625rem;width:23.6875rem;height:;font-size:1rem;display:block; }#VEzpknJpiDEnwiT9oFWgcfOM1mCRZXAI li:before{  }
 }@media only screen and (max-width: 763px) { #K2OOgur5k0ut1J5AlQwx5Rie5Rv5RPc3 { top:45.3125rem;left:7.8125rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvSTqU9i6f17PQ00Gfb51Ak3hASWXbe3 { top:1.9375rem;left:13.09375rem;width:21.5625rem;height:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfQKTqS2SBWvwLOunAS2m5Sek89AeVDZ { width:9.8125rem;height:2.0625rem;top:45.875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzVoXAsQKCV8OBKAT5SpGlmlg6NZTupo { display:block; }
 }@media only screen and (max-width: 763px) { #CyTTE6GDXDDDTl02ZFu3kygNJHQpdtPQ { width:9.8125rem;height:2.0625rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI6UKM4y3KWNE0AcGiOPRJThy5s6HaKT { display:block; }
 }@media only screen and (max-width: 763px) { #FoAD0FWoC2rcK5mNTlTpmywqspc4e3gQ { top:5.25rem;left:12.15625rem;width:24.4375rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG { display:block; }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghuJwNgaeusQJ40ILTsW66Ow7wFETgiB { top:1rem;left:0rem;width:18rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPVVTXqL7TkvFKlqten5icBJqQaqbOUT { top:1rem;left:13.937501907349rem;width:19.875rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5SMR7D3HvxJoOJ2MAoi13A0PCESr0qi { top:1rem;left:31.125rem;width:16.625rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkeShPhRTGVtE1xvPaO9T69xz14PLvup { top:4.5625rem;left:0rem;width:23.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEFO92kFiGJGTmzVCMzWl6tlZJMzCcP { top:4.5625rem;left:11.8125rem;width:23.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJGbAg886OpNFqogobxA9kp2C1zhdL { top:4.5625rem;left:23.6875rem;width:23.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqQdGWFa7PbkJq7omaDZFizmZ8BOA54k { top:25.5rem;left:0rem;width:23.75rem;height:;font-size:1rem;display:block; }#oqQdGWFa7PbkJq7omaDZFizmZ8BOA54k li:before{  }
 }@media only screen and (max-width: 763px) { #tPntx8ipveZp6oURGuTE1Sa08IHuR7Bm { top:35.9375rem;left:0rem;width:19.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTEtBOEvfNfITowrTf8ba306QfflmN0 { top:25.5rem;left:12.0625rem;width:23.6875rem;height:;font-size:1rem;display:block; }#osTEtBOEvfNfITowrTf8ba306QfflmN0 li:before{  }
 }@media only screen and (max-width: 763px) { #bdTuCSQGmXywKHTII76zWbFwCoSEQNKM { top:45.625rem;left:14.3125rem;width:19.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TF07hd8hmhMioxZQIzNnZe1GN6fzkm { top:25.5rem;left:24.0625rem;width:23.6875rem;height:;font-size:1rem;display:block; }#w9TF07hd8hmhMioxZQIzNnZe1GN6fzkm li:before{  }
 }@media only screen and (max-width: 763px) { #PS8wOgye2LHuJt9TCramuQXNnvGGFKPR { top:35.875rem;left:28.625rem;width:19.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFORdL5TyLaB0iBDqnQseTpQO43soKm0 { top:37.6875rem;left:23.5625rem;width:24.1875rem;height:12.375rem;font-size:1rem;display:block; }#VFORdL5TyLaB0iBDqnQseTpQO43soKm0 li:before{  }
 }@media only screen and (max-width: 763px) { #mnLnS9SFa18bs9rlFomBwL8hikNiw1Hm { top:51.625rem;left:31.625rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74JcE8hscTIry2tfcNpOVyVcoNT0N3T { display:block; }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHeRuQUOB5kqa6C44c2e6TOuevW5q0F0 { top:1rem;left:0rem;width:15.75rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trrkbw19gd8oTxaTODAxnloQHScfMHlN { top:1rem;left:17.062501907349rem;width:13.625rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqCPy7EuMpG0yK8Brx4kCo1xWvz4HNFt { top:1rem;left:27.375rem;width:20.375rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG2ANLc4UeFlKslL0ECusGm00oTFUu7u { top:4.6875rem;left:0rem;width:25.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRnAcAxdqB1NbIuAqXfODxwT3aw9GoH2 { top:4.6875rem;left:12.9375rem;width:23.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE8cnOgD8fPLHUvOsGkt5PzU4IuHO5wM { top:4.6875rem;left:24rem;width:23.75rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V15ckMZ1sDCvxEH8S860P8OKsxvTh1BG { top:25.125rem;left:0rem;width:23.5rem;height:8.3125rem;font-size:1rem;display:block; }#V15ckMZ1sDCvxEH8S860P8OKsxvTh1BG li:before{  }
 }@media only screen and (max-width: 763px) { #o8EQHC7uGcQEOLywbpxnouAks7xFsDrm { top:25.125rem;left:12.71875rem;width:24.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXzIzePgRxF4ocKdXkGF90ThJWrvudH { top:27.625rem;left:14.09375rem;width:19.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn9Z571mbaQ7MArpImKZWobcpE1Eun20 { top:29.0625rem;left:12.96875rem;width:23.6875rem;height:;font-size:1rem;display:block; }#Vn9Z571mbaQ7MArpImKZWobcpE1Eun20 li:before{  }
 }@media only screen and (max-width: 763px) { #VsLUETNXyztr4uQipqxbGoPvE1dbTrla { top:25.125rem;left:26.5rem;width:21.25rem;height:;font-size:1rem;display:block; }#VsLUETNXyztr4uQipqxbGoPvE1dbTrla li:before{  }
 }@media only screen and (max-width: 763px) { #XTrbE9cNFusF4cHWchwvZByQGQVtJ0Rl { top:36.5rem;left:31.625rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTy8aJzZf1oZBRc6kpRvyTVoPfbt8gWv { top:44.1875rem;left:12.96875rem;width:21.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ihyHA3uRN9P7cTH7dTzkl3nqGHodGH { top:46rem;left:14.125rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 { display:block; }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDaz0sgWu0C8aUkdpNaOcmGE0G4p0KZi { top:1.125rem;left:13.718751907349rem;width:20.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM { display:block; }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERbCC5xClQmVi8Lwpg68c7ukHUNeyO7r { top:0rem;left:0rem;width:18.125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTAInIecWbqD11oDqlBdKZCmZSnfToq { top:0rem;left:29.625rem;width:18.125rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e954mL6D1iTfyp2GPdFZ9RfdKNPCssrO { top:0rem;left:13.96875rem;width:19.8125rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOkJcvgQIoWmsuVkC2X85LX2oAdfTReI { top:15.3125rem;left:19.656251907349rem;width:9.25rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 { display:block; }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M72tW58ERrmAANgWbn06GP37zOFPaKuX { top:3.5625rem;left:19.64999961853rem;width:3.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmR0esqcqALgtMBifngpVJDw1Ps0QuaQ { top:3.625rem;left:24.96249961853rem;width:3.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv { display:block; }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkiNxriThW5Coi8AfBgHrMRE5x45Ew8B { top:0.875rem;left:10.83749961853rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRgJi2B3IL6vIXXSyXZbLhlJWRSuUoWQ { top:0.875rem;left:21.500001907349rem;width:4.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD909VUU0rkx5dMyGfpeCAJzvMFTHd7n { top:0.875rem;left:30.21249961853rem;width:8.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcBks2OrKAqu9KLTQhArg9KG6L1nEThZ { top:3.9375rem;left:13.468751907349rem;width:20.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb76bBXZWFT5WsViVcslGf6ZbD8fPzPZ { width:20rem;height:10.338461538461rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5IZwXTaTKIgxZen90qvcwggB2MoxxaV { width:12.5rem;height:1.3808625rem;top:15.2758125rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMZkUMCVi1p17u2PIOngkO3yyoDqgqZ { width:6.625rem;height:2.11230625rem;top:21.475782394409rem;left:4.6874998807907rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blfpc39rn3ZNTz4zPK3TG7H8eiEbaf0n { width:20rem;height:2.5996125rem;top:17.875782012939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OL4yrQqAVQFDUrDOUasfIAVNqkgmcIsW { width:1.125rem;height:1.125rem;top:12.9008125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm1Dz7oODn7ixCKuVFgdaSQ8pLl7J5Nn { display:block; }#Cm1Dz7oODn7ixCKuVFgdaSQ8pLl7J5Nn > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saerM3OtuMtEN0heILT9m0k8sucrilOD { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgm2yxNds29X2wSQgWKCMRJGeG1gTSeX { width:12.5rem;height:10.722675rem;top:5rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT { display:none; }#DwsOmZ0TfKeiIJCGpTp6TABg9wEwRyAT > .row .container { width:20rem;height:27.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OHEGxGeOSOe84ToeTOGwzLHR2tzmr0Ek { width:7.4375rem;height:1.9375rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHM25k3Z3NEbCO8D5MqKtKx6CA81P2we { display:block; }
 }@media only screen and (max-width: 763px) { #JGG7PF5Rmb9nTzgnwUWPeNepgFNSFFHa { width:7.4375rem;height:1.9375rem;top:4.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDJDmKtr9XwagHwa50bMn6c7cROeXzNg { display:block; }
 }@media only screen and (max-width: 763px) { #PZa2QQ3xPRycQ0TolC0G64ucUbOPI08P { width:7.4375rem;height:1.9375rem;top:7.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl6eL30FkT09DPBTmFVzRHSQc6XnZCuk { display:block; }
 }@media only screen and (max-width: 763px) { #FMBIZMdKAgcHAbBC1nTU11sfxKMgiUln { width:7.4375rem;height:1.9375rem;top:10.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEE5en7Fvp8oo8EleBFxyg1mPgQRLMB { display:block; }
 }@media only screen and (max-width: 763px) { #Qmn8sadrqOeHTNf8KlttvKD7JTb6TVco { width:7.4375rem;height:1.9375rem;top:14rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNvaqTsU9xTtLZXBiq8cKTmTwv4QWbZC { display:block; }
 }@media only screen and (max-width: 763px) { #oKa79I5mUD20BvbiprGaUSpCMmClIcna { width:7.4375rem;height:1.9375rem;top:17.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgldRqIymhkUd5Uren6Qe4OiKxT0LpJS { display:block; }
 }@media only screen and (max-width: 763px) { #trbylqFTRl8sUAq8ilzNZLusLElWbL4a { width:7.4375rem;height:1.9375rem;top:20.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6DuZ1pi2H5gzm7Pmm1JXuaMSBHkQXWW { display:block; }
 }@media only screen and (max-width: 763px) { #e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM { display:block; }#e32lXwU0F7MILiSU4Am9nsXTEXRN3lCM > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVB0Eh9yqyIAFsyikgB9l82i0RkN7hez { width:20rem;height:3.25rem;top:1.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT { display:block; }#CDGHVmuRGiJrAzkNrglD3IWDokJaTBgT > .row .container { width:20rem;height:121.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtF7mbNPqgw0NN7ofBeV3DW1dL7xeBqn { width:15.75rem;height:2.5996125rem;top:1.4375rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpFIivgcWDnZwTUcM2FPp4m5lI70CpFy { width:20rem;height:2.5996125rem;top:45.658203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7lIWIFPhKXaQwkRL644QfvyrFZQTpf2 { width:15.6875rem;height:2.5996125rem;top:76.462890625rem;left:2.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMnQQpwp37XSKUTDrblFeAIukKW0ilFO { width:20rem;height:15.9476875rem;top:4.4900588989258rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcFLXxGH3Op2Jziox75FgOtiDvdBixH5 { width:20rem;height:15.875rem;top:48.2578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRfgCwiZzoXeRhTubDNRhNUbuLs4eqGV { width:20rem;height:15.875rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKAn5qA9L8TVQUMlbbs6VVeyd5qAH2s9 { width:20rem;height:18.375rem;top:21.908382415771rem;left:0rem;font-size:1rem;display:block; }#VKAn5qA9L8TVQUMlbbs6VVeyd5qAH2s9 li:before{  }
 }@media only screen and (max-width: 763px) { #praiQBADEsOKip2w1eLhWprFGycwudml { width:20rem;height:4.8125rem;top:70.1865234375rem;left:0rem;font-size:1rem;display:block; }#praiQBADEsOKip2w1eLhWprFGycwudml li:before{  }
 }@media only screen and (max-width: 763px) { #VEzpknJpiDEnwiT9oFWgcfOM1mCRZXAI { width:20rem;height:18.375rem;top:96rem;left:0rem;font-size:1rem;display:block; }#VEzpknJpiDEnwiT9oFWgcfOM1mCRZXAI li:before{  }
 }@media only screen and (max-width: 763px) { #K2OOgur5k0ut1J5AlQwx5Rie5Rv5RPc3 { width:6.625rem;height:1.29980625rem;top:52.9365234375rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvSTqU9i6f17PQ00Gfb51Ak3hASWXbe3 { width:20rem;height:20.82225625rem;top:47.52734375rem;left:0rem;font-size:1.0625rem;line-height:1.4;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hfQKTqS2SBWvwLOunAS2m5Sek89AeVDZ { width:9.6875rem;height:2.6875rem;top:41.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzVoXAsQKCV8OBKAT5SpGlmlg6NZTupo { display:block; }
 }@media only screen and (max-width: 763px) { #CyTTE6GDXDDDTl02ZFu3kygNJHQpdtPQ { width:9.6875rem;height:2.6875rem;top:114.6875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI6UKM4y3KWNE0AcGiOPRJThy5s6HaKT { display:block; }
 }@media only screen and (max-width: 763px) { #FoAD0FWoC2rcK5mNTlTpmywqspc4e3gQ { width:20rem;height:15.875rem;top:54.236328125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG { display:block; }#JBIQZHq6CgiBU0ukAKPXgxkyCZKMJNWG > .row .container { width:20rem;height:133rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghuJwNgaeusQJ40ILTsW66Ow7wFETgiB { width:18rem;height:2.5996125rem;top:0rem;left:1.0000000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPVVTXqL7TkvFKlqten5icBJqQaqbOUT { width:19.875rem;height:2.5996125rem;top:33.78466796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5SMR7D3HvxJoOJ2MAoi13A0PCESr0qi { width:16.625rem;height:2.5996125rem;top:78.462890625rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkeShPhRTGVtE1xvPaO9T69xz14PLvup { width:20rem;height:15.875rem;top:2.5894889831543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syEFO92kFiGJGTmzVCMzWl6tlZJMzCcP { width:20rem;height:15.875rem;top:36.322445869446rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAtJGbAg886OpNFqogobxA9kp2C1zhdL { width:20rem;height:15.875rem;top:81.000005722044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqQdGWFa7PbkJq7omaDZFizmZ8BOA54k { width:20rem;height:11.75rem;top:18.98291015625rem;left:0rem;font-size:1rem;display:block; }#oqQdGWFa7PbkJq7omaDZFizmZ8BOA54k li:before{  }
 }@media only screen and (max-width: 763px) { #tPntx8ipveZp6oURGuTE1Sa08IHuR7Bm { width:19.125rem;height:1.29980625rem;top:30.73291015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osTEtBOEvfNfITowrTf8ba306QfflmN0 { width:20rem;height:23.1875rem;top:53.0625rem;left:0rem;font-size:1rem;display:block; }#osTEtBOEvfNfITowrTf8ba306QfflmN0 li:before{  }
 }@media only screen and (max-width: 763px) { #bdTuCSQGmXywKHTII76zWbFwCoSEQNKM { width:19.125rem;height:1.29980625rem;top:76.25rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9TF07hd8hmhMioxZQIzNnZe1GN6fzkm { width:20rem;height:12.9375rem;top:97.4375rem;left:0rem;font-size:1rem;display:block; }#w9TF07hd8hmhMioxZQIzNnZe1GN6fzkm li:before{  }
 }@media only screen and (max-width: 763px) { #PS8wOgye2LHuJt9TCramuQXNnvGGFKPR { width:19.125rem;height:1.4624rem;top:110.9755859375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFORdL5TyLaB0iBDqnQseTpQO43soKm0 { width:20rem;height:16.875rem;top:112.375rem;left:0rem;font-size:1rem;display:block; }#VFORdL5TyLaB0iBDqnQseTpQO43soKm0 li:before{  }
 }@media only screen and (max-width: 763px) { #mnLnS9SFa18bs9rlFomBwL8hikNiw1Hm { width:16.125rem;height:1.29980625rem;top:129.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T74JcE8hscTIry2tfcNpOVyVcoNT0N3T { display:block; }#T74JcE8hscTIry2tfcNpOVyVcoNT0N3T > .row .container { width:20rem;height:111.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHeRuQUOB5kqa6C44c2e6TOuevW5q0F0 { width:15.75rem;height:2.5996125rem;top:1.25rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Trrkbw19gd8oTxaTODAxnloQHScfMHlN { width:13.625rem;height:2.5996125rem;top:31.33740234375rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqCPy7EuMpG0yK8Brx4kCo1xWvz4HNFt { width:20rem;height:2.5996125rem;top:77.24609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qG2ANLc4UeFlKslL0ECusGm00oTFUu7u { width:20rem;height:14.9609375rem;top:4.6875004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRnAcAxdqB1NbIuAqXfODxwT3aw9GoH2 { width:20rem;height:15.9476875rem;top:33.875000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE8cnOgD8fPLHUvOsGkt5PzU4IuHO5wM { width:20rem;height:15.94725rem;top:79.783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V15ckMZ1sDCvxEH8S860P8OKsxvTh1BG { width:20rem;height:9.910125rem;top:19.6484375rem;left:0rem;font-size:1rem;display:block; }#V15ckMZ1sDCvxEH8S860P8OKsxvTh1BG li:before{  }
 }@media only screen and (max-width: 763px) { #o8EQHC7uGcQEOLywbpxnouAks7xFsDrm { width:20rem;height:3.19921875rem;top:51.125001430511rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZXzIzePgRxF4ocKdXkGF90ThJWrvudH { width:19.125rem;height:1.4624rem;top:55.137500762939rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn9Z571mbaQ7MArpImKZWobcpE1Eun20 { width:20rem;height:14.1875rem;top:57.212501525879rem;left:0rem;font-size:1rem;display:block; }#Vn9Z571mbaQ7MArpImKZWobcpE1Eun20 li:before{  }
 }@media only screen and (max-width: 763px) { #VsLUETNXyztr4uQipqxbGoPvE1dbTrla { width:20rem;height:12.0625rem;top:96.25rem;left:0rem;font-size:1rem;display:block; }#VsLUETNXyztr4uQipqxbGoPvE1dbTrla li:before{  }
 }@media only screen and (max-width: 763px) { #XTrbE9cNFusF4cHWchwvZByQGQVtJ0Rl { width:16.125rem;height:1.29980625rem;top:109.3125rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTy8aJzZf1oZBRc6kpRvyTVoPfbt8gWv { width:19.9375rem;height:2.5996125rem;top:71.39990234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ihyHA3uRN9P7cTH7dTzkl3nqGHodGH { width:14.5rem;height:1.29980625rem;top:74.6494140625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 { display:block; }#vvsCwe5Gkx46M9O0UUqgeruoDgO24Gr9 > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDaz0sgWu0C8aUkdpNaOcmGE0G4p0KZi { width:20rem;height:10.338461538461rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM { display:block; }#VrGT5Nwq3CRuluXL30HqNh4hueP1OqnM > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERbCC5xClQmVi8Lwpg68c7ukHUNeyO7r { width:18.125rem;height:12.5625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTAInIecWbqD11oDqlBdKZCmZSnfToq { width:18.125rem;height:12.5625rem;top:22.0125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e954mL6D1iTfyp2GPdFZ9RfdKNPCssrO { width:19.8125rem;height:5.6997rem;top:15.0625rem;left:0.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOkJcvgQIoWmsuVkC2X85LX2oAdfTReI { width:9.25rem;height:2.35595625rem;top:35.8875rem;left:5.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 { display:block; }#apAOIk8xZLbz3MBq34SPz0yUFNNlpDc0 > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M72tW58ERrmAANgWbn06GP37zOFPaKuX { width:3.25rem;height:3.1875rem;top:1.0625rem;left:5.9375001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmR0esqcqALgtMBifngpVJDw1Ps0QuaQ { width:3.25rem;height:3rem;top:1.1875rem;left:10.500000655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv { display:block; }#LItPbTX3Pt5Xt3EtTv4aUHayfU1Q2Nsv > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkiNxriThW5Coi8AfBgHrMRE5x45Ew8B { width:6.4375rem;height:1.29980625rem;top:1.25rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRgJi2B3IL6vIXXSyXZbLhlJWRSuUoWQ { width:4.75rem;height:1.29980625rem;top:3.8rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD909VUU0rkx5dMyGfpeCAJzvMFTHd7n { width:8.375rem;height:1.29980625rem;top:6.35rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcBks2OrKAqu9KLTQhArg9KG6L1nEThZ { width:20rem;height:2.11230625rem;top:8.9rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }