.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.749134063721rem;top:17.808166503906rem;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.749134063721rem;top:17.808166503906rem;z-index:100028;position:absolute; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq { position:relative; }
#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; }
#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.84288125rem;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; }
#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:4.9375rem;width:60rem;position:relative;display:block; }#Ut2BxdHp06Obw7TocUSeReM5USC4pWSB { position:absolute;display:block;z-index:100024;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:0rem;left:0rem;display:block; }
#t0D7s2kq8EI7KCOxvfxCrX35TA2ZlFvv { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100121;line-height:1.3;letter-spacing:0;top:1.375rem;left:8.75rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB { 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; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container { background-color: transparent; background-image: none; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container > .video-iframe-container { display: none; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row > .video-iframe-container { display: none; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .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); }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container { border-width: 0; border-radius: 0; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row > .video-iframe-container {  }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container { font-size:0.875rem;font-family:arial;height:127.5rem;width:60rem;position:relative;display:block; }#LUXgIsqPTCEXti7xJ1n9T9SipmKPaXF5 { color:#1c89a9;display:block;width:42.5rem;position:absolute;font-family:cairo;font-size:2.375rem;font-weight:normal;z-index:100002;line-height:.5;letter-spacing:0;top:0rem;left:8.125rem;height:2.3741375rem;text-align:center;text-align-last:center;display:block; }
#Csg7NHlAEuSTTePySbXDZ3ES46oHL4zO { 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; }
#OaTXhnkOgt3lKvtTCW8hD9faEMMTGWKm { 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.9010625rem;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; }
#VtRUaMfh8lSAsSB8BlQsdsceTNJ70xyg { 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; }
#iO71JOfPJMFOHOZMuqDPnkp0FH7Npn4F { 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; }
#oJEQxLRaTHKRDbAIeqNmXlarsIhTToam { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gOpsFGW4EnJhd2m5OvwpwLEeIrXGVGce { 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; }
#MPJ4EF8SLqk1GfnSIgmD4kqkKfhpCLcI { 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; }
#CqGi95vZTeXxSOaNrUrwJEhiqfqfSy4W { 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.462675rem;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; }
#SxhV7K1HNAffmkXWccSThpL04XqB5qTd { 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.62435rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#J58tZR2urlXXqz8a54kxQw0uuLgAhzcl { 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; }
#vE2aIOrdiBhLP2oGNCwEdOdTOeZCidR7 { 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; }
#JTsg95gazC4TIKlgp2wdRIdWEiehWDtT { 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; }
#tfTFaGhbScoSFSBHlDQf1aEIziC6SXc5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mKzla2F2wEN0MyJ0bFH31tBQU5Ocrwam { 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; }
#V2TfeoLZuo5A0h93Zv7RQzwqP61PSb9H { 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; }
#g24myTVDhMTS8c860hqV8aM4kGLCX61C { 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; }
#GgQ1D3AmpyiJfBuBVD2h1LA59wha1XlP { 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.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOSg633NZNofysQqVFGy8HWpK3T1HKbn { 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; }
#DPrtRtgbHaNXMu1mFZHtLnQ19zs01aaq { 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:8.28125rem;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; }
#ixeGXKnu0xTxNEl2vekZK50KrvFvpK4T { 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; }
#ws6ynt0DeEpMf0bJ8nd240hK1LczB4cJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vOgTbplNn4hccPhGlG6iuQEtv43EC4H1 { 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; }
#aGqr6lUoNaGuK8fIKNhvfX8RRb3z72xr { 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; }
#rnvngbIiq4ziTPC5uhI6fQ4hvyxN6FG7 { color:#0f86a9;display:block;width:12.125rem;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:47.875rem;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; }
#WhzPHFMeAgWrO5IH8k1g33ZkD8RXWOIa { 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; }
#T85TS4sHqKNkmkApC4guXAtyzTFkVaai { 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; }
#B2IiXyJogNQq0bobXeNvTsyUUO0fkVfH { 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; }
#NyxXsLEBfO4VCxLTc5T2kGu6ciPNbPwG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zioSvDdoJ6HETi5t61xf9ToV6HTuQCvM { 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; }
#dCTMdfn8ArfVD2dfm6Vuntd8uzas0HCN { 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; }
#aB6hT0HaelUG2mSrAn3bKZixxRy58Lnk { 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.76041875rem;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; }
#k6Lq45UHKvXnfM7ISR3KTtfFzKFI1VkN { 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; }
#Tuigmpacnz3WhINT73uKbfFJc3ykUzqh { 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; }
#SOKfBDaJDt9H7zmsTaL6d6q2QhVryWM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BpbiT23rurpGCA0MkrvqJAeMwAWzg5zZ { 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; }
#vwVkf30xsOM3VwVZh7EkVN6RwkGWINLq { 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; }
#oR4rbBDcwkyLn2UPrcrL7lGBHoTGUDXs { 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; }
#l3sDLnJqu2DFOzTB9TW5ZBy7m6mbmyU3 { 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; }
#uaMIpLShLWWTpJtrn6VTbbkDKAS3TPUO { 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; }
#Hqlt1qNCIQg9oVpExLmi49AfCBZ3w9eL { 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; }
#B16ws7cFql6sBr1mkuKyy53DFWsGhUsk { 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; }
#NpWbvA8KqbsgbDvybZ9ulUpO9HTyKAKi { 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; }
#nZUXEP521Wdx5C9W51s52TcZpyFhULeW { 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; }
#mAoLQlmHWF06N7AH2SirrdCTsQe3PLGp { 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; }
#p6aLyTyTbcbFD0t6TMtTzJAvPk0rhh21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DUsgolKniWQ7hIB9u3orWFcPb5MTNJcq { 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.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKNwy6M797bRrwW9XJyS6uP4KrNDn6cb { 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; }
#MIA0w3p3Igmo5bWle1RhBR1uXrXUsTH2 { 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; }
#q1ip8U4RwXv6KfbOmRxzHg7tklC4yuFT { 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; }
#P6NtsadWabunSU5bxPNqwHn3GV11vUzV { 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; }
#wA6Ezap14bTWQc7TsgQHv6OXFJMcMPip { 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; }
#hkR5ATqhRcZeV3FGS2GBCQ1xZ1wL53Zn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u2GNqQnwpQudINsMUpso8tRVi4IAR6QG { 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; }
#uFZfpfgtPkNils2pvAn6y1HrtokFZldm { 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; }
#LlV0uf2Mbp4XB8ATV3mGTfgxwCxdXJB3 { 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; }
#fSPmCKO5TSZ0209MnKkEvp9DKckyzOMK { 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; }
#B0k6tIoJ4M6KQ7shDg4pfCCWJKrbPlE8 { 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; }
#TDAycTSzWpkPscEEv3NPdPeNRU0xGeXs { 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; }
#yErZuezNW83JgPo6PLOtuFtUc6z14cMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hzIOVTpSHnqqw0DkUNwlTLA8bcSkpNAn { 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; }
#wtmNDqT2yXPqr8DlOU6AmuXthRRzXVHU { 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; }
#Cr1UrTwfATGWPsTcliFWmD9c4G0yfATE { 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; }
#iPd1t60sbLUMAXgiW1SSBycGl7hThIud { 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; }
#X0XPeMZvCwEvo1ikJ3whMIGZw3Wq3gc2 { 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; }
#tQJvl3IR4Nnvlb6lG33iX5kShEMgh8o3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v1uLT7iTrvkrGy1WNaOvE1hmKhDqVG4T { 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; }
#bL1n8v7484lpxfobLxiAIWvV2DwEb1Tu { 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:117.3125rem;left:43.8125rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqVBZNIgLbHbQSrDERtATTX1x4qTKgJ6 { 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:108.6875rem;left:42.4375rem;overflow:hidden;display:block; }
#GAS2U3fWu4su3ShDovDOMyZR7n0CrlFb { 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:113.0625rem;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; }
#XkpD6nNEm94o0pfObTnO3by8Hxa4w4Wr { 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:120.625rem;left:44.25rem;overflow:hidden;display:block; }
#FRk1XH2Ct7gXoTBVraLKd2IEhbMOLv7V { z-index:100148;top:121.25rem;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; }
#UF9ZorB9ERaGTMu9U7T7X518gyADM4IS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TkCLbh2ichOL78cXrICfWWpxdnyx6LXk { 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:118.1875rem;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; }
#XXK3SL7ETwGwBnnF9Vq1rPhTh65l0Tml { display:block;width:36.936875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:29.312067508697rem;left:23.063152313233rem;height:1.62435rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#hgDIZ67nHFesqdLUBTHXhlsS9TCEBwxX { 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.374785423279rem;left:25.812068939209rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkfXHUrt0WKGOnJZVrWCuTzgO7M4OCtO { 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.748482704162rem;left:24.437282562256rem;overflow:hidden;display:block; }
#VlabnhEd1iSZOKgAeO1k6AriXJdKFXvR { 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:35.000002861023rem;left:24.562068939209rem;height:6.9010625rem;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; }
#vNZFGFfgKg5Z2cfgJT2IPw41QLm6pd64 { 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.687500953674rem;left:26.249351501465rem;overflow:hidden;display:block; }
#B1odPrrKBZlTKdGClyRGHTO3gPrxpIxf { 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:42.249352455139rem;left:22.936634063721rem;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; }
#RAwc0kwdcVhNGfX0WBpEkIwTmNqo2x8s { z-index:100100;top:45.312500953674rem;left:25.436634063721rem;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; }
#e29RUV136PSKTIWTNwesTzvXc6H571tN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TvPi2gDiZQGuO3dlVdpyt544eNILBG3O { 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:32.873481750488rem;left:4.5607643127441rem;overflow:hidden;display:block; }
#G9QZF5XpnFKZNaWpfTAXXhQMi4bmM6k9 { 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:35.125001907349rem;left:4.6866340637207rem;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; }
#CApdg2wK7ziTlXsMrfpZTND4xBika6gH { 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:41.499784469604rem;left:5.9366340637207rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhAyK0n62fvIm9H6BzDkoWEOkO0OvS58 { 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:44.812501907349rem;left:6.3739166259762rem;overflow:hidden;display:block; }
#l3ITynP4HTogr4grgPxQug2MUiNe0HCT { 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:42.374349594116rem;left:3.0611991882324rem;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; }
#weN7cQM1haGGmzydPqkqhdELpbSulfZu { z-index:100106;top:45.437501907349rem;left:5.5611991882324rem;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; }
#oa9iQrQ0NoxPl1929447m0xAJpHITcgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QRte2H64Ts66XnQMhMVtq3y8u1qqUVr0 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:118.1875rem;left:17.3125rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8M4gBMowv1uTiWDbOZOulC4gV75JgTX { position:absolute;display:block;z-index:100090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:109.5625rem;left:15.9375rem;overflow:hidden;display:block; }
#xbdKQfy0S3MoaF7Tk0qFkotE0X2qzmtP { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100145;line-height:1.3;letter-spacing:0;top:113.9375rem;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; }
#bEhwTsCT1L3boXasK5dKCaLoDdczsvPE { position:absolute;display:block;z-index:100152;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:121.5rem;left:17.75rem;overflow:hidden;display:block; }
#E8HoLmTfx4cdkIJ7CZ8qJ5xHdckawEkD { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100138;line-height:1.3;letter-spacing:0;top:119.0625rem;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; }
#czeCMdhXN9th6I2nlif1SyyiJxsUH0DQ { z-index:100154;top:122.125rem;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; }
#OqoE50nuNo3X13b2W2Ot0kIb88WlOQyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L { 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; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container { background-color: transparent; background-image: none; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container > .video-iframe-container { display: none; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row > .video-iframe-container { display: none; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .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); }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container { border-width: 0; border-radius: 0; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row > .video-iframe-container {  }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#L7EcrQqKTT6nNsipAlq9DiihRCtMxfnT { color:#1c89a9;display:block;width:42.5rem;position:absolute;font-family:cairo;font-size:2.375rem;font-weight:normal;z-index:100002;line-height:.5;letter-spacing:0;top:0.5625rem;left:12.0625rem;height:2.3741375rem;text-align:center;text-align-last:center;display:block; }
#UWSIVw6sHISCs6g7rfXWvZIanxV6guLd { 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:13.5rem;left:41.5rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWmohwPPJi6Qh7ny6OiVc7wova61Qz7C { 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:6.6875rem;left:40.375rem;height:6.9010625rem;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; }
#wQvgWV4wUJ98tAXc4fMx9WJn4FaLpzG2 { 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:4.875rem;left:40.125rem;overflow:hidden;display:block; }
#m1lT5Kli9axqh8gx77NmUHntWrDt8Frk { z-index:100088;top:17.4375rem;left:41.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aWpbh9bJ5ICPLpJkKpFy8Rcmx9V5lF04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NM6mAOsKZgwPwkNRGq32BD3y8UoTISLH { 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:16.8125rem;left:41.9375rem;overflow:hidden;display:block; }
#vuaiTEonMTrBwGrODsU0bkKv8mzwi5i2 { 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:14.375rem;left:38.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; }
#TMU6vBZdNJHFrAwmhHB6XufT43KR46OI { 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:13.5rem;left:16.25rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihqNtuuxQJGSPao4bfbtS3bECt279TJz { 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:4.875rem;left:14.875rem;overflow:hidden;display:block; }
#S2m93mUGgNhi7ZSUxpJ21Xckuznk2QNl { z-index:100094;top:17.4375rem;left:15.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oA2rwKuJgqpBWpWTyRvr3vEEJI0h8ouW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AOfaf77ll7IUvRGXg3sfaFnVZOqndV2Z { 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:16.8125rem;left:16.6875rem;overflow:hidden;display:block; }
#Uf9rHW2UxZ4TAO29lzlPOXlQ1NBEHnPV { 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:6.6875rem;left:15.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; }
#B4NlLZrTSJOvIss8p62DgvGogfUvh4BB { 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:14.375rem;left:13.375rem;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; }
#PXF46nlvWPZfQurdxoROspLRPb0aCNBU { 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:32.25rem;left:41.5625rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EL7aozbw7MRQuh5elhnAHoZsRoz26nq3 { 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:23.625rem;left:40.1875rem;overflow:hidden;display:block; }
#WB7ze4TKdz6p0ClAeZm0RUDqZVQOdNMf { 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:25.875rem;left:40.3125rem;height:4.140625rem;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; }
#zLiZ3IXrWTb7NRFKOJMHA06oOOvzXkFc { z-index:100094;top:36.1875rem;left:41.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VN9LVWGNHTUVacqbhn78IydzNbsxB93v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JCAVx5WsTRSswmXMSVSt7TLab27rlM1Q { 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:35.5625rem;left:42rem;overflow:hidden;display:block; }
#LuuhqodJnLScMQ6QQotVsmyA9foLfo9X { 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:33.125rem;left:37.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; }
#uLDZtdQP3VARCuy9Wksdkz0J8DsGPcl3 { 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:32.25rem;left:16.375rem;height:3.29969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wufy0hB2Bi6EugTE3EIVmRV8ztKxvLu8 { 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:23.625rem;left:15rem;overflow:hidden;display:block; }
#TT9FkpLytbdEHW7Vhv7mu4xgG8oT9ck4 { 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:25.875rem;left:15.125rem;height:4.140625rem;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; }
#fQ8w3HB6rytqLhW8dclPmKNB0Lm3hmT6 { 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:35.5625rem;left:16.8125rem;overflow:hidden;display:block; }
#DTT7nIcCQErIlZ93G3ky0Hw64VCKROXw { 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:33.125rem;left:12.75rem;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; }
#xuAfn8Dvq0NJClNBCUyyiqAXpD7hTH0T { z-index:100100;top:36.1875rem;left:16rem;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; }
#OwaOnXXuhxEfnoTXxfTvSEtVZON5VU84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:3.9995625rem;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 #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) { #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) { #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) { #IvVybWCXypMnp34s59ULLmfFH6nsaINS { display:block; }#IvVybWCXypMnp34s59ULLmfFH6nsaINS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut2BxdHp06Obw7TocUSeReM5USC4pWSB { top:0rem;left:0rem;width:47.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0D7s2kq8EI7KCOxvfxCrX35TA2ZlFvv { top:1.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB { display:block; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUXgIsqPTCEXti7xJ1n9T9SipmKPaXF5 { top:0rem;left:2rem;width:42.5rem;height:2.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csg7NHlAEuSTTePySbXDZ3ES46oHL4zO { width:13rem;height:3.25rem;top:20rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTXhnkOgt3lKvtTCW8hD9faEMMTGWKm { 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) { #VtRUaMfh8lSAsSB8BlQsdsceTNJ70xyg { top:11.375rem;left:34.4375rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO71JOfPJMFOHOZMuqDPnkp0FH7Npn4F { top:23.9375rem;left:35.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJEQxLRaTHKRDbAIeqNmXlarsIhTToam { display:block; }
 }@media only screen and (max-width: 763px) { #gOpsFGW4EnJhd2m5OvwpwLEeIrXGVGce { top:23.3125rem;left:36.25rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJ4EF8SLqk1GfnSIgmD4kqkKfhpCLcI { 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) { #CqGi95vZTeXxSOaNrUrwJEhiqfqfSy4W { 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) { #SxhV7K1HNAffmkXWccSThpL04XqB5qTd { width:36.875rem;height:1.5625rem;top:9.0625rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J58tZR2urlXXqz8a54kxQw0uuLgAhzcl { width:13rem;height:3.25rem;top:20rem;left:10.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE2aIOrdiBhLP2oGNCwEdOdTOeZCidR7 { top:11.375rem;left:9.1875rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTsg95gazC4TIKlgp2wdRIdWEiehWDtT { top:23.9375rem;left:10.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfTFaGhbScoSFSBHlDQf1aEIziC6SXc5 { display:block; }
 }@media only screen and (max-width: 763px) { #mKzla2F2wEN0MyJ0bFH31tBQU5Ocrwam { top:23.3125rem;left:11rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TfeoLZuo5A0h93Zv7RQzwqP61PSb9H { width:12.5625rem;height:;top:13.1875rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g24myTVDhMTS8c860hqV8aM4kGLCX61C { 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) { #GgQ1D3AmpyiJfBuBVD2h1LA59wha1XlP { width:12.9375rem;height:3.25rem;top:41rem;left:34.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOSg633NZNofysQqVFGy8HWpK3T1HKbn { top:32.4375rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPrtRtgbHaNXMu1mFZHtLnQ19zs01aaq { width:12.5625rem;height:;top:34.6875rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixeGXKnu0xTxNEl2vekZK50KrvFvpK4T { top:45rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6ynt0DeEpMf0bJ8nd240hK1LczB4cJ { display:block; }
 }@media only screen and (max-width: 763px) { #vOgTbplNn4hccPhGlG6iuQEtv43EC4H1 { top:44.375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqr6lUoNaGuK8fIKNhvfX8RRb3z72xr { 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) { #rnvngbIiq4ziTPC5uhI6fQ4hvyxN6FG7 { width:12.125rem;height:1.4375rem;top:49.8125rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhzPHFMeAgWrO5IH8k1g33ZkD8RXWOIa { width:13rem;height:3.25rem;top:62.375rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T85TS4sHqKNkmkApC4guXAtyzTFkVaai { top:53.75rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2IiXyJogNQq0bobXeNvTsyUUO0fkVfH { top:66.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyxXsLEBfO4VCxLTc5T2kGu6ciPNbPwG { display:block; }
 }@media only screen and (max-width: 763px) { #zioSvDdoJ6HETi5t61xf9ToV6HTuQCvM { top:65.6875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTMdfn8ArfVD2dfm6Vuntd8uzas0HCN { 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) { #aB6hT0HaelUG2mSrAn3bKZixxRy58Lnk { 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) { #k6Lq45UHKvXnfM7ISR3KTtfFzKFI1VkN { top:53.75rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuigmpacnz3WhINT73uKbfFJc3ykUzqh { top:66.3125rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOKfBDaJDt9H7zmsTaL6d6q2QhVryWM1 { display:block; }
 }@media only screen and (max-width: 763px) { #BpbiT23rurpGCA0MkrvqJAeMwAWzg5zZ { top:65.6875rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVkf30xsOM3VwVZh7EkVN6RwkGWINLq { width:13rem;height:3.25rem;top:62.375rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR4rbBDcwkyLn2UPrcrL7lGBHoTGUDXs { width:12.5625rem;height:1.5rem;top:63.25rem;left:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3sDLnJqu2DFOzTB9TW5ZBy7m6mbmyU3 { width:12.5625rem;height:;top:56.6875rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaMIpLShLWWTpJtrn6VTbbkDKAS3TPUO { width:13rem;height:3.25rem;top:81rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqlt1qNCIQg9oVpExLmi49AfCBZ3w9eL { top:72.375rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B16ws7cFql6sBr1mkuKyy53DFWsGhUsk { width:12.5625rem;height:;top:75.3125rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpWbvA8KqbsgbDvybZ9ulUpO9HTyKAKi { top:84.3125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZUXEP521Wdx5C9W51s52TcZpyFhULeW { 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) { #mAoLQlmHWF06N7AH2SirrdCTsQe3PLGp { top:84.9375rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6aLyTyTbcbFD0t6TMtTzJAvPk0rhh21 { display:block; }
 }@media only screen and (max-width: 763px) { #DUsgolKniWQ7hIB9u3orWFcPb5MTNJcq { width:12.9375rem;height:3.25rem;top:80.9375rem;left:10.624130249024rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKNwy6M797bRrwW9XJyS6uP4KrNDn6cb { top:72.375rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIA0w3p3Igmo5bWle1RhBR1uXrXUsTH2 { width:12.5625rem;height:;top:76.75rem;left:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1ip8U4RwXv6KfbOmRxzHg7tklC4yuFT { top:84.3125rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6NtsadWabunSU5bxPNqwHn3GV11vUzV { 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) { #wA6Ezap14bTWQc7TsgQHv6OXFJMcMPip { top:84.9375rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkR5ATqhRcZeV3FGS2GBCQ1xZ1wL53Zn { display:block; }
 }@media only screen and (max-width: 763px) { #u2GNqQnwpQudINsMUpso8tRVi4IAR6QG { width:13rem;height:3.25rem;top:99.5rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZfpfgtPkNils2pvAn6y1HrtokFZldm { top:90.875rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlV0uf2Mbp4XB8ATV3mGTfgxwCxdXJB3 { 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) { #fSPmCKO5TSZ0209MnKkEvp9DKckyzOMK { top:102.8125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0k6tIoJ4M6KQ7shDg4pfCCWJKrbPlE8 { 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) { #TDAycTSzWpkPscEEv3NPdPeNRU0xGeXs { top:103.4375rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yErZuezNW83JgPo6PLOtuFtUc6z14cMd { display:block; }
 }@media only screen and (max-width: 763px) { #hzIOVTpSHnqqw0DkUNwlTLA8bcSkpNAn { width:13rem;height:3.25rem;top:99.5rem;left:11.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtmNDqT2yXPqr8DlOU6AmuXthRRzXVHU { top:90.875rem;left:9.8125rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr1UrTwfATGWPsTcliFWmD9c4G0yfATE { 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) { #iPd1t60sbLUMAXgiW1SSBycGl7hThIud { top:102.8125rem;left:11.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XPeMZvCwEvo1ikJ3whMIGZw3Wq3gc2 { top:103.4375rem;left:10.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQJvl3IR4Nnvlb6lG33iX5kShEMgh8o3 { display:block; }
 }@media only screen and (max-width: 763px) { #v1uLT7iTrvkrGy1WNaOvE1hmKhDqVG4T { 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) { #bL1n8v7484lpxfobLxiAIWvV2DwEb1Tu { width:12.9375rem;height:3.25rem;top:117.25rem;left:34.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVBZNIgLbHbQSrDERtATTX1x4qTKgJ6 { top:108.6875rem;left:34.5625rem;width:13.125rem;height:16.297979169629rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAS2U3fWu4su3ShDovDOMyZR7n0CrlFb { width:12.5625rem;height:2.75rem;top:113.0625rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkpD6nNEm94o0pfObTnO3by8Hxa4w4Wr { top:120.625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRk1XH2Ct7gXoTBVraLKd2IEhbMOLv7V { top:121.25rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9ZorB9ERaGTMu9U7T7X518gyADM4IS { display:block; }
 }@media only screen and (max-width: 763px) { #TkCLbh2ichOL78cXrICfWWpxdnyx6LXk { width:12.5625rem;height:1.5rem;top:118.1875rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXK3SL7ETwGwBnnF9Vq1rPhTh65l0Tml { width:36.875rem;height:1.5625rem;top:29.25rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgDIZ67nHFesqdLUBTHXhlsS9TCEBwxX { width:12.9375rem;height:3.25rem;top:41.3125rem;left:19.687068939209rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfXHUrt0WKGOnJZVrWCuTzgO7M4OCtO { top:32.6875rem;left:18.312282562256rem;width:13.125rem;height:16.297979169629rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlabnhEd1iSZOKgAeO1k6AriXJdKFXvR { width:12.5625rem;height:;top:35rem;left:18.437068939209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNZFGFfgKg5Z2cfgJT2IPw41QLm6pd64 { top:44.6875rem;left:20.124351501465rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1odPrrKBZlTKdGClyRGHTO3gPrxpIxf { width:12.5625rem;height:1.5rem;top:42.1875rem;left:16.811634063721rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAwc0kwdcVhNGfX0WBpEkIwTmNqo2x8s { top:45.3125rem;left:19.311634063721rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e29RUV136PSKTIWTNwesTzvXc6H571tN { display:block; }
 }@media only screen and (max-width: 763px) { #TvPi2gDiZQGuO3dlVdpyt544eNILBG3O { top:32.8125rem;left:0rem;width:13.125rem;height:16.297979169629rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QZF5XpnFKZNaWpfTAXXhQMi4bmM6k9 { width:12.5625rem;height:;top:35.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CApdg2wK7ziTlXsMrfpZTND4xBika6gH { width:12.9375rem;height:3.25rem;top:41.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAyK0n62fvIm9H6BzDkoWEOkO0OvS58 { top:44.8125rem;left:0.24891662597656rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ITynP4HTogr4grgPxQug2MUiNe0HCT { width:12.5625rem;height:1.5rem;top:42.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weN7cQM1haGGmzydPqkqhdELpbSulfZu { top:45.4375rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa9iQrQ0NoxPl1929447m0xAJpHITcgq { display:block; }
 }@media only screen and (max-width: 763px) { #QRte2H64Ts66XnQMhMVtq3y8u1qqUVr0 { width:12.9375rem;height:3.25rem;top:118.1875rem;left:11.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8M4gBMowv1uTiWDbOZOulC4gV75JgTX { top:109.5625rem;left:9.8125rem;width:13.125rem;height:16.297979169629rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbdKQfy0S3MoaF7Tk0qFkotE0X2qzmtP { width:12.5625rem;height:;top:113.9375rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEhwTsCT1L3boXasK5dKCaLoDdczsvPE { top:121.5rem;left:11.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8HoLmTfx4cdkIJ7CZ8qJ5xHdckawEkD { width:12.5625rem;height:1.5rem;top:119.0625rem;left:7.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czeCMdhXN9th6I2nlif1SyyiJxsUH0DQ { top:122.125rem;left:10.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqoE50nuNo3X13b2W2Ot0kIb88WlOQyM { display:block; }
 }@media only screen and (max-width: 763px) { #vIUT4GWuKV5DImHbikmdEeC0oNU91s4L { display:block; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7EcrQqKTT6nNsipAlq9DiihRCtMxfnT { top:0.5625rem;left:5.25rem;width:42.5rem;height:2.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWSIVw6sHISCs6g7rfXWvZIanxV6guLd { width:12.9375rem;height:3.25rem;top:13.5rem;left:34.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWmohwPPJi6Qh7ny6OiVc7wova61Qz7C { width:12.5625rem;height:6.875rem;top:6.6875rem;left:34.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQvgWV4wUJ98tAXc4fMx9WJn4FaLpzG2 { top:4.875rem;left:34rem;width:13.125rem;height:16.297979169629rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1lT5Kli9axqh8gx77NmUHntWrDt8Frk { top:17.4375rem;left:35rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWpbh9bJ5ICPLpJkKpFy8Rcmx9V5lF04 { display:block; }
 }@media only screen and (max-width: 763px) { #NM6mAOsKZgwPwkNRGq32BD3y8UoTISLH { top:16.8125rem;left:35.8125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuaiTEonMTrBwGrODsU0bkKv8mzwi5i2 { width:12.5625rem;height:1.5rem;top:14.375rem;left:32.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMU6vBZdNJHFrAwmhHB6XufT43KR46OI { width:12.9375rem;height:3.25rem;top:13.5rem;left:10.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqNtuuxQJGSPao4bfbtS3bECt279TJz { top:4.875rem;left:8.75rem;width:13.125rem;height:16.297979169629rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2m93mUGgNhi7ZSUxpJ21Xckuznk2QNl { top:17.4375rem;left:9.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA2rwKuJgqpBWpWTyRvr3vEEJI0h8ouW { display:block; }
 }@media only screen and (max-width: 763px) { #AOfaf77ll7IUvRGXg3sfaFnVZOqndV2Z { top:16.8125rem;left:10.5625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9rHW2UxZ4TAO29lzlPOXlQ1NBEHnPV { width:12.5625rem;height:5.5rem;top:6.6875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4NlLZrTSJOvIss8p62DgvGogfUvh4BB { width:12.5625rem;height:1.5rem;top:14.375rem;left:7.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXF46nlvWPZfQurdxoROspLRPb0aCNBU { width:12.9375rem;height:3.25rem;top:32.25rem;left:34.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL7aozbw7MRQuh5elhnAHoZsRoz26nq3 { top:23.625rem;left:34.0625rem;width:13.125rem;height:16.297979169629rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB7ze4TKdz6p0ClAeZm0RUDqZVQOdNMf { width:12.5625rem;height:4.125rem;top:25.875rem;left:34.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLiZ3IXrWTb7NRFKOJMHA06oOOvzXkFc { top:36.1875rem;left:35.0625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN9LVWGNHTUVacqbhn78IydzNbsxB93v { display:block; }
 }@media only screen and (max-width: 763px) { #JCAVx5WsTRSswmXMSVSt7TLab27rlM1Q { top:35.5625rem;left:35.875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuuhqodJnLScMQ6QQotVsmyA9foLfo9X { width:12.5625rem;height:1.5rem;top:33.125rem;left:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDZtdQP3VARCuy9Wksdkz0J8DsGPcl3 { width:12.9375rem;height:3.25rem;top:32.25rem;left:10.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wufy0hB2Bi6EugTE3EIVmRV8ztKxvLu8 { top:23.625rem;left:8.875rem;width:13.125rem;height:16.297979169629rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9FkpLytbdEHW7Vhv7mu4xgG8oT9ck4 { width:12.5625rem;height:4.125rem;top:25.875rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8w3HB6rytqLhW8dclPmKNB0Lm3hmT6 { top:35.5625rem;left:10.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTT7nIcCQErIlZ93G3ky0Hw64VCKROXw { width:12.5625rem;height:1.5rem;top:33.125rem;left:6.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuAfn8Dvq0NJClNBCUyyiqAXpD7hTH0T { top:36.1875rem;left:9.875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaOnXXuhxEfnoTXxfTvSEtVZON5VU84 { 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.5rem;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 #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) { #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) { #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.8056625rem;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.3123125rem;height:2.59874375rem;top:13.998698234558rem;left:1.1848958134651rem;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) { #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:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ut2BxdHp06Obw7TocUSeReM5USC4pWSB { width:20rem;height:7.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0D7s2kq8EI7KCOxvfxCrX35TA2ZlFvv { width:20rem;height:6.337875rem;top:0.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB { 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; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container { background-color: transparent; background-image: none; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container > .video-iframe-container { display: none; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row > .video-iframe-container { display: none; }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .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); }#dLJRFkHuM0VkKnHhHDL5zkL5M4MXBKTB > .row .container { width:20rem;height:249.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUXgIsqPTCEXti7xJ1n9T9SipmKPaXF5 { width:20rem;height:1.5625rem;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) { #Csg7NHlAEuSTTePySbXDZ3ES46oHL4zO { width:15.125rem;height:1.80013125rem;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) { #OaTXhnkOgt3lKvtTCW8hD9faEMMTGWKm { 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) { #VtRUaMfh8lSAsSB8BlQsdsceTNJ70xyg { width:14.4375rem;height:17.9375rem;top:9.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO71JOfPJMFOHOZMuqDPnkp0FH7Npn4F { top:23.8125rem;left:5.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJEQxLRaTHKRDbAIeqNmXlarsIhTToam { display:block; }
 }@media only screen and (max-width: 763px) { #gOpsFGW4EnJhd2m5OvwpwLEeIrXGVGce { width:10.3125rem;height:3.75rem;top:23.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJ4EF8SLqk1GfnSIgmD4kqkKfhpCLcI { 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) { #CqGi95vZTeXxSOaNrUrwJEhiqfqfSy4W { 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) { #SxhV7K1HNAffmkXWccSThpL04XqB5qTd { width:18.75rem;height:1.462675rem;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) { #J58tZR2urlXXqz8a54kxQw0uuLgAhzcl { width:13rem;height:1.80013125rem;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) { #vE2aIOrdiBhLP2oGNCwEdOdTOeZCidR7 { width:13.1875rem;height:16.375rem;top:28.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTsg95gazC4TIKlgp2wdRIdWEiehWDtT { top:41.3125rem;left:5.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfTFaGhbScoSFSBHlDQf1aEIziC6SXc5 { display:block; }
 }@media only screen and (max-width: 763px) { #mKzla2F2wEN0MyJ0bFH31tBQU5Ocrwam { width:10.3125rem;height:3.75rem;top:40.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TfeoLZuo5A0h93Zv7RQzwqP61PSb9H { 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) { #g24myTVDhMTS8c860hqV8aM4kGLCX61C { 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) { #GgQ1D3AmpyiJfBuBVD2h1LA59wha1XlP { width:13rem;height:1.80013125rem;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) { #oOSg633NZNofysQqVFGy8HWpK3T1HKbn { width:13.9375rem;height:17.3125rem;top:48.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPrtRtgbHaNXMu1mFZHtLnQ19zs01aaq { width:12.5625rem;height:10.80075rem;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) { #ixeGXKnu0xTxNEl2vekZK50KrvFvpK4T { top:62.0625rem;left:4.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6ynt0DeEpMf0bJ8nd240hK1LczB4cJ { display:block; }
 }@media only screen and (max-width: 763px) { #vOgTbplNn4hccPhGlG6iuQEtv43EC4H1 { width:10.3125rem;height:3.75rem;top:61.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqr6lUoNaGuK8fIKNhvfX8RRb3z72xr { 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) { #rnvngbIiq4ziTPC5uhI6fQ4hvyxN6FG7 { width:17.8125rem;height:1.62435rem;top:103.375rem;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) { #WhzPHFMeAgWrO5IH8k1g33ZkD8RXWOIa { width:12.561875rem;height:1.80013125rem;top:114.75rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T85TS4sHqKNkmkApC4guXAtyzTFkVaai { width:13.186875rem;height:16.3748125rem;top:67.374134063719rem;left:3.6564670205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2IiXyJogNQq0bobXeNvTsyUUO0fkVfH { top:118.375rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyxXsLEBfO4VCxLTc5T2kGu6ciPNbPwG { display:block; }
 }@media only screen and (max-width: 763px) { #zioSvDdoJ6HETi5t61xf9ToV6HTuQCvM { width:10.3125rem;height:3.75rem;top:117.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTMdfn8ArfVD2dfm6Vuntd8uzas0HCN { width:12.5625rem;height:1.54296875rem;top:114.875rem;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) { #aB6hT0HaelUG2mSrAn3bKZixxRy58Lnk { width:12.5625rem;height:3.0859375rem;top:108.3125rem;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) { #k6Lq45UHKvXnfM7ISR3KTtfFzKFI1VkN { width:13.1875rem;height:16.375rem;top:126.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuigmpacnz3WhINT73uKbfFJc3ykUzqh { top:138.6875rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOKfBDaJDt9H7zmsTaL6d6q2QhVryWM1 { display:block; }
 }@media only screen and (max-width: 763px) { #BpbiT23rurpGCA0MkrvqJAeMwAWzg5zZ { width:10.3125rem;height:3.75rem;top:138.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVkf30xsOM3VwVZh7EkVN6RwkGWINLq { width:13rem;height:1.80013125rem;top:135rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR4rbBDcwkyLn2UPrcrL7lGBHoTGUDXs { width:12.5625rem;height:1.54296875rem;top:135rem;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) { #l3sDLnJqu2DFOzTB9TW5ZBy7m6mbmyU3 { width:12.5625rem;height:3.0859375rem;top:129.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) { #uaMIpLShLWWTpJtrn6VTbbkDKAS3TPUO { width:13rem;height:1.80013125rem;top:153.125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqlt1qNCIQg9oVpExLmi49AfCBZ3w9eL { width:13.1875rem;height:16.375rem;top:144.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B16ws7cFql6sBr1mkuKyy53DFWsGhUsk { width:12.5625rem;height:3.0859375rem;top:146.375rem;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) { #NpWbvA8KqbsgbDvybZ9ulUpO9HTyKAKi { width:10.3125rem;height:3.75rem;top:156rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZUXEP521Wdx5C9W51s52TcZpyFhULeW { width:12.5625rem;height:1.54296875rem;top:153.125rem;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) { #mAoLQlmHWF06N7AH2SirrdCTsQe3PLGp { top:156.625rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6aLyTyTbcbFD0t6TMtTzJAvPk0rhh21 { display:block; }
 }@media only screen and (max-width: 763px) { #DUsgolKniWQ7hIB9u3orWFcPb5MTNJcq { width:13rem;height:1.80013125rem;top:169.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKNwy6M797bRrwW9XJyS6uP4KrNDn6cb { width:13.1875rem;height:16.375rem;top:161.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIA0w3p3Igmo5bWle1RhBR1uXrXUsTH2 { width:12.5625rem;height:1.54296875rem;top:164.25rem;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) { #q1ip8U4RwXv6KfbOmRxzHg7tklC4yuFT { width:10.3125rem;height:3.75rem;top:172.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6NtsadWabunSU5bxPNqwHn3GV11vUzV { width:12.561875rem;height:1.54296875rem;top:75.679906845094rem;left:2.3120661377907rem;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) { #wA6Ezap14bTWQc7TsgQHv6OXFJMcMPip { top:173.3125rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkR5ATqhRcZeV3FGS2GBCQ1xZ1wL53Zn { display:block; }
 }@media only screen and (max-width: 763px) { #u2GNqQnwpQudINsMUpso8tRVi4IAR6QG { width:13rem;height:1.80013125rem;top:186.875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZfpfgtPkNils2pvAn6y1HrtokFZldm { width:13.1875rem;height:16.375rem;top:179.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlV0uf2Mbp4XB8ATV3mGTfgxwCxdXJB3 { width:12.5625rem;height:1.54296875rem;top:182.25rem;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) { #fSPmCKO5TSZ0209MnKkEvp9DKckyzOMK { width:10.3125rem;height:3.75rem;top:191.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0k6tIoJ4M6KQ7shDg4pfCCWJKrbPlE8 { width:12.5625rem;height:1.54296875rem;top:186.75rem;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) { #TDAycTSzWpkPscEEv3NPdPeNRU0xGeXs { top:191.875rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yErZuezNW83JgPo6PLOtuFtUc6z14cMd { display:block; }
 }@media only screen and (max-width: 763px) { #hzIOVTpSHnqqw0DkUNwlTLA8bcSkpNAn { width:13rem;height:1.80013125rem;top:204.8125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtmNDqT2yXPqr8DlOU6AmuXthRRzXVHU { width:13.1875rem;height:16.375rem;top:196.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr1UrTwfATGWPsTcliFWmD9c4G0yfATE { width:12.5625rem;height:3.0859375rem;top:198.25rem;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) { #iPd1t60sbLUMAXgiW1SSBycGl7hThIud { width:10.3125rem;height:3.75rem;top:207.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XPeMZvCwEvo1ikJ3whMIGZw3Wq3gc2 { top:208.4375rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQJvl3IR4Nnvlb6lG33iX5kShEMgh8o3 { display:block; }
 }@media only screen and (max-width: 763px) { #v1uLT7iTrvkrGy1WNaOvE1hmKhDqVG4T { width:12.5625rem;height:1.54296875rem;top:204.8125rem;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) { #bL1n8v7484lpxfobLxiAIWvV2DwEb1Tu { width:13rem;height:1.80013125rem;top:222.125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVBZNIgLbHbQSrDERtATTX1x4qTKgJ6 { width:13.1875rem;height:16.375rem;top:214.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAS2U3fWu4su3ShDovDOMyZR7n0CrlFb { width:12.5625rem;height:3.0859375rem;top:216.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) { #XkpD6nNEm94o0pfObTnO3by8Hxa4w4Wr { width:10.3125rem;height:3.75rem;top:226rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRk1XH2Ct7gXoTBVraLKd2IEhbMOLv7V { top:226.625rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9ZorB9ERaGTMu9U7T7X518gyADM4IS { display:block; }
 }@media only screen and (max-width: 763px) { #TkCLbh2ichOL78cXrICfWWpxdnyx6LXk { width:12.5625rem;height:1.54296875rem;top:222rem;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) { #XXK3SL7ETwGwBnnF9Vq1rPhTh65l0Tml { width:20rem;height:1.462675rem;top:46.502818226814rem;left:0rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgDIZ67nHFesqdLUBTHXhlsS9TCEBwxX { width:12.9373125rem;height:1.80013125rem;top:75.801866531375rem;left:5.4687500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfXHUrt0WKGOnJZVrWCuTzgO7M4OCtO { width:13.125rem;height:16.297979169629rem;top:107.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlabnhEd1iSZOKgAeO1k6AriXJdKFXvR { width:12.561875rem;height:9.2578125rem;top:69.887159347531rem;left:4.3750000596046rem;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) { #vNZFGFfgKg5Z2cfgJT2IPw41QLm6pd64 { width:10.3125rem;height:3.75rem;top:78.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1odPrrKBZlTKdGClyRGHTO3gPrxpIxf { width:12.561875rem;height:1.54296875rem;top:169.25rem;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) { #RAwc0kwdcVhNGfX0WBpEkIwTmNqo2x8s { top:79.5625rem;left:4rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e29RUV136PSKTIWTNwesTzvXc6H571tN { display:block; }
 }@media only screen and (max-width: 763px) { #TvPi2gDiZQGuO3dlVdpyt544eNILBG3O { width:13.125rem;height:16.297979169629rem;top:85.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QZF5XpnFKZNaWpfTAXXhQMi4bmM6k9 { width:12.561875rem;height:7.313375rem;top:87.375rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #CApdg2wK7ziTlXsMrfpZTND4xBika6gH { width:12.9373125rem;height:1.80013125rem;top:94.875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAyK0n62fvIm9H6BzDkoWEOkO0OvS58 { width:10.3125rem;height:3.75rem;top:97.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ITynP4HTogr4grgPxQug2MUiNe0HCT { width:12.561875rem;height:1.54296875rem;top:94.6875rem;left:2.3125rem;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) { #weN7cQM1haGGmzydPqkqhdELpbSulfZu { top:98.3125rem;left:4.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa9iQrQ0NoxPl1929447m0xAJpHITcgq { display:block; }
 }@media only screen and (max-width: 763px) { #QRte2H64Ts66XnQMhMVtq3y8u1qqUVr0 { width:12.9373125rem;height:1.80013125rem;top:240.99414587021rem;left:5.4687500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8M4gBMowv1uTiWDbOZOulC4gV75JgTX { width:13.125rem;height:16.297979169629rem;top:232.18645800781rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbdKQfy0S3MoaF7Tk0qFkotE0X2qzmtP { width:12.561875rem;height:3.0859375rem;top:234.29578781128rem;left:4.3750000596046rem;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) { #bEhwTsCT1L3boXasK5dKCaLoDdczsvPE { width:10.3125rem;height:3.75rem;top:243.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8HoLmTfx4cdkIJ7CZ8qJ5xHdckawEkD { width:12.561875rem;height:1.54296875rem;top:240.74826908112rem;left:2.6232638955116rem;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) { #czeCMdhXN9th6I2nlif1SyyiJxsUH0DQ { top:244.25rem;left:3.75rem;width:11.311875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqoE50nuNo3X13b2W2Ot0kIb88WlOQyM { display:block; }
 }@media only screen and (max-width: 763px) { #vIUT4GWuKV5DImHbikmdEeC0oNU91s4L { 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; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container { background-color: transparent; background-image: none; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container > .video-iframe-container { display: none; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row > .video-iframe-container { display: none; }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .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); }#vIUT4GWuKV5DImHbikmdEeC0oNU91s4L > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7EcrQqKTT6nNsipAlq9DiihRCtMxfnT { width:20rem;height:1.5625rem;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) { #UWSIVw6sHISCs6g7rfXWvZIanxV6guLd { width:15.125rem;height:1.80013125rem;top:15.6875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWmohwPPJi6Qh7ny6OiVc7wova61Qz7C { width:12.5625rem;height:7.714875rem;top:5.4375rem;left:3.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) { #wQvgWV4wUJ98tAXc4fMx9WJn4FaLpzG2 { width:14.4375rem;height:17.9375rem;top:4.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1lT5Kli9axqh8gx77NmUHntWrDt8Frk { top:18.25rem;left:3.9375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWpbh9bJ5ICPLpJkKpFy8Rcmx9V5lF04 { display:block; }
 }@media only screen and (max-width: 763px) { #NM6mAOsKZgwPwkNRGq32BD3y8UoTISLH { width:10.3125rem;height:3.75rem;top:17.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuaiTEonMTrBwGrODsU0bkKv8mzwi5i2 { width:12.5625rem;height:1.54296875rem;top:15.5625rem;left:1.8125rem;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) { #TMU6vBZdNJHFrAwmhHB6XufT43KR46OI { width:13rem;height:1.80013125rem;top:31.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqNtuuxQJGSPao4bfbtS3bECt279TJz { width:13.1875rem;height:16.375rem;top:23.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2m93mUGgNhi7ZSUxpJ21Xckuznk2QNl { top:35.75rem;left:3.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA2rwKuJgqpBWpWTyRvr3vEEJI0h8ouW { display:block; }
 }@media only screen and (max-width: 763px) { #AOfaf77ll7IUvRGXg3sfaFnVZOqndV2Z { width:10.3125rem;height:3.75rem;top:35.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9rHW2UxZ4TAO29lzlPOXlQ1NBEHnPV { width:12.5625rem;height:5.19965625rem;top:25.625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #B4NlLZrTSJOvIss8p62DgvGogfUvh4BB { width:12.5625rem;height:1.54296875rem;top:31.8125rem;left:0.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) { #PXF46nlvWPZfQurdxoROspLRPb0aCNBU { width:13rem;height:1.80013125rem;top:54.0625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL7aozbw7MRQuh5elhnAHoZsRoz26nq3 { width:13.9375rem;height:17.3125rem;top:43.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB7ze4TKdz6p0ClAeZm0RUDqZVQOdNMf { width:12.5625rem;height:4.62890625rem;top:47.25rem;left:2.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) { #zLiZ3IXrWTb7NRFKOJMHA06oOOvzXkFc { top:56.5rem;left:3.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN9LVWGNHTUVacqbhn78IydzNbsxB93v { display:block; }
 }@media only screen and (max-width: 763px) { #JCAVx5WsTRSswmXMSVSt7TLab27rlM1Q { width:10.3125rem;height:3.75rem;top:55.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuuhqodJnLScMQ6QQotVsmyA9foLfo9X { width:12.5625rem;height:1.54296875rem;top:53.8125rem;left:0.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) { #uLDZtdQP3VARCuy9Wksdkz0J8DsGPcl3 { width:12.9373125rem;height:1.80013125rem;top:70.25rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wufy0hB2Bi6EugTE3EIVmRV8ztKxvLu8 { width:13.3125rem;height:16.5625rem;top:62.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9FkpLytbdEHW7Vhv7mu4xgG8oT9ck4 { width:12.561875rem;height:4.62890625rem;top:64.3125rem;left:2.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) { #fQ8w3HB6rytqLhW8dclPmKNB0Lm3hmT6 { width:10.3125rem;height:3.75rem;top:73.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTT7nIcCQErIlZ93G3ky0Hw64VCKROXw { width:12.561875rem;height:1.54296875rem;top:70.375rem;left:0rem;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) { #xuAfn8Dvq0NJClNBCUyyiqAXpD7hTH0T { top:74rem;left:2.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaOnXXuhxEfnoTXxfTvSEtVZON5VU84 { 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.80143125rem;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.40190625rem;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; }
 }