.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/kgDzLh5J/AFW_Landing_Page_option2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.adaptive-delivery-prevent-bg, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.lazyload, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.lazyloading { background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { background-color: transparent; background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { border-width: 0; border-radius: 0; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container {  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-form-header {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.0625rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.5) ; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container:first-of-type{padding-top:0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container:last-of-type{padding-bottom:0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.75rem;top:17.8095703125rem;z-index:100028;position:absolute; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.75rem;top:17.8095703125rem;z-index:100028;position:absolute; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { position:relative;z-index:2; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { position:relative;z-index:2; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq { position:relative; }
#b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { position:relative;display:block; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA { position:relative; }
#lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:15rem;left:37.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:10.3330078125rem;left:4.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#yfv3fqRedscxFliTc0UNOIqrxqKp0evT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:12.625rem;top:39.0625rem;left:40.1875rem;overflow:hidden;display:block; }
#JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { position:absolute;display:block;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:3.25rem;width:14.1875rem;top:14.0625rem;left:38.1875rem;display:block; }
#nD1WaArUb0QBiA18R85M3utISN1qqoNR { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:46.9375rem;left:21.6875rem;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:46.6875rem;left:28.125rem;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:50.0869140625rem;left:23.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#os2CkrHVki6MgF38cnK2IEz8FDanACzZ { 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; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { background-color: transparent; background-image: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container > .video-iframe-container { display: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container { display: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .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); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { border-width: 0; border-radius: 0; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container {  }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#GSWOs8Nv91iMLDnK6oxvWrn0ThKHeyPZ { color:#1c89a9;display:block;width:36.125rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.98046875rem;left:11.1875rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#rcWqntGNVEShk7AiuWux0O2Z6ZEGT4L2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:5.5rem;top:0rem;left:6.3125rem;overflow:hidden;display:block; }
#cgzUbSkQJVzzWiVBLglxq5MzWHgiTzlA { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:5.5rem;top:0rem;left:46.125rem;overflow:hidden;display:block; }
#FrNrOibAWPMk1BdoriXC390LRh6hxRz5 { 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:none; }#FrNrOibAWPMk1BdoriXC390LRh6hxRz5 > .row .container { border-width: 0; border-radius: 0; }#FrNrOibAWPMk1BdoriXC390LRh6hxRz5 > .row > .video-iframe-container {  }#FrNrOibAWPMk1BdoriXC390LRh6hxRz5 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:none; }#nzIEqLHrTStaya0laHtPUUbVFssr1wFN { color:#0e849e;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.5625rem;left:9.3125rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hu3TcTvZLm0RpCTvhNrRIJm6lCmOWxT2 { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#Rfw4Tzqp2XUCFnheNUtBbUv8K7U1nAtz { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:1.6875rem;left:41.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5LiVwCo9IsWbPnqO87LK36QmDnUCVRp { color:#313233;display:block;width:12rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100100;line-height:1.6;letter-spacing:0;top:3.75rem;left:42.8125rem;height:9rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Nq4VNfZTGoxbcJN9L91iQn1D9ILKo4BB { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100087;line-height:1.6;letter-spacing:0;top:13.4375rem;left:48.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gh7D2vcxpgMlPqaXEES5rA451P8Jm7no { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:14.3125rem;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; }
#GBVWZ0seQ1k80eIGQWq7sN9xT9q3M5K8 { position:absolute;display:block;z-index:100115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.625rem;left:44.25rem;overflow:hidden;display:block; }
#T7xkMpst6kfDdR9HHr2JnvRMETkB1MtK { z-index:100117;top:18.1875rem;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.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yHcENnnTPigrCEo8NlhDW7I1hGsIRcx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f0f7hoWIpSaLH5IzRaGUJCnZSXJDclHO { position:absolute;display:block;z-index:100118;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:1.5625rem;left:26.625rem;overflow:hidden;display:block; }
#hmgnsKuH2fpaTNCJwnlLO98V4AXML77S { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#CyxeR6euzePXmlannAdGiNt7kke8UJtk { 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; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container { background-color: transparent; background-image: none; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container > .video-iframe-container { display: none; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row > .video-iframe-container { display: none; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .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); }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container { border-width: 0; border-radius: 0; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row > .video-iframe-container {  }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#c8nl29WJ496TDxB1i1p2xKH2qHgNVVHA { color:#0e849e;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.25rem;left:9.3125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyv5A0AsTx5bam1TL9gbeHln1QoHFBLl { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:16.4375rem;top:0.75rem;left:40.875rem;overflow:hidden;display:block; }
#HcV5idNPma2SLh6FT5W3zBdz4W4ahlA5 { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:5.375rem;left:41.3125rem;height:2.923825rem;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; }
#QE3VRPI2lB5C6HNGyHlze6JpW3MZMBr8 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100087;line-height:1.6;letter-spacing:0;top:10.4375rem;left:49.3125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZCyu4hGxUJva1CMzfIfMtu2AG5Wx5mE { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:11.3125rem;left:41.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; }
#ihqGgatuSqHDyAug3yeMIpnDpmkpQTr4 { position:absolute;display:block;z-index:100115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:14.3125rem;left:44.25rem;overflow:hidden;display:block; }
#Fa4u6b3yXSSdRlNibwhE6spmQuzZou9P { z-index:100117;top:14.875rem;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.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mcdC9rfVFfV7KzhexXLUOsnwTf9ybUsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TnmEzMUa76ESf1NG10GthMoShgglFGOy { position:absolute;display:block;z-index:100118;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:2.25rem;left:26.625rem;overflow:hidden;display:block; }
#a4zWDGdweGSZMRVtfkxB4sxwWCslmOiR { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#KG529i5NB0XNe263M6ANrJmXinZmZWBi { 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; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container { background-color: transparent; background-image: none; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container > .video-iframe-container { display: none; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row > .video-iframe-container { display: none; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .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); }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container { border-width: 0; border-radius: 0; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row > .video-iframe-container {  }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#tZJldDTcqHV6NODxWmHkTyAqE3beEJ08 { color:#0e849e;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.5rem;left:9.3125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6GflIfuZLeJRZPE3JatAwMhGsJv1ioA { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:0.9375rem;left:40.25rem;overflow:hidden;display:block; }
#lI9LXNto60VxLCeMMDm93ziC3CFcCADm { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:3.375rem;left:41.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eul83A5ZeFe9Mn9wy4uRH6aL8ofcNLQB { color:#313233;display:block;width:13.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100100;line-height:1.6;letter-spacing:0;top:7.4375rem;left:41.75rem;height:9rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#awsLZDzebxv7TATW7ALkNNDDT5TbTRC5 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100087;line-height:1.6;letter-spacing:0;top:14.375rem;left:48.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yHDd2dHE947GsNHJUa1QhkdRlBe0AXCB { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:15.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; }
#eWXgssV41fITxJM5cHwpULtCJo78wOSE { position:absolute;display:block;z-index:100115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.5625rem;left:44.25rem;overflow:hidden;display:block; }
#UChvTIc0mWXZNIsb7TFzG4ZP8E4mP7rs { z-index:100117;top:19.125rem;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.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pN9yRMZ1BhTgaUqXMQDTThMytey2Qpaq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D8Twefrvn0orwlce2Se5perXVyJGLX2F { position:absolute;display:block;z-index:100118;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:2.5rem;left:26.625rem;overflow:hidden;display:block; }
#t32gSNvxFozdEtASy3ZfxcoyrCPB0Tpk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf { 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; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container { background-color: transparent; background-image: none; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container > .video-iframe-container { display: none; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row > .video-iframe-container { display: none; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .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); }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container { border-width: 0; border-radius: 0; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row > .video-iframe-container {  }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:60rem;position:relative;display:block; }#vLS2NwgMX2ETHkFv3bSwBruE4le8TTBA { color:#0e849e;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:28.5rem;left:10.3125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVQLDM7yiPtJrdT2Pr4mATuqUWNDoULA { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:21.5625rem;top:0.78125rem;left:38.4375rem;overflow:hidden;display:block; }
#Wa5QqwuK8k3uyERENEALcECTUa3wzTds { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:1.9248046875rem;left:41.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cE7vUXJmx62lJABvqSEXN8gGTI5hTrHT { color:#313233;display:block;width:13.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100100;line-height:1.6;letter-spacing:0;top:4.375rem;left:42.46875rem;height:16.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lLWD8rsFh34Ry71TTbhVnrWX3OlTJW3i { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100087;line-height:1.6;letter-spacing:0;top:19.18359375rem;left:49.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MT4prUKuWF42UnyPegAdyZ9v3Oa3nO3o { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:20.0615234375rem;left:41.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; }
#lNxWcNdfTIoiWmCwEBM3BWke26UdrT5O { position:absolute;display:block;z-index:100115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:22.5rem;left:45.125rem;overflow:hidden;display:block; }
#Li1L79Fn09mJNqv4IO1BJa6u5yhZbAdt { z-index:100117;top:23.125rem;left:44.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.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hiiMskRkks5SWk6fucbrJChtL3WOsHKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iK572zaelfeSSTOblvwJLHPJhToPdETR { position:absolute;display:block;z-index:100118;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:23.3125rem;left:25.375rem;overflow:hidden;display:block; }
#SRVISqoeWOvq9ODJXf4vVf40i1xGbdQg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:22.5rem;left:1rem;overflow:hidden;display:block; }
#kRXLidLvUA8GVqsBi0aMZTlg9L0LLy3T { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:21.5625rem;top:29.1875rem;left:37.6875rem;overflow:hidden;display:block; }
#MVIht5IMFv7FGFTNuzi7hXwKbGKKDrxG { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:30.3125rem;left:40.625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rxf0vxWdVq662Qsls0AISVTJOkWNG5qI { color:#313233;display:block;width:13.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100107;line-height:1.6;letter-spacing:0;top:32.75rem;left:41.75rem;height:15rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#V7lahuxytypWiDXqRzrfUseeUip7ScSq { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;top:48.4375rem;left:40.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; }
#PngMQX9Jd3rpPJWOAAQWFdtvoA3r34pZ { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100094;line-height:1.6;letter-spacing:0;top:47.5625rem;left:48.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWmIANzm3JmRWpyq7fIGVXh8ngygKcUK { 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:50.875rem;left:44.375rem;overflow:hidden;display:block; }
#VaWf9uyIVeS2crRdnzO9MIP5WeJNHMGZ { z-index:100124;top:51.5rem;left:43.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fRL81NIElQXy9V94sFT4Igfn3H2EoXAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 { 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; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container { background-color: transparent; background-image: none; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container > .video-iframe-container { display: none; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row > .video-iframe-container { display: none; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .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); }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container { border-width: 0; border-radius: 0; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row > .video-iframe-container {  }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#hwM6aHSKuMW3npAUMIuTgtlJ4UnclcuZ { color:#0e849e;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:10.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVoQ16fMcN5OT3yuvuG7yHbEC4RwROzC { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:0.9375rem;left:40.25rem;overflow:hidden;display:block; }
#ld9tJ2wFBt9cHWuO3Z0mh1xBLM44MyMI { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:3.375rem;left:41.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4ky382UxUPztC3K31ool4TTLaX7F62d { color:#313233;display:block;width:13.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100100;line-height:1.6;letter-spacing:0;top:7.4375rem;left:41.75rem;height:6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T2NAdWvmCUMN6RR3ZzCi9NCcDCH6gWfA { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100087;line-height:1.6;letter-spacing:0;top:14.375rem;left:48.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brTJ22KK5dAEfkVozZIxZ6GbTcAd7CAV { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:15.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; }
#auA4ss74c9kSWfy0CoPN7mWyztbArckS { position:absolute;display:block;z-index:100115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.5625rem;left:44.25rem;overflow:hidden;display:block; }
#UiHy2ruw8PMT4deFWnUmDii9ihvmZCyw { z-index:100117;top:19.125rem;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.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xNi0MEn1mATwTpnI4ui86du7tNf1OzNk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A8K1JzIwGDBqtqQkD1uynLHJk4vZxNeJ { position:absolute;display:block;z-index:100118;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:8.0625rem;left:27.4375rem;overflow:hidden;display:block; }
#buV0DZkPsixfHFUMPc3PzMil9f6Tz51r { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.3125rem;top:8.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#hcUqPxh0OOG5bsMf0f3g7GSJzRw6qVcc { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:24.6875rem;left:40.25rem;overflow:hidden;display:block; }
#soMTd5cISqhZUk8dGlWikE3yFToNEcPb { 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:42.3125rem;left:44.25rem;overflow:hidden;display:block; }
#acb4L5QC6NtlKRTIJNDyz38qgAMXpUbm { z-index:100124;top:42.875rem;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.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WBTf0g5DmtgWCfkAhNH2qJNg4gewe9bt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vBIAeyRK5NIEK7tZ3UaPiUgTZ0de05AQ { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100094;line-height:1.6;letter-spacing:0;top:38.125rem;left:48.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCDHECT0T6CgOFZTqLTdDRxbZcQ4pBPF { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;top:39rem;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; }
#uOIBh3dDyphQ6bV1lauOax9i0FK6h6RM { color:#313233;display:block;width:13.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100107;line-height:1.6;letter-spacing:0;top:31.1875rem;left:41.75rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fo0GGZgnnNlppkmcEFEUTlRL0UGNavuK { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:27.125rem;left:41.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OosHDrwKWo6k9TBT44zlEsJHBGHlFdls { position:absolute;display:block;z-index:100063;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:24.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#IVq3zxHcG0qPIHckJyKmdxMwvrsWp2pH { color:#0f86a9;display:block;width:15.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100108;line-height:1.3;letter-spacing:0;top:29.7890625rem;left:2.90625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fOMo6yCAvB8vp0QlTFrucbM5iC0ahRh7 { position:absolute;display:block;z-index:100129;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:41.8125rem;left:5.8125rem;overflow:hidden;display:block; }
#Wv4uph3gESB2E6RORfzXg1wPZZLXv8VJ { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:38.5rem;left:2.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ghrNTxBfpaLU1i0nbrivpKOHTQJMot3F { z-index:100131;top:42.375rem;left:5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PLwMEfWs0nPLhgW9ESuJ3bV92a0uP2m6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HoJ9dmcGKFafHS9hzeOwSmyTmzcLJqvo { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100101;line-height:1.6;letter-spacing:0;top:37.625rem;left:10.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-size:initial !important;position:relative;display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { background-color: transparent; background-image: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { border-width: 0; border-radius: 0; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container {  }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:40.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zWQ15TDt5i384PVkKx3sMJXq22gvWttl { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
#J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:32.1875rem;display:block; }
#JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:26.1875rem;display:block; }
#WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:22.1875rem;display:block; }
#DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { width:17.0625rem;height:auto; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { width:17.0625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq {  }
 }@media only screen and (max-width: 763px) { #b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { display:block; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA {  }
 }@media only screen and (max-width: 763px) { #lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { width:15.375rem;height:1.9375rem;top:15rem;left:31.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { top:10.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfv3fqRedscxFliTc0UNOIqrxqKp0evT { top:39.0625rem;left:34.0625rem;width:12.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { top:14.0625rem;left:32.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD1WaArUb0QBiA18R85M3utISN1qqoNR { top:46.9375rem;left:15.5625rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcKBvFE41SDKG819VG7Tn7pHhuskefBg { top:46.6875rem;left:22rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZi97invtbnagDWxOhNpEGZHNMiuqg3V { top:50.0625rem;left:17.625rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2CkrHVki6MgF38cnK2IEz8FDanACzZ { display:block; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSWOs8Nv91iMLDnK6oxvWrn0ThKHeyPZ { top:0.9375rem;left:5.0625rem;width:36.125rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWqntGNVEShk7AiuWux0O2Z6ZEGT4L2 { top:0rem;left:0.1875rem;width:5.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzUbSkQJVzzWiVBLglxq5MzWHgiTzlA { top:0rem;left:40rem;width:5.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrNrOibAWPMk1BdoriXC390LRh6hxRz5 { display:block; }#FrNrOibAWPMk1BdoriXC390LRh6hxRz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzIEqLHrTStaya0laHtPUUbVFssr1wFN { top:7.5625rem;left:3.1875rem;width:18.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu3TcTvZLm0RpCTvhNrRIJm6lCmOWxT2 { top:0rem;left:30rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfw4Tzqp2XUCFnheNUtBbUv8K7U1nAtz { width:15.5625rem;height:1.4375rem;top:1.6875rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5LiVwCo9IsWbPnqO87LK36QmDnUCVRp { top:3.75rem;left:35.75rem;width:12rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4VNfZTGoxbcJN9L91iQn1D9ILKo4BB { width:3.75rem;height:3.25rem;top:13.4375rem;left:42.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh7D2vcxpgMlPqaXEES5rA451P8Jm7no { width:12.625rem;height:1.5rem;top:14.3125rem;left:34.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBVWZ0seQ1k80eIGQWq7sN9xT9q3M5K8 { top:17.625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7xkMpst6kfDdR9HHr2JnvRMETkB1MtK { top:18.1875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcENnnTPigrCEo8NlhDW7I1hGsIRcx3 { display:block; }
 }@media only screen and (max-width: 763px) { #f0f7hoWIpSaLH5IzRaGUJCnZSXJDclHO { top:1.5625rem;left:20.5rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmgnsKuH2fpaTNCJwnlLO98V4AXML77S { top:1.5625rem;left:0rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyxeR6euzePXmlannAdGiNt7kke8UJtk { display:block; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8nl29WJ496TDxB1i1p2xKH2qHgNVVHA { top:8.25rem;left:3.1875rem;width:18.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyv5A0AsTx5bam1TL9gbeHln1QoHFBLl { top:0.75rem;left:31.3125rem;width:16.4375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcV5idNPma2SLh6FT5W3zBdz4W4ahlA5 { width:15.5625rem;height:2.875rem;top:5.375rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE3VRPI2lB5C6HNGyHlze6JpW3MZMBr8 { width:3.75rem;height:3.25rem;top:10.4375rem;left:43.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZCyu4hGxUJva1CMzfIfMtu2AG5Wx5mE { width:12.625rem;height:1.5rem;top:11.3125rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqGgatuSqHDyAug3yeMIpnDpmkpQTr4 { top:14.3125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4u6b3yXSSdRlNibwhE6spmQuzZou9P { top:14.875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcdC9rfVFfV7KzhexXLUOsnwTf9ybUsL { display:block; }
 }@media only screen and (max-width: 763px) { #TnmEzMUa76ESf1NG10GthMoShgglFGOy { top:2.25rem;left:20.5rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zWDGdweGSZMRVtfkxB4sxwWCslmOiR { top:2.25rem;left:0rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG529i5NB0XNe263M6ANrJmXinZmZWBi { display:block; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZJldDTcqHV6NODxWmHkTyAqE3beEJ08 { top:8.5rem;left:3.1875rem;width:18.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6GflIfuZLeJRZPE3JatAwMhGsJv1ioA { top:0.9375rem;left:30rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI9LXNto60VxLCeMMDm93ziC3CFcCADm { width:15.5625rem;height:1.4375rem;top:3.375rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eul83A5ZeFe9Mn9wy4uRH6aL8ofcNLQB { top:7.4375rem;left:34.375rem;width:13.375rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awsLZDzebxv7TATW7ALkNNDDT5TbTRC5 { width:3.75rem;height:3.25rem;top:14.375rem;left:42.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHDd2dHE947GsNHJUa1QhkdRlBe0AXCB { width:12.625rem;height:1.5rem;top:15.25rem;left:34.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWXgssV41fITxJM5cHwpULtCJo78wOSE { top:18.5625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UChvTIc0mWXZNIsb7TFzG4ZP8E4mP7rs { top:19.125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN9yRMZ1BhTgaUqXMQDTThMytey2Qpaq { display:block; }
 }@media only screen and (max-width: 763px) { #D8Twefrvn0orwlce2Se5perXVyJGLX2F { top:2.5rem;left:20.5rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t32gSNvxFozdEtASy3ZfxcoyrCPB0Tpk { top:2.5rem;left:0rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQs40Elo26xld9IrBWMK5ziC0DlLuUf { display:block; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLS2NwgMX2ETHkFv3bSwBruE4le8TTBA { top:28.5rem;left:4.1875rem;width:18.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVQLDM7yiPtJrdT2Pr4mATuqUWNDoULA { top:0.75rem;left:26.1875rem;width:21.5625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa5QqwuK8k3uyERENEALcECTUa3wzTds { width:15.5625rem;height:1.4375rem;top:1.875rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE7vUXJmx62lJABvqSEXN8gGTI5hTrHT { top:4.375rem;left:34.375rem;width:13.375rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLWD8rsFh34Ry71TTbhVnrWX3OlTJW3i { width:3.75rem;height:3.25rem;top:19.125rem;left:43.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4prUKuWF42UnyPegAdyZ9v3Oa3nO3o { width:12.625rem;height:1.5rem;top:20rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNxWcNdfTIoiWmCwEBM3BWke26UdrT5O { top:22.5rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li1L79Fn09mJNqv4IO1BJa6u5yhZbAdt { top:23.125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiiMskRkks5SWk6fucbrJChtL3WOsHKW { display:block; }
 }@media only screen and (max-width: 763px) { #iK572zaelfeSSTOblvwJLHPJhToPdETR { top:23.3125rem;left:19.25rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRVISqoeWOvq9ODJXf4vVf40i1xGbdQg { top:22.5rem;left:0rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRXLidLvUA8GVqsBi0aMZTlg9L0LLy3T { top:29.1875rem;left:26.1875rem;width:21.5625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVIht5IMFv7FGFTNuzi7hXwKbGKKDrxG { width:15.5625rem;height:1.4375rem;top:30.3125rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxf0vxWdVq662Qsls0AISVTJOkWNG5qI { top:32.75rem;left:34.375rem;width:13.375rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7lahuxytypWiDXqRzrfUseeUip7ScSq { width:12.625rem;height:1.5rem;top:48.4375rem;left:34.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngMQX9Jd3rpPJWOAAQWFdtvoA3r34pZ { width:3.75rem;height:3.25rem;top:47.5625rem;left:42.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWmIANzm3JmRWpyq7fIGVXh8ngygKcUK { top:50.875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaWf9uyIVeS2crRdnzO9MIP5WeJNHMGZ { top:51.5rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRL81NIElQXy9V94sFT4Igfn3H2EoXAb { display:block; }
 }@media only screen and (max-width: 763px) { #RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 { display:block; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwM6aHSKuMW3npAUMIuTgtlJ4UnclcuZ { top:14.0625rem;left:4rem;width:18.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVoQ16fMcN5OT3yuvuG7yHbEC4RwROzC { top:0.9375rem;left:30rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld9tJ2wFBt9cHWuO3Z0mh1xBLM44MyMI { width:15.5625rem;height:;top:3.375rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ky382UxUPztC3K31ool4TTLaX7F62d { top:7.4375rem;left:34.375rem;width:13.375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2NAdWvmCUMN6RR3ZzCi9NCcDCH6gWfA { width:3.75rem;height:3.25rem;top:14.375rem;left:42.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTJ22KK5dAEfkVozZIxZ6GbTcAd7CAV { width:12.625rem;height:1.5rem;top:15.25rem;left:34.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auA4ss74c9kSWfy0CoPN7mWyztbArckS { top:18.5625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiHy2ruw8PMT4deFWnUmDii9ihvmZCyw { top:19.125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNi0MEn1mATwTpnI4ui86du7tNf1OzNk { display:block; }
 }@media only screen and (max-width: 763px) { #A8K1JzIwGDBqtqQkD1uynLHJk4vZxNeJ { top:8.0625rem;left:21.3125rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buV0DZkPsixfHFUMPc3PzMil9f6Tz51r { top:8.0625rem;left:0rem;width:9.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcUqPxh0OOG5bsMf0f3g7GSJzRw6qVcc { top:24.6875rem;left:30rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soMTd5cISqhZUk8dGlWikE3yFToNEcPb { top:42.3125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #acb4L5QC6NtlKRTIJNDyz38qgAMXpUbm { top:42.875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBTf0g5DmtgWCfkAhNH2qJNg4gewe9bt { display:block; }
 }@media only screen and (max-width: 763px) { #vBIAeyRK5NIEK7tZ3UaPiUgTZ0de05AQ { width:3.75rem;height:3.25rem;top:38.125rem;left:42.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCDHECT0T6CgOFZTqLTdDRxbZcQ4pBPF { width:12.625rem;height:1.5rem;top:39rem;left:34.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOIBh3dDyphQ6bV1lauOax9i0FK6h6RM { top:31.1875rem;left:34.375rem;width:13.375rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo0GGZgnnNlppkmcEFEUTlRL0UGNavuK { width:15.5625rem;height:;top:27.125rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OosHDrwKWo6k9TBT44zlEsJHBGHlFdls { top:24.1875rem;left:0rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVq3zxHcG0qPIHckJyKmdxMwvrsWp2pH { width:15.5625rem;height:1.4375rem;top:29.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOMo6yCAvB8vp0QlTFrucbM5iC0ahRh7 { top:41.8125rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4uph3gESB2E6RORfzXg1wPZZLXv8VJ { width:12.625rem;height:1.5rem;top:38.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghrNTxBfpaLU1i0nbrivpKOHTQJMot3F { top:42.375rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLwMEfWs0nPLhgW9ESuJ3bV92a0uP2m6 { display:block; }
 }@media only screen and (max-width: 763px) { #HoJ9dmcGKFafHS9hzeOwSmyTmzcLJqvo { width:3.75rem;height:3.25rem;top:37.625rem;left:4.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { width:47.75rem;height:3.9375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWQ15TDt5i384PVkKx3sMJXq22gvWttl { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { width:19.3125rem;height:3.5rem;top:13.875rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { top:13.1875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { top:13.1875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { top:13.1875rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { background-color: transparent; background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { border-width: 0; border-radius: 0; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container {  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { width:20rem;height:69.5625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gr7v4Q6g/landing_page_mobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.adaptive-delivery-prevent-bg, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.lazyload, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq {  }
 }@media only screen and (max-width: 763px) { #b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { display:block; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA {  }
 }@media only screen and (max-width: 763px) { #lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { width:10.747375rem;height:1.8059875rem;top:35.032554626465rem;left:4.0638020634651rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { width:17.3125rem;height:5.19921875rem;top:11rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfv3fqRedscxFliTc0UNOIqrxqKp0evT { width:10.375rem;height:3.875rem;top:58.375rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { width:10.125rem;height:2.1875rem;top:34.591148376465rem;left:4.1250002980232rem;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) { #os2CkrHVki6MgF38cnK2IEz8FDanACzZ { 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; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { background-color: transparent; background-image: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container > .video-iframe-container { display: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container { display: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .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); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSWOs8Nv91iMLDnK6oxvWrn0ThKHeyPZ { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcWqntGNVEShk7AiuWux0O2Z6ZEGT4L2 { width:3.9375rem;height:3.75rem;top:0.9541015625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzUbSkQJVzzWiVBLglxq5MzWHgiTzlA { width:3.6875rem;height:3.5rem;top:1.0791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrNrOibAWPMk1BdoriXC390LRh6hxRz5 { 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:none; }#FrNrOibAWPMk1BdoriXC390LRh6hxRz5 > .row .container { width:20rem;height:28.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nzIEqLHrTStaya0laHtPUUbVFssr1wFN { width:18.625rem;height:5.3613375rem;top:1.005859375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu3TcTvZLm0RpCTvhNrRIJm6lCmOWxT2 { width:17rem;height:20.9375rem;top:7.375rem;left:1.5rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #Rfw4Tzqp2XUCFnheNUtBbUv8K7U1nAtz { width:14.0625rem;height:1.625rem;top:8.9375rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #e5LiVwCo9IsWbPnqO87LK36QmDnUCVRp { width:12rem;height:10.5rem;top:11.75rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4VNfZTGoxbcJN9L91iQn1D9ILKo4BB { width:3.75rem;height:1.79980625rem;top:21.75rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh7D2vcxpgMlPqaXEES5rA451P8Jm7no { width:12.625rem;height:1.54296875rem;top:21.6875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #GBVWZ0seQ1k80eIGQWq7sN9xT9q3M5K8 { width:10.3125rem;height:3.75rem;top:23.5625rem;left:4.5rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #T7xkMpst6kfDdR9HHr2JnvRMETkB1MtK { top:24.25rem;left:4.125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #yHcENnnTPigrCEo8NlhDW7I1hGsIRcx3 { display:block; }
 }@media only screen and (max-width: 763px) { #f0f7hoWIpSaLH5IzRaGUJCnZSXJDclHO { width:9.3125rem;height:8.8125rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmgnsKuH2fpaTNCJwnlLO98V4AXML77S { width:7.8125rem;height:7.375rem;top:0rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyxeR6euzePXmlannAdGiNt7kke8UJtk { 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; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container { background-color: transparent; background-image: none; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container > .video-iframe-container { display: none; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row > .video-iframe-container { display: none; }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .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); }#CyxeR6euzePXmlannAdGiNt7kke8UJtk > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8nl29WJ496TDxB1i1p2xKH2qHgNVVHA { width:18.625rem;height:5.36133125rem;top:0.681640625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyv5A0AsTx5bam1TL9gbeHln1QoHFBLl { width:14.625rem;height:18rem;top:8.0625rem;left:2.6875rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #HcV5idNPma2SLh6FT5W3zBdz4W4ahlA5 { width:14.0625rem;height:3.25rem;top:11.1875rem;left:3rem;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) { #QE3VRPI2lB5C6HNGyHlze6JpW3MZMBr8 { width:3.75rem;height:1.79980625rem;top:17.5625rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZCyu4hGxUJva1CMzfIfMtu2AG5Wx5mE { width:12.625rem;height:1.54296875rem;top:17.5rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ihqGgatuSqHDyAug3yeMIpnDpmkpQTr4 { width:10.3125rem;height:3.75rem;top:20.8125rem;left:4.875rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #Fa4u6b3yXSSdRlNibwhE6spmQuzZou9P { top:21.5rem;left:4.3125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #mcdC9rfVFfV7KzhexXLUOsnwTf9ybUsL { display:block; }
 }@media only screen and (max-width: 763px) { #TnmEzMUa76ESf1NG10GthMoShgglFGOy { width:9.3125rem;height:8.8125rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4zWDGdweGSZMRVtfkxB4sxwWCslmOiR { width:7.8125rem;height:7.375rem;top:0.681640625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG529i5NB0XNe263M6ANrJmXinZmZWBi { 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; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container { background-color: transparent; background-image: none; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container > .video-iframe-container { display: none; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row > .video-iframe-container { display: none; }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .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); }#KG529i5NB0XNe263M6ANrJmXinZmZWBi > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZJldDTcqHV6NODxWmHkTyAqE3beEJ08 { width:18.625rem;height:3.57421875rem;top:1rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6GflIfuZLeJRZPE3JatAwMhGsJv1ioA { width:17rem;height:20.9375rem;top:8.375rem;left:1.5rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #lI9LXNto60VxLCeMMDm93ziC3CFcCADm { width:14.0625rem;height:1.625rem;top:9.9375rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Eul83A5ZeFe9Mn9wy4uRH6aL8ofcNLQB { width:12rem;height:10.5rem;top:13.625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awsLZDzebxv7TATW7ALkNNDDT5TbTRC5 { width:3.75rem;height:1.79980625rem;top:22.75rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHDd2dHE947GsNHJUa1QhkdRlBe0AXCB { width:12.625rem;height:1.54296875rem;top:22.6875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #eWXgssV41fITxJM5cHwpULtCJo78wOSE { width:10.3125rem;height:3.75rem;top:24.5625rem;left:4.5rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #UChvTIc0mWXZNIsb7TFzG4ZP8E4mP7rs { top:25.25rem;left:4.125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #pN9yRMZ1BhTgaUqXMQDTThMytey2Qpaq { display:block; }
 }@media only screen and (max-width: 763px) { #D8Twefrvn0orwlce2Se5perXVyJGLX2F { width:9.3125rem;height:8.8125rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t32gSNvxFozdEtASy3ZfxcoyrCPB0Tpk { width:7.8125rem;height:7.375rem;top:1rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQs40Elo26xld9IrBWMK5ziC0DlLuUf { 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; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container { background-color: transparent; background-image: none; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container > .video-iframe-container { display: none; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row > .video-iframe-container { display: none; }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .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); }#UuQs40Elo26xld9IrBWMK5ziC0DlLuUf > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLS2NwgMX2ETHkFv3bSwBruE4le8TTBA { width:18.625rem;height:5.36133125rem;top:1rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVQLDM7yiPtJrdT2Pr4mATuqUWNDoULA { width:20rem;height:24.6875rem;top:9.4375rem;left:0rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #Wa5QqwuK8k3uyERENEALcECTUa3wzTds { width:14.0625rem;height:1.625rem;top:10rem;left:2.96875rem;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) { #cE7vUXJmx62lJABvqSEXN8gGTI5hTrHT { width:12rem;height:22.5rem;top:11.5625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLWD8rsFh34Ry71TTbhVnrWX3OlTJW3i { width:3.75rem;height:1.79980625rem;top:31.25rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4prUKuWF42UnyPegAdyZ9v3Oa3nO3o { width:13.4375rem;height:1.54296875rem;top:31.1875rem;left:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #lNxWcNdfTIoiWmCwEBM3BWke26UdrT5O { width:10.3125rem;height:3.75rem;top:33.0625rem;left:4.875rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #Li1L79Fn09mJNqv4IO1BJa6u5yhZbAdt { top:33.6875rem;left:4.3125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #hiiMskRkks5SWk6fucbrJChtL3WOsHKW { display:block; }
 }@media only screen and (max-width: 763px) { #iK572zaelfeSSTOblvwJLHPJhToPdETR { width:9.3125rem;height:8.8125rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRVISqoeWOvq9ODJXf4vVf40i1xGbdQg { width:7.8125rem;height:7.375rem;top:1rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRXLidLvUA8GVqsBi0aMZTlg9L0LLy3T { width:20rem;height:24.753623188406rem;top:38.0625rem;left:0rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #MVIht5IMFv7FGFTNuzi7hXwKbGKKDrxG { width:15.5625rem;height:1.625rem;top:40.4404296875rem;left:3.125rem;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) { #rxf0vxWdVq662Qsls0AISVTJOkWNG5qI { width:13.375rem;height:13.5rem;top:42.0654296875rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7lahuxytypWiDXqRzrfUseeUip7ScSq { width:12.625rem;height:1.54296875rem;top:54.0849609375rem;left:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #PngMQX9Jd3rpPJWOAAQWFdtvoA3r34pZ { width:3.75rem;height:1.79980625rem;top:54.0849609375rem;left:10rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWmIANzm3JmRWpyq7fIGVXh8ngygKcUK { width:10.3125rem;height:3.75rem;top:57.875rem;left:4.8125rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #VaWf9uyIVeS2crRdnzO9MIP5WeJNHMGZ { top:58.5rem;left:4.3125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #fRL81NIElQXy9V94sFT4Igfn3H2EoXAb { display:block; }
 }@media only screen and (max-width: 763px) { #RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 { 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; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container { background-color: transparent; background-image: none; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container > .video-iframe-container { display: none; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row > .video-iframe-container { display: none; }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .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); }#RymeS6rokJ47nzAb2g0r8vDKT2Ckaub5 > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwM6aHSKuMW3npAUMIuTgtlJ4UnclcuZ { width:18.625rem;height:1.7871125rem;top:1rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVoQ16fMcN5OT3yuvuG7yHbEC4RwROzC { width:17rem;height:20.9375rem;top:8.375rem;left:1.5rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #ld9tJ2wFBt9cHWuO3Z0mh1xBLM44MyMI { width:14.0625rem;height:3.25rem;top:9.9375rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #A4ky382UxUPztC3K31ool4TTLaX7F62d { width:12rem;height:6rem;top:15.84375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2NAdWvmCUMN6RR3ZzCi9NCcDCH6gWfA { width:3.75rem;height:1.79980625rem;top:22.75rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTJ22KK5dAEfkVozZIxZ6GbTcAd7CAV { width:12.625rem;height:1.54296875rem;top:22.6875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #auA4ss74c9kSWfy0CoPN7mWyztbArckS { width:10.3125rem;height:3.75rem;top:24.5625rem;left:4.5rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #UiHy2ruw8PMT4deFWnUmDii9ihvmZCyw { top:25.25rem;left:4.125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #xNi0MEn1mATwTpnI4ui86du7tNf1OzNk { display:block; }
 }@media only screen and (max-width: 763px) { #A8K1JzIwGDBqtqQkD1uynLHJk4vZxNeJ { width:9.3125rem;height:8.8125rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #buV0DZkPsixfHFUMPc3PzMil9f6Tz51r { width:7.8125rem;height:7.375rem;top:0rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcUqPxh0OOG5bsMf0f3g7GSJzRw6qVcc { width:16.5625rem;height:20.375rem;top:53.75rem;left:1.125rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #soMTd5cISqhZUk8dGlWikE3yFToNEcPb { width:10.3125rem;height:3.75rem;top:68.0625rem;left:4.125rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #acb4L5QC6NtlKRTIJNDyz38qgAMXpUbm { top:68.6875rem;left:3.625rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #WBTf0g5DmtgWCfkAhNH2qJNg4gewe9bt { display:block; }
 }@media only screen and (max-width: 763px) { #vBIAeyRK5NIEK7tZ3UaPiUgTZ0de05AQ { width:2.3125rem;height:1.79980625rem;top:41.265625rem;left:9.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCDHECT0T6CgOFZTqLTdDRxbZcQ4pBPF { width:10.6875rem;height:1.54296875rem;top:41.26953125rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #uOIBh3dDyphQ6bV1lauOax9i0FK6h6RM { width:13.375rem;height:7.5rem;top:36.375rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo0GGZgnnNlppkmcEFEUTlRL0UGNavuK { width:15.5625rem;height:3.25rem;top:32.3125rem;left:2.21875rem;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) { #OosHDrwKWo6k9TBT44zlEsJHBGHlFdls { width:16.5625rem;height:20.5rem;top:30.15625rem;left:1.5625rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #IVq3zxHcG0qPIHckJyKmdxMwvrsWp2pH { width:15.5625rem;height:1.625rem;top:58.125rem;left:1.53125rem;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) { #fOMo6yCAvB8vp0QlTFrucbM5iC0ahRh7 { width:10.3125rem;height:3.75rem;top:44.5498046875rem;left:4.15625rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4uph3gESB2E6RORfzXg1wPZZLXv8VJ { width:12.625rem;height:1.54296875rem;top:63.166015625rem;left:1.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ghrNTxBfpaLU1i0nbrivpKOHTQJMot3F { top:45.0498046875rem;left:4.125rem;width:11.375rem;height:2.5rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #PLwMEfWs0nPLhgW9ESuJ3bV92a0uP2m6 { display:block; }
 }@media only screen and (max-width: 763px) { #HoJ9dmcGKFafHS9hzeOwSmyTmzcLJqvo { width:3.75rem;height:1.79980625rem;top:63.224609375rem;left:8.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -moz-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -ms-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -o-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );";background-image: linear-gradient(to bottom, #ffffff, rgba(17,120,209,0.13));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { background-color: transparent; background-image: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { border-width: 0; border-radius: 0; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container {  }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { width:16.6875rem;height:1.5125rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { width:13.0625rem;height:4.798825rem;top:4.01171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { width:3.125rem;height:3.125rem;top:3.4516611099243rem;left:15.873579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { width:19.4375rem;height:1.3rem;top:25.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { width:14.875rem;height:6.3984375rem;top:10.05859375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWQ15TDt5i384PVkKx3sMJXq22gvWttl { width:3.125rem;height:3.125rem;top:8.8077054023744rem;left:16.498579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { width:18.812125rem;height:1.70010625rem;top:21.875rem;left:0.375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { width:17.9375rem;height:2.9375rem;top:21.25rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:3.4375000596046rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { width:3.125rem;height:3.125rem;top:17.013483047486rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }