.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/FMTKDYpd/AFW_Landing_Page_22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.adaptive-delivery-prevent-bg, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.lazyload, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.lazyloading { background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { background-color: transparent; background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .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); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { border-width: 0; border-radius: 0; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container {  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-form-header {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.0625rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.5) ; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container:first-of-type{padding-top:0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container:last-of-type{padding-bottom:0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.75rem;top:17.80859375rem;z-index:100028;position:absolute; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.75rem;top:17.80859375rem;z-index:100028;position:absolute; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { position:relative;z-index:2; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { position:relative;z-index:2; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq { position:relative; }
#b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { position:relative;display:block; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA { position:relative; }
#lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:15rem;left:37.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:10.3330078125rem;left:4.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#yfv3fqRedscxFliTc0UNOIqrxqKp0evT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:12.625rem;top:39.0625rem;left:40.1875rem;overflow:hidden;display:block; }
#JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { position:absolute;display:block;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:3.25rem;width:14.1875rem;top:14.0625rem;left:38.1875rem;display:block; }
#nD1WaArUb0QBiA18R85M3utISN1qqoNR { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:38.75rem;left:19.75rem;overflow:hidden;display:block; }
#RcKBvFE41SDKG819VG7Tn7pHhuskefBg { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:38.5rem;left:26.1875rem;overflow:hidden;display:block; }
#eZi97invtbnagDWxOhNpEGZHNMiuqg3V { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:41.875rem;left:21.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d { position:relative;display:block; }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d { background-color: transparent; background-image: none; }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .row .container > .video-iframe-container { display: none; }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .row > .video-iframe-container { display: none; }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .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); }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d { border-width: 0; border-radius: 0; }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .row .container > .video-iframe-container {  }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(192deg, rgba(24,183,235,0.38), rgba(0,0,0,0));background-image: -moz-linear-gradient(192deg, rgba(24,183,235,0.38), rgba(0,0,0,0));background-image: -ms-linear-gradient(192deg, rgba(24,183,235,0.38), rgba(0,0,0,0));background-image: -o-linear-gradient(192deg, rgba(24,183,235,0.38), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#00000000' );";background-image: linear-gradient(192deg, rgba(24,183,235,0.38), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#QbQXU3Fy8Dr984eINcdsaHeIODNwBJz3 { color:#0f86a9;display:block;width:14.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:4.6875rem;left:24.28125rem;height:1.4619125rem;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; }
#i0eKagJVpiq65NT4Ltk7JFtyexIzZH8P { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:2.5rem;left:22.6875rem;overflow:hidden;display:block; }
#COAe1C9xX3DaC4GNn2FOx2RZVfR0wPrQ { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.96875rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tOqkoprdE92lWeFC7nqz0CMaqED0Nw6L { color:#052956;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100083;line-height:1.6;letter-spacing:0;top:15.5rem;left:25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVrOSRxI3bsiu4ankxweSEFVLIh9qRQo { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:16.3779296875rem;left:22.6875rem;height:1.54296875rem;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; }
#oI8E0PyZtl6rrHgbOcFcUTO3RCcF7NqB { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.6083984375rem;left:26.28125rem;overflow:hidden;display:block; }
#RxtWy698cUtoKHlKsP84gv9iECarKT8p { z-index:100097;top:20.4873046875rem;left:25.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e9wBpMaxZLE44ThRy5LtAatoCOykANlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xGRCGtmmf4aeIls10i72cXUUsKtEhI0W { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:5.9375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG { position:relative;display:block; }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG { background-color: transparent; background-image: none; }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .row .container > .video-iframe-container { display: none; }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .row > .video-iframe-container { display: none; }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .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); }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG { border-width: 0; border-radius: 0; }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .row .container > .video-iframe-container {  }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-size:contain !important;font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#uCJBeWIBODwLOAqeUfQJNS3ksygKMfiQ { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15rem;height:4.38574375rem;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; }
#xn2RqVhzfnA5N0GOHZM0uzXVP2eAmUB8 { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100079;line-height:1.6;letter-spacing:0;top:19.1875rem;left:13.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6b8TSXIZzBdn3HMGUKSOMEe5OlO9pkT { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:20rem;left:11.625rem;height:1.54296875rem;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; }
#Q4uTOAFRTKZabiB5CDye4T8OTitSggRX { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:25.375rem;left:15.5rem;overflow:hidden;display:block; }
#cMGlXFeQnUhuZycmiTlgeowotHevzNDT { z-index:100101;top:25.9375rem;left:14.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zuAf4Edxo6L9o5tCdfiIiOvOzl0Z2CrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P5voogIK524sOL43xnn8igDc3hfv6w81 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:8.1875rem;left:11.875rem;overflow:hidden;display:block; }
#WG4rwMK227nRFHAQhTmfv80yzKsTSSDb { color:#999999;display:block;width:6.9365rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100151;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q8ZfT3HCWH3oAtVPerffV4v8WiVuKPoq { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:8.1875rem;left:32.8125rem;overflow:hidden;display:block; }
#Bm9GiCvh493gNTBGU7TsFNycuZXKPQvU { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100120;line-height:1.3;letter-spacing:0;top:18.375rem;left:33.4375rem;height:1.54296875rem;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; }
#DFWa5A8wpRgmo7o5XrAobFFQQOPrR0vg { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100125;line-height:1.3;letter-spacing:0;top:12.5625rem;left:35.375rem;height:1.4619125rem;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; }
#zTcWMg1tWvRQDX9WyvQLwBKsOBFOmzaT { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100118;line-height:1.6;letter-spacing:0;top:17.5rem;left:34.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5w4Jsi5n7etZTydCgWZwG0deL9Bw4ST { position:absolute;display:block;z-index:100138;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:25.5rem;left:36.4375rem;overflow:hidden;display:block; }
#T1OPyLuH3mmyEUM8sEfN0hJOvNwc2QRt { color:#999999;display:block;width:6.935375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100173;line-height:1.3;letter-spacing:0;top:20.75rem;left:34.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LOAbtTH5CmEW0pRR06VhEZUMwDGKl4SV { z-index:100140;top:26.3125rem;left:35.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gZf3hxoUgSlwc9DWGFyiiA80hkcbZ7nI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bly0GzLm1lnm3v22grvFb043Ch5x6Gso { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:5.375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puCP5iDFZA8eANR72vqlFF4rf9z90HuH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.875rem;width:9.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100175;opacity:1;top:0.6875rem;left:50.125rem; }
#aP77BXnFF26oZuTwoXdmokn06TIST9UG { color:#0e849e;display:block;width:6.125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:100176;line-height:1.3;letter-spacing:0;top:3.25rem;left:51.8125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdTTNiTfHzuLQkoFWy8rMhaarWlySm4q { position:absolute;display:block;z-index:100020;background-color:rgba(246,0,0,0.53);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:4.875rem;width:60rem;top:2.625rem;left:0rem;display:none; }
#MKu8oSZyr3qibtPhIOvUysH5RJZ4qzIo { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100117;line-height:1.3;letter-spacing:0;top:4rem;left:8.75rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IvVybWCXypMnp34s59ULLmfFH6nsaINS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container { background-color: transparent; background-image: none; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container > .video-iframe-container { display: none; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row > .video-iframe-container { display: none; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .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); }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container { border-width: 0; border-radius: 0; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row > .video-iframe-container {  }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container { font-size:0.875rem;font-family:arial;height:127.5rem;width:60rem;position:relative;display:block; }#w30LpTetCwzkw1Gs8kRNz4Ahpv6dwOwN { color:#1c89a9;display:block;width:42.5rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:100002;line-height:.9;letter-spacing:0;top:0.875rem;left:8.25rem;height:4.1621125rem;text-align:center;text-align-last:center;display:block; }
#ioRCBctZAgQQW4AhFfpfl9LnTaXUq2E6 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:20rem;left:41.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cenq4GM5FI1zelx3uJk9WdxOGJiclqGE { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:13.1572265625rem;left:40.8125rem;height:6.9043125rem;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; }
#G4wItK2HViG9nQNivPd9n6vqfoRmasDX { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:11.375rem;left:40.5625rem;overflow:hidden;display:block; }
#O67lINy90m1pbwky88WtU6h4kSZeh7SR { z-index:100088;top:23.9375rem;left:41.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n3QHDplyzfkfVdUvEgsJHfmxBQiTTkex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qNB9dqmdvSH8r5DVqAuq78TNmd8MSxab { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:23.3125rem;left:42.375rem;overflow:hidden;display:block; }
#iDAwVEvys7nVrCwNpeuzy2qxU82CUr6X { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:20.875rem;left:39.0625rem;height:1.54296875rem;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; }
#QeMVoKt2siMMVdADtOGqg8lph1gavpoT { color:#0f86a9;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:6.875rem;left:42.1875rem;height:1.4622375rem;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; }
#VpI6OyND1gmu7g3Pge5R42t4PTJtDAya { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:23.0625rem;height:1.625rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#nyZPc81uESm8Wgt1hEzTmcTadu4DA6q0 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:20rem;left:16.6875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLRyF4NoOPIpgqFU2nm4OvbSAoU9Xx98 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:11.375rem;left:15.3125rem;overflow:hidden;display:block; }
#XWxoudqefe8cZkpfteCdV9b3PikgWNE2 { z-index:100094;top:23.9375rem;left:16.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mUU9vaa0S2DFpT9WNEhUP4mBP2LzTAeR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LcUpNJ0ycCBrRaab5b5MrHAQQ0QmNu8I { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:23.3125rem;left:17.125rem;overflow:hidden;display:block; }
#Rf1QJv9XhccpegHeHztkrEGbaMgS444v { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:13.1875rem;left:15.625rem;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; }
#w6SAnIDws65tPgGe6oZxEh9GmDPP1GET { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:20.875rem;left:13.8125rem;height:1.54296875rem;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; }
#zu7eXNrN4vwiTS5QiUxsgBAlExBdqlbi { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:30rem;left:23.0625rem;height:1.625rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#BkbTkyoQdfvWimQ3qRZa1V3IwbTvfxha { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:41.0625rem;left:43.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNwzdmVhokmTc4dILpfM6zz3wEGKu2v1 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:32.4375rem;left:42rem;overflow:hidden;display:block; }
#WvCultUlSueL27B0R7UfV78B32Fp6nIM { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:34.6875rem;left:42.125rem;height:6.9043125rem;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; }
#VKFlAu84ugsUeJPkS1K0nLeATDh3UTTC { z-index:100094;top:45rem;left:43rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AwDqH9bSrUg7hiwQJ0G7VZga4COb5IpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WwaVOfDFvcuK0Kd7q9ZMQ62xuOJBS09q { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.375rem;left:43.8125rem;overflow:hidden;display:block; }
#NQcmfRCkyidiIa04WmWZBGIazU26Oz7X { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:41.9375rem;left:40.5rem;height:1.54296875rem;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; }
#ba41U1PUApkT0JImPGyMet1lywXhrWXO { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:41.0625rem;left:16.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLbwmZppEDDXSSNV0AlAU0e6GIuJy7fw { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:32.4375rem;left:15.375rem;overflow:hidden;display:block; }
#rsOJLdnmxFo4J0rgrpDfAhBiGtuzMB5J { z-index:100100;top:45rem;left:16.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cxuK7SpfBOwvBlkGtrg1N5JdbZdV7LJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LIDqeIT0TttELxH8sGo8kR0ETL8pvkeZ { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.375rem;left:17.1875rem;overflow:hidden;display:block; }
#eVEGMPkUfwnRsaPrUPUGk3Wa3VJKuW7Q { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:41.9375rem;left:13.875rem;height:1.54296875rem;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; }
#BOo5ywNvdvpPRX5ie3fBUIuPU5HJkTrP { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:33.9375rem;left:15.5rem;height:6.9043125rem;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; }
#IWBuPuTETfmT5S4ueWpOi7BRocas0VfN { color:#0f86a9;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:49.8125rem;left:42.1875rem;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; }
#dxs6Jd11dypWwHMFZmJnPIyzd8s2dmdu { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100090;line-height:1.6;letter-spacing:0;top:62.375rem;left:43.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5pXPJ0f9gUsODVU3TgVwZ1zH1039C64 { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:53.75rem;left:42.375rem;overflow:hidden;display:block; }
#kquwiEbGtcgKMpBUFm5DtX0mrk0VmpRz { z-index:100106;top:66.3125rem;left:43.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cgKVEyi1uwwgJ5mkns4HHHpbpHcMTaO0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mEDLvNqViDeTvx82wkvSgBdZXgdiVrnf { position:absolute;display:block;z-index:100104;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:65.6875rem;left:44.1875rem;overflow:hidden;display:block; }
#U1cBqWcl8BF6oswdKsDLPcwyxAmTguGJ { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:63.25rem;left:40.875rem;height:1.54296875rem;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; }
#sWTxxiJNEJhViL15iRIHSHkbJwgnx6gl { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:56.6875rem;left:42.625rem;height:2.76171875rem;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; }
#fd6iXhrCBHFsnrUyZ4LfguPZ4ZtEhSxL { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:53.75rem;left:15.375rem;overflow:hidden;display:block; }
#HCszcM6PQoTsvU6xADaFRS4KThEQwlXF { z-index:100112;top:66.3125rem;left:16.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M9QNPePW9IacWvLXvgyGSVh5h8i6aso6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tF6X62lrO22T0DucMdcQKTxDfnS44e8t { position:absolute;display:block;z-index:100110;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:65.6875rem;left:17.1875rem;overflow:hidden;display:block; }
#orsKSyPToFtXvbNuQ6CP7eME9hb3z5Mg { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:62.375rem;left:16.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aA8HatK4A2L1LM5W30quGWseMGACSZ8p { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:63.25rem;left:13.125rem;height:1.54296875rem;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; }
#MEeKKL8q7T0Q80KppRqSF3nmKBXTtM61 { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100103;line-height:1.3;letter-spacing:0;top:56.6875rem;left:15.625rem;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; }
#q972TTTRwneGDna2hUNHbnOHeSOmM3rS { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:81rem;left:43.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NurTeFqPirL5A8vOTgbxXOnK0prF62iX { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:72.375rem;left:42.375rem;overflow:hidden;display:block; }
#gsJii6xZeFrULvtTEgJQbI1opTkwQxTa { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100103;line-height:1.3;letter-spacing:0;top:75.3125rem;left:42.625rem;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; }
#bD45AW7xoZcm7SQyiFhZc2oaIAJWTCpo { position:absolute;display:block;z-index:100110;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:84.3125rem;left:44.1875rem;overflow:hidden;display:block; }
#UIEgQ81MhesFUTQET7u7xy1gEemJiikU { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:81.875rem;left:40rem;height:1.54296875rem;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; }
#J3325Wrvl0sALnWfoUX4kyONcuVhaqSt { z-index:100112;top:84.9375rem;left:43.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RfsJNHa86qlh5x5CqPSQT12WUgRDsIgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NFAdWJvEycaWuTgroB3N6oJWeSDurESz { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100102;line-height:1.6;letter-spacing:0;top:81rem;left:16.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bX6n1smdgGCTLwbTAwyVoc4BG4DHTQ9b { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:72.375rem;left:15.375rem;overflow:hidden;display:block; }
#l5IrZKNTSAtuVGVbeLHQqG4b8gh0H5QV { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:76.755859375rem;left:15.5625rem;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; }
#ortdho7zsRrAmZVFfLvrQqrJ7TeNmF6a { position:absolute;display:block;z-index:100116;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:84.3125rem;left:17.1875rem;overflow:hidden;display:block; }
#b03nFCDLqDmFe7l8Md67WHFIs1tDi7Dk { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:81.875rem;left:13rem;height:1.54296875rem;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; }
#OQIWcFN8FG0zKpIdwfWaCcMimSvDwsTM { z-index:100118;top:84.9375rem;left:16.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ur9tVzLB6RzClzZNQq7548WxueuXxERJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PoX8kgWMQqLnUB6gKfPee40x9IgWv8bD { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100108;line-height:1.6;letter-spacing:0;top:99.5rem;left:43.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEmztVDK2n1r4n0fCRgRNX9Q9mKW7fcV { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:90.875rem;left:42.4375rem;overflow:hidden;display:block; }
#mAy5QQpgPDRvu4ecAU6tcmf3Tc7wy2M8 { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100115;line-height:1.3;letter-spacing:0;top:95.25rem;left:42.6875rem;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; }
#FBllSMGshhkdfPto60IEzsQshzUKfsEU { position:absolute;display:block;z-index:100122;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:102.8125rem;left:44.25rem;overflow:hidden;display:block; }
#z05TFnsiM6nbzzq7IR05mthd3SPkyrNC { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100108;line-height:1.3;letter-spacing:0;top:100.375rem;left:40.0625rem;height:1.54296875rem;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; }
#nhWJm2M58EQc85TpWykrhCeWPJphpt5B { z-index:100124;top:103.4375rem;left:43.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vnn0nlKcwNEo9SSE0opiidqcKILu77ww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h8CcLA9ynu8y42mUebQvJOsfkxlLzNLv { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100126;line-height:1.6;letter-spacing:0;top:99.5rem;left:17.3125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlTBh6L90a12U735chT7JbEtUEJThpJ0 { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:90.875rem;left:15.9375rem;overflow:hidden;display:block; }
#NKGpE8eKLaUXzioZGyneKWhV4p5s9VyK { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100133;line-height:1.3;letter-spacing:0;top:95.25rem;left:16.1875rem;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; }
#DMaNFlVUEaQNylVs9F6Wc0nT7DJtBksg { position:absolute;display:block;z-index:100140;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:102.8125rem;left:17.75rem;overflow:hidden;display:block; }
#nXFMwS5NXzToJLi8TFlD2XDg24EmDLVO { z-index:100142;top:103.4375rem;left:16.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HZyFTaKQXn0ZLFLTNN6VaZc6XsFgatP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oHyulH4JZpParwAmdpV4NxqXz0MsyAOS { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100126;line-height:1.3;letter-spacing:0;top:100.375rem;left:13.5625rem;height:1.54296875rem;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; }
#D4NHA7F3CiNAU3UkTMcdnX5bH9iete6Q { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:118.8125rem;left:30.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTQvMX5sk5f5gduGAxLANDmpHPMPJLWV { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:110.1875rem;left:28.8125rem;overflow:hidden;display:block; }
#BMGJVL63aAXXUa9TDFlVRBuKgnvS0AQ4 { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100139;line-height:1.3;letter-spacing:0;top:114.5625rem;left:29.0625rem;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; }
#Eot9h6Rre3TxLd4TxvGIEbNpZycA8aZ3 { position:absolute;display:block;z-index:100146;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:122.125rem;left:30.625rem;overflow:hidden;display:block; }
#ObkGrPSL32Ub0vN0pQVlSXE0xpx7bvog { z-index:100148;top:122.75rem;left:29.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hvl3UMHBvJV5Rl3gwJUGO4z7Q1i8OeVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TJxNlBsF1QHTVJqx9AJ8hBvoBhoM6qq3 { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100132;line-height:1.3;letter-spacing:0;top:119.6875rem;left:26.4375rem;height:1.54296875rem;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; }
#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container { background-color: transparent; background-image: none; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container > .video-iframe-container { display: none; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row > .video-iframe-container { display: none; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .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); }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container { border-width: 0; border-radius: 0; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row > .video-iframe-container {  }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#W8KQDklR7qTpwsEvq2rE3y65c34o3mie { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:8.625rem;left:24.75rem;height:3.4121125rem;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; }
#M2Z2AEOg3GrLww7yRU34ekF7sbrCo08Q { color:#ef4b15;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100063;line-height:1.6;letter-spacing:0;top:12.0625rem;left:30.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDaNhO6FZ3aox6qSFE85iTHCkbCBizVC { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:12.9375rem;left:23.0625rem;height:1.54296875rem;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; }
#eW3E3PNgD7vTcAaRrp758L8f0paDuEqd { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.125rem;left:26.625rem;overflow:hidden;display:block; }
#z8AnHPxHZgGTKmcTXkHQ3BSrgNIXxoPd { z-index:100093;top:16.6875rem;left:25.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ucglZD5h7ofkhg9LE0IT5QclT2gTEkkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iRuGCIDENZToTxXlhg438GNfSt09s2kg { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.0625rem;top:4.75rem;left:25rem;overflow:hidden;display:block; }
#qL6JldupoxGgopFL2DdDxICCxvXVeiok { color:#1c89a9;display:block;width:42.5rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.625rem;left:10.46875rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container { background-color: transparent; background-image: none; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container > .video-iframe-container { display: none; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row > .video-iframe-container { display: none; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .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); }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container { border-width: 0; border-radius: 0; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row > .video-iframe-container {  }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#md5PqSo2IO4H1TsmTyTRhVe8itVsBqR3 { color:#1c89a9;display:block;width:36.125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:13.8125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#ZKS0coQx2h1RvVRGSpSzt88CDI96foWi { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:4.125rem;left:23rem;overflow:hidden;display:block; }
#zVnEKqqUt3WCcIsQwF3v2rFNCokAxqHq { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:6.5625rem;left:24.125rem;height:1.4622375rem;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; }
#kk5uGIx7Ck2cBimWAZG0Px106W9XwVBi { color:#313233;display:block;width:13.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100100;line-height:1.6;letter-spacing:0;top:10.625rem;left:24.5rem;height:9rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#z9sapZ0ktSlXnK2B1RCqtBL6hiGSJInr { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100087;line-height:1.6;letter-spacing:0;top:17.5625rem;left:31.5625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rDdLfl8Cnnf8HzVKUheBvUz594idl3yN { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:18.4375rem;left:23.625rem;height:1.54296875rem;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; }
#LU5e9EqUO7hNdBq39FAB15Dye6rB1nOy { position:absolute;display:block;z-index:100115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.75rem;left:27rem;overflow:hidden;display:block; }
#kh9BzQQxaOxklMk3eLe5xg8CNk1BwEaW { z-index:100117;top:22.3125rem;left:26.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QOT2aTAnzgGRN7lMLeWG4kzM1c4EdOvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container { background-color: transparent; background-image: none; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container > .video-iframe-container { display: none; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row > .video-iframe-container { display: none; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .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); }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container { border-width: 0; border-radius: 0; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row > .video-iframe-container {  }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#TVTJWDaIVQvvsAnvWt6bMqDZnQEBRoZg { color:#1c89a9;display:block;width:36.125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:13.8125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#uzWMo1IWmXpJr0URxdmhGIDEiCOd97BV { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:4.125rem;left:23rem;overflow:hidden;display:block; }
#xvogwGTKs1eU5TnVhez4gWdNTvk5ax1B { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:6.5625rem;left:24.125rem;height:1.4622375rem;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; }
#BnvMNAABggITMUB0ksoTRspbEl5TcUUX { color:#313233;display:block;width:13.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100100;line-height:1.6;letter-spacing:0;top:10.625rem;left:24.5rem;height:6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VoWzTDxrPJ9FImzuctOpKfyf07WDxaCf { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100087;line-height:1.6;letter-spacing:0;top:17.5625rem;left:31.5625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vR7VKESprovxmTSC49gVUvuXWOX2rCx1 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:18.4375rem;left:23.625rem;height:1.54296875rem;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; }
#PnBaTN6CJ1SGPsqxZBVaeoRcG33bTK9b { position:absolute;display:block;z-index:100115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.75rem;left:27rem;overflow:hidden;display:block; }
#l4AlK3ykoke1MzQVFBqUHBqKdqeyztNn { z-index:100117;top:22.3125rem;left:26.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FTdbDTJSpZay9RAfUJfzFLSMz5eAoinD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container { background-color: transparent; background-image: none; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container > .video-iframe-container { display: none; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row > .video-iframe-container { display: none; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .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); }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container { border-width: 0; border-radius: 0; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row > .video-iframe-container {  }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#NoDtRtQO6mq489qeJvZAqmx0PJmtWyUm { color:#1c89a9;display:block;width:36.125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:13.8125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#yJp9nkmrH582bhwk1aXnu8laupfSBwS8 { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:6.1875rem;left:33.1875rem;overflow:hidden;display:block; }
#nqrT7Ecc9Gcr1pK7si5eLnyUtnRqtTUd { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100117;line-height:1.3;letter-spacing:0;top:8.75rem;left:34.5rem;height:2.92448125rem;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; }
#f7DG2J27eFdTqdqV5FCL7JehOXRkKfwL { color:#313233;display:block;width:13.3125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100111;line-height:1.6;letter-spacing:0;top:11.6875rem;left:34.1875rem;height:4.796875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FiVkUgBIUEcN945THUsuQmTMhCvpxWsX { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100110;line-height:1.6;letter-spacing:0;top:16.75rem;left:40.6875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bN7HfIJEACaFGgcUaWdhwd4pc9og2FSu { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100118;line-height:1.3;letter-spacing:0;top:17.5rem;left:33.1875rem;height:1.54296875rem;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; }
#ebm8R0HLoIcgtUskyelThVlLfyocXppN { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:19.25rem;left:34rem;height:0.8125rem;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; }
#fHWgREq9iLT7fHXBeuJtGma5ZqfdbmmW { position:absolute;display:block;z-index:100138;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20.75rem;left:36.1875rem;overflow:hidden;display:block; }
#QCm6nVz4mgLnIHEm56o7V7QcHIayrEGO { z-index:100140;top:21.25rem;left:35.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ksQWklvoeQQ6k0NPuZIJwTBGtghC88mm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e38irhdVmozZnvbwvr4n027XsrNzSbAa { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:6.25rem;left:12.9375rem;overflow:hidden;display:block; }
#fMgE8TavNn4oIHRuCNXtEhVwLrTtfkiw { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:8rem;left:14.25rem;height:1.4619125rem;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; }
#zMEMUklTkyUdduNalG8T84VmFQDrCv7A { color:#313233;display:block;width:9.749625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100091;line-height:1.6;letter-spacing:0;top:11.6875rem;left:15.75rem;height:5.99609375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SJVWMpuM08U0KcS9gHKU0fhmVB17b1EW { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:17.625rem;left:20.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oshSSE8QGROtBOkBn4bmk9D5TWGUU02Z { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:18.4375rem;left:12.9375rem;height:1.54296875rem;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; }
#U5Cu3d7fP2Olqx84IFA67zFdZ8nrg7KH { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:19.9375rem;left:11.1875rem;height:0.8125rem;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; }
#lbJqoFUbuNVwF9E2uQXo8flhG1mVGnTv { position:absolute;display:block;z-index:100106;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20.75rem;left:15.875rem;overflow:hidden;display:block; }
#wAIgq6rN8b2osdE1rDT3sgr5BGV4IRxZ { z-index:100108;top:21.3125rem;left:15.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NQ33lNzth4fLkzhPXyEZzvxT9G7vV3px { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container { background-color: transparent; background-image: none; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container > .video-iframe-container { display: none; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row > .video-iframe-container { display: none; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .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); }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container { border-width: 0; border-radius: 0; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row > .video-iframe-container {  }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#WqbOktkp0q4JyrwCS3JQbWfhfwsDVbIe { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:12rem;left:47.5rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uWGiXd19Tuy0Cosnkf4XlQuD4ROv8ExA { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:9.8125rem;left:42.5rem;height:4.38574375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#SuVTFOlnQWTqOqmxKgm7eqCyXaI8aTZs { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:6.9375rem;left:43.0625rem;overflow:hidden;display:block; }
#KA6miLpsx9OKqO4UFHBmfxdW3J4CELNf { color:#313233;display:block;width:14.875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:11.75rem;left:24.625rem;height:7.1982375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HdhGL5WXF1UMMADMJkV6OCkGCODp9rfJ { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100063;line-height:1.6;letter-spacing:0;top:17.25rem;left:51.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALlEsO3wKaW406WTbrQabTlfoqvon7G9 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:18.125rem;left:42.5rem;height:1.54296875rem;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; }
#r1XcXIcfZ9taUMAPibw7UAvkZThE0wl7 { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20.5625rem;left:45.6875rem;overflow:hidden;display:block; }
#ZebEZKhaWVUavlkoL3G3uO0Kue85d1ct { z-index:100093;top:21.125rem;left:44.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q1TZGkOnBrghP896nGnpxPcDzlZJKmsG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d3xaLI3oML1Ux7tIcWZZaU7lmlaB5cbg { color:#1c89a9;display:block;width:53.8125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3310546875rem;left:5.125rem;height:4.7109375rem;text-align:center;text-align-last:center;display:block; }
#HpJnIH6AIfadLa5SyAn1HuicqHhaGIrd { position:absolute;display:block;z-index:100094;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:19.5rem;top:5.625rem;left:3.375rem;overflow:hidden;display:block; }
#vAO13BKQwTdfyXLGyFttNOckTB1GPGMC { color:#1c89a9;display:block;width:36.125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0rem;left:13.53125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container { background-color: transparent; background-image: none; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container > .video-iframe-container { display: none; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row > .video-iframe-container { display: none; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .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); }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container { border-width: 0; border-radius: 0; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row > .video-iframe-container {  }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#PXHovypI6iBwNkvBw2Bwh9Tsd3isfhUI { color:#1c89a9;display:block;width:53.8125rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0rem;left:2.3125rem;height:4.3059875rem;text-align:center;text-align-last:center;display:block; }
#e3833dzJkWtxIHcUTF7LbzK0ivHqEJiC { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:9.875rem;left:45.8125rem;height:6.09375rem;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; }
#U1i6CTkilPf1NmNhfZ6HT3oBXDHQ1km5 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:6rem;left:44.375rem;overflow:hidden;display:block; }
#M90Plp11y4MiqnGF6vi24Cgq7O0onp6c { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20.5rem;left:47.9375rem;overflow:hidden;display:block; }
#ahaPOo9V4d4HzLDhwJcn83gWcpm2V1z3 { z-index:100101;top:21.0625rem;left:47.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XUoApCPJlbO7T5aAKCGrLrQML3bK5iTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D6o2aaBF5NadJn1zDhiWGSAF4T165MbG { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:18.1875rem;left:45rem;height:1.54296875rem;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; }
#uuqoIGnyuvmhSqbqL36Msaeu0Gp9uuTH { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100071;line-height:1.6;letter-spacing:0;top:17.375rem;left:52.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltZkDEnkQwfn6dM0JTomGZqwCXrbKX5I { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:20.3125rem;top:5.8125rem;left:3.875rem;overflow:hidden;display:block; }
#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-size:initial !important;position:relative;display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { background-color: transparent; background-image: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .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); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { border-width: 0; border-radius: 0; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container {  }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:40.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zWQ15TDt5i384PVkKx3sMJXq22gvWttl { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
#J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { position:absolute;display:block;z-index:99999;background-color:#ececec;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:32.1875rem;display:block; }
#JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:26.1875rem;display:block; }
#WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:22.1875rem;display:block; }
#DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { width:17.0625rem;height:auto; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { width:17.0625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq {  }
 }@media only screen and (max-width: 763px) { #b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { display:block; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA {  }
 }@media only screen and (max-width: 763px) { #lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { width:15.375rem;height:1.9375rem;top:15rem;left:31.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { top:10.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfv3fqRedscxFliTc0UNOIqrxqKp0evT { top:39.0625rem;left:34.0625rem;width:12.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { top:14.0625rem;left:32.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD1WaArUb0QBiA18R85M3utISN1qqoNR { top:38.75rem;left:13.625rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcKBvFE41SDKG819VG7Tn7pHhuskefBg { top:38.5rem;left:20.0625rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZi97invtbnagDWxOhNpEGZHNMiuqg3V { top:41.875rem;left:15.6875rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d { display:block; }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbQXU3Fy8Dr984eINcdsaHeIODNwBJz3 { width:14.5625rem;height:1.4375rem;top:4.6875rem;left:18.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0eKagJVpiq65NT4Ltk7JFtyexIzZH8P { top:2.5rem;left:16.5625rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COAe1C9xX3DaC4GNn2FOx2RZVfR0wPrQ { top:7.4375rem;left:19.84375rem;width:10.9375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqkoprdE92lWeFC7nqz0CMaqED0Nw6L { width:15.5rem;height:3.25rem;top:15.5rem;left:18.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrOSRxI3bsiu4ankxweSEFVLIh9qRQo { width:12.625rem;height:1.5rem;top:16.375rem;left:16.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI8E0PyZtl6rrHgbOcFcUTO3RCcF7NqB { top:19.5625rem;left:20.15625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxtWy698cUtoKHlKsP84gv9iECarKT8p { top:20.4375rem;left:19.625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9wBpMaxZLE44ThRy5LtAatoCOykANlT { display:block; }
 }@media only screen and (max-width: 763px) { #xGRCGtmmf4aeIls10i72cXUUsKtEhI0W { top:0rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG { display:block; }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCJBeWIBODwLOAqeUfQJNS3ksygKMfiQ { width:12.5625rem;height:4.375rem;top:12.1875rem;left:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn2RqVhzfnA5N0GOHZM0uzXVP2eAmUB8 { width:15.125rem;height:3.25rem;top:19.1875rem;left:7.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6b8TSXIZzBdn3HMGUKSOMEe5OlO9pkT { width:12.5625rem;height:1.5rem;top:20rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4uTOAFRTKZabiB5CDye4T8OTitSggRX { top:25.375rem;left:9.375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMGlXFeQnUhuZycmiTlgeowotHevzNDT { top:25.9375rem;left:8.5625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuAf4Edxo6L9o5tCdfiIiOvOzl0Z2CrB { display:block; }
 }@media only screen and (max-width: 763px) { #P5voogIK524sOL43xnn8igDc3hfv6w81 { top:8.1875rem;left:5.75rem;width:17.6875rem;height:21.86049037974rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG4rwMK227nRFHAQhTmfv80yzKsTSSDb { top:22.375rem;left:7.625rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ZfT3HCWH3oAtVPerffV4v8WiVuKPoq { top:8.1875rem;left:26.6875rem;width:17.6875rem;height:21.860563853313rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm9GiCvh493gNTBGU7TsFNycuZXKPQvU { width:12.5625rem;height:1.5rem;top:18.375rem;left:27.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFWa5A8wpRgmo7o5XrAobFFQQOPrR0vg { width:12.5625rem;height:2.875rem;top:12.5625rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTcWMg1tWvRQDX9WyvQLwBKsOBFOmzaT { width:15.125rem;height:3.25rem;top:17.5rem;left:28.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5w4Jsi5n7etZTydCgWZwG0deL9Bw4ST { top:25.5rem;left:30.3125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1OPyLuH3mmyEUM8sEfN0hJOvNwc2QRt { top:20.75rem;left:28.625rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOAbtTH5CmEW0pRR06VhEZUMwDGKl4SV { top:26.3125rem;left:29.5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZf3hxoUgSlwc9DWGFyiiA80hkcbZ7nI { display:block; }
 }@media only screen and (max-width: 763px) { #bly0GzLm1lnm3v22grvFb043Ch5x6Gso { top:4.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puCP5iDFZA8eANR72vqlFF4rf9z90HuH { top:0.6875rem;left:37.875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP77BXnFF26oZuTwoXdmokn06TIST9UG { top:3.25rem;left:41.625rem;width:6.125rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdTTNiTfHzuLQkoFWy8rMhaarWlySm4q { top:2.625rem;left:0rem;width:47.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKu8oSZyr3qibtPhIOvUysH5RJZ4qzIo { top:4rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvVybWCXypMnp34s59ULLmfFH6nsaINS { display:block; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w30LpTetCwzkw1Gs8kRNz4Ahpv6dwOwN { top:0.875rem;left:2.125rem;width:42.5rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioRCBctZAgQQW4AhFfpfl9LnTaXUq2E6 { width:13rem;height:3.25rem;top:20rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cenq4GM5FI1zelx3uJk9WdxOGJiclqGE { width:12.5625rem;height:6.875rem;top:13.125rem;left:34.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4wItK2HViG9nQNivPd9n6vqfoRmasDX { top:11.375rem;left:34.4375rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O67lINy90m1pbwky88WtU6h4kSZeh7SR { top:23.9375rem;left:35.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3QHDplyzfkfVdUvEgsJHfmxBQiTTkex { display:block; }
 }@media only screen and (max-width: 763px) { #qNB9dqmdvSH8r5DVqAuq78TNmd8MSxab { top:23.3125rem;left:36.25rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDAwVEvys7nVrCwNpeuzy2qxU82CUr6X { width:12.5625rem;height:1.5rem;top:20.875rem;left:32.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeMVoKt2siMMVdADtOGqg8lph1gavpoT { width:17.8125rem;height:1.4375rem;top:6.875rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpI6OyND1gmu7g3Pge5R42t4PTJtDAya { width:36.9375rem;height:2.3125rem;top:9.0625rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyZPc81uESm8Wgt1hEzTmcTadu4DA6q0 { width:13rem;height:3.25rem;top:20rem;left:10.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLRyF4NoOPIpgqFU2nm4OvbSAoU9Xx98 { top:11.375rem;left:9.1875rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWxoudqefe8cZkpfteCdV9b3PikgWNE2 { top:23.9375rem;left:10.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUU9vaa0S2DFpT9WNEhUP4mBP2LzTAeR { display:block; }
 }@media only screen and (max-width: 763px) { #LcUpNJ0ycCBrRaab5b5MrHAQQ0QmNu8I { top:23.3125rem;left:11rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf1QJv9XhccpegHeHztkrEGbaMgS444v { width:12.5625rem;height:;top:13.1875rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6SAnIDws65tPgGe6oZxEh9GmDPP1GET { width:12.5625rem;height:1.5rem;top:20.875rem;left:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7eXNrN4vwiTS5QiUxsgBAlExBdqlbi { width:36.9375rem;height:1.625rem;top:30rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkbTkyoQdfvWimQ3qRZa1V3IwbTvfxha { width:13rem;height:3.25rem;top:41.0625rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNwzdmVhokmTc4dILpfM6zz3wEGKu2v1 { top:32.4375rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvCultUlSueL27B0R7UfV78B32Fp6nIM { width:12.5625rem;height:;top:34.6875rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKFlAu84ugsUeJPkS1K0nLeATDh3UTTC { top:45rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwDqH9bSrUg7hiwQJ0G7VZga4COb5IpO { display:block; }
 }@media only screen and (max-width: 763px) { #WwaVOfDFvcuK0Kd7q9ZMQ62xuOJBS09q { top:44.375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQcmfRCkyidiIa04WmWZBGIazU26Oz7X { width:12.5625rem;height:1.5rem;top:41.9375rem;left:34.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba41U1PUApkT0JImPGyMet1lywXhrWXO { width:13rem;height:3.25rem;top:41.0625rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLbwmZppEDDXSSNV0AlAU0e6GIuJy7fw { top:32.4375rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOJLdnmxFo4J0rgrpDfAhBiGtuzMB5J { top:45rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxuK7SpfBOwvBlkGtrg1N5JdbZdV7LJG { display:block; }
 }@media only screen and (max-width: 763px) { #LIDqeIT0TttELxH8sGo8kR0ETL8pvkeZ { top:44.375rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEGMPkUfwnRsaPrUPUGk3Wa3VJKuW7Q { width:12.5625rem;height:1.5rem;top:41.9375rem;left:7.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOo5ywNvdvpPRX5ie3fBUIuPU5HJkTrP { width:12.5625rem;height:;top:33.9375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWBuPuTETfmT5S4ueWpOi7BRocas0VfN { width:17.8125rem;height:;top:49.8125rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxs6Jd11dypWwHMFZmJnPIyzd8s2dmdu { width:13rem;height:3.25rem;top:62.375rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pXPJ0f9gUsODVU3TgVwZ1zH1039C64 { top:53.75rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kquwiEbGtcgKMpBUFm5DtX0mrk0VmpRz { top:66.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKVEyi1uwwgJ5mkns4HHHpbpHcMTaO0 { display:block; }
 }@media only screen and (max-width: 763px) { #mEDLvNqViDeTvx82wkvSgBdZXgdiVrnf { top:65.6875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1cBqWcl8BF6oswdKsDLPcwyxAmTguGJ { width:12.5625rem;height:1.5rem;top:63.25rem;left:34.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWTxxiJNEJhViL15iRIHSHkbJwgnx6gl { width:12.5625rem;height:2.75rem;top:56.6875rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd6iXhrCBHFsnrUyZ4LfguPZ4ZtEhSxL { top:53.75rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCszcM6PQoTsvU6xADaFRS4KThEQwlXF { top:66.3125rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9QNPePW9IacWvLXvgyGSVh5h8i6aso6 { display:block; }
 }@media only screen and (max-width: 763px) { #tF6X62lrO22T0DucMdcQKTxDfnS44e8t { top:65.6875rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orsKSyPToFtXvbNuQ6CP7eME9hb3z5Mg { width:13rem;height:3.25rem;top:62.375rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA8HatK4A2L1LM5W30quGWseMGACSZ8p { width:12.5625rem;height:1.5rem;top:63.25rem;left:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEeKKL8q7T0Q80KppRqSF3nmKBXTtM61 { width:12.5625rem;height:;top:56.6875rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q972TTTRwneGDna2hUNHbnOHeSOmM3rS { width:13rem;height:3.25rem;top:81rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NurTeFqPirL5A8vOTgbxXOnK0prF62iX { top:72.375rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJii6xZeFrULvtTEgJQbI1opTkwQxTa { width:12.5625rem;height:;top:75.3125rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD45AW7xoZcm7SQyiFhZc2oaIAJWTCpo { top:84.3125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIEgQ81MhesFUTQET7u7xy1gEemJiikU { width:12.5625rem;height:1.5rem;top:81.875rem;left:33.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3325Wrvl0sALnWfoUX4kyONcuVhaqSt { top:84.9375rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfsJNHa86qlh5x5CqPSQT12WUgRDsIgX { display:block; }
 }@media only screen and (max-width: 763px) { #NFAdWJvEycaWuTgroB3N6oJWeSDurESz { width:13rem;height:3.25rem;top:81rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX6n1smdgGCTLwbTAwyVoc4BG4DHTQ9b { top:72.375rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5IrZKNTSAtuVGVbeLHQqG4b8gh0H5QV { width:12.5625rem;height:;top:76.75rem;left:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ortdho7zsRrAmZVFfLvrQqrJ7TeNmF6a { top:84.3125rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b03nFCDLqDmFe7l8Md67WHFIs1tDi7Dk { width:12.5625rem;height:1.5rem;top:81.875rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQIWcFN8FG0zKpIdwfWaCcMimSvDwsTM { top:84.9375rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur9tVzLB6RzClzZNQq7548WxueuXxERJ { display:block; }
 }@media only screen and (max-width: 763px) { #PoX8kgWMQqLnUB6gKfPee40x9IgWv8bD { width:13rem;height:3.25rem;top:99.5rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEmztVDK2n1r4n0fCRgRNX9Q9mKW7fcV { top:90.875rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAy5QQpgPDRvu4ecAU6tcmf3Tc7wy2M8 { width:12.5625rem;height:1.375rem;top:95.25rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBllSMGshhkdfPto60IEzsQshzUKfsEU { top:102.8125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z05TFnsiM6nbzzq7IR05mthd3SPkyrNC { width:12.5625rem;height:1.5rem;top:100.375rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhWJm2M58EQc85TpWykrhCeWPJphpt5B { top:103.4375rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnn0nlKcwNEo9SSE0opiidqcKILu77ww { display:block; }
 }@media only screen and (max-width: 763px) { #h8CcLA9ynu8y42mUebQvJOsfkxlLzNLv { width:13rem;height:3.25rem;top:99.5rem;left:11.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTBh6L90a12U735chT7JbEtUEJThpJ0 { top:90.875rem;left:9.8125rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGpE8eKLaUXzioZGyneKWhV4p5s9VyK { width:12.5625rem;height:2.75rem;top:95.25rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMaNFlVUEaQNylVs9F6Wc0nT7DJtBksg { top:102.8125rem;left:11.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXFMwS5NXzToJLi8TFlD2XDg24EmDLVO { top:103.4375rem;left:10.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZyFTaKQXn0ZLFLTNN6VaZc6XsFgatP8 { display:block; }
 }@media only screen and (max-width: 763px) { #oHyulH4JZpParwAmdpV4NxqXz0MsyAOS { width:12.5625rem;height:1.5rem;top:100.375rem;left:7.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4NHA7F3CiNAU3UkTMcdnX5bH9iete6Q { width:13rem;height:3.25rem;top:118.8125rem;left:24.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQvMX5sk5f5gduGAxLANDmpHPMPJLWV { top:110.1875rem;left:22.6875rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMGJVL63aAXXUa9TDFlVRBuKgnvS0AQ4 { width:12.5625rem;height:2.75rem;top:114.5625rem;left:22.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eot9h6Rre3TxLd4TxvGIEbNpZycA8aZ3 { top:122.125rem;left:24.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObkGrPSL32Ub0vN0pQVlSXE0xpx7bvog { top:122.75rem;left:23.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvl3UMHBvJV5Rl3gwJUGO4z7Q1i8OeVU { display:block; }
 }@media only screen and (max-width: 763px) { #TJxNlBsF1QHTVJqx9AJ8hBvoBhoM6qq3 { width:12.5625rem;height:1.5rem;top:119.6875rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 { display:block; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8KQDklR7qTpwsEvq2rE3y65c34o3mie { width:14.0625rem;height:3.375rem;top:8.625rem;left:18.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Z2AEOg3GrLww7yRU34ekF7sbrCo08Q { width:6.1875rem;height:3.25rem;top:12.0625rem;left:24.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDaNhO6FZ3aox6qSFE85iTHCkbCBizVC { width:12.625rem;height:1.5rem;top:12.9375rem;left:16.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3E3PNgD7vTcAaRrp758L8f0paDuEqd { top:16.125rem;left:20.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8AnHPxHZgGTKmcTXkHQ3BSrgNIXxoPd { top:16.6875rem;left:19.6875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucglZD5h7ofkhg9LE0IT5QclT2gTEkkT { display:block; }
 }@media only screen and (max-width: 763px) { #iRuGCIDENZToTxXlhg438GNfSt09s2kg { top:4.75rem;left:18.875rem;width:13.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL6JldupoxGgopFL2DdDxICCxvXVeiok { top:0.625rem;left:4.34375rem;width:42.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy { display:block; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md5PqSo2IO4H1TsmTyTRhVe8itVsBqR3 { top:0.625rem;left:7.6875rem;width:36.125rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKS0coQx2h1RvVRGSpSzt88CDI96foWi { top:4.125rem;left:16.875rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVnEKqqUt3WCcIsQwF3v2rFNCokAxqHq { width:15.5625rem;height:1.4375rem;top:6.5625rem;left:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk5uGIx7Ck2cBimWAZG0Px106W9XwVBi { top:10.625rem;left:18.375rem;width:13.375rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9sapZ0ktSlXnK2B1RCqtBL6hiGSJInr { width:3.75rem;height:3.25rem;top:17.5625rem;left:25.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDdLfl8Cnnf8HzVKUheBvUz594idl3yN { width:12.625rem;height:1.5rem;top:18.4375rem;left:17.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU5e9EqUO7hNdBq39FAB15Dye6rB1nOy { top:21.75rem;left:20.875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh9BzQQxaOxklMk3eLe5xg8CNk1BwEaW { top:22.3125rem;left:20.0625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOT2aTAnzgGRN7lMLeWG4kzM1c4EdOvk { display:block; }
 }@media only screen and (max-width: 763px) { #DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB { display:block; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVTJWDaIVQvvsAnvWt6bMqDZnQEBRoZg { top:0.625rem;left:7.6875019073488rem;width:36.125rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzWMo1IWmXpJr0URxdmhGIDEiCOd97BV { top:4.125rem;left:16.875rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvogwGTKs1eU5TnVhez4gWdNTvk5ax1B { width:15.5625rem;height:;top:6.5625rem;left:18.000001907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnvMNAABggITMUB0ksoTRspbEl5TcUUX { top:10.625rem;left:18.375001907349rem;width:13.375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoWzTDxrPJ9FImzuctOpKfyf07WDxaCf { width:3.75rem;height:3.25rem;top:17.5625rem;left:25.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR7VKESprovxmTSC49gVUvuXWOX2rCx1 { width:12.625rem;height:1.5rem;top:18.4375rem;left:17.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnBaTN6CJ1SGPsqxZBVaeoRcG33bTK9b { top:21.75rem;left:20.875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4AlK3ykoke1MzQVFBqUHBqKdqeyztNn { top:22.3125rem;left:20.0625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTdbDTJSpZay9RAfUJfzFLSMz5eAoinD { display:block; }
 }@media only screen and (max-width: 763px) { #Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv { display:block; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoDtRtQO6mq489qeJvZAqmx0PJmtWyUm { top:0.625rem;left:7.6875019073488rem;width:36.125rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJp9nkmrH582bhwk1aXnu8laupfSBwS8 { top:6.1875rem;left:27.0625rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqrT7Ecc9Gcr1pK7si5eLnyUtnRqtTUd { width:12.5625rem;height:2.875rem;top:8.75rem;left:28.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7DG2J27eFdTqdqV5FCL7JehOXRkKfwL { top:11.6875rem;left:28.0625rem;width:13.3125rem;height:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiVkUgBIUEcN945THUsuQmTMhCvpxWsX { width:3.75rem;height:3.25rem;top:16.75rem;left:34.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN7HfIJEACaFGgcUaWdhwd4pc9og2FSu { width:12.5625rem;height:1.5rem;top:17.5rem;left:27.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebm8R0HLoIcgtUskyelThVlLfyocXppN { width:11rem;height:0.8125rem;top:19.25rem;left:27.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHWgREq9iLT7fHXBeuJtGma5ZqfdbmmW { top:20.75rem;left:30.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCm6nVz4mgLnIHEm56o7V7QcHIayrEGO { top:21.25rem;left:29.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQWklvoeQQ6k0NPuZIJwTBGtghC88mm { display:block; }
 }@media only screen and (max-width: 763px) { #e38irhdVmozZnvbwvr4n027XsrNzSbAa { top:6.25rem;left:6.8125rem;width:15.625rem;height:19.2486875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMgE8TavNn4oIHRuCNXtEhVwLrTtfkiw { width:12.625rem;height:2.875rem;top:8rem;left:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMEMUklTkyUdduNalG8T84VmFQDrCv7A { top:11.6875rem;left:9.625rem;width:9.6875rem;height:5.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJVWMpuM08U0KcS9gHKU0fhmVB17b1EW { width:3.75rem;height:3.25rem;top:17.625rem;left:14.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oshSSE8QGROtBOkBn4bmk9D5TWGUU02Z { width:12.625rem;height:1.5rem;top:18.4375rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Cu3d7fP2Olqx84IFA67zFdZ8nrg7KH { width:11rem;height:0.8125rem;top:19.9375rem;left:5.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbJqoFUbuNVwF9E2uQXo8flhG1mVGnTv { top:20.75rem;left:9.75rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAIgq6rN8b2osdE1rDT3sgr5BGV4IRxZ { top:21.3125rem;left:8.9375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ33lNzth4fLkzhPXyEZzvxT9G7vV3px { display:block; }
 }@media only screen and (max-width: 763px) { #bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek { display:block; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqbOktkp0q4JyrwCS3JQbWfhfwsDVbIe { top:12rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWGiXd19Tuy0Cosnkf4XlQuD4ROv8ExA { width:14.0625rem;height:4.375rem;top:9.8125rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuVTFOlnQWTqOqmxKgm7eqCyXaI8aTZs { top:6.9375rem;left:33.1875rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA6miLpsx9OKqO4UFHBmfxdW3J4CELNf { top:11.75rem;left:18.5rem;width:14.875rem;height:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdhGL5WXF1UMMADMJkV6OCkGCODp9rfJ { width:3.75rem;height:3.25rem;top:17.25rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALlEsO3wKaW406WTbrQabTlfoqvon7G9 { width:12.625rem;height:1.5rem;top:18.125rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1XcXIcfZ9taUMAPibw7UAvkZThE0wl7 { top:20.5625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZebEZKhaWVUavlkoL3G3uO0Kue85d1ct { top:21.125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1TZGkOnBrghP896nGnpxPcDzlZJKmsG { display:block; }
 }@media only screen and (max-width: 763px) { #d3xaLI3oML1Ux7tIcWZZaU7lmlaB5cbg { top:3.3125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpJnIH6AIfadLa5SyAn1HuicqHhaGIrd { top:5.625rem;left:0rem;width:19.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAO13BKQwTdfyXLGyFttNOckTB1GPGMC { top:0rem;left:7.40625rem;width:36.125rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCFT6TCXEirSo7oVTysBPmAapyPvmJfD { display:block; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXHovypI6iBwNkvBw2Bwh9Tsd3isfhUI { top:0rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3833dzJkWtxIHcUTF7LbzK0ivHqEJiC { width:14.0625rem;height:6.0625rem;top:9.875rem;left:33.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1i6CTkilPf1NmNhfZ6HT3oBXDHQ1km5 { top:6rem;left:32.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M90Plp11y4MiqnGF6vi24Cgq7O0onp6c { top:20.5rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahaPOo9V4d4HzLDhwJcn83gWcpm2V1z3 { top:21.0625rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUoApCPJlbO7T5aAKCGrLrQML3bK5iTR { display:block; }
 }@media only screen and (max-width: 763px) { #D6o2aaBF5NadJn1zDhiWGSAF4T165MbG { width:12.625rem;height:1.5rem;top:18.1875rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuqoIGnyuvmhSqbqL36Msaeu0Gp9uuTH { width:3.75rem;height:3.25rem;top:17.375rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltZkDEnkQwfn6dM0JTomGZqwCXrbKX5I { top:5.8125rem;left:0rem;width:20.3125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { width:47.75rem;height:3.9375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWQ15TDt5i384PVkKx3sMJXq22gvWttl { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { width:19.3125rem;height:3.5rem;top:13.875rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { top:13.1875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { top:13.1875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { top:13.1875rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { background-color: transparent; background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .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); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { border-width: 0; border-radius: 0; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container {  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { width:20rem;height:69.5625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/kWcTLMMI/landing_page_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.adaptive-delivery-prevent-bg, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.lazyload, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq {  }
 }@media only screen and (max-width: 763px) { #b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { display:block; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA {  }
 }@media only screen and (max-width: 763px) { #lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { width:10.747375rem;height:1.8059875rem;top:33.875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { width:17.3125rem;height:2.5996125rem;top:13.9375rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfv3fqRedscxFliTc0UNOIqrxqKp0evT { width:10.375rem;height:3.875rem;top:58.375rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { width:10.125rem;height:2.1875rem;top:33.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD1WaArUb0QBiA18R85M3utISN1qqoNR { width:6.625rem;height:2.6875rem;top:64.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcKBvFE41SDKG819VG7Tn7pHhuskefBg { width:9.375rem;height:3.5rem;top:64.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZi97invtbnagDWxOhNpEGZHNMiuqg3V { width:10.5625rem;height:0.9746125rem;top:67.625rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d { display:block; }#ogf46WK1KNQb7pIaHHNHTAMoGIPtmU1d > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbQXU3Fy8Dr984eINcdsaHeIODNwBJz3 { width:14.5625rem;height:3.25rem;top:6rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #i0eKagJVpiq65NT4Ltk7JFtyexIzZH8P { width:17.75rem;height:21.9375rem;top:3.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COAe1C9xX3DaC4GNn2FOx2RZVfR0wPrQ { width:10.9375rem;height:6.09375rem;top:11rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqkoprdE92lWeFC7nqz0CMaqED0Nw6L { width:15.5rem;height:1.79980625rem;top:17.875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrOSRxI3bsiu4ankxweSEFVLIh9qRQo { width:12.625rem;height:1.54296875rem;top:17.9375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #oI8E0PyZtl6rrHgbOcFcUTO3RCcF7NqB { width:10.3125rem;height:3.75rem;top:20.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxtWy698cUtoKHlKsP84gv9iECarKT8p { top:21.6875rem;left:3.75rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9wBpMaxZLE44ThRy5LtAatoCOykANlT { display:block; }
 }@media only screen and (max-width: 763px) { #xGRCGtmmf4aeIls10i72cXUUsKtEhI0W { width:20rem;height:1.4619125rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG { display:block; }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG { border-width: 0; border-radius: 0; }#CXsTZTGxTbM8VmUvKWEJRxnIP1UvqgIG > .row .container { width:20rem;height:53.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCJBeWIBODwLOAqeUfQJNS3ksygKMfiQ { width:12.5615rem;height:4.875rem;top:33.9375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #xn2RqVhzfnA5N0GOHZM0uzXVP2eAmUB8 { width:15.124rem;height:3rem;top:41.5625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6b8TSXIZzBdn3HMGUKSOMEe5OlO9pkT { width:12.5615rem;height:1.54296875rem;top:42.3125rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Q4uTOAFRTKZabiB5CDye4T8OTitSggRX { width:10.3125rem;height:3.75rem;top:45.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMGlXFeQnUhuZycmiTlgeowotHevzNDT { top:46.25rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuAf4Edxo6L9o5tCdfiIiOvOzl0Z2CrB { display:block; }
 }@media only screen and (max-width: 763px) { #P5voogIK524sOL43xnn8igDc3hfv6w81 { width:17.6875rem;height:21.8125rem;top:31.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG4rwMK227nRFHAQhTmfv80yzKsTSSDb { width:6.9365rem;height:1.0556625rem;top:44.5625rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ZfT3HCWH3oAtVPerffV4v8WiVuKPoq { width:17.6875rem;height:21.86049037974rem;top:8.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm9GiCvh493gNTBGU7TsFNycuZXKPQvU { width:12.5625rem;height:1.54296875rem;top:19.1875rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #DFWa5A8wpRgmo7o5XrAobFFQQOPrR0vg { width:12.5625rem;height:3.25rem;top:12.375rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #zTcWMg1tWvRQDX9WyvQLwBKsOBFOmzaT { width:15.125rem;height:3rem;top:18.5rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5w4Jsi5n7etZTydCgWZwG0deL9Bw4ST { width:10.3125rem;height:3.75rem;top:23.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1OPyLuH3mmyEUM8sEfN0hJOvNwc2QRt { width:6.875rem;height:1.0559875rem;top:21.5rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOAbtTH5CmEW0pRR06VhEZUMwDGKl4SV { top:23.75rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZf3hxoUgSlwc9DWGFyiiA80hkcbZ7nI { display:block; }
 }@media only screen and (max-width: 763px) { #bly0GzLm1lnm3v22grvFb043Ch5x6Gso { width:20rem;height:1.4622375rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puCP5iDFZA8eANR72vqlFF4rf9z90HuH { width:5.4375rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP77BXnFF26oZuTwoXdmokn06TIST9UG { width:2.8125rem;height:2.6806625rem;top:0.890625rem;left:1.25rem;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LdTTNiTfHzuLQkoFWy8rMhaarWlySm4q { width:20rem;height:4.875rem;top:147.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKu8oSZyr3qibtPhIOvUysH5RJZ4qzIo { width:20rem;height:0;top:147.68753051757rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvVybWCXypMnp34s59ULLmfFH6nsaINS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container { background-color: transparent; background-image: none; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container > .video-iframe-container { display: none; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row > .video-iframe-container { display: none; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .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); }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container { width:20rem;height:216.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w30LpTetCwzkw1Gs8kRNz4Ahpv6dwOwN { width:20rem;height:2.8125rem;top:0.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioRCBctZAgQQW4AhFfpfl9LnTaXUq2E6 { width:15.125rem;height:1.79980625rem;top:21.25rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cenq4GM5FI1zelx3uJk9WdxOGJiclqGE { width:12.5625rem;height:9.2578125rem;top:11rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #G4wItK2HViG9nQNivPd9n6vqfoRmasDX { width:14.4375rem;height:17.9375rem;top:9.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O67lINy90m1pbwky88WtU6h4kSZeh7SR { top:23.8125rem;left:5.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3QHDplyzfkfVdUvEgsJHfmxBQiTTkex { display:block; }
 }@media only screen and (max-width: 763px) { #qNB9dqmdvSH8r5DVqAuq78TNmd8MSxab { width:10.3125rem;height:3.75rem;top:23.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDAwVEvys7nVrCwNpeuzy2qxU82CUr6X { width:12.5625rem;height:1.54296875rem;top:21.125rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #QeMVoKt2siMMVdADtOGqg8lph1gavpoT { width:13.625rem;height:1.625rem;top:5.625rem;left:6.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #VpI6OyND1gmu7g3Pge5R42t4PTJtDAya { width:18.75rem;height:1.4622375rem;top:7.6875rem;left:0.6875rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyZPc81uESm8Wgt1hEzTmcTadu4DA6q0 { width:13rem;height:1.79980625rem;top:37.375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLRyF4NoOPIpgqFU2nm4OvbSAoU9Xx98 { width:13.1875rem;height:16.375rem;top:28.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWxoudqefe8cZkpfteCdV9b3PikgWNE2 { top:41.3125rem;left:5.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUU9vaa0S2DFpT9WNEhUP4mBP2LzTAeR { display:block; }
 }@media only screen and (max-width: 763px) { #LcUpNJ0ycCBrRaab5b5MrHAQQ0QmNu8I { width:10.3125rem;height:3.75rem;top:40.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf1QJv9XhccpegHeHztkrEGbaMgS444v { width:12.5625rem;height:7.714875rem;top:29.6875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #w6SAnIDws65tPgGe6oZxEh9GmDPP1GET { width:12.5625rem;height:1.54296875rem;top:37.375rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #zu7eXNrN4vwiTS5QiUxsgBAlExBdqlbi { width:20rem;height:1.4622375rem;top:46.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkbTkyoQdfvWimQ3qRZa1V3IwbTvfxha { width:13rem;height:1.79980625rem;top:59.625rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNwzdmVhokmTc4dILpfM6zz3wEGKu2v1 { width:13.9375rem;height:17.3125rem;top:48.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvCultUlSueL27B0R7UfV78B32Fp6nIM { width:12.5625rem;height:9.2578125rem;top:49.1875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #VKFlAu84ugsUeJPkS1K0nLeATDh3UTTC { top:62.0625rem;left:4.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwDqH9bSrUg7hiwQJ0G7VZga4COb5IpO { display:block; }
 }@media only screen and (max-width: 763px) { #WwaVOfDFvcuK0Kd7q9ZMQ62xuOJBS09q { width:10.3125rem;height:3.75rem;top:61.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQcmfRCkyidiIa04WmWZBGIazU26Oz7X { width:12.5625rem;height:1.54296875rem;top:59.375rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #ba41U1PUApkT0JImPGyMet1lywXhrWXO { width:13rem;height:1.79980625rem;top:79.3125rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLbwmZppEDDXSSNV0AlAU0e6GIuJy7fw { width:14.5rem;height:18.0625rem;top:67.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsOJLdnmxFo4J0rgrpDfAhBiGtuzMB5J { top:81.75rem;left:5.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxuK7SpfBOwvBlkGtrg1N5JdbZdV7LJG { display:block; }
 }@media only screen and (max-width: 763px) { #LIDqeIT0TttELxH8sGo8kR0ETL8pvkeZ { width:10.3125rem;height:3.75rem;top:81.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEGMPkUfwnRsaPrUPUGk3Wa3VJKuW7Q { width:12.5625rem;height:1.54296875rem;top:79.1875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #BOo5ywNvdvpPRX5ie3fBUIuPU5HJkTrP { width:12.5625rem;height:9.2578125rem;top:68.75rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #IWBuPuTETfmT5S4ueWpOi7BRocas0VfN { width:17.8125rem;height:1.625rem;top:87.5625rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #dxs6Jd11dypWwHMFZmJnPIyzd8s2dmdu { width:13rem;height:1.79980625rem;top:99.125rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5pXPJ0f9gUsODVU3TgVwZ1zH1039C64 { width:13.1875rem;height:16.375rem;top:90.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kquwiEbGtcgKMpBUFm5DtX0mrk0VmpRz { top:102.5625rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgKVEyi1uwwgJ5mkns4HHHpbpHcMTaO0 { display:block; }
 }@media only screen and (max-width: 763px) { #mEDLvNqViDeTvx82wkvSgBdZXgdiVrnf { width:10.3125rem;height:3.75rem;top:101.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1cBqWcl8BF6oswdKsDLPcwyxAmTguGJ { width:12.5625rem;height:1.54296875rem;top:99.0625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #sWTxxiJNEJhViL15iRIHSHkbJwgnx6gl { width:12.5625rem;height:3.0859375rem;top:92.5rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #fd6iXhrCBHFsnrUyZ4LfguPZ4ZtEhSxL { width:13.1875rem;height:16.375rem;top:110.66796875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCszcM6PQoTsvU6xADaFRS4KThEQwlXF { top:122.875rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9QNPePW9IacWvLXvgyGSVh5h8i6aso6 { display:block; }
 }@media only screen and (max-width: 763px) { #tF6X62lrO22T0DucMdcQKTxDfnS44e8t { width:10.3125rem;height:3.75rem;top:122.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orsKSyPToFtXvbNuQ6CP7eME9hb3z5Mg { width:13rem;height:1.79980625rem;top:119.1875rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA8HatK4A2L1LM5W30quGWseMGACSZ8p { width:12.5625rem;height:1.54296875rem;top:119.1875rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #MEeKKL8q7T0Q80KppRqSF3nmKBXTtM61 { width:12.5625rem;height:3.0859375rem;top:113.66796875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #q972TTTRwneGDna2hUNHbnOHeSOmM3rS { width:13rem;height:1.79980625rem;top:137.31640625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NurTeFqPirL5A8vOTgbxXOnK0prF62iX { width:13.1875rem;height:16.375rem;top:128.29296875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJii6xZeFrULvtTEgJQbI1opTkwQxTa { width:12.5625rem;height:3.0859375rem;top:130.79296875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #bD45AW7xoZcm7SQyiFhZc2oaIAJWTCpo { width:10.3125rem;height:3.75rem;top:140.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIEgQ81MhesFUTQET7u7xy1gEemJiikU { width:12.5625rem;height:1.54296875rem;top:137.31640625rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #J3325Wrvl0sALnWfoUX4kyONcuVhaqSt { top:140.8125rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfsJNHa86qlh5x5CqPSQT12WUgRDsIgX { display:block; }
 }@media only screen and (max-width: 763px) { #NFAdWJvEycaWuTgroB3N6oJWeSDurESz { width:13rem;height:1.79980625rem;top:153.455078125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX6n1smdgGCTLwbTAwyVoc4BG4DHTQ9b { width:13.1875rem;height:16.375rem;top:145.91796875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5IrZKNTSAtuVGVbeLHQqG4b8gh0H5QV { width:12.5625rem;height:1.54296875rem;top:148.48046875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #ortdho7zsRrAmZVFfLvrQqrJ7TeNmF6a { width:10.3125rem;height:3.75rem;top:156.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b03nFCDLqDmFe7l8Md67WHFIs1tDi7Dk { width:12.5625rem;height:1.54296875rem;top:153.333984375rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #OQIWcFN8FG0zKpIdwfWaCcMimSvDwsTM { top:157.5rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur9tVzLB6RzClzZNQq7548WxueuXxERJ { display:block; }
 }@media only screen and (max-width: 763px) { #PoX8kgWMQqLnUB6gKfPee40x9IgWv8bD { width:13rem;height:1.79980625rem;top:171.080078125rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEmztVDK2n1r4n0fCRgRNX9Q9mKW7fcV { width:13.1875rem;height:16.375rem;top:163.54296875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAy5QQpgPDRvu4ecAU6tcmf3Tc7wy2M8 { width:12.5625rem;height:1.54296875rem;top:166.48046875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #FBllSMGshhkdfPto60IEzsQshzUKfsEU { width:10.3125rem;height:3.75rem;top:175.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z05TFnsiM6nbzzq7IR05mthd3SPkyrNC { width:12.5625rem;height:1.54296875rem;top:170.958984375rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #nhWJm2M58EQc85TpWykrhCeWPJphpt5B { top:176.0625rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnn0nlKcwNEo9SSE0opiidqcKILu77ww { display:block; }
 }@media only screen and (max-width: 763px) { #h8CcLA9ynu8y42mUebQvJOsfkxlLzNLv { width:13rem;height:1.79980625rem;top:189rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTBh6L90a12U735chT7JbEtUEJThpJ0 { width:13.1875rem;height:16.375rem;top:181.16796875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKGpE8eKLaUXzioZGyneKWhV4p5s9VyK { width:12.5625rem;height:3.0859375rem;top:182.4375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #DMaNFlVUEaQNylVs9F6Wc0nT7DJtBksg { width:10.3125rem;height:3.75rem;top:192rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXFMwS5NXzToJLi8TFlD2XDg24EmDLVO { top:192.625rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZyFTaKQXn0ZLFLTNN6VaZc6XsFgatP8 { display:block; }
 }@media only screen and (max-width: 763px) { #oHyulH4JZpParwAmdpV4NxqXz0MsyAOS { width:12.5625rem;height:1.54296875rem;top:189.0029296875rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #D4NHA7F3CiNAU3UkTMcdnX5bH9iete6Q { width:13rem;height:1.79980625rem;top:206.330078125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQvMX5sk5f5gduGAxLANDmpHPMPJLWV { width:13.1875rem;height:16.375rem;top:198.79296875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMGJVL63aAXXUa9TDFlVRBuKgnvS0AQ4 { width:12.5625rem;height:3.0859375rem;top:200.625rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #Eot9h6Rre3TxLd4TxvGIEbNpZycA8aZ3 { width:10.3125rem;height:3.75rem;top:210.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObkGrPSL32Ub0vN0pQVlSXE0xpx7bvog { top:210.8125rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvl3UMHBvJV5Rl3gwJUGO4z7Q1i8OeVU { display:block; }
 }@media only screen and (max-width: 763px) { #TJxNlBsF1QHTVJqx9AJ8hBvoBhoM6qq3 { width:12.5625rem;height:1.54296875rem;top:206.2080078125rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#4718b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#4718b7eb' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));background-size:auto !important;display:block; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container { background-color: transparent; background-image: none; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container > .video-iframe-container { display: none; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row > .video-iframe-container { display: none; }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .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); }#TgIBgnm1cmUWKaVtnF0XvL34KvO8xxA8 > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8KQDklR7qTpwsEvq2rE3y65c34o3mie { width:12.625rem;height:3.25rem;top:6.9375rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #M2Z2AEOg3GrLww7yRU34ekF7sbrCo08Q { width:3.75rem;height:1.79980625rem;top:13.125rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDaNhO6FZ3aox6qSFE85iTHCkbCBizVC { width:12.625rem;height:1.54296875rem;top:12.9375rem;left:3.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #eW3E3PNgD7vTcAaRrp758L8f0paDuEqd { width:10.3125rem;height:3.75rem;top:15.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8AnHPxHZgGTKmcTXkHQ3BSrgNIXxoPd { top:16.1875rem;left:4.625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucglZD5h7ofkhg9LE0IT5QclT2gTEkkT { display:block; }
 }@media only screen and (max-width: 763px) { #iRuGCIDENZToTxXlhg438GNfSt09s2kg { width:13.0625rem;height:16.125rem;top:4.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL6JldupoxGgopFL2DdDxICCxvXVeiok { width:20rem;height:2.03125rem;top:0.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container { background-color: transparent; background-image: none; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container > .video-iframe-container { display: none; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row > .video-iframe-container { display: none; }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .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); }#uwLXd1VBMsd6TRcqAhHzkCgegzku6iTy > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #md5PqSo2IO4H1TsmTyTRhVe8itVsBqR3 { width:20rem;height:2.03125rem;top:0.65625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKS0coQx2h1RvVRGSpSzt88CDI96foWi { width:17rem;height:20.9375rem;top:3.375rem;left:1.5rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #zVnEKqqUt3WCcIsQwF3v2rFNCokAxqHq { width:14.0625rem;height:1.625rem;top:4.9375rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #kk5uGIx7Ck2cBimWAZG0Px106W9XwVBi { width:12rem;height:10.5rem;top:8.625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9sapZ0ktSlXnK2B1RCqtBL6hiGSJInr { width:3.75rem;height:1.79980625rem;top:17.75rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDdLfl8Cnnf8HzVKUheBvUz594idl3yN { width:12.625rem;height:1.54296875rem;top:17.6875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #LU5e9EqUO7hNdBq39FAB15Dye6rB1nOy { width:10.3125rem;height:3.75rem;top:19.5625rem;left:4.5rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #kh9BzQQxaOxklMk3eLe5xg8CNk1BwEaW { top:20.25rem;left:4.125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #QOT2aTAnzgGRN7lMLeWG4kzM1c4EdOvk { display:block; }
 }@media only screen and (max-width: 763px) { #DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container { background-color: transparent; background-image: none; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container > .video-iframe-container { display: none; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row > .video-iframe-container { display: none; }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .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); }#DpJXaRFo0qoQAuqcL3gMeZuRyQKyxPfB > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVTJWDaIVQvvsAnvWt6bMqDZnQEBRoZg { width:20rem;height:2.03125rem;top:0.65625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzWMo1IWmXpJr0URxdmhGIDEiCOd97BV { width:17rem;height:20.9375rem;top:3.375rem;left:1.5rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #xvogwGTKs1eU5TnVhez4gWdNTvk5ax1B { width:14.0625rem;height:1.625rem;top:4.9375rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #BnvMNAABggITMUB0ksoTRspbEl5TcUUX { width:12rem;height:6rem;top:8.625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoWzTDxrPJ9FImzuctOpKfyf07WDxaCf { width:3.75rem;height:1.79980625rem;top:17.75rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR7VKESprovxmTSC49gVUvuXWOX2rCx1 { width:12.625rem;height:1.54296875rem;top:17.6875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #PnBaTN6CJ1SGPsqxZBVaeoRcG33bTK9b { width:10.3125rem;height:3.75rem;top:19.5625rem;left:4.5rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #l4AlK3ykoke1MzQVFBqUHBqKdqeyztNn { top:20.25rem;left:4.125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #FTdbDTJSpZay9RAfUJfzFLSMz5eAoinD { display:block; }
 }@media only screen and (max-width: 763px) { #Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container { background-color: transparent; background-image: none; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container > .video-iframe-container { display: none; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row > .video-iframe-container { display: none; }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .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); }#Ae07UHPwpQp2HtkuggD8Sy8Swacb87bv > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NoDtRtQO6mq489qeJvZAqmx0PJmtWyUm { width:20rem;height:2.03125rem;top:0.65625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJp9nkmrH582bhwk1aXnu8laupfSBwS8 { width:15.625rem;height:19.25rem;top:24.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqrT7Ecc9Gcr1pK7si5eLnyUtnRqtTUd { width:12.5625rem;height:3.25rem;top:26.0625rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #f7DG2J27eFdTqdqV5FCL7JehOXRkKfwL { width:13.3125rem;height:5.49805625rem;top:30.625rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiVkUgBIUEcN945THUsuQmTMhCvpxWsX { width:3.75rem;height:1.79980625rem;top:36.125rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN7HfIJEACaFGgcUaWdhwd4pc9og2FSu { width:12.5625rem;height:1.54296875rem;top:36.125rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ebm8R0HLoIcgtUskyelThVlLfyocXppN { width:11rem;height:1.0559875rem;top:16.92972946167rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #fHWgREq9iLT7fHXBeuJtGma5ZqfdbmmW { width:10.3125rem;height:3.75rem;top:37.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCm6nVz4mgLnIHEm56o7V7QcHIayrEGO { top:38.5625rem;left:3.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQWklvoeQQ6k0NPuZIJwTBGtghC88mm { display:block; }
 }@media only screen and (max-width: 763px) { #e38irhdVmozZnvbwvr4n027XsrNzSbAa { width:15.625rem;height:19.2486875rem;top:3.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMgE8TavNn4oIHRuCNXtEhVwLrTtfkiw { width:12.625rem;height:3.25rem;top:5.4375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #zMEMUklTkyUdduNalG8T84VmFQDrCv7A { width:9.6875rem;height:5.4980625rem;top:9.9375rem;left:5.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJVWMpuM08U0KcS9gHKU0fhmVB17b1EW { width:3.75rem;height:1.79980625rem;top:16.121114730835rem;left:9.3750002980231rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oshSSE8QGROtBOkBn4bmk9D5TWGUU02Z { width:12.625rem;height:1.54296875rem;top:16.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #U5Cu3d7fP2Olqx84IFA67zFdZ8nrg7KH { width:4.8125rem;height:1.0559875rem;top:36.75rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;z-index:100141;display:block; }
 }@media only screen and (max-width: 763px) { #lbJqoFUbuNVwF9E2uQXo8flhG1mVGnTv { width:10.3125rem;height:3.75rem;top:18.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAIgq6rN8b2osdE1rDT3sgr5BGV4IRxZ { top:19rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ33lNzth4fLkzhPXyEZzvxT9G7vV3px { display:block; }
 }@media only screen and (max-width: 763px) { #bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container { background-color: transparent; background-image: none; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container > .video-iframe-container { display: none; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row > .video-iframe-container { display: none; }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .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); }#bPImLGGwCWbtGzWfNOGHTFwW1dwFlTek > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqbOktkp0q4JyrwCS3JQbWfhfwsDVbIe { width:10.9375rem;height:0;top:18.125rem;left:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWGiXd19Tuy0Cosnkf4XlQuD4ROv8ExA { width:14.75rem;height:4.875rem;top:8.5rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.25rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #SuVTFOlnQWTqOqmxKgm7eqCyXaI8aTZs { width:14.5625rem;height:18.125rem;top:5.125rem;left:3.0625rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #KA6miLpsx9OKqO4UFHBmfxdW3J4CELNf { width:20rem;height:6.59765625rem;top:20.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #HdhGL5WXF1UMMADMJkV6OCkGCODp9rfJ { width:3.75rem;height:1.79980625rem;top:15.875rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALlEsO3wKaW406WTbrQabTlfoqvon7G9 { width:12.625rem;height:1.54296875rem;top:15.875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #r1XcXIcfZ9taUMAPibw7UAvkZThE0wl7 { width:10.3125rem;height:3.75rem;top:18.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZebEZKhaWVUavlkoL3G3uO0Kue85d1ct { top:18.5625rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1TZGkOnBrghP896nGnpxPcDzlZJKmsG { display:block; }
 }@media only screen and (max-width: 763px) { #d3xaLI3oML1Ux7tIcWZZaU7lmlaB5cbg { width:18.3125rem;height:3.736975rem;top:2.75rem;left:0.84375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HpJnIH6AIfadLa5SyAn1HuicqHhaGIrd { width:19.5rem;height:19.5rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAO13BKQwTdfyXLGyFttNOckTB1GPGMC { width:20rem;height:2.03125rem;top:0.71875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCFT6TCXEirSo7oVTysBPmAapyPvmJfD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container { background-color: transparent; background-image: none; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container > .video-iframe-container { display: none; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row > .video-iframe-container { display: none; }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .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); }#HCFT6TCXEirSo7oVTysBPmAapyPvmJfD > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXHovypI6iBwNkvBw2Bwh9Tsd3isfhUI { width:18.3125rem;height:2.51855625rem;top:0.2666015625rem;left:1.6875rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3833dzJkWtxIHcUTF7LbzK0ivHqEJiC { width:14.0625rem;height:6.09375rem;top:6.09765625rem;left:2.96875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5625rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #U1i6CTkilPf1NmNhfZ6HT3oBXDHQ1km5 { width:15.625rem;height:19.25rem;top:4.0351578125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M90Plp11y4MiqnGF6vi24Cgq7O0onp6c { width:10.3125rem;height:3.75rem;top:18.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahaPOo9V4d4HzLDhwJcn83gWcpm2V1z3 { top:19.25rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUoApCPJlbO7T5aAKCGrLrQML3bK5iTR { display:block; }
 }@media only screen and (max-width: 763px) { #D6o2aaBF5NadJn1zDhiWGSAF4T165MbG { width:12.625rem;height:1.54296875rem;top:15.87890625rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #uuqoIGnyuvmhSqbqL36Msaeu0Gp9uuTH { width:3.75rem;height:1.79980625rem;top:15.87890625rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltZkDEnkQwfn6dM0JTomGZqwCXrbKX5I { width:20rem;height:19.2rem;top:23.28515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -moz-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -ms-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -o-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );";background-image: linear-gradient(to bottom, #ffffff, rgba(17,120,209,0.13));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { background-color: transparent; background-image: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .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); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { border-width: 0; border-radius: 0; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container {  }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { width:16.6875rem;height:1.5125rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { width:13.0625rem;height:4.798825rem;top:4.01171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { width:3.125rem;height:3.125rem;top:3.4516611099243rem;left:15.873579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { width:19.4375rem;height:1.3rem;top:25.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { width:14.875rem;height:6.3984375rem;top:10.05859375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWQ15TDt5i384PVkKx3sMJXq22gvWttl { width:3.125rem;height:3.125rem;top:8.8077054023744rem;left:16.498579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { width:18.812125rem;height:1.70010625rem;top:21.875rem;left:0.375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { width:17.9375rem;height:2.9375rem;top:21.25rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:3.4375000596046rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { width:3.125rem;height:3.125rem;top:17.013483047486rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }