.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/FMTKDYpd/AFW_Landing_Page_22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe.adaptive-delivery-prevent-bg, #gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe.lazyload, #gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe.lazyloading { background-image: none; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container { background-color: transparent; background-image: none; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container > .video-iframe-container { display: none; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row > .video-iframe-container { display: none; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .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); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container { border-width: 0; border-radius: 0; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row > .video-iframe-container {  }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-form-header {  }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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) ; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-container:first-of-type{padding-top:0;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-container:last-of-type{padding-bottom:0;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2  { 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:46.9375rem;top:14.0625rem;z-index:100028;position:absolute; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .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; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 {display:block;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 { 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:46.9375rem;top:14.0625rem;z-index:100028;position:absolute; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #yx25mIl5LMJS8L1WeJTsFu3tc5JiAha7 { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #vPo5BNdvlOsKzgT0GS979KdLbnTWgHLU { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #BOGOukf5CfFEmlMyGW58WDST4UrUySPP { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #v3xBscVFrvruxw6krxhPSR6UNUP7ns5J { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #v3xBscVFrvruxw6krxhPSR6UNUP7ns5J .container-column{width:50%;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #sIh00kNe9KOGZct4IVmJtV53bioHGVZL { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #Rgqg8u4TTNQNeCXuyVzOla5EhTo2dwve { position:relative;z-index:2; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #H27s3DNt5gVFpybxhhma8SR8sE5lQElw { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #Oq5lDTm9hJBeszhOcK31Z2Cy7bEAsiSD { position:relative;z-index:2; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #r0Q4aTmaoMvDyXu9cg7CLP19qEXSCeRr { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #z2TG5iTkBwFbv25iei8W977srG65lslm { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #i9kMyKL2bQCWDwhvbH6gTb15FQJyzTwL { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #IxFdQtJvmxZNLH3nd8tzBunQN8viL8bB { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #owSDWyoorIKhhehIrTqPHyrNXQvpBuTm { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #i0ydIBLThf0Nik4eJgzK5oOwcDZuA3vI { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #NwQOuH0vN32UVuBzCyvcOEOBWIRHpBoB { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #q2tePGyxiiLoTCvDdCHVIVvTuFFnn57A { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #LvrzIo5PGp0twBxzI5O14GNrXi9wUTKT { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #SpULEfv9ekxFLrwe3CrF2Qp47Lf2PtT8 { position:relative; }
#QNwFPLLCcIAi31FfPiUkUzatcsIuK9I1 { position:relative;display:block; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #OkyeaG7Zsbg1MKgfO64PMW62V9wP7BiF { position:relative; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #UxD6C9ZwoQScCasI9bN69wt3AgF1uWnt { position:relative; }
#Wxs1xI990X2svpgPGIvem73t0m4cPlD8 { 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:11.25rem;left:47.625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPnvJ2imiKoW3ozXSiWxaV3Hx7gPkfP3 { 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:11.875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXuEBLlXgexBcqF3hEhRT86ODmp2uGzN { 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:7.5rem;overflow:hidden;display:none; }
#Vw8gXf9AvKOeI0UmQPcoNq7nP5i8InD6 { 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:35.3125rem;left:50.4375rem;overflow:hidden;display:block; }
#ts99CW6WbdgaPBAKuhJXD1wbPbhF1w13 { 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:10.3125rem;left:48.375rem;display:block; }
#JFs8h9ZVKMuUQsTJHm0vuL11mqoHgWKx { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:38.4375rem;left:28.5rem;overflow:hidden;display:block; }
#wTcnbFqguiz4DMeUQCd2x7FPW2oLh3P4 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:38.1875rem;left:34.9375rem;overflow:hidden;display:block; }
#MUipkzyn8El0q2vUI2xIK10RXKpyk3fv { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:41.5625rem;left:30.5625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu { 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; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container { background-color: transparent; background-image: none; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container > .video-iframe-container { display: none; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row > .video-iframe-container { display: none; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .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); }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container { border-width: 0; border-radius: 0; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row > .video-iframe-container {  }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container { font-size:0.875rem;font-family:arial;height:127.3125rem;width:75rem;position:relative;display:block; }#HpL1DEt0zlnSgwVPcSUEyqg9yRtCb0bl { color:#1c89a9;display:block;width:42.5rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.875rem;left:15.75rem;height:6.011725rem;text-align:center;text-align-last:center;display:block; }
#TABSBtBvX8uzyzaOJc3G6JrOveAMmTg5 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:20rem;left:49.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqDbdTL9hvIwFlKQQaIa1RWn8gcETuRK { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:13.1572265625rem;left:48.34375rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WDRcEQGr11wKapgTiQtWoAHGna8EhoqI { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:11.375rem;left:48.0625rem;overflow:hidden;display:block; }
#gJPqAnbl6sUIbgOzwFqC13NcWOTOGBkO { z-index:100088;top:23.9375rem;left:49.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iWAEnRKZ8xTTE9cvsvX9xr6DMl6WnM0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kU6gCuHu85ZwuDV6m8KDvmBKNAvLCsWa { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:23.3125rem;left:49.875rem;overflow:hidden;display:block; }
#HEeKVAF6BnVIsy5eVCCmFmlbVL0waa1c { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:20.875rem;left:46.5625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Er0TwqflooXBVPXH5R5MfRHmnm7GeMmK { color:#0f86a9;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:6.875rem;left:57.1875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ubcazn7zLRGkyvKJriUCctFULagiuC8x { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:35.125rem;height:1.625rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#i9ykpJcZ44Xo6okcpItL7MfKHvfxCQDy { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:20rem;left:24.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyRXRTHpIZARtt0hqxWrPdXUSKhCgILb { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:11.375rem;left:22.8125rem;overflow:hidden;display:block; }
#JFpdFTckwIlaFflzT4anuaa1UI9DhhAu { z-index:100094;top:23.9375rem;left:23.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z84VBu2ETCwTAFzGcDuxNPJEO4XUv8Od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kqlhXcfBDubFnrvhPfgXpCJu4pCh3eQf { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:23.3125rem;left:24.625rem;overflow:hidden;display:block; }
#R8QymXgTpentiyab3b7gZ2AFB6TNDQme { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:13.1875rem;left:23.125rem;height:5.5234375rem;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; }
#la3zncg3qzCrLENVI8J0CKEwOleZGBJa { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:20.875rem;left:21.3125rem;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; }
#FLkGyUASW65Bi9ghe1TvQJ8cVqgRXhZT { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:30rem;left:36.623046875rem;height:1.625rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#G1GHCrfoRWAAITrXD7zeQEa5Esg61aZ3 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:41.0625rem;left:50.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAHyfEdGGWG4etgZHtiICDiPwpxyKAGp { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:32.4375rem;left:49.5rem;overflow:hidden;display:block; }
#DKRFQ0QyU8Pry8ZXw20o1zDP4FSnQAmr { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:34.6875rem;left:49.625rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eT1vwbKn7Kziuw5JJZy2hOfICEFd6nTE { z-index:100094;top:45rem;left:50.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#povmwzkQBDHJwA6TQTlD9SRc3SNn39lV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WDZL45OH9viNouygprrd7LlTFIv8qD3h { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.375rem;left:51.3125rem;overflow:hidden;display:block; }
#cUF2i9bXa6OoIoGBLrVqb4tEhOhk724F { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:41.9375rem;left:48rem;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; }
#AKB0A5mmSkSwhBRgJMgfed3VZk49t0f4 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:41.0625rem;left:24.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abVSB03ERWphszZnhEDTWXwAvUIPT7Ke { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:32.4375rem;left:22.875rem;overflow:hidden;display:block; }
#inxvlH4xC8qhApVzXZaJmcECG3NTCyVm { z-index:100100;top:45rem;left:23.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uNKBfWZnegMMIqyBoMwB8XQqMgIMDf9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KbuuyZVMRpkATK4uhlazAbV7OkmKiFNG { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.375rem;left:24.6875rem;overflow:hidden;display:block; }
#g1SMZDMQEQT57Bk4Oa0lfwu0WHq21l0n { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:41.9375rem;left:21.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; }
#FiQx14TP9tRCgVrOGduF35INv7Sq3N53 { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:33.9375rem;left:23rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVLFTAQuhqMIeeyDbE6G5Lw1AyCDERTP { color:#0f86a9;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:49.8125rem;left:57.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h3EvZBmVoNJNQW77uLKU21QbzSKLEto9 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100090;line-height:1.6;letter-spacing:0;top:62.375rem;left:51.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p97xf3RLsHapP9DQodP94P6W17scho4v { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:53.75rem;left:49.875rem;overflow:hidden;display:block; }
#gg7qm7gGbflyKLBGbMcuZ14Bb8VKzpo1 { z-index:100106;top:66.3125rem;left:50.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Km2EDKiCuegniBrV1OPE8ZlU5il42MK9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VmTknqF2vV5K1CSlirZZucbwG2vBFqOz { position:absolute;display:block;z-index:100104;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:65.6875rem;left:51.6875rem;overflow:hidden;display:block; }
#sQiB9obpdJPFy9ceQfOabs6ECOC6URc7 { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:63.25rem;left:48.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; }
#iV4mKJEHchxKzZgTFTypLMhoGbOPyX4T { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:56.6875rem;left:50.1259765625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jdzzro8ZRAKvvsqc7F0lnJQ088nKJWEw { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:53.75rem;left:22.875rem;overflow:hidden;display:block; }
#uJeeaVgmg9QevKxf3xLTpftWLi6tIs4W { z-index:100112;top:66.3125rem;left:23.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lTQKymHP5sv1uMPGyreTbT3UOwnTyT2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UkIizyKIoVhho9sSW7XSFWt1HD33ni9D { position:absolute;display:block;z-index:100110;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:65.6875rem;left:24.6875rem;overflow:hidden;display:block; }
#Vv233airPMFk8DUzKemRkTKvFQ3e1KTS { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:62.375rem;left:24.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOdwUIGuV34tZEPWQMgVTNAmRDnR3dpu { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:63.25rem;left:20.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; }
#JQ1MJJFT67zTLwMRCmPAgbMGtZxmJ6Gl { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100103;line-height:1.3;letter-spacing:0;top:56.6875rem;left:23.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sooRpIF74VLgPUHkA94ddp1uZFTBaGyF { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:81rem;left:51.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQhWvVLuib6fq96rL9lafGIPSqDqULgH { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:72.375rem;left:49.875rem;overflow:hidden;display:block; }
#OVnoTC7W8prIk4AuGxrFrUHbzHC4Etkp { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100103;line-height:1.3;letter-spacing:0;top:75.3125rem;left:50.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V59KE2uLospVhAEzIxIVPnNB6Ck0yn5u { position:absolute;display:block;z-index:100110;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:84.3125rem;left:51.6875rem;overflow:hidden;display:block; }
#rNATDUTBPAmBVUtc7AOUto6CfQBubMEZ { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:81.875rem;left:47.5rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AsOcuKypo0qsK7JmQHN5cn8K9MBUJd51 { z-index:100112;top:84.9375rem;left:50.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gD0EM0HaEyR9evo9dpy7B9N1O2au30FT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UyTch7eTaSO3zXagbIfBOa7WBEqXt2tK { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100102;line-height:1.6;letter-spacing:0;top:81rem;left:24.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHx8KCZDTLC1xSbeVwZs5MDEJvaBc5nV { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:72.375rem;left:22.875rem;overflow:hidden;display:block; }
#sCCBVBwvlV7N75GaQtedLNROfTBHF0rw { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:76.755859375rem;left:23.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KbN6K59iA8hGJFOQBegndmOG6teWN3Ia { position:absolute;display:block;z-index:100116;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:84.3125rem;left:24.6875rem;overflow:hidden;display:block; }
#b7nOR0sScdG9bFrEWACZsKTh1862AzQI { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:81.875rem;left:20.5rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OJy6BhT4peS5K4ExuvsTbunCxnx30VJX { z-index:100118;top:84.9375rem;left:23.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kG8HpLToVH1Hy5tgSAe0n51sniRFLuMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D7ZRztJxc2hNDenhIGfRJKLLTESPykfG { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100108;line-height:1.6;letter-spacing:0;top:100.125rem;left:52.125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOyFSTQcpe4y01o88yffWPZhnIfI1W3J { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:91.5rem;left:50.75rem;overflow:hidden;display:block; }
#yAfNF3KEfBVgv3Bu991TEB8Ho0sGXmFn { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100115;line-height:1.3;letter-spacing:0;top:95.875rem;left:51rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WZt9dWzuT8Q2msktRBwZKxQFWrpgR3Nb { 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:103.4375rem;left:52.5625rem;overflow:hidden;display:block; }
#hWiTVJO2qQM4zsAnPU3OMHbQgNXfQCJf { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100108;line-height:1.3;letter-spacing:0;top:101rem;left:48.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; }
#xhoCN2na9lyeFCPgFL98MgfCKbRUZ9bX { z-index:100124;top:104.0625rem;left:51.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sfDWMXbSOPEbLxq0Us46iox9suioS0Gw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MHZ2xuxkiLPStoechqhKQirtPCZnuBUX { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100114;line-height:1.6;letter-spacing:0;top:100.125rem;left:24.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOcDU39xf1HhZwDi3FVeWESmu7bfrblG { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:91.5rem;left:22.875rem;overflow:hidden;display:block; }
#DLMGzUemyedMJ8256zLiaiqbCH6n9MQG { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100121;line-height:1.3;letter-spacing:0;top:95.875rem;left:23.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ATSfVlJ3QNaCVqBlgJR245ovIrMAZ30G { position:absolute;display:block;z-index:100128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:103.4375rem;left:24.6875rem;overflow:hidden;display:block; }
#bvEkZKmOQLkMcwDJMUDRaqDCpd5NNPue { z-index:100130;top:104.0625rem;left:23.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b1JEZsUEyQiiwKkFfu5rOTy0wzZngJC6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qvGsDut4JxB62kGmaBDTm4vDcCKiwSET { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100114;line-height:1.3;letter-spacing:0;top:101rem;left:20.5rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tQBCpDT5K1u10dwn88ORK8sLgfCSZHRi { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100120;line-height:1.6;letter-spacing:0;top:118.1875rem;left:38.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2BHS6T1GNSHqATwzi9TmZcmRvPMqeci { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:109.5625rem;left:37.5rem;overflow:hidden;display:block; }
#aKrFZLzk2VHuWhQJw13bKXaVK4VLViEf { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100127;line-height:1.3;letter-spacing:0;top:113.9375rem;left:37.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKBHyzteVyk3y0NJ9MoicH36OJrgb9Ud { position:absolute;display:block;z-index:100134;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:121.5rem;left:39.3125rem;overflow:hidden;display:block; }
#TsXTUcMPOJT9FrCBa0gb4VrxVdEaabS2 { z-index:100136;top:122.125rem;left:38.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NCx88QimvrVwUBS0USllIpMipXwsRrm6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uvAXBcFtCrJK3sfJfvn4TlOPtZEQvkmo { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100120;line-height:1.3;letter-spacing:0;top:119.0625rem;left:35.125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO { 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; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container { background-color: transparent; background-image: none; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container > .video-iframe-container { display: none; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row > .video-iframe-container { display: none; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .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); }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container { border-width: 0; border-radius: 0; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row > .video-iframe-container {  }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#PnuIe6t1fxTKx2gTgoHBtUPyVoeN6i7b { 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:32.75rem;height:2.54375rem;font-style:normal;display:block; }
#pBhW2qm9bP6X5GeVSBX4Tf0CitQ5Zmrm { 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:17.375rem;height:2rem;font-style:normal;display:none; }
#O050T3CN82R3hQg0MMBzVHsHAACh1XRf { 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:13.375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ns1AbzruclsZrimkTRJ1cJQVUDf5Uqk4 { 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:13.5rem;display:none; }
#JViaqPXgJFM6ZQ8hnh6k5f8SeUMhAqsA { 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:57.9375rem;display:block; }
#qCOGM4BwVGXCRTpOTtoiz5GiAQdOKcEf { 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:48.0625rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IBSCWCaHsOUeIV2COpbTf0PH6gV8wrdU { 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:9.8125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qtUoNFTWCStgdBN431gRqueuuBwpssrw { 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:57.9375rem;display:block; }
#yuMb93BkBT7epI49CqiRtpXWvRU8QFJO { 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:39.8125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qU8Iirw5u6T2tTqtbxKoTODu2rICD2K6 { 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:39.6875rem;display:block; }
#PJAoeJUeqNcxBWwvz1AswghqTnJQVUT4 { 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:33.6875rem;display:block; }
#S01EbKeMQsHi0pHaNBEcAFUGA206z7d3 { 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:29.6875rem;display:block; }
#AslVQswaK6fxB7ZHdKa0CDkaRcV8Ifha { 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:25.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe { display:block; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2  { width:17.0625rem;height:auto; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 {display:block;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 { width:17.0625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #yx25mIl5LMJS8L1WeJTsFu3tc5JiAha7 {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #vPo5BNdvlOsKzgT0GS979KdLbnTWgHLU {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #BOGOukf5CfFEmlMyGW58WDST4UrUySPP {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #v3xBscVFrvruxw6krxhPSR6UNUP7ns5J {  }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #v3xBscVFrvruxw6krxhPSR6UNUP7ns5J .container-column{width:50%;} }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #sIh00kNe9KOGZct4IVmJtV53bioHGVZL {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #Rgqg8u4TTNQNeCXuyVzOla5EhTo2dwve { z-index:2; }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #H27s3DNt5gVFpybxhhma8SR8sE5lQElw {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #Oq5lDTm9hJBeszhOcK31Z2Cy7bEAsiSD { z-index:2; }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #r0Q4aTmaoMvDyXu9cg7CLP19qEXSCeRr {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #z2TG5iTkBwFbv25iei8W977srG65lslm {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #i9kMyKL2bQCWDwhvbH6gTb15FQJyzTwL {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #IxFdQtJvmxZNLH3nd8tzBunQN8viL8bB {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #owSDWyoorIKhhehIrTqPHyrNXQvpBuTm {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #i0ydIBLThf0Nik4eJgzK5oOwcDZuA3vI {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #NwQOuH0vN32UVuBzCyvcOEOBWIRHpBoB {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #q2tePGyxiiLoTCvDdCHVIVvTuFFnn57A {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #LvrzIo5PGp0twBxzI5O14GNrXi9wUTKT {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #SpULEfv9ekxFLrwe3CrF2Qp47Lf2PtT8 {  }
 }@media only screen and (max-width: 763px) { #QNwFPLLCcIAi31FfPiUkUzatcsIuK9I1 { display:block; }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #OkyeaG7Zsbg1MKgfO64PMW62V9wP7BiF {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #UxD6C9ZwoQScCasI9bN69wt3AgF1uWnt {  }
 }@media only screen and (max-width: 763px) { #Wxs1xI990X2svpgPGIvem73t0m4cPlD8 { width:15.375rem;height:1.9375rem;top:11.25rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPnvJ2imiKoW3ozXSiWxaV3Hx7gPkfP3 { top:10.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuEBLlXgexBcqF3hEhRT86ODmp2uGzN { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw8gXf9AvKOeI0UmQPcoNq7nP5i8InD6 { top:35.3125rem;left:35.125rem;width:12.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts99CW6WbdgaPBAKuhJXD1wbPbhF1w13 { top:10.3125rem;left:33.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFs8h9ZVKMuUQsTJHm0vuL11mqoHgWKx { top:38.4375rem;left:14.875rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTcnbFqguiz4DMeUQCd2x7FPW2oLh3P4 { top:38.1875rem;left:21.3125rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUipkzyn8El0q2vUI2xIK10RXKpyk3fv { top:41.5625rem;left:16.9375rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu { display:block; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpL1DEt0zlnSgwVPcSUEyqg9yRtCb0bl { top:0.875rem;left:2.125rem;width:42.5rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TABSBtBvX8uzyzaOJc3G6JrOveAMmTg5 { width:13rem;height:3.25rem;top:20rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqDbdTL9hvIwFlKQQaIa1RWn8gcETuRK { width:12.5625rem;height:6.875rem;top:13.125rem;left:34.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDRcEQGr11wKapgTiQtWoAHGna8EhoqI { top:11.375rem;left:34.4375rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJPqAnbl6sUIbgOzwFqC13NcWOTOGBkO { top:23.9375rem;left:35.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWAEnRKZ8xTTE9cvsvX9xr6DMl6WnM0w { display:block; }
 }@media only screen and (max-width: 763px) { #kU6gCuHu85ZwuDV6m8KDvmBKNAvLCsWa { top:23.3125rem;left:36.25rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEeKVAF6BnVIsy5eVCCmFmlbVL0waa1c { width:12.5625rem;height:1.5rem;top:20.875rem;left:32.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er0TwqflooXBVPXH5R5MfRHmnm7GeMmK { width:17.8125rem;height:1.4375rem;top:6.875rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubcazn7zLRGkyvKJriUCctFULagiuC8x { width:36.9375rem;height:2.3125rem;top:9.0625rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ykpJcZ44Xo6okcpItL7MfKHvfxCQDy { width:13rem;height:3.25rem;top:20rem;left:10.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyRXRTHpIZARtt0hqxWrPdXUSKhCgILb { top:11.375rem;left:9.1875rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFpdFTckwIlaFflzT4anuaa1UI9DhhAu { top:23.9375rem;left:10.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z84VBu2ETCwTAFzGcDuxNPJEO4XUv8Od { display:block; }
 }@media only screen and (max-width: 763px) { #kqlhXcfBDubFnrvhPfgXpCJu4pCh3eQf { top:23.3125rem;left:11rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8QymXgTpentiyab3b7gZ2AFB6TNDQme { width:12.5625rem;height:6.875rem;top:13.1875rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la3zncg3qzCrLENVI8J0CKEwOleZGBJa { width:12.5625rem;height:1.5rem;top:20.875rem;left:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLkGyUASW65Bi9ghe1TvQJ8cVqgRXhZT { width:36.9375rem;height:1.625rem;top:30rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1GHCrfoRWAAITrXD7zeQEa5Esg61aZ3 { width:13rem;height:3.25rem;top:41.0625rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHyfEdGGWG4etgZHtiICDiPwpxyKAGp { top:32.4375rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKRFQ0QyU8Pry8ZXw20o1zDP4FSnQAmr { width:12.5625rem;height:;top:34.6875rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1vwbKn7Kziuw5JJZy2hOfICEFd6nTE { top:45rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #povmwzkQBDHJwA6TQTlD9SRc3SNn39lV { display:block; }
 }@media only screen and (max-width: 763px) { #WDZL45OH9viNouygprrd7LlTFIv8qD3h { top:44.375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUF2i9bXa6OoIoGBLrVqb4tEhOhk724F { width:12.5625rem;height:1.5rem;top:41.9375rem;left:34.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKB0A5mmSkSwhBRgJMgfed3VZk49t0f4 { width:13rem;height:3.25rem;top:41.0625rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abVSB03ERWphszZnhEDTWXwAvUIPT7Ke { top:32.4375rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inxvlH4xC8qhApVzXZaJmcECG3NTCyVm { top:45rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNKBfWZnegMMIqyBoMwB8XQqMgIMDf9D { display:block; }
 }@media only screen and (max-width: 763px) { #KbuuyZVMRpkATK4uhlazAbV7OkmKiFNG { top:44.375rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1SMZDMQEQT57Bk4Oa0lfwu0WHq21l0n { width:12.5625rem;height:1.5rem;top:41.9375rem;left:7.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiQx14TP9tRCgVrOGduF35INv7Sq3N53 { width:12.5625rem;height:;top:33.9375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVLFTAQuhqMIeeyDbE6G5Lw1AyCDERTP { width:17.8125rem;height:;top:49.8125rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EvZBmVoNJNQW77uLKU21QbzSKLEto9 { width:13rem;height:3.25rem;top:62.375rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p97xf3RLsHapP9DQodP94P6W17scho4v { top:53.75rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg7qm7gGbflyKLBGbMcuZ14Bb8VKzpo1 { top:66.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km2EDKiCuegniBrV1OPE8ZlU5il42MK9 { display:block; }
 }@media only screen and (max-width: 763px) { #VmTknqF2vV5K1CSlirZZucbwG2vBFqOz { top:65.6875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQiB9obpdJPFy9ceQfOabs6ECOC6URc7 { width:12.5625rem;height:1.5rem;top:63.25rem;left:34.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV4mKJEHchxKzZgTFTypLMhoGbOPyX4T { width:12.5625rem;height:2.75rem;top:56.6875rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdzzro8ZRAKvvsqc7F0lnJQ088nKJWEw { top:53.75rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJeeaVgmg9QevKxf3xLTpftWLi6tIs4W { top:66.3125rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTQKymHP5sv1uMPGyreTbT3UOwnTyT2e { display:block; }
 }@media only screen and (max-width: 763px) { #UkIizyKIoVhho9sSW7XSFWt1HD33ni9D { top:65.6875rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv233airPMFk8DUzKemRkTKvFQ3e1KTS { width:13rem;height:3.25rem;top:62.375rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOdwUIGuV34tZEPWQMgVTNAmRDnR3dpu { width:12.5625rem;height:1.5rem;top:63.25rem;left:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1MJJFT67zTLwMRCmPAgbMGtZxmJ6Gl { width:12.5625rem;height:;top:56.6875rem;left:9.5000019073488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sooRpIF74VLgPUHkA94ddp1uZFTBaGyF { width:13rem;height:3.25rem;top:81rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQhWvVLuib6fq96rL9lafGIPSqDqULgH { top:72.375rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVnoTC7W8prIk4AuGxrFrUHbzHC4Etkp { width:12.5625rem;height:;top:75.3125rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V59KE2uLospVhAEzIxIVPnNB6Ck0yn5u { top:84.3125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNATDUTBPAmBVUtc7AOUto6CfQBubMEZ { width:12.5625rem;height:1.5rem;top:81.875rem;left:33.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsOcuKypo0qsK7JmQHN5cn8K9MBUJd51 { top:84.9375rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0EM0HaEyR9evo9dpy7B9N1O2au30FT { display:block; }
 }@media only screen and (max-width: 763px) { #UyTch7eTaSO3zXagbIfBOa7WBEqXt2tK { width:13rem;height:3.25rem;top:81rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHx8KCZDTLC1xSbeVwZs5MDEJvaBc5nV { top:72.375rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCCBVBwvlV7N75GaQtedLNROfTBHF0rw { width:12.5625rem;height:;top:76.75rem;left:9.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbN6K59iA8hGJFOQBegndmOG6teWN3Ia { top:84.3125rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7nOR0sScdG9bFrEWACZsKTh1862AzQI { width:12.5625rem;height:1.5rem;top:81.875rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJy6BhT4peS5K4ExuvsTbunCxnx30VJX { top:84.9375rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG8HpLToVH1Hy5tgSAe0n51sniRFLuMo { display:block; }
 }@media only screen and (max-width: 763px) { #D7ZRztJxc2hNDenhIGfRJKLLTESPykfG { width:13rem;height:3.25rem;top:100.125rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOyFSTQcpe4y01o88yffWPZhnIfI1W3J { top:91.5rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfNF3KEfBVgv3Bu991TEB8Ho0sGXmFn { width:12.5625rem;height:1.375rem;top:95.875rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZt9dWzuT8Q2msktRBwZKxQFWrpgR3Nb { top:103.4375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWiTVJO2qQM4zsAnPU3OMHbQgNXfQCJf { width:12.5625rem;height:1.5rem;top:101rem;left:34.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhoCN2na9lyeFCPgFL98MgfCKbRUZ9bX { top:104.0625rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfDWMXbSOPEbLxq0Us46iox9suioS0Gw { display:block; }
 }@media only screen and (max-width: 763px) { #MHZ2xuxkiLPStoechqhKQirtPCZnuBUX { width:13rem;height:3.25rem;top:100.125rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOcDU39xf1HhZwDi3FVeWESmu7bfrblG { top:91.5rem;left:9.25rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLMGzUemyedMJ8256zLiaiqbCH6n9MQG { width:12.5625rem;height:;top:95.875rem;left:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATSfVlJ3QNaCVqBlgJR245ovIrMAZ30G { top:103.4375rem;left:11.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvEkZKmOQLkMcwDJMUDRaqDCpd5NNPue { top:104.0625rem;left:10.25rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1JEZsUEyQiiwKkFfu5rOTy0wzZngJC6 { display:block; }
 }@media only screen and (max-width: 763px) { #qvGsDut4JxB62kGmaBDTm4vDcCKiwSET { width:12.5625rem;height:1.5rem;top:101rem;left:6.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQBCpDT5K1u10dwn88ORK8sLgfCSZHRi { width:13rem;height:3.25rem;top:118.1875rem;left:25.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2BHS6T1GNSHqATwzi9TmZcmRvPMqeci { top:109.5625rem;left:23.875rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrFZLzk2VHuWhQJw13bKXaVK4VLViEf { width:12.5625rem;height:;top:113.9375rem;left:24.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKBHyzteVyk3y0NJ9MoicH36OJrgb9Ud { top:121.5rem;left:25.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsXTUcMPOJT9FrCBa0gb4VrxVdEaabS2 { top:122.125rem;left:24.875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCx88QimvrVwUBS0USllIpMipXwsRrm6 { display:block; }
 }@media only screen and (max-width: 763px) { #uvAXBcFtCrJK3sfJfvn4TlOPtZEQvkmo { width:12.5625rem;height:1.5rem;top:119.0625rem;left:21.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO { display:block; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnuIe6t1fxTKx2gTgoHBtUPyVoeN6i7b { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBhW2qm9bP6X5GeVSBX4Tf0CitQ5Zmrm { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O050T3CN82R3hQg0MMBzVHsHAACh1XRf { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns1AbzruclsZrimkTRJ1cJQVUDf5Uqk4 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JViaqPXgJFM6ZQ8hnh6k5f8SeUMhAqsA { 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) { #qCOGM4BwVGXCRTpOTtoiz5GiAQdOKcEf { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBSCWCaHsOUeIV2COpbTf0PH6gV8wrdU { width:47.75rem;height:3.9375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtUoNFTWCStgdBN431gRqueuuBwpssrw { 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) { #yuMb93BkBT7epI49CqiRtpXWvRU8QFJO { 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) { #qU8Iirw5u6T2tTqtbxKoTODu2rICD2K6 { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJAoeJUeqNcxBWwvz1AswghqTnJQVUT4 { 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) { #S01EbKeMQsHi0pHaNBEcAFUGA206z7d3 { 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) { #AslVQswaK6fxB7ZHdKa0CDkaRcV8Ifha { 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) { #gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe { display:block; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe { background-color: transparent; background-image: none; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container > .video-iframe-container { display: none; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row > .video-iframe-container { display: none; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .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); }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe { border-width: 0; border-radius: 0; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container > .video-iframe-container {  }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container { width:20rem;height:69.5625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/kWcTLMMI/landing_page_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container.adaptive-delivery-prevent-bg, #gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container.lazyload, #gL2wck84egXQuTLMcQlVpi9Bm7TeRaqe > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2  { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 {display:block;}#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #yx25mIl5LMJS8L1WeJTsFu3tc5JiAha7 {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #vPo5BNdvlOsKzgT0GS979KdLbnTWgHLU {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #BOGOukf5CfFEmlMyGW58WDST4UrUySPP {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #v3xBscVFrvruxw6krxhPSR6UNUP7ns5J {  }
#W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #v3xBscVFrvruxw6krxhPSR6UNUP7ns5J .container-column{width:50%;} }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #sIh00kNe9KOGZct4IVmJtV53bioHGVZL {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #Rgqg8u4TTNQNeCXuyVzOla5EhTo2dwve { z-index:2; }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #H27s3DNt5gVFpybxhhma8SR8sE5lQElw {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #Oq5lDTm9hJBeszhOcK31Z2Cy7bEAsiSD { z-index:2; }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #r0Q4aTmaoMvDyXu9cg7CLP19qEXSCeRr {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #z2TG5iTkBwFbv25iei8W977srG65lslm {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #i9kMyKL2bQCWDwhvbH6gTb15FQJyzTwL {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #IxFdQtJvmxZNLH3nd8tzBunQN8viL8bB {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #owSDWyoorIKhhehIrTqPHyrNXQvpBuTm {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #i0ydIBLThf0Nik4eJgzK5oOwcDZuA3vI {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #NwQOuH0vN32UVuBzCyvcOEOBWIRHpBoB {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #q2tePGyxiiLoTCvDdCHVIVvTuFFnn57A {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #LvrzIo5PGp0twBxzI5O14GNrXi9wUTKT {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #SpULEfv9ekxFLrwe3CrF2Qp47Lf2PtT8 {  }
 }@media only screen and (max-width: 763px) { #QNwFPLLCcIAi31FfPiUkUzatcsIuK9I1 { display:block; }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #OkyeaG7Zsbg1MKgfO64PMW62V9wP7BiF {  }
 }@media only screen and (max-width: 763px) { #W4cDuh0t9QA0DNTtx9xMGsSVIMpq6UW2 #UxD6C9ZwoQScCasI9bN69wt3AgF1uWnt {  }
 }@media only screen and (max-width: 763px) { #Wxs1xI990X2svpgPGIvem73t0m4cPlD8 { 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) { #aPnvJ2imiKoW3ozXSiWxaV3Hx7gPkfP3 { width:17.3125rem;height:2.03125rem;top:5.375rem;left:1.3437500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuEBLlXgexBcqF3hEhRT86ODmp2uGzN { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vw8gXf9AvKOeI0UmQPcoNq7nP5i8InD6 { width:10.375rem;height:3.875rem;top:58.375rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ts99CW6WbdgaPBAKuhJXD1wbPbhF1w13 { width:10.125rem;height:2.1875rem;top:34.591148376465rem;left:4.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFs8h9ZVKMuUQsTJHm0vuL11mqoHgWKx { width:6.625rem;height:2.6875rem;top:64.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTcnbFqguiz4DMeUQCd2x7FPW2oLh3P4 { width:9.375rem;height:3.5rem;top:64.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUipkzyn8El0q2vUI2xIK10RXKpyk3fv { 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) { #MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu { 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; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container { background-color: transparent; background-image: none; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container > .video-iframe-container { display: none; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row > .video-iframe-container { display: none; }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .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); }#MWn6XRT35q1kuGdHAHU2W5Pr7rr2cvyu > .row .container { width:20rem;height:216.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpL1DEt0zlnSgwVPcSUEyqg9yRtCb0bl { width:20rem;height:4.0625rem;top:0.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TABSBtBvX8uzyzaOJc3G6JrOveAMmTg5 { width:15.125rem;height:1.79980625rem;top:21.25rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqDbdTL9hvIwFlKQQaIa1RWn8gcETuRK { width:12.5625rem;height:9.2578125rem;top:11rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #WDRcEQGr11wKapgTiQtWoAHGna8EhoqI { width:14.4375rem;height:17.9375rem;top:9.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJPqAnbl6sUIbgOzwFqC13NcWOTOGBkO { top:23.8125rem;left:5.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWAEnRKZ8xTTE9cvsvX9xr6DMl6WnM0w { display:block; }
 }@media only screen and (max-width: 763px) { #kU6gCuHu85ZwuDV6m8KDvmBKNAvLCsWa { width:10.3125rem;height:3.75rem;top:23.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEeKVAF6BnVIsy5eVCCmFmlbVL0waa1c { width:12.5625rem;height:1.54296875rem;top:21.125rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #Er0TwqflooXBVPXH5R5MfRHmnm7GeMmK { width:13.625rem;height:1.625rem;top:5.625rem;left:6.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ubcazn7zLRGkyvKJriUCctFULagiuC8x { width:18.75rem;height:1.4622375rem;top:7.6875rem;left:0.6875rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ykpJcZ44Xo6okcpItL7MfKHvfxCQDy { width:13rem;height:1.79980625rem;top:37.375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyRXRTHpIZARtt0hqxWrPdXUSKhCgILb { width:13.1875rem;height:16.375rem;top:28.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFpdFTckwIlaFflzT4anuaa1UI9DhhAu { top:41.3125rem;left:5.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z84VBu2ETCwTAFzGcDuxNPJEO4XUv8Od { display:block; }
 }@media only screen and (max-width: 763px) { #kqlhXcfBDubFnrvhPfgXpCJu4pCh3eQf { width:10.3125rem;height:3.75rem;top:40.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8QymXgTpentiyab3b7gZ2AFB6TNDQme { width:12.5625rem;height:7.714875rem;top:29.6875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #la3zncg3qzCrLENVI8J0CKEwOleZGBJa { width:12.5625rem;height:1.54296875rem;top:37.375rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #FLkGyUASW65Bi9ghe1TvQJ8cVqgRXhZT { width:20rem;height:1.4622375rem;top:46.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1GHCrfoRWAAITrXD7zeQEa5Esg61aZ3 { width:13rem;height:1.79980625rem;top:59.625rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHyfEdGGWG4etgZHtiICDiPwpxyKAGp { width:13.9375rem;height:17.3125rem;top:48.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKRFQ0QyU8Pry8ZXw20o1zDP4FSnQAmr { width:12.5625rem;height:9.2578125rem;top:49.1875rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #eT1vwbKn7Kziuw5JJZy2hOfICEFd6nTE { top:62.0625rem;left:4.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #povmwzkQBDHJwA6TQTlD9SRc3SNn39lV { display:block; }
 }@media only screen and (max-width: 763px) { #WDZL45OH9viNouygprrd7LlTFIv8qD3h { width:10.3125rem;height:3.75rem;top:61.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUF2i9bXa6OoIoGBLrVqb4tEhOhk724F { width:12.5625rem;height:1.54296875rem;top:59.375rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #AKB0A5mmSkSwhBRgJMgfed3VZk49t0f4 { width:13rem;height:1.79980625rem;top:79.3125rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abVSB03ERWphszZnhEDTWXwAvUIPT7Ke { width:14.5rem;height:18.0625rem;top:67.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inxvlH4xC8qhApVzXZaJmcECG3NTCyVm { top:81.75rem;left:5.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNKBfWZnegMMIqyBoMwB8XQqMgIMDf9D { display:block; }
 }@media only screen and (max-width: 763px) { #KbuuyZVMRpkATK4uhlazAbV7OkmKiFNG { width:10.3125rem;height:3.75rem;top:81.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1SMZDMQEQT57Bk4Oa0lfwu0WHq21l0n { width:12.5625rem;height:1.54296875rem;top:79.1875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #FiQx14TP9tRCgVrOGduF35INv7Sq3N53 { width:12.5625rem;height:9.2578125rem;top:68.75rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #MVLFTAQuhqMIeeyDbE6G5Lw1AyCDERTP { width:17.8125rem;height:1.625rem;top:87.5625rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #h3EvZBmVoNJNQW77uLKU21QbzSKLEto9 { width:13rem;height:1.79980625rem;top:99.125rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p97xf3RLsHapP9DQodP94P6W17scho4v { width:13.1875rem;height:16.375rem;top:90.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg7qm7gGbflyKLBGbMcuZ14Bb8VKzpo1 { top:102.5625rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km2EDKiCuegniBrV1OPE8ZlU5il42MK9 { display:block; }
 }@media only screen and (max-width: 763px) { #VmTknqF2vV5K1CSlirZZucbwG2vBFqOz { width:10.3125rem;height:3.75rem;top:101.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQiB9obpdJPFy9ceQfOabs6ECOC6URc7 { width:12.5625rem;height:1.54296875rem;top:99.0625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #iV4mKJEHchxKzZgTFTypLMhoGbOPyX4T { width:12.5625rem;height:3.0859375rem;top:92.5rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #Jdzzro8ZRAKvvsqc7F0lnJQ088nKJWEw { width:13.1875rem;height:16.375rem;top:110.66796875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJeeaVgmg9QevKxf3xLTpftWLi6tIs4W { top:122.875rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTQKymHP5sv1uMPGyreTbT3UOwnTyT2e { display:block; }
 }@media only screen and (max-width: 763px) { #UkIizyKIoVhho9sSW7XSFWt1HD33ni9D { width:10.3125rem;height:3.75rem;top:122.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv233airPMFk8DUzKemRkTKvFQ3e1KTS { width:13rem;height:1.79980625rem;top:119.1875rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOdwUIGuV34tZEPWQMgVTNAmRDnR3dpu { width:12.5625rem;height:1.54296875rem;top:119.1875rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1MJJFT67zTLwMRCmPAgbMGtZxmJ6Gl { width:12.5625rem;height:3.0859375rem;top:113.66796875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #sooRpIF74VLgPUHkA94ddp1uZFTBaGyF { width:13rem;height:1.79980625rem;top:137.31640625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQhWvVLuib6fq96rL9lafGIPSqDqULgH { width:13.1875rem;height:16.375rem;top:128.29296875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVnoTC7W8prIk4AuGxrFrUHbzHC4Etkp { width:12.5625rem;height:3.0859375rem;top:130.79296875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #V59KE2uLospVhAEzIxIVPnNB6Ck0yn5u { width:10.3125rem;height:3.75rem;top:140.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNATDUTBPAmBVUtc7AOUto6CfQBubMEZ { width:12.5625rem;height:1.54296875rem;top:137.31640625rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #AsOcuKypo0qsK7JmQHN5cn8K9MBUJd51 { top:140.8125rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0EM0HaEyR9evo9dpy7B9N1O2au30FT { display:block; }
 }@media only screen and (max-width: 763px) { #UyTch7eTaSO3zXagbIfBOa7WBEqXt2tK { width:13rem;height:1.79980625rem;top:153.455078125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHx8KCZDTLC1xSbeVwZs5MDEJvaBc5nV { width:13.1875rem;height:16.375rem;top:145.91796875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCCBVBwvlV7N75GaQtedLNROfTBHF0rw { width:12.5625rem;height:1.54296875rem;top:148.48046875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #KbN6K59iA8hGJFOQBegndmOG6teWN3Ia { width:10.3125rem;height:3.75rem;top:156.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7nOR0sScdG9bFrEWACZsKTh1862AzQI { width:12.5625rem;height:1.54296875rem;top:153.333984375rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #OJy6BhT4peS5K4ExuvsTbunCxnx30VJX { top:157.5rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG8HpLToVH1Hy5tgSAe0n51sniRFLuMo { display:block; }
 }@media only screen and (max-width: 763px) { #D7ZRztJxc2hNDenhIGfRJKLLTESPykfG { width:13rem;height:1.79980625rem;top:171.080078125rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOyFSTQcpe4y01o88yffWPZhnIfI1W3J { width:13.1875rem;height:16.375rem;top:163.54296875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAfNF3KEfBVgv3Bu991TEB8Ho0sGXmFn { width:12.5625rem;height:1.54296875rem;top:166.48046875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #WZt9dWzuT8Q2msktRBwZKxQFWrpgR3Nb { width:10.3125rem;height:3.75rem;top:175.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWiTVJO2qQM4zsAnPU3OMHbQgNXfQCJf { width:12.5625rem;height:1.54296875rem;top:170.958984375rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #xhoCN2na9lyeFCPgFL98MgfCKbRUZ9bX { top:176.0625rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfDWMXbSOPEbLxq0Us46iox9suioS0Gw { display:block; }
 }@media only screen and (max-width: 763px) { #MHZ2xuxkiLPStoechqhKQirtPCZnuBUX { width:13rem;height:1.79980625rem;top:187.70703125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOcDU39xf1HhZwDi3FVeWESmu7bfrblG { width:13.1875rem;height:16.375rem;top:181.16796875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLMGzUemyedMJ8256zLiaiqbCH6n9MQG { width:12.5625rem;height:1.54296875rem;top:183.98046875rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #ATSfVlJ3QNaCVqBlgJR245ovIrMAZ30G { width:10.3125rem;height:3.75rem;top:192.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvEkZKmOQLkMcwDJMUDRaqDCpd5NNPue { top:193.25rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1JEZsUEyQiiwKkFfu5rOTy0wzZngJC6 { display:block; }
 }@media only screen and (max-width: 763px) { #qvGsDut4JxB62kGmaBDTm4vDcCKiwSET { width:12.5625rem;height:1.54296875rem;top:187.8359375rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #tQBCpDT5K1u10dwn88ORK8sLgfCSZHRi { width:13rem;height:1.79980625rem;top:208.8876953125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2BHS6T1GNSHqATwzi9TmZcmRvPMqeci { width:13.1875rem;height:16.375rem;top:199.35546875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrFZLzk2VHuWhQJw13bKXaVK4VLViEf { width:12.5625rem;height:3.0859375rem;top:202.1787109375rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #qKBHyzteVyk3y0NJ9MoicH36OJrgb9Ud { width:10.3125rem;height:3.75rem;top:211.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsXTUcMPOJT9FrCBa0gb4VrxVdEaabS2 { top:211.9375rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCx88QimvrVwUBS0USllIpMipXwsRrm6 { display:block; }
 }@media only screen and (max-width: 763px) { #uvAXBcFtCrJK3sfJfvn4TlOPtZEQvkmo { width:12.5625rem;height:1.54296875rem;top:208.75rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO { 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; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container { background-color: transparent; background-image: none; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container > .video-iframe-container { display: none; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row > .video-iframe-container { display: none; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .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); }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container { border-width: 0; border-radius: 0; }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row > .video-iframe-container {  }#JSni2qEGA8yxsSJzDuaISCoQ0tNgUtiO > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnuIe6t1fxTKx2gTgoHBtUPyVoeN6i7b { 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) { #pBhW2qm9bP6X5GeVSBX4Tf0CitQ5Zmrm { 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) { #O050T3CN82R3hQg0MMBzVHsHAACh1XRf { 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) { #ns1AbzruclsZrimkTRJ1cJQVUDf5Uqk4 { 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) { #JViaqPXgJFM6ZQ8hnh6k5f8SeUMhAqsA { width:3.125rem;height:3.125rem;top:3.388671875rem;left:15.873046875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOGM4BwVGXCRTpOTtoiz5GiAQdOKcEf { 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) { #IBSCWCaHsOUeIV2COpbTf0PH6gV8wrdU { 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) { #qtUoNFTWCStgdBN431gRqueuuBwpssrw { width:3.125rem;height:3.125rem;top:9.4326171875rem;left:16.498046875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuMb93BkBT7epI49CqiRtpXWvRU8QFJO { 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) { #qU8Iirw5u6T2tTqtbxKoTODu2rICD2K6 { 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) { #PJAoeJUeqNcxBWwvz1AswghqTnJQVUT4 { 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) { #S01EbKeMQsHi0pHaNBEcAFUGA206z7d3 { 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) { #AslVQswaK6fxB7ZHdKa0CDkaRcV8Ifha { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }