.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); }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row .container { background-color: transparent; background-image: none; }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row .container > .video-iframe-container { display: none; }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row > .video-iframe-container { display: none; }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .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); }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row .container { border-width: 0; border-radius: 0; }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#xvclTcOzRMgeUpptpFWrfs9VzZWFItDe { color:#014576;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:5rem;left:37.6875rem;height:1.0556625rem;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; }
#vpahmsvusJ53RXhX5bR9B37rW3u8T3pW { color:#014576;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:37.6875rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#nusbLVwJS7RFEzJK5WcaS9eCUs3TvEls { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:26.625rem;top:2.125rem;left:11.125rem;overflow:hidden;display:block; }
#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH { position:relative;display:block; }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH { background-color: transparent; background-image: none; }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .row .container > .video-iframe-container { display: none; }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .row > .video-iframe-container { display: none; }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .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); }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH { border-width: 0; border-radius: 0; }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .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; }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;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; }#A7h374wAEl2SeTJnO0n8TFcaaTSiFlwS { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #91ccdf;border-left:0.0625rem solid #91ccdf;border-right:0.0625rem solid #91ccdf;border-bottom:0.0625rem solid #91ccdf;box-shadow: none;height:22.5rem;width:40rem;top:3.46875rem;left:33.875rem;display:block; }
#HkLK990OaqR5Xo8gcQeTJksXPigZndAg { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:40rem;top:3.6875rem;left:33.9375rem;display:block; }
#G7eQDthxvdf7UHQNxHqMfaVpiirFZlkD { color:#014576;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17.6875rem;left:2.375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLISchOQ39lmRJIeO1OomCiAUw7rNpao { position:absolute;display:block;z-index:14997;background-color:#91ccdf;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:28.0625rem;top:17.5rem;left:2.25rem;display:block; }
#pD2EzT7eCTv7KVOXtePt52JTd8LvIMtL { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:32.5625rem;top:5.625rem;left:0rem;overflow:hidden;display:block; }
#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row .container { background-color: transparent; background-image: none; }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row .container > .video-iframe-container { display: none; }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row > .video-iframe-container { display: none; }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .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); }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row .container { border-width: 0; border-radius: 0; }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#qsUwu3ckaAl6XX1Q7fXs9MGwdIVN2t4N { color:#808080;display:block;width:16rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPys9rMC9ufWkxMNqy88M8i1GLVCm3DJ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #91ccdf;border-left:0.375rem solid #91ccdf;border-right:0.375rem solid #91ccdf;border-bottom:0.375rem solid #91ccdf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.5rem;width:18.9375rem;top:7.125rem;left:17.3125rem;display:block; }
#vgETcOMuQzucGfITsqcDET2WTIMceuRC { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:8.75rem;left:18.4375rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQU0E3U7xePqwGpWsFXXEvyDvXoBMcHM { color:#606060;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.8125rem;left:19.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UJKr9Q8c9N5ximhZzFIpeyxUg3mmSOoo { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.125rem;left:19.6875rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GlKyO5EfrXT7IeN7rdVk1JAWi0dQS2Ko { color:#606060;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.8125rem;left:40.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XxQLHayOFv2lFk4JTqzPNghehzCOveF9 { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.125rem;left:40.75rem;height:2.111325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IlK9NGzD4B9vwzmAgEbFsCT7Mi4GbQd5 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #91ccdf;border-left:0.375rem solid #91ccdf;border-right:0.375rem solid #91ccdf;border-bottom:0.375rem solid #91ccdf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.5rem;width:18.9375rem;top:7.125rem;left:38.75rem;display:block; }
#K4ogTUNBcRsQVe2fZELiTEEmH7UEnXtU { color:#808080;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:8.75rem;left:39.875rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4xykouIxWEAI4StrH1JUlKu45cv4lCT { box-sizing:content-box;color:#ff5d5d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:3rem;left:36.3125rem;display:block; }
#bcfTG2KKser1eXvXEQ2Dif9h5mwtxoCZ { color:#808080;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:39.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o9S4ki9Vd6TthZLa2gJytIQeUnRSwNf5 { box-sizing:content-box;color:#f9d61a;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:20.75rem;left:43.6875rem;display:block; }
#If5vSTzFDBIABUQeI5fzJ7ubUf6htJnH { box-sizing:content-box;color:#f9d61a;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:20.75rem;left:46.125rem;display:block; }
#UqR9TRnyfAE9hnai6nT4LuoCsIbM0zWK { box-sizing:content-box;color:#f9d61a;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:20.75rem;left:48.5625rem;display:block; }
#gtp8n0QTHgv8bZQuMJ9dbfO6frQUrEgq { box-sizing:content-box;color:#f9d61a;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:20.75rem;left:51rem;display:block; }
#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row .container { background-color: transparent; background-image: none; }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row .container > .video-iframe-container { display: none; }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row > .video-iframe-container { display: none; }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .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); }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row .container { border-width: 0; border-radius: 0; }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#TkNQBTiezZMCIKBJsQHiWKS3mEarqac3 { position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(145,204,223,0.63), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(145,204,223,0.63), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(145,204,223,0.63), #ffffff);background-image: -o-linear-gradient(180deg, rgba(145,204,223,0.63), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ccdfa0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ccdfa0', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(145,204,223,0.63), #ffffff);background-size:auto !important;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.5625rem;width:24rem;top:0rem;left:51rem;display:block; }
#I5cIBM7FTpDNpgnbtbXpBZPNm2Pi33zb { background-color:#f9d61a;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#014576;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:11.0625rem;height:2.625rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:6.5rem;left:56.3125rem;display:block; }
#L7RDRmPAKXyoApAMnW7yTqXV2gZDfcTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIuooZEl3MclQ1vsN80nl8b3TJ8aSQLS { position:absolute;display:block;z-index:15075;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:21.8125rem;width:51rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DKXs6awfTc7EIkhbLp8kplu6zulbEAs1 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:24.1875rem;top:10.0625rem;left:49.75rem;overflow:hidden;display:block; }
#QkAr2xmcuFg78i7BEL13BUsaOpVIBzfk { color:rgba(0,0,0,0.61);display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:14.8125rem;left:52.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G { position:relative;display:block; }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G { background-color: transparent; background-image: none; }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .row .container > .video-iframe-container { display: none; }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .row > .video-iframe-container { display: none; }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .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); }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G { border-width: 0; border-radius: 0; }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .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; }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .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:33rem;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; }#JbdZSRETFkXxFv4qMVoxLcD6BvK71b3a { color:#014576;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FSnOiLULT4oJ3lqogFfCqTWGyTT9d4gT { color:#014576;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#KiMPWlW0Twc0XSOUXLiZObHe6oXq8IWv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:39.8125rem;top:4.71875rem;left:0rem;overflow:hidden;display:block; }
#dkfBX5psOFlQrkFMONDnidr3hxlCnwVb { color:#014576;display:block;width:38rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:6.875rem;left:37rem;height:11.472675rem;display:block; }
#s3VM90XoKLlA8KUlUqzTMWkah3ADzZK4 { color:#014576;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.7265625rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #cacac9);background-image: -moz-linear-gradient(180deg, #ffffff, #cacac9);background-image: -ms-linear-gradient(180deg, #ffffff, #cacac9);background-image: -o-linear-gradient(180deg, #ffffff, #cacac9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacac9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacac9' );";background-image: linear-gradient(180deg, #ffffff, #cacac9);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row .container { background-color: transparent; background-image: none; }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row .container > .video-iframe-container { display: none; }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row > .video-iframe-container { display: none; }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .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); }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row .container { border-width: 0; border-radius: 0; }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row .container { font-size:0.875rem;font-family:"open sans";height:9.25rem;width:75rem;position:relative;display:block; }#T5uvRgGKfngFwRA5bWoNLxNd5QK1U52d { color:#000000;display:block;width:42.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0.8125rem;height:4.8730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Wdow6MRbyZesSP7wNDoNz0fLva8DBnxT { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:5.6875rem;left:57.6875rem;display:block; }
#FROfeJbhv32i2O1pPBmsfvyWkrWMiLRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMvSoQSCiwCAbNrToBisV5z9DCi61VTn { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.84375rem;left:57.6875rem;display:block; }
#BQut1us2bov7GAZVElN4MAxrPnbd3K64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wrcR9BC7gbwlFISGy32hK7b8WfMTf9WO { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:57.6875rem;display:block; }
#Is8CZ3lFzSJxi9kTW85ydiaHmg9GPcT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfyIuLzApmCLlAFyDO1MIy7A2vrOZ49a { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.25rem;top:5.8125rem;left:29.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 { display:block; }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvclTcOzRMgeUpptpFWrfs9VzZWFItDe { top:5rem;left:24.0625rem;width:18.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpahmsvusJ53RXhX5bR9B37rW3u8T3pW { top:2.125rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nusbLVwJS7RFEzJK5WcaS9eCUs3TvEls { top:2.125rem;left:0rem;width:26.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH { display:block; }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7h374wAEl2SeTJnO0n8TFcaaTSiFlwS { top:3.4375rem;left:7.625rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLK990OaqR5Xo8gcQeTJksXPigZndAg { top:3.6875rem;left:7.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7eQDthxvdf7UHQNxHqMfaVpiirFZlkD { top:17.6875rem;left:0rem;width:27.8125rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLISchOQ39lmRJIeO1OomCiAUw7rNpao { top:17.5rem;left:0rem;width:28.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD2EzT7eCTv7KVOXtePt52JTd8LvIMtL { top:5.625rem;left:0rem;width:32.5625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ { display:block; }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsUwu3ckaAl6XX1Q7fXs9MGwdIVN2t4N { width:16rem;height:1.625rem;top:3.75rem;left:7.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPys9rMC9ufWkxMNqy88M8i1GLVCm3DJ { width:18.9375rem;height:16.5rem;top:7.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgETcOMuQzucGfITsqcDET2WTIMceuRC { width:17.5rem;height:14rem;top:8.75rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQU0E3U7xePqwGpWsFXXEvyDvXoBMcHM { width:15.6875rem;height:1.625rem;top:25.8125rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJKr9Q8c9N5ximhZzFIpeyxUg3mmSOoo { width:11.25rem;height:1rem;top:28.125rem;left:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKyO5EfrXT7IeN7rdVk1JAWi0dQS2Ko { width:15.6875rem;height:1.625rem;top:25.8125rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQLHayOFv2lFk4JTqzPNghehzCOveF9 { width:11.25rem;height:2.0625rem;top:28.125rem;left:27.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlK9NGzD4B9vwzmAgEbFsCT7Mi4GbQd5 { width:18.9375rem;height:16.5rem;top:7.125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4ogTUNBcRsQVe2fZELiTEEmH7UEnXtU { width:17.5rem;height:12rem;top:8.75rem;left:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4xykouIxWEAI4StrH1JUlKu45cv4lCT { top:3rem;left:22.6875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfTG2KKser1eXvXEQ2Dif9h5mwtxoCZ { width:14rem;height:1.625rem;top:3.75rem;left:25.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9S4ki9Vd6TthZLa2gJytIQeUnRSwNf5 { top:20.75rem;left:30.0625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #If5vSTzFDBIABUQeI5fzJ7ubUf6htJnH { top:20.75rem;left:32.5rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqR9TRnyfAE9hnai6nT4LuoCsIbM0zWK { top:20.75rem;left:34.9375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtp8n0QTHgv8bZQuMJ9dbfO6frQUrEgq { top:20.75rem;left:37.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD { display:block; }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkNQBTiezZMCIKBJsQHiWKS3mEarqac3 { top:0rem;left:23.75rem;width:24rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5cIBM7FTpDNpgnbtbXpBZPNm2Pi33zb { width:11.0625rem;height:2.625rem;top:6.5rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7RDRmPAKXyoApAMnW7yTqXV2gZDfcTh { display:block; }
 }@media only screen and (max-width: 763px) { #GIuooZEl3MclQ1vsN80nl8b3TJ8aSQLS { top:0rem;left:0rem;width:47.75rem;height:20.422487745098rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKXs6awfTc7EIkhbLp8kplu6zulbEAs1 { top:10.0625rem;left:23.5625rem;width:24.1875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkAr2xmcuFg78i7BEL13BUsaOpVIBzfk { top:14.8125rem;left:28.3125rem;width:19.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G { display:block; }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbdZSRETFkXxFv4qMVoxLcD6BvK71b3a { top:0rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSnOiLULT4oJ3lqogFfCqTWGyTT9d4gT { top:2.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMPWlW0Twc0XSOUXLiZObHe6oXq8IWv { top:4.6875rem;left:0rem;width:39.8125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkfBX5psOFlQrkFMONDnidr3hxlCnwVb { top:6.875rem;left:9.75rem;width:38rem;height:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VM90XoKLlA8KUlUqzTMWkah3ADzZK4 { top:29.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E { display:block; }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5uvRgGKfngFwRA5bWoNLxNd5QK1U52d { top:1.4375rem;left:0rem;width:42.125rem;height:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdow6MRbyZesSP7wNDoNz0fLva8DBnxT { width:9.8125rem;height:3.4375rem;top:5.6875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FROfeJbhv32i2O1pPBmsfvyWkrWMiLRe { display:block; }
 }@media only screen and (max-width: 763px) { #aMvSoQSCiwCAbNrToBisV5z9DCi61VTn { width:9.8125rem;height:3.4375rem;top:2.8125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQut1us2bov7GAZVElN4MAxrPnbd3K64 { display:block; }
 }@media only screen and (max-width: 763px) { #wrcR9BC7gbwlFISGy32hK7b8WfMTf9WO { width:9.8125rem;height:3.4375rem;top:0rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is8CZ3lFzSJxi9kTW85ydiaHmg9GPcT5 { display:block; }
 }@media only screen and (max-width: 763px) { #PfyIuLzApmCLlAFyDO1MIy7A2vrOZ49a { top:5.8125rem;left:16.25rem;width:15.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 { display:block; }#CKGUJ5qgpzdTyuD0v8TbNJWZnOl7GM97 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvclTcOzRMgeUpptpFWrfs9VzZWFItDe { width:18.25rem;height:1.0556625rem;top:7.166015625rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpahmsvusJ53RXhX5bR9B37rW3u8T3pW { width:20rem;height:2.1933625rem;top:4.53515625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nusbLVwJS7RFEzJK5WcaS9eCUs3TvEls { width:20rem;height:3.0985915492958rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH { display:block; }#QrqKU5DXkI5fAez5AlpUWsoBkeiWm9XH > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7h374wAEl2SeTJnO0n8TFcaaTSiFlwS { height:10.6875rem;width:19rem;top:6.19140625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLK990OaqR5Xo8gcQeTJksXPigZndAg { width:20rem;height:22.5rem;top:44.66015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7eQDthxvdf7UHQNxHqMfaVpiirFZlkD { width:19.375rem;height:4.38574375rem;top:0rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLISchOQ39lmRJIeO1OomCiAUw7rNpao { width:20rem;height:0.1875rem;top:24.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD2EzT7eCTv7KVOXtePt52JTd8LvIMtL { width:20rem;height:7.2936660268714rem;top:17.56640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ { display:block; }#S9dNVbmsnmcxyWC7ozp94dTJZ1CgzdTQ > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsUwu3ckaAl6XX1Q7fXs9MGwdIVN2t4N { width:20rem;height:1.625rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPys9rMC9ufWkxMNqy88M8i1GLVCm3DJ { width:18.9375rem;height:16.375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgETcOMuQzucGfITsqcDET2WTIMceuRC { width:17.5rem;height:14rem;top:11.3125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQU0E3U7xePqwGpWsFXXEvyDvXoBMcHM { width:16.625rem;height:1.29980625rem;top:27.5rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJKr9Q8c9N5ximhZzFIpeyxUg3mmSOoo { width:13.8125rem;height:1.0556625rem;top:29.5rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKyO5EfrXT7IeN7rdVk1JAWi0dQS2Ko { width:12.75rem;height:1.29980625rem;top:50.625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQLHayOFv2lFk4JTqzPNghehzCOveF9 { width:13.8125rem;height:2.111325rem;top:52.6875rem;left:2.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlK9NGzD4B9vwzmAgEbFsCT7Mi4GbQd5 { width:19.25rem;height:16.375rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4ogTUNBcRsQVe2fZELiTEEmH7UEnXtU { width:17.5rem;height:12rem;top:34.625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4xykouIxWEAI4StrH1JUlKu45cv4lCT { width:3.125rem;height:3.125rem;top:3.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcfTG2KKser1eXvXEQ2Dif9h5mwtxoCZ { width:14rem;height:1.625rem;top:6.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9S4ki9Vd6TthZLa2gJytIQeUnRSwNf5 { width:2.5rem;height:2.5rem;top:46.5625rem;left:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #If5vSTzFDBIABUQeI5fzJ7ubUf6htJnH { width:2.5rem;height:2.5rem;top:46.5625rem;left:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqR9TRnyfAE9hnai6nT4LuoCsIbM0zWK { width:2.5rem;height:2.5rem;top:46.5625rem;left:12.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtp8n0QTHgv8bZQuMJ9dbfO6frQUrEgq { width:2.5rem;height:2.5rem;top:46.5625rem;left:10.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD { display:block; }#VnCk2vcCrKsS4JDvMTm4zGAZMPZ47NyD > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkNQBTiezZMCIKBJsQHiWKS3mEarqac3 { width:20rem;height:1.5625rem;top:11.0536875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5cIBM7FTpDNpgnbtbXpBZPNm2Pi33zb { width:15.75rem;height:2.625rem;top:18.3125rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7RDRmPAKXyoApAMnW7yTqXV2gZDfcTh { display:block; }
 }@media only screen and (max-width: 763px) { #GIuooZEl3MclQ1vsN80nl8b3TJ8aSQLS { width:20rem;height:8.55275rem;top:1.740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKXs6awfTc7EIkhbLp8kplu6zulbEAs1 { width:20rem;height:3.41015625rem;top:10.419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkAr2xmcuFg78i7BEL13BUsaOpVIBzfk { width:19.4375rem;height:3.25rem;top:14.455078125rem;left:0.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G { display:block; }#t3THbnNwXsi9ADBOLr54zUKtTVC0EB1G > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbdZSRETFkXxFv4qMVoxLcD6BvK71b3a { width:18.375rem;height:2.923825rem;top:0rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSnOiLULT4oJ3lqogFfCqTWGyTT9d4gT { width:20rem;height:4.38574375rem;top:4.40625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMPWlW0Twc0XSOUXLiZObHe6oXq8IWv { width:20rem;height:11.8125rem;top:10.1044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkfBX5psOFlQrkFMONDnidr3hxlCnwVb { width:18.4375rem;height:20.390625rem;top:25.044921875rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VM90XoKLlA8KUlUqzTMWkah3ADzZK4 { width:19.25rem;height:4.62890625rem;top:52.177734375rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E { display:block; }#TxKHZVAuNSt0T4Atyewd3oDZWOUeBK4E > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5uvRgGKfngFwRA5bWoNLxNd5QK1U52d { width:20rem;height:7.3896375rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wdow6MRbyZesSP7wNDoNz0fLva8DBnxT { width:9.8125rem;height:3.4375rem;top:11.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FROfeJbhv32i2O1pPBmsfvyWkrWMiLRe { display:block; }
 }@media only screen and (max-width: 763px) { #aMvSoQSCiwCAbNrToBisV5z9DCi61VTn { width:9.8125rem;height:3.4375rem;top:7.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQut1us2bov7GAZVElN4MAxrPnbd3K64 { display:block; }
 }@media only screen and (max-width: 763px) { #wrcR9BC7gbwlFISGy32hK7b8WfMTf9WO { width:9.8125rem;height:3.4375rem;top:9.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is8CZ3lFzSJxi9kTW85ydiaHmg9GPcT5 { display:block; }
 }@media only screen and (max-width: 763px) { #PfyIuLzApmCLlAFyDO1MIy7A2vrOZ49a { width:15.25rem;height:3.125rem;top:15.875rem;left:2.375rem;display:block; }
 }