.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:transparent;background-image:none;position:relative;display:block; }
#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .row > .video-iframe-container { display: none; }#eQg1uTDlgsGKtDvDebzz19AAPkfgnWTw > .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); }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #205c88, #399fc8);background-image: -moz-linear-gradient(90deg, #205c88, #399fc8);background-image: -ms-linear-gradient(90deg, #205c88, #399fc8);background-image: -o-linear-gradient(90deg, #205c88, #399fc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c88', endColorstr='#399fc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c88', endColorstr='#399fc8' );";background-image: linear-gradient(90deg, #205c88, #399fc8);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row .container { background-color: transparent; background-image: none; }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row .container > .video-iframe-container { display: none; }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row > .video-iframe-container { display: none; }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .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); }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row .container { border-width: 0; border-radius: 0; }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#I2Ai2QofRtg7Xitmu3gnAwdkiBdEVhaW { display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:8.9375rem;left:2.3125rem;height:14.3984375rem;color:#ffffff;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; }
#DdqOfSULOvAE4xVX616KN7pCNPleDmvC { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:24.1875rem;left:2.3125rem;height:7.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#svpHxt5egaPtbu2FZDEc7WdxI5wl0CG8 { box-sizing:content-box;height:41.625rem;width:74.9375rem;position:absolute;display:block;z-index:14999;background-color:#399fc8;background-image:none;top:5.875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#spl8HN5ghbsWpZLLwE8qJ0pDbzXs6ZXT { box-sizing:content-box;height:38rem;width:33.9375rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:8.0625rem;left:39.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NBSo8l9vTv2u9DGd8Ww2SqDB1vOBWZpG { position:absolute;display:block;z-index:15034;height:29.3125rem;width:31.375rem;top:14.437507629394rem;left:40.5rem;display:block; }
#zTCglN4GGXFrCUgubFTEso28PJlMPqef { position:absolute;display:block;z-index:15029;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:6.8125rem;width:17.8125rem;top:0rem;left:29.8125rem;overflow:hidden;display:block; }
#DRRbhd5ZzQyPCZDQOpQJ08fD426RPzu0 { color:#1090c6;display:block;width:23.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:7.875rem;left:45.625rem;height:2.97395625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#auXxxvP39S0nMb84tssdnvwD0kfx30rr { color:#1090c6;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:11.5rem;left:42.40625rem;height:4.0247375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EP4qtTEyyKFLtAhCPf42x8AzHgaDkg45 { position:absolute;display:block;z-index:15046;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:8.1875rem;top:40.625rem;left:2.4375rem;overflow:hidden;display:block; }
#U0kcOnW03fLxnuflG4nfuyzh7h3PNx3w { position:absolute;display:block;z-index:15047;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:5.5625rem;top:41.4375rem;left:11.8125rem;overflow:hidden;display:block; }
#kWRnRxWGRGaffk3eUhx2C4PC1wmLeig1 { position:absolute;display:block;z-index:15048;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.875rem;width:5.6875rem;top:41.25rem;left:19.1875rem;overflow:hidden;display:block; }
#LDwGkv0XkZTosNrMJ4XwCXw89KgaV9Pa { position:absolute;display:block;z-index:15049;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.375rem;width:6.0625rem;top:41.4375rem;left:26.8125rem;overflow:hidden;display:block; }
#I0IKZUrOkPwHPAwzFrhMOVIGbCp4oBS7 { position:absolute;display:block;z-index:15050;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.25rem;top:40.9375rem;left:34.3125rem;overflow:hidden;display:block; }
#BPQaWLpCLkkrzyErEoxcJJZkC9EVstAB { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:37.75rem;left:2.4375rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S68DTlyibTIbvOJqQB2KXBNmTQEFBGM5 { box-sizing:content-box;height:0.1875rem;width:31.25rem;position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;top:35.8125rem;left:2.4375rem;display:block; }
#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#399fc8;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; }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row .container { background-color: transparent; background-image: none; }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row .container > .video-iframe-container { display: none; }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row > .video-iframe-container { display: none; }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .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); }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row .container { border-width: 0; border-radius: 0; }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#UBcuBH0WIySAnWqyqSkON2TxwekmXldL { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:3.638671875rem;left:21.375rem;height:5.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uysW8gtUTcpRxoXBURGMhD5mtlviO0na { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:3.65625rem;left:0rem;height:7.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TFpsalLTiPT8nqlydpiCCzWylT2HCP0B { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:8.8125rem;left:42.3125rem;height:2.0003875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#XecbFl3H7uRUSbS4gaFcTFT74fEwGgaH { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.1875rem;width:7.1875rem;top:4rem;left:67.8125rem;overflow:hidden;display:block; }
#rRXIaNb3d5AEvbioDlfl9SPW8G6rT1Zh { position:absolute;display:block;z-index:15033;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.125rem;width:7.125rem;top:8.75rem;left:59.375rem;overflow:hidden;display:block; }
#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #205c88, #399fc8);background-image: -moz-linear-gradient(90deg, #205c88, #399fc8);background-image: -ms-linear-gradient(90deg, #205c88, #399fc8);background-image: -o-linear-gradient(90deg, #205c88, #399fc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c88', endColorstr='#399fc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c88', endColorstr='#399fc8' );";background-image: linear-gradient(90deg, #205c88, #399fc8);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row .container { background-color: transparent; background-image: none; }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row .container > .video-iframe-container { display: none; }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row > .video-iframe-container { display: none; }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .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); }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row .container { border-width: 0; border-radius: 0; }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#VXRX49mQwZPGuos9fIZu8BCncJPUroIh { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.375rem;left:44.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkqlbqStmNsA9EsDphReIkd9p09XVh8x { color:rgba(255,255,255,0.9);display:block;width:25.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:5.1875rem;left:44.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#s9DIJCg75OQxdAadKUm9Wqsy3NeTcAS6 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:17.6875rem;left:44.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccZDyTnGIsDF1c8spv46Pr5vXWCP3MBN { color:rgba(255,255,255,0.9);display:block;width:24.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:19.5rem;left:44.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#GX676JKahDoAF4lET9yZRkvX8dRhTptP { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:10.0625rem;left:44.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eg6bD3XpymuP80pRZiNikpZwcpm8g3gW { color:rgba(255,255,255,0.9);display:block;width:24.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:11.875rem;left:45rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#XAKUP8PTkQ9nPETbdrqsLqN4TiT3wchw { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:25.3125rem;left:44.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GanreopxuRxv7TOTMyXAD6f7V8NUxkFb { color:rgba(255,255,255,0.9);display:block;width:27.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:27.125rem;left:44.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#ad42Q9G2XTueWmuAo13vzqHESOzHdfIQ { box-sizing:content-box;height:29.75rem;width:38rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/01f67ce5-8ccb-4928-bec5-9cda03e34b13/Page15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#ad42Q9G2XTueWmuAo13vzqHESOzHdfIQ.adaptive-delivery-prevent-bg, #ad42Q9G2XTueWmuAo13vzqHESOzHdfIQ.lazyload, #ad42Q9G2XTueWmuAo13vzqHESOzHdfIQ.lazyloading { background-image: none; }
#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 { 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; }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row .container { background-color: transparent; background-image: none; }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row .container > .video-iframe-container { display: none; }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row > .video-iframe-container { display: none; }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .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); }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row .container { border-width: 0; border-radius: 0; }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#agf4VHNdNSgl7cpih9gp0c0enQQGGZg8 { color:#122635;display:block;width:38.75rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:6.434326171875rem;left:6.25rem;height:4.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h7zEdPNFlKhIB6hkmQoKOSnlaSPNlhGz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49975625rem;width:12.4365rem;top:20.968017578125rem;left:6.25rem;overflow:hidden;display:block; }
#S58itMD1cgsGtwvdWphWh1WKUgQNko31 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93676875rem;width:10.3125rem;top:15.125rem;left:14.0625rem;overflow:hidden;display:block; }
#TLc4QMUZDtUMmEqD9BCes6lsW5PsEB1m { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:15.4375rem;top:15.6875rem;left:26.875rem;overflow:hidden;display:block; }
#mCW5itiXtSsJ3M9Brr0xQFxt1m4TyQ8V { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:19.3115rem;top:21.593017578125rem;left:21.124267578125rem;overflow:hidden;display:block; }
#JqmUOMZNeoanWNBXbTkJ72wnyNsG2xOx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37475625rem;width:4.87426875rem;top:14.405517578125rem;left:6.25rem;overflow:hidden;display:block; }
#coI3ZzKsVrbDWk7m3wC5vPVssD1oeIq1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24926875rem;width:11.0608125rem;top:20.53076171875rem;left:44.059814453125rem;overflow:hidden;display:block; }
#TPrbJsvWvwlAnV3VlVnrCCktQ3hJxMae { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.375rem;top:15.6875rem;left:44.4375rem;overflow:hidden;display:block; }
#JGiMVbeFySdokGAHyUZhQdrhBFwkb1x9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.436525rem;width:10.437rem;top:15.8740234375rem;left:58.076171875rem;overflow:hidden;display:block; }
#TqRu3EWI8WuJ5yqS5tTERMpWdH2lb8la { position:absolute;display:block;z-index:15015;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.999025rem;width:9.9353125rem;top:20.7177734375rem;left:58.653564453125rem;overflow:hidden;display:block; }
#sSx9eALrre4q9gcAlqfuyM2UJitCXz5a { background-color:#399fc8;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-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;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:16.8103125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:7.164306640625rem;left:51.9384765625rem;display:block; }
#OXDhucUKGGQSuArPqTZRZyowZ1wpNs7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #205c88, #399fc8);background-image: -moz-linear-gradient(90deg, #205c88, #399fc8);background-image: -ms-linear-gradient(90deg, #205c88, #399fc8);background-image: -o-linear-gradient(90deg, #205c88, #399fc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c88', endColorstr='#399fc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c88', endColorstr='#399fc8' );";background-image: linear-gradient(90deg, #205c88, #399fc8);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; }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row .container { background-color: transparent; background-image: none; }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row .container > .video-iframe-container { display: none; }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row > .video-iframe-container { display: none; }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .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); }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row .container { border-width: 0; border-radius: 0; }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;position:relative;display:block; }#Txc00lPp5iQAdWDTNzTUZmoTV9ok9o0m { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8203125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K2IuRHN1y9yUcikuqFgGb6fbE8aTVSql { box-sizing:content-box;height:41.5rem;width:35.5rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cf7e36ba-e5b5-447b-b5da-b5fa6d58e424/Page14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.4375rem;left:39.187983514287rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#K2IuRHN1y9yUcikuqFgGb6fbE8aTVSql.adaptive-delivery-prevent-bg, #K2IuRHN1y9yUcikuqFgGb6fbE8aTVSql.lazyload, #K2IuRHN1y9yUcikuqFgGb6fbE8aTVSql.lazyloading { background-image: none; }
#QrTQKsmbWL36RsD5DzLlZ3xBfNF3a6hA { color:#f3f3f3;display:block;width:6.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:12.561198592186rem;left:1.1041679382324rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NRx5kLKoHZf3vhQTlgMG2VAfh5MSO4Vg { color:#f3f3f3;display:block;width:22.5625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:12.5625rem;left:12.875rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#Eyooae2t2LwrNorHyCZ1VPKUA2abdTDI { box-sizing:content-box;height:5.5rem;width:37.625rem;position:absolute;display:block;z-index:15048;background-color:#006197;background-image:none;top:11.437500298023rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#pO60wV8nhq7PD4TIX36XkTizMeJwmV2L { box-sizing:content-box;height:6.75rem;width:37.625rem;position:absolute;display:block;z-index:15051;background-color:#006197;background-image:none;top:38.625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZTuXT4Ld4Eq5VpqLShO7eCdyEGe7Tp5N { color:#f3f3f3;display:block;width:21.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:39.6875rem;left:13rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#XAkVyLIqoxD93w2QBsqPxmV4cIAGkoIo { color:#f3f3f3;display:block;width:10.1875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:39.625rem;left:1.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnNGdOCXT9QFvoDHaXaTokhAAW8AOJu7 { color:#f3f3f3;display:block;width:22.6875rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:18.75rem;left:12.75rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#GceB1rudCwq7mSuJtdxpyVOSiKH3zdlO { box-sizing:content-box;height:5.5rem;width:37.625rem;position:absolute;display:block;z-index:15051;background-color:#006197;background-image:none;top:17.625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#g4lgaC3oblZnnOnGqRDZTxmveL44uDDl { color:#f3f3f3;display:block;width:6.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:18.75rem;left:1.125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eEXTNoincRkKeb3VwUHDLvNQdPtbUJ3Z { box-sizing:content-box;height:6.6875rem;width:37.625rem;position:absolute;display:block;z-index:15052;background-color:#006197;background-image:none;top:23.9375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#K7huJdrBXMvsPVCmRC2F7PkwQJDhzTnQ { color:#f3f3f3;display:block;width:7.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:25.0625rem;left:1.1458339691162rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSlQdQLpJVSeCCV7QQ5neJkETAr4TvlO { color:#f3f3f3;display:block;width:23.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:25.09375rem;left:12.6875rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#e7BZPzdbLNPA5O3S4KedUoWZtNVO9kIO { box-sizing:content-box;height:6.6875rem;width:37.625rem;position:absolute;display:block;z-index:15054;background-color:#006197;background-image:none;top:31.4375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#J6VzUoh5098IVtuVzeMtHUbDPMtgn7T4 { color:#f3f3f3;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:32.625rem;left:12.875rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#WpORsSHrBLlPMwmIicn4AxPLNk2S1Q1C { color:#f3f3f3;display:block;width:8.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ACQIqqldnLP9pLpTE0g7vnKih3exmtl1 { box-sizing:content-box;height:6.6875rem;width:37.625rem;position:absolute;display:block;z-index:15057;background-color:#006197;background-image:none;top:46.4375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#s7L2uoWSpcqPtpqOdzRBC3l0iiLDO6Ll { color:#f3f3f3;display:block;width:8.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:48.416666984558rem;left:1.1041679382324rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkfSLQqtT9xiH8QTOvFKhDOlw6IdTd9l { color:#f3f3f3;display:block;width:23.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:47.390627861023rem;left:12.875rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#mPLzAa0UL4XqmelkixdmGGUl50fcaIey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f9fb;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; }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row .container { background-color: transparent; background-image: none; }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row .container > .video-iframe-container { display: none; }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row > .video-iframe-container { display: none; }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .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); }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row .container { border-width: 0; border-radius: 0; }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#BrfBUhTFgdmiC9linQxRIGUO8zBGObQb { color:#122635;display:block;width:8.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5U3cgwLKCMIM0kmNC5lwJ6l94vgPCFH { color:#6b6b6b;display:block;width:20.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:8.8125rem;left:28.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#xLtowkZ28mhlDmqyTzunWchSiOXktrV0 { box-sizing:content-box;height:12.5rem;width:22.9375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.5rem;left:27.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#QXRTxcpnF6IJDQgRULQI11kuAxQao6cq { color:#122635;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.5rem;left:1rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gq4IaBBgePFVNqtOHxzoT920Nxay8JUQ { position:absolute;display:block;z-index:15043;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:35.0625rem;width:28.0625rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#wZRNm7XyTaCq7JfyoIDwysoIaMAGPQfH { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15008;background-color:#73bde4;background-image:none;top:2.9166669845581rem;left:43.60417175293rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#pVlmJ8rX7GHMTukQdgunTTUzDgihQK8b { box-sizing:content-box;height:12.5rem;width:22.9375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:3.5625rem;left:52.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#K1LJTUgqfBaCMBgbxV8g1DNEU6H7RAoc { color:#6b6b6b;display:block;width:20.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:8.875rem;left:53.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#fsxUET4omhrBWZeTPz0Tiw7UhWJfkDSX { color:#122635;display:block;width:10.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:4.375rem;left:53.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MImcCoOvVvA56qkixzdgCxLexl1XzpyJ { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15016;background-color:#73bde4;background-image:none;top:2.9375rem;left:68.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#rvOyFcF40PD94FLJHVS9Tsoko5BcUNqG { box-sizing:content-box;height:11.25rem;width:22.9375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:18.8125rem;left:52.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#VfhXItLkHuWGOBVLfVl8o7f5GTxRE1Hg { color:#6b6b6b;display:block;width:17.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:24.125rem;left:53.625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#gPIGVMKsLO49Ro5H54bzdeuBgL3fXEM7 { color:#6b6b6b;display:block;width:20.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:24.0625rem;left:28.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#lLlxWrRB62J8tcWMoEVUru2GNKGnhcmq { box-sizing:content-box;height:11.25rem;width:22.9375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:18.75rem;left:27.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#vM67lXvufEf97L93pTFaE3M3GqqJ55Xt { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15016;background-color:#73bde4;background-image:none;top:18.125rem;left:43.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Feiy7JD8oi31lRMOPP4kCdEyDwg2dPTq { color:#122635;display:block;width:11.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:19.625rem;left:53.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MIFlndcf8awUgVsthQd2Lh9QQCzJN3Bl { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15024;background-color:#73bde4;background-image:none;top:18.1875rem;left:68.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#vPgdTCxuCRZPoJKaOqEz8LGB9WDpe7Ny { color:#122635;display:block;width:9.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:19.5625rem;left:28.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CmTvNvhhWT6oh2IAIfPT1Hr66kdJ7qFF { box-sizing:content-box;height:11.25rem;width:22.9375rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:33.125003814698rem;left:52.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#dZk7eO4VkZnMFfxZp7vgEbNSkEcBTAHZ { color:#6b6b6b;display:block;width:20.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:38.437503814698rem;left:53.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#evGCTO1CHpcC4Sak75zocAagEpPu2waQ { box-sizing:content-box;height:11.25rem;width:22.9375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:33.062503814698rem;left:27.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#g7y8tmoiUtwtcpcUrrTv0CvR7ZN8TiGz { color:#6b6b6b;display:block;width:20.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:38.375003814698rem;left:28.625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#cBOG6JSTkm3JpLNiBSWteGXd5AdSfMxv { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15024;background-color:#73bde4;background-image:none;top:32.437503814698rem;left:43.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#xLUVNp11Q8UUUGEf4tTQF7xc1WmAJk9M { color:#122635;display:block;width:8.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:33.937503814698rem;left:53.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aKCcESUZEuuSTdu5WNpyniLQVyxR2OBf { box-sizing:content-box;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15032;background-color:#73bde4;background-image:none;top:32.500003814698rem;left:68.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#SnNLRqGzKhiAo5wuc7x0Q6g74XE62iGt { color:#122635;display:block;width:8.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:33.875003814698rem;left:28.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kViUzw0LftOrsIfRnvLyGCx0A1GawNIu { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15057;opacity:1;top:3.75rem;left:44.38542175293rem; }
#fAzdwRn8k0ydxTs0D329ACCTD54TbLUg { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15058;opacity:1;top:3.75rem;left:69.40625rem; }
#OQMGMX8XDiM49u4aAISVzanannZuniRk { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15059;opacity:1;top:18.90625rem;left:44.38542175293rem; }
#iJkbD03SV3f56OfSLWkWGBZ620HT8P1Q { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15060;opacity:1;top:19.0625rem;left:69.40625rem; }
#b04WJTcDTnBMFsRRwuH0VpEQeOdyRrT1 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15061;opacity:1;top:33.187502533198rem;left:44.32292175293rem; }
#gcosNgNyuqhnRBpL22uXpnok35M8w6dR { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15062;opacity:1;top:33.375002533198rem;left:69.40625rem; }
#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn { 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; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { background-color: transparent; background-image: none; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container > .video-iframe-container { display: none; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row > .video-iframe-container { display: none; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .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); }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { border-width: 0; border-radius: 0; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#DNLT0UnUL1NiA389SnxEENnuUkcAyrtN { color:#272727;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9996337890625rem;left:0.0311279296875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MihQP003O2FNhyltwOVDdFPLIbEgAfPA { 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; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container { background-color: transparent; background-image: none; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container > .video-iframe-container { display: none; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row > .video-iframe-container { display: none; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .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); }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container { border-width: 0; border-radius: 0; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#CRnVl41anlnCrsm4rsZvtafVdNSAwOqJ { color:#666666;display:block;width:15.249625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:7.1875rem;left:4.749755859375rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#NZqXdV8kBotz80uMwfk1c2eGLeIpfi8R { color:#0e97b4;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.874755859375rem;left:3.9996337890625rem;height:3.5753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fW26VVZmwQrXBzHU2fSOA3FhLwpIqqW1 { color:#666666;display:block;width:20.8125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:7.1246337890625rem;left:26.99951171875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#CcaiqEIS6xkn8LdHCDc11UHsqTT8AGpN { color:#0e97b4;display:block;width:16.6875rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:29.0625rem;height:3.5753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#auHSz4DVzLa16QdPQovTkKghlISSDb5C { color:#666666;display:block;width:22.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:7.1875rem;left:51.0625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#xvzN7wodc4VEGnHzJTIGElSaCzrsxstR { color:#0e97b4;display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:2.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6873779296875rem;left:53.999633789062rem;height:3.5753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #205c88, #399fc8);background-image: -moz-linear-gradient(160deg, #205c88, #399fc8);background-image: -ms-linear-gradient(160deg, #205c88, #399fc8);background-image: -o-linear-gradient(160deg, #205c88, #399fc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c88', endColorstr='#399fc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#205c88', endColorstr='#399fc8' );";background-image: linear-gradient(160deg, #205c88, #399fc8);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { background-color: transparent; background-image: none; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container > .video-iframe-container { display: none; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row > .video-iframe-container { display: none; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .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); }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { border-width: 0; border-radius: 0; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:block; }#iRu0CratGgSilikWLayJIviNTxanfywa { display:block;width:33.6875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:4.25rem;left:0rem;height:10.5rem;color:#ffffff;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; }
#Igqugns9pBgveBsskesKJm1ToeDObXW3 { display:block;width:34.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.375rem;left:3.75rem;height:1.94986875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#PKAJTRSfkdTwboN5Uf8JRpmu3rzadRDX { display:block;width:31.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:25.6875rem;left:3.75rem;height:3rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#HET5OaOtFtRuPbhGIvKCcwtJ1Ik3LsWQ { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:23rem;left:0rem;display:block; }
#U3b8mmlQXrJ8wou7amTZBOefvX3WPbqF { display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:33.5rem;left:3.75rem;height:3rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#BeGehW3TdUpX2vK7UbSXfhIzkBhM58We { display:block;width:32.625rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.1875rem;left:3.6875rem;height:1.94986875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#BZfxQaLFMuoTXgSwFA8wzMEQMrtqxObL { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:30.8125rem;left:0rem;display:block; }
#RQuyNgBxbKAZ5ay4XO8BqaKJs1ZOsZgn { display:block;width:33.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:41.1875rem;left:3.8125rem;height:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#bmvQ5hxTz5dMQnrfMuSPDKkRTBTTC3lq { display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.9375rem;left:3.6875rem;height:1.94986875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#kAXtf4BsQFDDhxAvXDXnNso3nTqrZa9Z { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:38.5625rem;left:0rem;display:block; }
#BMewehXe3y4eK4m9FAOcyQ1DdwZsoxTV { display:block;width:30.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:48.3125rem;left:3.875rem;height:3rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#KoeeZ49pn5lOACEV27HIzLRgIwLaukDZ { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:45.375rem;left:0rem;display:block; }
#eDAUngbXOz4RFbEO6XnHAXy8FrZE0Nfe { display:block;width:35.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.875rem;left:3.6875rem;height:1.94986875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#W4r82d8ZVnbZGmRCKpPHF6WVW8UxXZeO { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:15.437490463257rem;left:0rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#txpIDR6FX01gscJPS3Qak15OO3qanPPc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:44.1875rem;width:34.4375rem;position:absolute;display:block;z-index:15000;top:4.25rem;left:40.5625rem;box-shadow: -2.8125rem 2.8125rem 6.875rem rgba(0,0,0,0.08) ;display:block; }
#i4gQP3E4fCrOeTedyrFdmCyUPw39Cy5x { display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.0000004768372rem;left:42.500001907349rem;height:1.875rem;text-align:left;text-align-last:left;color:#0e97b4;font-style:normal;display:block; }
#Ll8T1d5trSie8zyUzRy8PMKSKCLkClpJ { display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:8.2500004768369rem;left:42.500001907349rem;height:4.5rem;text-align:left;text-align-last:left;color:#0e97b4;font-style:normal;display:block; }
#ESmd0vwaPL9uD1XutqKZmtEhIdOpa6cr { position:absolute;display:block;z-index:15028;height:27.1875rem;width:30.3125rem;top:14.750000625849rem;left:42.500003814698rem;display:block; }
#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,249,251,0.91);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; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { background-color: transparent; background-image: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container > .video-iframe-container { display: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container { display: none; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .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); }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { border-width: 0; border-radius: 0; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { color:rgba(39,39,39,0.7);display:block;width:17.6875rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:1.0559875rem;text-align:left;text-align-last:left;display:block; }
#bb4sLPLbdJCWHuKNCkHWJJzACoczwmI8 { color:#ffdf70;display:block;width:8.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.8125rem;left:34.625rem;height:1.29948125rem;text-align:left;text-align-last:left;display:block; }
#ClilN3NE4BLmtIJ89dnMs7db2T8Uia2y { color:#0e97b4;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.0559875rem;display:block; }
#l2iLITNcNJpVeLpWbyQlSL5Cgkmkw2Ku { color:#1b75bb;display:block;width:10.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.4375rem;left:34.625rem;height:1.6253875rem;font-style:normal;display:block; }
#RWCszJOQCs3bwwKpl7zwMDrrvkv3SQlZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.4375rem;left:67.125rem; }
#RWCszJOQCs3bwwKpl7zwMDrrvkv3SQlZ > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#TsKHitoGnlzUFt40VV60JuP8nEB6IDJ2 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.4375rem;left:70rem; }
#TsKHitoGnlzUFt40VV60JuP8nEB6IDJ2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#NaFUCoTEOIRxBXTL8bBKWXTsr4lKP5Sk { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.4375rem;left:72.9375rem; }
#NaFUCoTEOIRxBXTL8bBKWXTsr4lKP5Sk > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #twI3Trgit34VmnTBTk51QTq0fC3iLLGC { display:block; }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row .container { width:47.75rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2Ai2QofRtg7Xitmu3gnAwdkiBdEVhaW { width:40.5rem;height:4.75rem;top:3.5625rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdqOfSULOvAE4xVX616KN7pCNPleDmvC { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svpHxt5egaPtbu2FZDEc7WdxI5wl0CG8 { width:47.75rem;height:41.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spl8HN5ghbsWpZLLwE8qJ0pDbzXs6ZXT { width:33.9375rem;height:38rem;top:8.0625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSo8l9vTv2u9DGd8Ww2SqDB1vOBWZpG { width:31.375rem;height:29.3125rem;top:14.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCglN4GGXFrCUgubFTEso28PJlMPqef { width:17.8125rem;height:6.8125rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRbhd5ZzQyPCZDQOpQJ08fD426RPzu0 { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auXxxvP39S0nMb84tssdnvwD0kfx30rr { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EP4qtTEyyKFLtAhCPf42x8AzHgaDkg45 { width:8.1875rem;height:3.1875rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0kcOnW03fLxnuflG4nfuyzh7h3PNx3w { width:5.5625rem;height:1.5625rem;top:41.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRnRxWGRGaffk3eUhx2C4PC1wmLeig1 { width:5.6875rem;height:1.875rem;top:41.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDwGkv0XkZTosNrMJ4XwCXw89KgaV9Pa { width:6.0625rem;height:1.375rem;top:41.4375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0IKZUrOkPwHPAwzFrhMOVIGbCp4oBS7 { width:2.25rem;height:2.5rem;top:40.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPQaWLpCLkkrzyErEoxcJJZkC9EVstAB { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S68DTlyibTIbvOJqQB2KXBNmTQEFBGM5 { width:31.25rem;height:0.1875rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc { display:block; }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBcuBH0WIySAnWqyqSkON2TxwekmXldL { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uysW8gtUTcpRxoXBURGMhD5mtlviO0na { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFpsalLTiPT8nqlydpiCCzWylT2HCP0B { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XecbFl3H7uRUSbS4gaFcTFT74fEwGgaH { width:7.1875rem;height:7.1875rem;top:4rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRXIaNb3d5AEvbioDlfl9SPW8G6rT1Zh { width:7.125rem;height:2.125rem;top:8.75rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs { display:block; }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row .container { width:47.75rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXRX49mQwZPGuos9fIZu8BCncJPUroIh { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqlbqStmNsA9EsDphReIkd9p09XVh8x { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9DIJCg75OQxdAadKUm9Wqsy3NeTcAS6 { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccZDyTnGIsDF1c8spv46Pr5vXWCP3MBN { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX676JKahDoAF4lET9yZRkvX8dRhTptP { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg6bD3XpymuP80pRZiNikpZwcpm8g3gW { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAKUP8PTkQ9nPETbdrqsLqN4TiT3wchw { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GanreopxuRxv7TOTMyXAD6f7V8NUxkFb { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad42Q9G2XTueWmuAo13vzqHESOzHdfIQ { width:38rem;height:29.75rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 { display:block; }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agf4VHNdNSgl7cpih9gp0c0enQQGGZg8 { width:38.75rem;height:4.875rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7zEdPNFlKhIB6hkmQoKOSnlaSPNlhGz { width:4rem;height:1.25rem;top:27.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S58itMD1cgsGtwvdWphWh1WKUgQNko31 { width:3.375rem;height:1.375rem;top:27.03125rem;left:13.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLc4QMUZDtUMmEqD9BCes6lsW5PsEB1m { width:7rem;height:1.25rem;top:27.875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCW5itiXtSsJ3M9Brr0xQFxt1m4TyQ8V { width:8.1875rem;height:1.25rem;top:26.625rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqmUOMZNeoanWNBXbTkJ72wnyNsG2xOx { width:3.5625rem;height:3.875rem;top:26.59375rem;left:38.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coI3ZzKsVrbDWk7m3wC5vPVssD1oeIq1 { width:3.1875rem;height:1.25rem;top:27.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrbJsvWvwlAnV3VlVnrCCktQ3hJxMae { width:4.5625rem;height:1.25rem;top:27.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGiMVbeFySdokGAHyUZhQdrhBFwkb1x9 { width:4.875rem;height:1.25rem;top:27.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqRu3EWI8WuJ5yqS5tTERMpWdH2lb8la { width:3rem;height:1.25rem;top:27.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSx9eALrre4q9gcAlqfuyM2UJitCXz5a { width:16.75rem;height:3.4375rem;top:7.125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXDhucUKGGQSuArPqTZRZyowZ1wpNs7u { display:block; }
 }@media only screen and (max-width: 763px) { #PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH { display:block; }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txc00lPp5iQAdWDTNzTUZmoTV9ok9o0m { width:47.75rem;height:;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2IuRHN1y9yUcikuqFgGb6fbE8aTVSql { width:35.5rem;height:41.5rem;top:11.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTQKsmbWL36RsD5DzLlZ3xBfNF3a6hA { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRx5kLKoHZf3vhQTlgMG2VAfh5MSO4Vg { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyooae2t2LwrNorHyCZ1VPKUA2abdTDI { width:37.625rem;height:5.5rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO60wV8nhq7PD4TIX36XkTizMeJwmV2L { width:37.625rem;height:6.75rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuXT4Ld4Eq5VpqLShO7eCdyEGe7Tp5N { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkVyLIqoxD93w2QBsqPxmV4cIAGkoIo { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNGdOCXT9QFvoDHaXaTokhAAW8AOJu7 { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GceB1rudCwq7mSuJtdxpyVOSiKH3zdlO { width:37.625rem;height:5.5rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4lgaC3oblZnnOnGqRDZTxmveL44uDDl { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEXTNoincRkKeb3VwUHDLvNQdPtbUJ3Z { width:37.625rem;height:6.6875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7huJdrBXMvsPVCmRC2F7PkwQJDhzTnQ { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlQdQLpJVSeCCV7QQ5neJkETAr4TvlO { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7BZPzdbLNPA5O3S4KedUoWZtNVO9kIO { width:37.625rem;height:6.6875rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6VzUoh5098IVtuVzeMtHUbDPMtgn7T4 { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpORsSHrBLlPMwmIicn4AxPLNk2S1Q1C { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACQIqqldnLP9pLpTE0g7vnKih3exmtl1 { width:37.625rem;height:6.6875rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7L2uoWSpcqPtpqOdzRBC3l0iiLDO6Ll { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkfSLQqtT9xiH8QTOvFKhDOlw6IdTd9l { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPLzAa0UL4XqmelkixdmGGUl50fcaIey { display:block; }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row .container { width:47.75rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrfBUhTFgdmiC9linQxRIGUO8zBGObQb { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5U3cgwLKCMIM0kmNC5lwJ6l94vgPCFH { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLtowkZ28mhlDmqyTzunWchSiOXktrV0 { width:22.9375rem;height:12.5rem;top:3.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXRTxcpnF6IJDQgRULQI11kuAxQao6cq { width:19.875rem;height:;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq4IaBBgePFVNqtOHxzoT920Nxay8JUQ { width:28.0625rem;height:35.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZRNm7XyTaCq7JfyoIDwysoIaMAGPQfH { width:4.6875rem;height:4.6875rem;top:2.875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVlmJ8rX7GHMTukQdgunTTUzDgihQK8b { width:22.9375rem;height:12.5rem;top:3.5625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1LJTUgqfBaCMBgbxV8g1DNEU6H7RAoc { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsxUET4omhrBWZeTPz0Tiw7UhWJfkDSX { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MImcCoOvVvA56qkixzdgCxLexl1XzpyJ { width:4.6875rem;height:4.6875rem;top:2.9375rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvOyFcF40PD94FLJHVS9Tsoko5BcUNqG { width:22.9375rem;height:11.25rem;top:18.8125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfhXItLkHuWGOBVLfVl8o7f5GTxRE1Hg { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPIGVMKsLO49Ro5H54bzdeuBgL3fXEM7 { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLlxWrRB62J8tcWMoEVUru2GNKGnhcmq { width:22.9375rem;height:11.25rem;top:18.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM67lXvufEf97L93pTFaE3M3GqqJ55Xt { width:4.6875rem;height:4.6875rem;top:18.125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feiy7JD8oi31lRMOPP4kCdEyDwg2dPTq { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIFlndcf8awUgVsthQd2Lh9QQCzJN3Bl { width:4.6875rem;height:4.6875rem;top:18.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPgdTCxuCRZPoJKaOqEz8LGB9WDpe7Ny { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmTvNvhhWT6oh2IAIfPT1Hr66kdJ7qFF { width:22.9375rem;height:11.25rem;top:33.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZk7eO4VkZnMFfxZp7vgEbNSkEcBTAHZ { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evGCTO1CHpcC4Sak75zocAagEpPu2waQ { width:22.9375rem;height:11.25rem;top:33.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7y8tmoiUtwtcpcUrrTv0CvR7ZN8TiGz { width:13.125rem;height:5.5rem;top:15.1875rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBOG6JSTkm3JpLNiBSWteGXd5AdSfMxv { width:4.6875rem;height:4.6875rem;top:32.4375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLUVNp11Q8UUUGEf4tTQF7xc1WmAJk9M { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKCcESUZEuuSTdu5WNpyniLQVyxR2OBf { width:4.6875rem;height:4.6875rem;top:32.5rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnNLRqGzKhiAo5wuc7x0Q6g74XE62iGt { width:12.5rem;height:4.875rem;top:11.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kViUzw0LftOrsIfRnvLyGCx0A1GawNIu { width:3.125rem;height:3.125rem;top:3.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzdwRn8k0ydxTs0D329ACCTD54TbLUg { width:3.125rem;height:3.125rem;top:3.75rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQMGMX8XDiM49u4aAISVzanannZuniRk { width:3.125rem;height:3.125rem;top:18.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJkbD03SV3f56OfSLWkWGBZ620HT8P1Q { width:3.125rem;height:3.125rem;top:19.0625rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b04WJTcDTnBMFsRRwuH0VpEQeOdyRrT1 { width:3.125rem;height:3.125rem;top:33.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcosNgNyuqhnRBpL22uXpnok35M8w6dR { width:3.125rem;height:3.125rem;top:33.375rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn { display:block; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNLT0UnUL1NiA389SnxEENnuUkcAyrtN { width:47.75rem;height:;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihQP003O2FNhyltwOVDdFPLIbEgAfPA { display:block; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRnVl41anlnCrsm4rsZvtafVdNSAwOqJ { width:15rem;height:3.875rem;top:12.21875rem;left:4.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZqXdV8kBotz80uMwfk1c2eGLeIpfi8R { width:18.75rem;height:5.25rem;top:6.25rem;left:2.59375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW26VVZmwQrXBzHU2fSOA3FhLwpIqqW1 { width:15rem;height:3.875rem;top:12.21875rem;left:4.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcaiqEIS6xkn8LdHCDc11UHsqTT8AGpN { width:18.75rem;height:5.25rem;top:6.25rem;left:2.59375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auHSz4DVzLa16QdPQovTkKghlISSDb5C { width:15rem;height:3.875rem;top:12.21875rem;left:4.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvzN7wodc4VEGnHzJTIGElSaCzrsxstR { width:18.75rem;height:5.25rem;top:6.25rem;left:2.59375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI { display:block; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { width:47.75rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRu0CratGgSilikWLayJIviNTxanfywa { width:40.5rem;height:4.75rem;top:3.5625rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Igqugns9pBgveBsskesKJm1ToeDObXW3 { width:19.375rem;height:4rem;top:13.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKAJTRSfkdTwboN5Uf8JRpmu3rzadRDX { width:18rem;height:6.25rem;top:17.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HET5OaOtFtRuPbhGIvKCcwtJ1Ik3LsWQ { width:3.125rem;height:3.125rem;top:13.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3b8mmlQXrJ8wou7amTZBOefvX3WPbqF { width:19.375rem;height:4.6875rem;top:17.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGehW3TdUpX2vK7UbSXfhIzkBhM58We { width:19.375rem;height:4rem;top:13.4375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZfxQaLFMuoTXgSwFA8wzMEQMrtqxObL { width:3.125rem;height:3.125rem;top:24.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQuyNgBxbKAZ5ay4XO8BqaKJs1ZOsZgn { width:17.4375rem;height:6.25rem;top:28.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvQ5hxTz5dMQnrfMuSPDKkRTBTTC3lq { width:17.625rem;height:4rem;top:24.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAXtf4BsQFDDhxAvXDXnNso3nTqrZa9Z { width:3.125rem;height:3.125rem;top:13.4375rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMewehXe3y4eK4m9FAOcyQ1DdwZsoxTV { width:19.375rem;height:4.6875rem;top:28.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoeeZ49pn5lOACEV27HIzLRgIwLaukDZ { width:3.125rem;height:3.125rem;top:24.5625rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDAUngbXOz4RFbEO6XnHAXy8FrZE0Nfe { width:19.375rem;height:4rem;top:25.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4r82d8ZVnbZGmRCKpPHF6WVW8UxXZeO { width:36.875rem;height:2rem;top:7rem;left:5.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txpIDR6FX01gscJPS3Qak15OO3qanPPc { width:31.25rem;height:36.6875rem;top:44.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4gQP3E4fCrOeTedyrFdmCyUPw39Cy5x { width:19.375rem;height:4.6875rem;top:17.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll8T1d5trSie8zyUzRy8PMKSKCLkClpJ { width:19.375rem;height:4.6875rem;top:17.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESmd0vwaPL9uD1XutqKZmtEhIdOpa6cr { width:30.3125rem;height:27.1875rem;top:14.75rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { display:block; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { width:17.6875rem;height:1rem;top:3.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4sLPLbdJCWHuKNCkHWJJzACoczwmI8 { width:8.75rem;height:1.25rem;top:1.8125rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClilN3NE4BLmtIJ89dnMs7db2T8Uia2y { width:33.375rem;height:1rem;top:2.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2iLITNcNJpVeLpWbyQlSL5Cgkmkw2Ku { width:10.6875rem;height:1.625rem;top:3.4375rem;left:21rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWCszJOQCs3bwwKpl7zwMDrrvkv3SQlZ { width:2.0625rem;height:2.0625rem;top:2.4375rem;left:45.6875rem;display:block; }
#RWCszJOQCs3bwwKpl7zwMDrrvkv3SQlZ > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #TsKHitoGnlzUFt40VV60JuP8nEB6IDJ2 { width:2.0625rem;height:2.0625rem;top:2.4375rem;left:45.6875rem;display:block; }
#TsKHitoGnlzUFt40VV60JuP8nEB6IDJ2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #NaFUCoTEOIRxBXTL8bBKWXTsr4lKP5Sk { width:2.0625rem;height:2.0625rem;top:2.4375rem;left:45.6875rem;display:block; }
#NaFUCoTEOIRxBXTL8bBKWXTsr4lKP5Sk > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #twI3Trgit34VmnTBTk51QTq0fC3iLLGC { display:block; }#twI3Trgit34VmnTBTk51QTq0fC3iLLGC > .row .container { width:20rem;height:86.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2Ai2QofRtg7Xitmu3gnAwdkiBdEVhaW { width:18.1875rem;height:11.9986875rem;top:7.9375rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DdqOfSULOvAE4xVX616KN7pCNPleDmvC { width:18.625rem;height:4.798825rem;top:20.8125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #svpHxt5egaPtbu2FZDEc7WdxI5wl0CG8 { width:20rem;height:73.5rem;top:6.625rem;left:0rem;background-color:#399fc8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #spl8HN5ghbsWpZLLwE8qJ0pDbzXs6ZXT { width:20rem;height:43.375rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSo8l9vTv2u9DGd8Ww2SqDB1vOBWZpG { width:18.4375rem;height:32.8125rem;top:48.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCglN4GGXFrCUgubFTEso28PJlMPqef { width:17.625rem;height:6.375rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRbhd5ZzQyPCZDQOpQJ08fD426RPzu0 { width:20rem;height:2.79948125rem;top:40.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auXxxvP39S0nMb84tssdnvwD0kfx30rr { width:20rem;height:4.7246125rem;top:44.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EP4qtTEyyKFLtAhCPf42x8AzHgaDkg45 { width:7.875rem;height:2.9375rem;top:32.062501430511rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0kcOnW03fLxnuflG4nfuyzh7h3PNx3w { width:5.5625rem;height:1.4375rem;top:32.812501430511rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRnRxWGRGaffk3eUhx2C4PC1wmLeig1 { width:5.75rem;height:1.75rem;top:36.125001430511rem;left:3.1041667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDwGkv0XkZTosNrMJ4XwCXw89KgaV9Pa { width:6.0625rem;height:1.375rem;top:36.312501430511rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0IKZUrOkPwHPAwzFrhMOVIGbCp4oBS7 { width:2.25rem;height:2.5rem;top:32.281251430511rem;left:16.604167938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPQaWLpCLkkrzyErEoxcJJZkC9EVstAB { width:20rem;height:1.29948125rem;top:29.562501430511rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S68DTlyibTIbvOJqQB2KXBNmTQEFBGM5 { width:18.75rem;height:0.1875rem;top:27.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc { display:block; }#p0lmTU2TTo4TPsRtO9KqzTPWfSB0EMMc > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBcuBH0WIySAnWqyqSkON2TxwekmXldL { width:20rem;height:9.597625rem;top:11rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uysW8gtUTcpRxoXBURGMhD5mtlviO0na { width:17.5rem;height:7.875rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFpsalLTiPT8nqlydpiCCzWylT2HCP0B { width:9.875rem;height:1.8rem;top:22.531251907349rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XecbFl3H7uRUSbS4gaFcTFT74fEwGgaH { width:5.9375rem;height:5.9375rem;top:21.445833206177rem;left:12.687500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRXIaNb3d5AEvbioDlfl9SPW8G6rT1Zh { width:7.25rem;height:2.1875rem;top:25.129167556762rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs { display:block; }#b2PpdPpiFumDemzJzNpOfO4SHX0FxFTs > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXRX49mQwZPGuos9fIZu8BCncJPUroIh { width:13.9375rem;height:3.25rem;top:2.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FkqlbqStmNsA9EsDphReIkd9p09XVh8x { width:19.1875rem;height:3rem;top:6.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s9DIJCg75OQxdAadKUm9Wqsy3NeTcAS6 { width:18.375rem;height:3.25rem;top:21.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ccZDyTnGIsDF1c8spv46Pr5vXWCP3MBN { width:19.3125rem;height:3rem;top:25.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GX676JKahDoAF4lET9yZRkvX8dRhTptP { width:18.1875rem;height:1.625rem;top:31.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eg6bD3XpymuP80pRZiNikpZwcpm8g3gW { width:19.1875rem;height:4.5rem;top:33.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XAKUP8PTkQ9nPETbdrqsLqN4TiT3wchw { width:14.9375rem;height:3.25rem;top:11.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GanreopxuRxv7TOTMyXAD6f7V8NUxkFb { width:19.1875rem;height:4.5rem;top:14.9375rem;left:0.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ad42Q9G2XTueWmuAo13vzqHESOzHdfIQ { width:20rem;height:28.4375rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 { display:block; }#yC8Dm6qfCq12m0EBVA67q3qOJCrzhTt8 > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agf4VHNdNSgl7cpih9gp0c0enQQGGZg8 { width:20rem;height:5.25rem;top:4.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7zEdPNFlKhIB6hkmQoKOSnlaSPNlhGz { width:8.62425rem;height:2.37426875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S58itMD1cgsGtwvdWphWh1WKUgQNko31 { width:8.62425rem;height:3.31176875rem;top:11.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLc4QMUZDtUMmEqD9BCes6lsW5PsEB1m { width:12.9375rem;height:2.0625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCW5itiXtSsJ3M9Brr0xQFxt1m4TyQ8V { width:16.74925rem;height:2.24975625rem;top:21.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqmUOMZNeoanWNBXbTkJ72wnyNsG2xOx { width:3.999025rem;height:4.43725625rem;top:15.6875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #coI3ZzKsVrbDWk7m3wC5vPVssD1oeIq1 { width:8.1875rem;height:3.0625rem;top:25.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrbJsvWvwlAnV3VlVnrCCktQ3hJxMae { width:8.75rem;height:2.124025rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGiMVbeFySdokGAHyUZhQdrhBFwkb1x9 { width:8.5625rem;height:2rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqRu3EWI8WuJ5yqS5tTERMpWdH2lb8la { width:8.93675rem;height:3.49975625rem;top:30rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSx9eALrre4q9gcAlqfuyM2UJitCXz5a { width:16.25rem;height:3.4375rem;top:36.6875rem;left:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXDhucUKGGQSuArPqTZRZyowZ1wpNs7u { display:block; }
 }@media only screen and (max-width: 763px) { #PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH { display:block; }#PnXkwyIqWeFqwHK9A47q8I9K5qTKxXGH > .row .container { width:20rem;height:107.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txc00lPp5iQAdWDTNzTUZmoTV9ok9o0m { width:20rem;height:3.59895625rem;top:3.187255859375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2IuRHN1y9yUcikuqFgGb6fbE8aTVSql { width:20rem;height:35.375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTQKsmbWL36RsD5DzLlZ3xBfNF3a6hA { width:16.875rem;height:1.7871125rem;top:9rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NRx5kLKoHZf3vhQTlgMG2VAfh5MSO4Vg { width:17.9375rem;height:4.5rem;top:11.1875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eyooae2t2LwrNorHyCZ1VPKUA2abdTDI { width:20rem;height:8.75rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO60wV8nhq7PD4TIX36XkTizMeJwmV2L { width:20rem;height:10.75rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTuXT4Ld4Eq5VpqLShO7eCdyEGe7Tp5N { width:17.1875rem;height:4.5rem;top:78.8125rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XAkVyLIqoxD93w2QBsqPxmV4cIAGkoIo { width:18.0625rem;height:3.57421875rem;top:74.625rem;left:1rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnNGdOCXT9QFvoDHaXaTokhAAW8AOJu7 { width:17.6875rem;height:4.5rem;top:20.875rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GceB1rudCwq7mSuJtdxpyVOSiKH3zdlO { width:20rem;height:8.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4lgaC3oblZnnOnGqRDZTxmveL44uDDl { width:18.3125rem;height:1.7871125rem;top:18.5625rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eEXTNoincRkKeb3VwUHDLvNQdPtbUJ3Z { width:20rem;height:8.75rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7huJdrBXMvsPVCmRC2F7PkwQJDhzTnQ { width:17.3125rem;height:3.57421875rem;top:28.125rem;left:1rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSlQdQLpJVSeCCV7QQ5neJkETAr4TvlO { width:17.375rem;height:4.5rem;top:30.375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e7BZPzdbLNPA5O3S4KedUoWZtNVO9kIO { width:20rem;height:10.6875rem;top:85.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6VzUoh5098IVtuVzeMtHUbDPMtgn7T4 { width:17.6875rem;height:4.5rem;top:90.1875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WpORsSHrBLlPMwmIicn4AxPLNk2S1Q1C { width:17.125rem;height:3.57421875rem;top:86.0625rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ACQIqqldnLP9pLpTE0g7vnKih3exmtl1 { width:20rem;height:8.75rem;top:96.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7L2uoWSpcqPtpqOdzRBC3l0iiLDO6Ll { width:17.125rem;height:1.7871125rem;top:97.6875rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UkfSLQqtT9xiH8QTOvFKhDOlw6IdTd9l { width:16.8125rem;height:4.5rem;top:100rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPLzAa0UL4XqmelkixdmGGUl50fcaIey { display:block; }#mPLzAa0UL4XqmelkixdmGGUl50fcaIey > .row .container { width:20rem;height:117.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrfBUhTFgdmiC9linQxRIGUO8zBGObQb { width:10rem;height:3.8997375rem;top:9.0625rem;left:1.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h5U3cgwLKCMIM0kmNC5lwJ6l94vgPCFH { width:16.8125rem;height:6rem;top:13.875rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xLtowkZ28mhlDmqyTzunWchSiOXktrV0 { width:20rem;height:12.8125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXRTxcpnF6IJDQgRULQI11kuAxQao6cq { width:17.75rem;height:3.59895625rem;top:2.1806640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq4IaBBgePFVNqtOHxzoT920Nxay8JUQ { width:20rem;height:25rem;top:92.749354362487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZRNm7XyTaCq7JfyoIDwysoIaMAGPQfH { width:4.6875rem;height:4.6875rem;top:7.185546875rem;left:13.104166984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVlmJ8rX7GHMTukQdgunTTUzDgihQK8b { width:20rem;height:12.5rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1LJTUgqfBaCMBgbxV8g1DNEU6H7RAoc { width:17.3125rem;height:4.5rem;top:28.8125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fsxUET4omhrBWZeTPz0Tiw7UhWJfkDSX { width:12rem;height:3.8997375rem;top:24.312507629394rem;left:1.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MImcCoOvVvA56qkixzdgCxLexl1XzpyJ { width:4.6875rem;height:4.6875rem;top:22.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvOyFcF40PD94FLJHVS9Tsoko5BcUNqG { width:20rem;height:11.625rem;top:52.937507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfhXItLkHuWGOBVLfVl8o7f5GTxRE1Hg { width:16.9375rem;height:4.5rem;top:58.25rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gPIGVMKsLO49Ro5H54bzdeuBgL3fXEM7 { width:17.3125rem;height:4.5rem;top:43.5rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lLlxWrRB62J8tcWMoEVUru2GNKGnhcmq { width:20rem;height:12.5rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM67lXvufEf97L93pTFaE3M3GqqJ55Xt { width:4.6875rem;height:4.6875rem;top:37.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feiy7JD8oi31lRMOPP4kCdEyDwg2dPTq { width:10.375rem;height:3.8997375rem;top:53.75rem;left:1.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MIFlndcf8awUgVsthQd2Lh9QQCzJN3Bl { width:4.6875rem;height:4.6875rem;top:52rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPgdTCxuCRZPoJKaOqEz8LGB9WDpe7Ny { width:12.75rem;height:3.8997375rem;top:39rem;left:1.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CmTvNvhhWT6oh2IAIfPT1Hr66kdJ7qFF { width:20rem;height:9.4375rem;top:80.125007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZk7eO4VkZnMFfxZp7vgEbNSkEcBTAHZ { width:17.3125rem;height:4.5rem;top:85.437507629394rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #evGCTO1CHpcC4Sak75zocAagEpPu2waQ { width:20rem;height:12.5rem;top:66.375007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7y8tmoiUtwtcpcUrrTv0CvR7ZN8TiGz { width:17.0625rem;height:4.5rem;top:71.687507629394rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cBOG6JSTkm3JpLNiBSWteGXd5AdSfMxv { width:4.6875rem;height:4.6875rem;top:65.437507629394rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLUVNp11Q8UUUGEf4tTQF7xc1WmAJk9M { width:10.6875rem;height:3.8997375rem;top:80.937507629394rem;left:1.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aKCcESUZEuuSTdu5WNpyniLQVyxR2OBf { width:4.6875rem;height:4.6875rem;top:79.187507629394rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnNLRqGzKhiAo5wuc7x0Q6g74XE62iGt { width:10.375rem;height:3.8997375rem;top:67.187507629394rem;left:1.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kViUzw0LftOrsIfRnvLyGCx0A1GawNIu { display:flex;width:3.125rem;height:3.125rem;top:7.9668083190919rem;left:13.885416984558rem; }
 }@media only screen and (max-width: 763px) { #fAzdwRn8k0ydxTs0D329ACCTD54TbLUg { display:flex;width:3.125rem;height:3.125rem;top:23.624990463257rem;left:15.104166984558rem; }
 }@media only screen and (max-width: 763px) { #OQMGMX8XDiM49u4aAISVzanannZuniRk { display:flex;width:3.125rem;height:3.125rem;top:38.061829566956rem;left:14.916666984558rem; }
 }@media only screen and (max-width: 763px) { #iJkbD03SV3f56OfSLWkWGBZ620HT8P1Q { display:flex;width:3.125rem;height:3.125rem;top:52.811849594116rem;left:14.916666984558rem; }
 }@media only screen and (max-width: 763px) { #b04WJTcDTnBMFsRRwuH0VpEQeOdyRrT1 { display:flex;width:3.125rem;height:3.125rem;top:66.218761444094rem;left:14.666666984558rem; }
 }@media only screen and (max-width: 763px) { #gcosNgNyuqhnRBpL22uXpnok35M8w6dR { display:flex;width:3.125rem;height:3.125rem;top:79.937511444094rem;left:14.979166984558rem; }
 }@media only screen and (max-width: 763px) { #ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn { display:block; }#ZBJ9DSD1EN6fdUzlP8cmXJt62nKT5Pkn > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNLT0UnUL1NiA389SnxEENnuUkcAyrtN { width:18.625rem;height:4.22395625rem;top:4.81201171875rem;left:0.687255859375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MihQP003O2FNhyltwOVDdFPLIbEgAfPA { display:block; }#MihQP003O2FNhyltwOVDdFPLIbEgAfPA > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRnVl41anlnCrsm4rsZvtafVdNSAwOqJ { width:13.6875rem;height:1.29948125rem;top:5.3115234375rem;left:3.1552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZqXdV8kBotz80uMwfk1c2eGLeIpfi8R { width:14.3125rem;height:2.19375rem;top:2.630859375rem;left:2.8427734375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fW26VVZmwQrXBzHU2fSOA3FhLwpIqqW1 { width:19.75rem;height:1.29948125rem;top:12.3115234375rem;left:0.1240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcaiqEIS6xkn8LdHCDc11UHsqTT8AGpN { width:14.9375rem;height:2.19375rem;top:9.5615234375rem;left:2.5615234375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auHSz4DVzLa16QdPQovTkKghlISSDb5C { width:12.5rem;height:1.5rem;top:19.5048828125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvzN7wodc4VEGnHzJTIGElSaCzrsxstR { width:14.5rem;height:2.19375rem;top:17.1240234375rem;left:2.7490234375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI { display:block; }#lI2L9Bce5UKKMcHAI25VxVKIZf9zOWDI > .row .container { width:20rem;height:104.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRu0CratGgSilikWLayJIviNTxanfywa { width:20rem;height:7.875rem;top:1.8111877441406rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Igqugns9pBgveBsskesKJm1ToeDObXW3 { width:17rem;height:1.94986875rem;top:16rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKAJTRSfkdTwboN5Uf8JRpmu3rzadRDX { width:16.875rem;height:4.5rem;top:18.511707305908rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HET5OaOtFtRuPbhGIvKCcwtJ1Ik3LsWQ { width:2.5rem;height:2.5rem;top:15.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3b8mmlQXrJ8wou7amTZBOefvX3WPbqF { width:16.6875rem;height:3rem;top:27.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGehW3TdUpX2vK7UbSXfhIzkBhM58We { width:16.1875rem;height:1.7871125rem;top:24.9375rem;left:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZfxQaLFMuoTXgSwFA8wzMEQMrtqxObL { width:2.5rem;height:2.5rem;top:24.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQuyNgBxbKAZ5ay4XO8BqaKJs1ZOsZgn { width:16.9375rem;height:3rem;top:35.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvQ5hxTz5dMQnrfMuSPDKkRTBTTC3lq { width:18.6875rem;height:1.7871125rem;top:33rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAXtf4BsQFDDhxAvXDXnNso3nTqrZa9Z { width:2.5rem;height:2.5rem;top:32.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMewehXe3y4eK4m9FAOcyQ1DdwZsoxTV { width:16.75rem;height:4.5rem;top:43.5625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoeeZ49pn5lOACEV27HIzLRgIwLaukDZ { width:2.5rem;height:2.5rem;top:41.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDAUngbXOz4RFbEO6XnHAXy8FrZE0Nfe { width:16.375rem;height:1.7871125rem;top:41.4375rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4r82d8ZVnbZGmRCKpPHF6WVW8UxXZeO { width:20rem;height:4.5rem;top:10.373046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txpIDR6FX01gscJPS3Qak15OO3qanPPc { width:20rem;height:49.6875rem;top:50.812515258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4gQP3E4fCrOeTedyrFdmCyUPw39Cy5x { width:19.0625rem;height:1.6875rem;top:52.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll8T1d5trSie8zyUzRy8PMKSKCLkClpJ { width:16.75rem;height:8.25rem;top:55.5rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESmd0vwaPL9uD1XutqKZmtEhIdOpa6cr { width:20rem;height:32.5625rem;top:65.625043392181rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T { display:block; }#Sr9NrTBcrDOywkQXTxa0ATXoR3NgzC8T > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNfdIOKQ0atST1DJ5T0UbBTA6fQLDPyk { width:15rem;height:0.975rem;top:13rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4sLPLbdJCWHuKNCkHWJJzACoczwmI8 { width:7.4375rem;height:1.4000375rem;top:2.3125rem;left:6.28125rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ClilN3NE4BLmtIJ89dnMs7db2T8Uia2y { width:12.75rem;height:1.13769375rem;top:11.25rem;left:3.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l2iLITNcNJpVeLpWbyQlSL5Cgkmkw2Ku { width:8.875rem;height:1.6253875rem;top:4.13671875rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWCszJOQCs3bwwKpl7zwMDrrvkv3SQlZ { display:flex;width:2.0625rem;height:2.0625rem;top:7.5rem;left:5.875rem; }
#RWCszJOQCs3bwwKpl7zwMDrrvkv3SQlZ > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #TsKHitoGnlzUFt40VV60JuP8nEB6IDJ2 { display:flex;width:2.0625rem;height:2.0625rem;top:7.5rem;left:8.875rem; }
#TsKHitoGnlzUFt40VV60JuP8nEB6IDJ2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #NaFUCoTEOIRxBXTL8bBKWXTsr4lKP5Sk { display:flex;width:2.0625rem;height:2.0625rem;top:7.5rem;left:12.0625rem; }
#NaFUCoTEOIRxBXTL8bBKWXTsr4lKP5Sk > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }