.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e85;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { background-color: transparent; background-image: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container > .video-iframe-container { display: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container { display: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .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); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { border-width: 0; border-radius: 0; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#I0DGBKW3KHFkLU3KGL7JcTgFTH6TbeU4 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:7.5rem;top:1.1562501192093rem;left:0rem;overflow:hidden;display:block; }
#iJv0zOF3tPESlSodVxtf3MddmV4Ga0lK { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:0.0625rem;top:1.25rem;left:63.18749809265rem;display:block; }
#ovG2UTJnoZsKBTh7QA2x1nBXwWKTMR3G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.8125rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:0.9375rem;left:56.937498092651rem;display:block; }
#CPGNkbay5z9PpWkzhcJyQA8J5HHQinXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n1JQ5MwtzcA1UVx9sWxEgMkW9cD3V2ho { background-color:#bdc71a;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#1a3e85;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.1875rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:1.125rem;left:65.952300724231rem;display:none; }
#pUNfvSfKr0O2wdMRD6l88kuEgWLeNeZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sCBQD6HucUFOBhILvL8TFV6bONHlrfoC { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:jakarta;font-size:0.8125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:1.2875000238419rem;left:22.812501907349rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#UMrtcTyxq0iqgORCwUmzv57lBgpqPnpw { color:#a2dc3b;display:block;width:13.125rem;position:absolute;font-family:avalon;font-size:1.375rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:1.4500000476837rem;left:9.0666675567625rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#MXGaPeV9OHimZl2Tg028Dokis2aK3Io9 { background-color:#a2dc3b;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#1a3e85;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.1875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:1.25rem;left:65.0625rem;display:block; }
#ERpq7opcFBsG1cR0oPqLQ7LVcxBlq9go { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WEfiUoVbJDKQ6fcq1IhQtkmRsCTLkAI2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.8125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:0.9375rem;left:50.14999961853rem;display:block; }
#x2GEuhpO8wtne3MTg71HhgJTpKcF6IKN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e85;background-image:none;position:relative;display:block; }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row .container { background-color: transparent; background-image: none; }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row .container > .video-iframe-container { display: none; }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row > .video-iframe-container { display: none; }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .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); }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row .container { border-width: 0; border-radius: 0; }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae2;background-image:none;position:relative;display:block; }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row .container { background-color: transparent; background-image: none; }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row .container > .video-iframe-container { display: none; }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row > .video-iframe-container { display: none; }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .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); }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row .container { border-width: 0; border-radius: 0; }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:18rem;width:75rem;position:relative;display:block; }#a3EZRpazPrHnHrkDXs88Lbs3Pu09agle { color:#0a4595;display:block;width:37.625rem;position:absolute;font-family:"roboto condensed";font-size:2.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.3125rem;left:14.625rem;height:0;text-align:center;text-align-last:center;display:block; }
#obbi5oHd6mh6IkLgGof6XOlJUbCo1Cic { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22.25rem;height:2.11230625rem;font-style:normal;display:block; }
#kTICp3iRvSVnJizEXhDtxvQftLCVWqh8 { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:8.6875rem;left:22.25rem;height:9.75rem;font-style:normal;display:block; }
#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25aae2;background-image:none;position:relative;display:block; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { background-color: transparent; background-image: none; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container > .video-iframe-container { display: none; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row > .video-iframe-container { display: none; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .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); }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { border-width: 0; border-radius: 0; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#JoGwwuG6HX5UBOHSXJRKa7aoT4psILSy { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:2.4375rem;left:22.4375rem;display:block; }
#KWUsVxPF3D6rglIKpV9W1GH6Am9tMTWV { position:absolute;display:block;z-index:100001;background-color:#0a4595;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.125rem;width:3.125rem;top:8.75rem;left:3.75rem;display:none; }
#GaD24DxeMmO0lBNaEk5l2WXMUVmMiTEE { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.41796875rem;left:3.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FDwwf0vDatH5Fy7vI0WFn6XTVMV6iyX0 { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:3.4375rem;left:34.25rem;height:1.75rem;font-style:normal;display:block; }
#H29krl7W4TrJ6gohbiIWbMlNPU8BTQcr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;height:10.3125rem;width:10.3125rem;top:2.6875rem;left:22.6875rem;overflow:hidden;display:block; }
#kcVNOPGA6kgPABgN8m2fUgCTAH08gslI { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:6.5rem;left:36.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#SbRXRlo4SCdnHGnpKN3JQ7oVmpnAyx08 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:8.5rem;left:36.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#dh82cVNhzkobIoHz9ubB1Hp5AGcyp9pa { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:8.375rem;left:34.0625rem;display:block; }
#IZMXVQWreg5C968BMuVUstrLWsIBfVih { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:6.1875rem;left:34.0625rem;display:block; }
#u7Z5wHqA6rx1gcl1oUMgOKqBEDzxiR4A { position:absolute;display:block;z-index:100010;background-color:#0a4595;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:3.125rem;width:3.125rem;top:8.0625rem;left:41rem;display:none; }
#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e85;background-image:none;position:relative;display:block; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { background-color: transparent; background-image: none; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container > .video-iframe-container { display: none; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row > .video-iframe-container { display: none; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .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); }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { border-width: 0; border-radius: 0; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#KbNa4rhBpcVb8bxfZIoL3fnzFFUx5qXf { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:60.3125rem;display:block; }
#MKbbHG6kFqygbDmyW6dV6955Cwt3Anp2 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:64.6875rem;display:block; }
#ByuZir1rv1FSXr7POD6XZtQyc2NdgWIw { box-sizing:content-box;color:#1a3e85;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:15.75rem;left:60.8125rem;display:block; }
#rgED3SN3bPB98I6F11HborpLCcKCgZ4G { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:15.1875rem;left:68.875rem;display:block; }
#brBeiUFuRNfFttODNSJ6eH9ID0q6yAlX { box-sizing:content-box;color:#1a3e85;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:15.75rem;left:69.4375rem;display:block; }
#U7UuipnAlC6o610bqJcm1Exhb1tV8bXz { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:6.0625rem;left:2.5625rem;height:4.8984375rem;font-style:normal;display:block; }
#Und6NuuaJ8tSTbTe2Muxo18hXACXOJw3 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:7.8125rem;left:39.8125rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0OfWRvroVWZ3iAzfk7yx2GrVRyT3z5c { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:35.625rem;top:11.625rem;left:36.3125rem;display:block; }
#OFCcDx1CZDAT40zEewFPWT1m3Po6fy9T { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:37rem;display:block; }
#fMyrJ4ocMzXdIgZVSz3s2O2sybWyt2dc { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:5.625rem;left:59.75rem;height:1.225rem;font-style:normal;display:block; }
#N7sybBE53tTPOe7hzcp7eB00uTngTRX8 { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:5.375rem;left:57.0625rem;display:block; }
#VRdhH7GakB2PpGMJcAtZfmACknNqs9Sa { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:5.75rem;left:39.8125rem;height:1.225rem;font-style:normal;display:block; }
#tJRJcZCg8bqVwsnyilJf0yDkk8ABRoKR { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.375rem;left:37rem;display:block; }
#Rlekeef8vtTpkXPei7Vra1goDltmJtfW { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:13.6875rem;left:60.3125rem;height:1.05rem;font-style:normal;display:block; }
#bEa0QiVRAUnxs0a3o5xKm19QCAEl8BDD { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:3.75rem;left:37.3125rem;height:1.05rem;font-style:normal;display:block; }
#WkwJzhLRmc9u1F1DyNGTAqnLZy9okZkP { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:25.4375rem;top:11.6875rem;left:2.5625rem;display:block; }
#safQgyGWeWniUl9olm926qBMMhH67QpD { box-sizing:content-box;color:#1a3e85;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:15.75rem;left:65.25rem;display:block; }
#rFm1O37C4bvrzqfRtotZXx5MdTKGt0kV { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:7.625rem;left:57.0625rem;display:block; }
#UWSaRq92LnbBXHJCFp39LTAqLuX8BUNB { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.4;letter-spacing:0;top:7.875rem;left:59.75rem;height:1.225rem;font-style:normal;display:block; }
#IDim3cZiADuiDE5cDBkN6HKWwOX9hDOS { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:7.25rem;top:1.7373046875rem;left:2.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr { display:block; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0DGBKW3KHFkLU3KGL7JcTgFTH6TbeU4 { top:1.125rem;left:0rem;width:7.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJv0zOF3tPESlSodVxtf3MddmV4Ga0lK { top:1.25rem;left:47.6875rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovG2UTJnoZsKBTh7QA2x1nBXwWKTMR3G { width:5rem;height:2.8125rem;top:0.9375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGNkbay5z9PpWkzhcJyQA8J5HHQinXN { display:block; }
 }@media only screen and (max-width: 763px) { #n1JQ5MwtzcA1UVx9sWxEgMkW9cD3V2ho { width:8.875rem;height:2.1875rem;top:1.125rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUNfvSfKr0O2wdMRD6l88kuEgWLeNeZV { display:block; }
 }@media only screen and (max-width: 763px) { #sCBQD6HucUFOBhILvL8TFV6bONHlrfoC { top:1.25rem;left:9.1875019073488rem;width:10.8125rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrtcTyxq0iqgORCwUmzv57lBgpqPnpw { top:1.4375rem;left:0rem;width:13.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXGaPeV9OHimZl2Tg028Dokis2aK3Io9 { width:8.875rem;height:2.1875rem;top:1.25rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpq7opcFBsG1cR0oPqLQ7LVcxBlq9go { display:block; }
 }@media only screen and (max-width: 763px) { #WEfiUoVbJDKQ6fcq1IhQtkmRsCTLkAI2 { width:5rem;height:2.8125rem;top:0.9375rem;left:36.52499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2GEuhpO8wtne3MTg71HhgJTpKcF6IKN { display:block; }
 }@media only screen and (max-width: 763px) { #nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 { display:block; }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX { display:block; }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3EZRpazPrHnHrkDXs88Lbs3Pu09agle { top:11.3125rem;left:1rem;width:37.625rem;height:0;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obbi5oHd6mh6IkLgGof6XOlJUbCo1Cic { top:4.1875rem;left:8.625rem;width:22.4375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTICp3iRvSVnJizEXhDtxvQftLCVWqh8 { top:8.6875rem;left:8.625rem;width:38.125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF { display:block; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoGwwuG6HX5UBOHSXJRKa7aoT4psILSy { width:10.8125rem;height:10.8125rem;top:2.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWUsVxPF3D6rglIKpV9W1GH6Am9tMTWV { width:3.125rem;height:3.125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaD24DxeMmO0lBNaEk5l2WXMUVmMiTEE { width:3.75rem;height:1.75rem;top:9.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDwwf0vDatH5Fy7vI0WFn6XTVMV6iyX0 { width:17.0625rem;height:1.75rem;top:3.4375rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H29krl7W4TrJ6gohbiIWbMlNPU8BTQcr { top:2.6875rem;left:13.5625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcVNOPGA6kgPABgN8m2fUgCTAH08gslI { top:6.5rem;left:7.8125rem;width:16.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbRXRlo4SCdnHGnpKN3JQ7oVmpnAyx08 { top:8.5rem;left:15.5625rem;width:8.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh82cVNhzkobIoHz9ubB1Hp5AGcyp9pa { top:8.375rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZMXVQWreg5C968BMuVUstrLWsIBfVih { top:6.1875rem;left:22rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Z5wHqA6rx1gcl1oUMgOKqBEDzxiR4A { width:3.125rem;height:3.125rem;top:8.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h { display:block; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbNa4rhBpcVb8bxfZIoL3fnzFFUx5qXf { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKbbHG6kFqygbDmyW6dV6955Cwt3Anp2 { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuZir1rv1FSXr7POD6XZtQyc2NdgWIw { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgED3SN3bPB98I6F11HborpLCcKCgZ4G { top:15.1875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBeiUFuRNfFttODNSJ6eH9ID0q6yAlX { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7UuipnAlC6o610bqJcm1Exhb1tV8bXz { top:6.0625rem;left:0rem;width:25.375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Und6NuuaJ8tSTbTe2Muxo18hXACXOJw3 { top:7.8125rem;left:26.1875rem;width:16rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0OfWRvroVWZ3iAzfk7yx2GrVRyT3z5c { top:11.625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFCcDx1CZDAT40zEewFPWT1m3Po6fy9T { top:7.625rem;left:23.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMyrJ4ocMzXdIgZVSz3s2O2sybWyt2dc { top:5.625rem;left:40rem;width:7.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7sybBE53tTPOe7hzcp7eB00uTngTRX8 { top:5.375rem;left:43.4375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRdhH7GakB2PpGMJcAtZfmACknNqs9Sa { top:5.75rem;left:26.1875rem;width:14.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJRJcZCg8bqVwsnyilJf0yDkk8ABRoKR { top:5.375rem;left:23.375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlekeef8vtTpkXPei7Vra1goDltmJtfW { top:13.6875rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEa0QiVRAUnxs0a3o5xKm19QCAEl8BDD { top:3.75rem;left:23.6875rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwJzhLRmc9u1F1DyNGTAqnLZy9okZkP { top:11.6875rem;left:0rem;width:25.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #safQgyGWeWniUl9olm926qBMMhH67QpD { top:15.75rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFm1O37C4bvrzqfRtotZXx5MdTKGt0kV { top:7.625rem;left:43.4375rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWSaRq92LnbBXHJCFp39LTAqLuX8BUNB { top:7.875rem;left:35.9375rem;width:11.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDim3cZiADuiDE5cDBkN6HKWwOX9hDOS { top:1.6875rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); } }@media only screen and (max-width: 763px) { #ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#1a3e85;background-image:none;display:block; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { background-color: transparent; background-image: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container > .video-iframe-container { display: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row > .video-iframe-container { display: none; }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .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); }#ZiOdOOXzSq9TBQSDS5d0BazDxAsl4yCr > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0DGBKW3KHFkLU3KGL7JcTgFTH6TbeU4 { width:4.875rem;height:1.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJv0zOF3tPESlSodVxtf3MddmV4Ga0lK { width:0.125rem;height:1.25rem;top:3.1875rem;left:12.187500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovG2UTJnoZsKBTh7QA2x1nBXwWKTMR3G { width:3.375rem;height:1.5rem;top:3.0625rem;left:7.5937503576281rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGNkbay5z9PpWkzhcJyQA8J5HHQinXN { display:block; }
 }@media only screen and (max-width: 763px) { #n1JQ5MwtzcA1UVx9sWxEgMkW9cD3V2ho { width:9.8125rem;height:2.8125rem;top:25.599609375rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUNfvSfKr0O2wdMRD6l88kuEgWLeNeZV { display:block; }
 }@media only screen and (max-width: 763px) { #sCBQD6HucUFOBhILvL8TFV6bONHlrfoC { width:13.5rem;height:0.8125rem;top:1.78125rem;left:5.7187498807907rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrtcTyxq0iqgORCwUmzv57lBgpqPnpw { width:7.125rem;height:1.1375rem;top:0.625rem;left:8.9062503576281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXGaPeV9OHimZl2Tg028Dokis2aK3Io9 { width:5.4375rem;height:1.5rem;top:3.0625rem;left:13.500000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERpq7opcFBsG1cR0oPqLQ7LVcxBlq9go { display:block; }
 }@media only screen and (max-width: 763px) { #WEfiUoVbJDKQ6fcq1IhQtkmRsCTLkAI2 { width:3.75rem;height:1.5rem;top:3.0625rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2GEuhpO8wtne3MTg71HhgJTpKcF6IKN { display:block; }
 }@media only screen and (max-width: 763px) { #nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 { display:block; }#nW9iWBMIl5TZTTIs3pBXtgB1WRIkXDa8 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX { display:block; }#sqy6CCcTRt1ObWQHTzkBcffFC2FScqIX > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3EZRpazPrHnHrkDXs88Lbs3Pu09agle { width:20rem;height:0;top:17.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obbi5oHd6mh6IkLgGof6XOlJUbCo1Cic { width:20rem;height:1.625rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTICp3iRvSVnJizEXhDtxvQftLCVWqh8 { width:20rem;height:11.757825rem;top:5.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF { display:block; }#TLvVk8TxLQP2W0xttLfeDNaTaEGo40aF > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoGwwuG6HX5UBOHSXJRKa7aoT4psILSy { width:10.8125rem;height:10.8125rem;top:1.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWUsVxPF3D6rglIKpV9W1GH6Am9tMTWV { width:3.75rem;height:3.75rem;top:9.5rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaD24DxeMmO0lBNaEk5l2WXMUVmMiTEE { width:3.75rem;height:0;top:10.5rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FDwwf0vDatH5Fy7vI0WFn6XTVMV6iyX0 { width:17.125rem;height:1.48730625rem;top:13.5rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H29krl7W4TrJ6gohbiIWbMlNPU8BTQcr { width:10.3125rem;height:10.3125rem;top:1.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcVNOPGA6kgPABgN8m2fUgCTAH08gslI { width:19.125rem;height:1.29980625rem;top:17.8125rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SbRXRlo4SCdnHGnpKN3JQ7oVmpnAyx08 { width:16.8125rem;height:1.29980625rem;top:21.625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dh82cVNhzkobIoHz9ubB1Hp5AGcyp9pa { width:1.875rem;height:1.875rem;top:19.75rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZMXVQWreg5C968BMuVUstrLWsIBfVih { width:1.875rem;height:1.875rem;top:15.9375rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Z5wHqA6rx1gcl1oUMgOKqBEDzxiR4A { width:3.125rem;height:3.125rem;top:46.8603578125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h { display:block; }#IHTQzqTQC7LdcLqeEtcSZmgn52JZ137h > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbNa4rhBpcVb8bxfZIoL3fnzFFUx5qXf { width:3.0625rem;height:3.0625rem;top:22.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKbbHG6kFqygbDmyW6dV6955Cwt3Anp2 { width:3.0625rem;height:3.0625rem;top:22.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByuZir1rv1FSXr7POD6XZtQyc2NdgWIw { width:2rem;height:2rem;top:22.9375rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgED3SN3bPB98I6F11HborpLCcKCgZ4G { width:3.0625rem;height:3.0625rem;top:22.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBeiUFuRNfFttODNSJ6eH9ID0q6yAlX { width:2rem;height:2rem;top:22.9375rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7UuipnAlC6o610bqJcm1Exhb1tV8bXz { width:19.0625rem;height:0;top:4.2900390625rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Und6NuuaJ8tSTbTe2Muxo18hXACXOJw3 { width:16.25rem;height:2.45rem;top:12.375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0OfWRvroVWZ3iAzfk7yx2GrVRyT3z5c { width:18.75rem;height:0.0625rem;top:18.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFCcDx1CZDAT40zEewFPWT1m3Po6fy9T { width:2rem;height:2rem;top:12rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMyrJ4ocMzXdIgZVSz3s2O2sybWyt2dc { width:7.625rem;height:1.225rem;top:9.6875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7sybBE53tTPOe7hzcp7eB00uTngTRX8 { width:2rem;height:2rem;top:9.375rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRdhH7GakB2PpGMJcAtZfmACknNqs9Sa { width:14.0625rem;height:1.225rem;top:7rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJRJcZCg8bqVwsnyilJf0yDkk8ABRoKR { width:2rem;height:2rem;top:6.5625rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlekeef8vtTpkXPei7Vra1goDltmJtfW { width:20rem;height:1.05rem;top:20.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEa0QiVRAUnxs0a3o5xKm19QCAEl8BDD { width:20rem;height:1.05rem;top:4.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkwJzhLRmc9u1F1DyNGTAqnLZy9okZkP { width:18.75rem;height:0.0625rem;top:12.8125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #safQgyGWeWniUl9olm926qBMMhH67QpD { width:2rem;height:2rem;top:22.9375rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFm1O37C4bvrzqfRtotZXx5MdTKGt0kV { width:2rem;height:2rem;top:15.875rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWSaRq92LnbBXHJCFp39LTAqLuX8BUNB { width:11.9375rem;height:1.225rem;top:16.1875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDim3cZiADuiDE5cDBkN6HKWwOX9hDOS { width:7.25rem;height:2.875rem;top:0.625rem;left:6.375rem;z-index:100001;display:block; }
 }