.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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { position:relative;display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { background-color: transparent; background-image: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { border-width: 0; border-radius: 0; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container {  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { 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/uc/eb00a163-27b5-4363-8bc7-e42775b53adf/LND.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.adaptive-delivery-prevent-bg, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyload, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyloading { background-image: none; }#hDHagbg95CmfvA7qLockbHy1PLFFOBsa { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:11.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { position:absolute;display:block;z-index:15008;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; }
#TvLlAWaWqSM5WRSMVPTvJM6BIon5ZWMX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:9.6875rem;top:31.6875rem;left:58.25rem;overflow:hidden;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-form-header {  }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .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; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:1.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-textarea { background-color:#ffffff;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;width:17.0625rem;box-sizing:border-box;height:4.3125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .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; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .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; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .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; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .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; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .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; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .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; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-container:first-of-type{padding-top:0;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-container:last-of-type{padding-bottom:0;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU  { 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:53.3125rem;top:11.8125rem;z-index:15039;position:absolute; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .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; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU {display:block;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU { 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:53.3125rem;top:11.8125rem;z-index:15039;position:absolute; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #eZ5ugg1b6mh0IiCTsSDt0k5kR6pv8xJM { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #aPJNKmIHPNgEdH0v1Teb5zpJMrKJX6Xh { position:relative;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #ITLLXQP8DnRgetF8KwyurlwEgvDk7xi1 { position:relative; }
#Dp5kPPVh4qETx1e4735gJi1aPbLumvHT { position:relative;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #MxOTQZxkun88o22tKBIAC11x0EqldWEi { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #MxOTQZxkun88o22tKBIAC11x0EqldWEi .container-column{width:50%;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #PlEUgnSdKli6nWUwaLDoHs9tybHfuwZ4 { position:relative;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #fEwxgwJr8xmt3mJHm1LLblkhSvoE2Xrh { position:relative;z-index:2; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #v6ssOZAxsOLkal0MA0wDlFWdBrnTNBmZ { position:relative;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #JHZZCqaid3uzry2sw3P9drG8hUaVg6WK { position:relative;z-index:2; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #m5w0VUXqHwMPFJLSrOQLN83mzG4iTUe3 { position:relative;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #SK0PEboamCqnBG66pCiuuu1FVo9AVTA8 { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #UKuUkboFR39q0lCRlHy72EAGUoxeQeZw { position:relative;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #rKOE3JVg3r1XCPtsS8PvX3WaNv3F70dR { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #PDKcdi9Ff3IHVEJ3wtzKLhx21qk8K98w { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #AdRhUTaz6QxoF8VSivcpcxXawKrMn9aX { position:relative;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #lPMfw0yiwAC2wpFhS9nduvKASbSTWo5Z { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #VKGSqXU2ea6Gc1UOZyGWJtAkIu5d7oTo { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #GFxmpAsBG6zzeFhRhK75FObDWTrQuiML { position:relative;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #mGWTzC7k0zawnoKNlwH27QPWFWZAkpUG { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #gVCPmTEBVMqVxNx737Jlzz7J9We6EwKe { position:relative; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #Qgq3yBnZCanoSy3bMXiWf3bsA139vdsX { position:relative; }
#gqWifDSynAtrf5vBcFb3FElQzIV8PLoZ { position:absolute;display:block;z-index:15037;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:8.625rem;left:56.125rem;display:block; }
#Ez48nAMlwOmElgE4IJHwF9S8SOAc86pV { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5625rem;left:55.375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nk2CtAPXqHVCzsvLV2apxnVenBmoFBQX { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1875rem;width:22.1875rem;top:9.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK { 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; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container { background-color: transparent; background-image: none; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container > .video-iframe-container { display: none; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row > .video-iframe-container { display: none; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .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); }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container { border-width: 0; border-radius: 0; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row > .video-iframe-container {  }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#qgLaALbr1WcV8Do2O1C0Aww4wcRNSD9B { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:13.5625rem;left:51.875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lgaXViuQ2eJTT23Xl99cVQhnsV8Sn6sf { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:8.625rem;left:48.75rem;height:7.3095625rem;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; }
#BxCUG0sy725SRHO5mtBzDAR5SOvK2bKD { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:6.5rem;left:48.5rem;overflow:hidden;display:block; }
#bqFoQo6LQKByoaseKgVBMrha9HD3uDSe { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:15.625rem;left:55.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yW0ST7QWrLAuI7zzklCQsFB6PrsJnaL8 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:16.4375rem;left:48.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; }
#uHpE3WcXf7cK1zxu0BzVKC7wBLS6lyWz { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.75rem;left:51.25rem;overflow:hidden;display:block; }
#z6T96TB39DprU23DMTEHTEvKho1HwuhP { z-index:15093;top:19.3125rem;left:50.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aZP6yep9CnCXg2oIktWnQrpiFSSp20SX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0pCaVLhJuoV6gaPWNpD31IHw8e8IRAN { color:#1c89a9;display:block;width:24.9375rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.7744140625rem;left:25.625rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#EhtOmLSiFitg9vzsm90fS5u20KxALOWM { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:6.5rem;left:31.25rem;overflow:hidden;display:block; }
#Id5y2RZLLuWx8XegMqkBMhDfUSRTB1Nt { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:8.6875rem;left:31.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hf5eTNprmfGD6XkhwiNBLWzNmWqJL8H2 { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20rem;left:33.75rem;overflow:hidden;display:block; }
#eXd46kTRlkSzmT364OifIa1u5Du4bUXa { z-index:15109;top:20.5625rem;left:32.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mGi1J5DvTq7A9nyxNPTpTDbqcbd9k7cN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVDUySDL1FR5EHJT06IdGuOstclObC9C { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:16.501953125rem;left:31.0625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylNgDRXGG9G3T54q2JqLzwGbbPyi8qkL { color:#ef4b15;display:block;width:5.3125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:15.6240234375rem;left:37.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5W7rUmhEPwq3ynkLPEqiTtmP6eRTWS0 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:6.5rem;left:13.0625rem;overflow:hidden;display:block; }
#KNevsMPrVFauzKShKTeJIqbgdpZiM7Ty { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:8.9375rem;left:13.375rem;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; }
#oPipMzGpgZTe8QZFMFQhK7r5ROiFVaUP { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20rem;left:15.5625rem;overflow:hidden;display:block; }
#VR8EnzC3W38VhTAkn43GgXQrMyzgKwZV { z-index:15130;top:20.5625rem;left:14.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hVQMLw28ILZI0UE99oeNA1ezga1aIIUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZ4nVlwIJwgPxfievdkON6oxTAXMlAWo { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:16.9375rem;left:12.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FIuT2KKpca5ZMKRFhcEVMJqH2JHTCuFH { color:#ef4b15;display:block;width:5.3125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15100;line-height:1.6;letter-spacing:0;top:16.0625rem;left:19.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlXEKiT6rIPwcZaqqTOTObOhiyKyxq4C { color:#1c89a9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.84375rem;left:33.03125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i { 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; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container { background-color: transparent; background-image: none; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container > .video-iframe-container { display: none; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row > .video-iframe-container { display: none; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .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); }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container { border-width: 0; border-radius: 0; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row > .video-iframe-container {  }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#WHWKXgkWy3c95XEs4g4fSv0tBKTbtU3v { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:11.5rem;left:48.3125rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vHRKRqJAiyP4b8rgHg6nzmFGdxMcug93 { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:6.5625rem;left:45.1875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HznilK5VenBX2s7VGA9GIfMO1oOwwwoV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:4.4375rem;left:44.9375rem;overflow:hidden;display:block; }
#WggSSKilm0dAFHFcmp1T3DBCxfzDRuuZ { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:13.5625rem;left:52.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U9HqsIvrRaeLTdTZK6LvgtgyUtlDWIcx { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:14.375rem;left:44.75rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d9tPKm3Xf3tqrDBJ7xLrXyLntnKGRxff { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.6875rem;left:47.6875rem;overflow:hidden;display:block; }
#bpCOMvzTOLd6xNIA0eViEWn6k0oNP2cN { z-index:15093;top:17.25rem;left:46.875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r0V4vDIGpvLDbEDfTEsQ40otv5OD8xon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B80HbshFkm1oO1m4tc1u3dqNiAmPPOae { color:#1c89a9;display:block;width:24.9375rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.25rem;left:25.625rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#xzlG1LMOy6i7o7sPyffLT3Si6es0TLlu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:4.4375rem;left:11.9375rem;overflow:hidden;display:block; }
#QU3LnikkgTPMNBTD3HJG6OL1PvhK76vX { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:8.625rem;left:12.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; }
#Gh0u84bSmxpQHr6Ga2hqPNOstB9rbX8J { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.9375rem;left:14.4375rem;overflow:hidden;display:block; }
#BOcFiVobPfgPoDvRGqLh0RUM0WvnSEEQ { z-index:15109;top:18.5rem;left:13.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N2mEam5gXxMResi1b1o8kWWso6l9Cws3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DKxrpx30wtXhxHZzXT26b1i0zA5QI7Tx { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:15rem;left:12.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; }
#hzeql1CMHCPvJ7TXIsnm4g5ESKvxqmUJ { color:#ef4b15;display:block;width:5.3125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:14.25rem;left:20.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHcKdc5VwtfMRgXkBGOOkZIbl6CA4E5g { color:#1c89a9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.2177734375rem;left:34.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw { 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; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container { background-color: transparent; background-image: none; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container > .video-iframe-container { display: none; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row > .video-iframe-container { display: none; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .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); }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container { border-width: 0; border-radius: 0; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row > .video-iframe-container {  }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:75rem;position:relative;display:block; }#GayEClJoAhDaeW7Rv8iKvwT94uqTGfo5 { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:12.1875rem;left:51.9375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bWGx0qgxONUJ8VnffbpQQa5OsGLuWTMr { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:7.25rem;left:48.8125rem;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; }
#fXMk7bMgr0V8vGzy71Fv2rdVMHdy91Gf { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:5.125rem;left:48.5625rem;overflow:hidden;display:block; }
#E451eyxE4bcRyWgVwUo7G9hdiq4uCUAN { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:12.187489509582rem;left:56.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1I4QTXysZLkZSvXL8Ro5UQ1HOiM3aO7 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:13.064620018006rem;left:48.75rem;height:1.54385625rem;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; }
#U0Vg6MwxmK8l3zKoJZpVQtSi0PfvM8Co { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.375rem;left:51.3125rem;overflow:hidden;display:block; }
#ERdakzFxQBMokSf86BoTN6T0f1ugoETr { z-index:15093;top:17.9375rem;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.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G66zUfXXuzs7BlHrWnB39J7KTzi8gDVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkeR5TO20n2fLTBpGnet2fs5dsoO4X1G { color:#1c89a9;display:block;width:43.375rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:17.6875rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#nWhJ6miOdP0bbAhTDohhlXxXUFttlt5o { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:25.125rem;left:16.875rem;overflow:hidden;display:block; }
#Z1m1tdNd4DecZiXlWGEl1ciTKPwqnQD4 { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:37.375rem;left:19rem;overflow:hidden;display:block; }
#rLrOA3RwaSJdHt1EXz24IxsZnwrLFICI { z-index:15109;top:37.9375rem;left:18.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CPGQrTfTlhN0OU3c0NTtflNHRa9JEeNu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJGLFU8dJHoOzqRmziQdJin3P7WUWsem { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:32.1875rem;left:19.625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CrFWaP78gsH4VUU96AFh3irQ6FQwgrhA { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:29.375rem;left:17.125rem;height:1.46218125rem;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; }
#JIIU2EWgxusw73fc0KOP4Eg3qaMBkd8i { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:33.375rem;left:16.625rem;height:1.54385625rem;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; }
#DJQlJ6KFOy5KBtmNicPaS0d0fSkuFLGD { color:#ef4b15;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:32.5rem;left:23.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krVBmQVTd0yBpy3Ji5oTryfqiax7GBEv { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9998125rem;width:14.5623125rem;top:5.1242895722389rem;left:16.6875rem;overflow:hidden;display:block; }
#uPXaTs6iz7lcQu2wTimkrL9LmvFq7by1 { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:9.30078125rem;left:17.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ByTifM40E0aPcTJ2TuE4kUTU0vgkbOXr { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:11.25rem;top:17.311779022217rem;left:18.4375rem;overflow:hidden;display:block; }
#u3lg3ybw4kGBb3mmkLBopGv0Vp4KnvTn { z-index:15109;top:17.999821245671rem;left:18.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RLRRNeuKok5TK5yyvef9TH7V5irEQd9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQK1Jez5RIlAuQ8oZXR2nyu2UP7vZGaa { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:13.351374626159rem;left:14.875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVN2lMyditZ7VuTOqUNOl2i6KJcEFQFK { color:#ef4b15;display:block;width:5.3125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:12.474244117737rem;left:22.0625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0QnPi64wA5O6v9dber3eLTd7lToiydG { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:25.8125rem;left:48.4375rem;overflow:hidden;display:block; }
#TO04lEFobr5fy9yT8H8MG6keb6iSdp6O { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:29.375rem;left:48.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hTxn7i7yO1nwfIlVuzVmArgFx9Z2xQha { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:39.3125rem;left:50.9375rem;overflow:hidden;display:block; }
#ZxZkr34pCBTypKNZFmcTJ3uxfM1aTKd5 { z-index:15130;top:39.875rem;left:50.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EcwC33eKORmnfoKq66skev3QV66TPScV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utXrmeTJEPPP27qQU1SVLn1U9Et5Tp7x { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:34.249823153019rem;left:47.375rem;height:1.54385625rem;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; }
#xAIglIx9xXTm6mSvIdze6IFxJhPCdu0T { color:#ef4b15;display:block;width:5.3125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15100;line-height:1.6;letter-spacing:0;top:33.433949053287rem;left:54.6875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7ryiPCJTkMMB7ORoAf3flAzdJJNheMK { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:46.125rem;left:48.375rem;overflow:hidden;display:block; }
#O4monVXAmqCirtX7qmy5qszmiTAZykiz { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:50rem;left:48.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nOFi1I5OAuSFiCT1hwMaBn1hnySySnXB { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:32.8125rem;left:20.25rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RCTRXy5oU9aukuzB3PD7hSTrl7b7PCvu { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:58.0625rem;left:50.75rem;overflow:hidden;display:block; }
#ZrpKE0b9EeCCia4TQNOF0RAihfD1hTNK { z-index:15116;top:58.6875rem;left:50.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D6MWEGHLXSMnQHlIQnNCcBqBTLrZiO16 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bx14GToXnVGQhGG16TyRbJiVMdIo8DkQ { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:54.375rem;left:47.25rem;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; }
#PbXvEGA26bbgb6bscCSZ8L7Xd81fbVxG { color:#ef4b15;display:block;width:5.4367875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15086;line-height:1.6;letter-spacing:0;top:53.5rem;left:54.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPNW6ncpp1fJXc5FkVKaatN43HVIH9VP { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:53.8125rem;left:20.25rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sWwx3ZU3pkcqA1LTknfVX8H1DCZhD8Mx { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:48.875rem;left:17.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; }
#Of8or6T0Hz1ttfHZdfrmmhyDnCR16ITb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:46.75rem;left:16.875rem;overflow:hidden;display:block; }
#ouDpSv7LZ9RZFJkf3BuLK8MQHrNGN9dw { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:53.8125rem;left:24.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cr1Fnf8R0m0VkXGHvrJqqBgcLRQ1QT14 { color:#383838;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:54.6875rem;left:17.0625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mIEoVPH4Kgu0OmOCp3zKl985UaTGwEbJ { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:59rem;left:19.625rem;overflow:hidden;display:block; }
#yJs6oZwIX9bWpEpWohxtOQ2y2q5BxIHd { z-index:15093;top:59.5625rem;left:18.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nXA5qPQElToEboa6QoQ5Uh9bEqunfTdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { 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; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { background-color: transparent; background-image: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .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); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { border-width: 0; border-radius: 0; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container {  }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:32.75rem;height:2.54375rem;font-style:normal;display:block; }
#R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;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; }
#HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { 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:15004;top:18.125rem;left:13.5rem;display:none; }
#bhNXeuVdGulESB50RbOg8dHGdXeSXysP { 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:15005;top:7.625rem;left:57.9375rem;display:block; }
#uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;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; }
#zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15004;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; }
#kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { 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:15006;top:4.78125rem;left:57.9375rem;display:block; }
#DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;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; }
#J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { position:absolute;display:block;z-index:14999;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; }
#s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { 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:15012;top:13.1875rem;left:33.6875rem;display:block; }
#hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { 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:15013;top:13.1875rem;left:29.6875rem;display:block; }
#gx0WbvgEhW18fietO9JNGVMkmh768V3I { 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:15014;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) { #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDHagbg95CmfvA7qLockbHy1PLFFOBsa { top:4.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLlAWaWqSM5WRSMVPTvJM6BIon5ZWMX { top:31.6875rem;left:38.0625rem;width:9.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-regular-label { display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU  { width:15rem;height:auto; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU {display:block;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #eZ5ugg1b6mh0IiCTsSDt0k5kR6pv8xJM {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #aPJNKmIHPNgEdH0v1Teb5zpJMrKJX6Xh { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #ITLLXQP8DnRgetF8KwyurlwEgvDk7xi1 {  }
 }@media only screen and (max-width: 763px) { #Dp5kPPVh4qETx1e4735gJi1aPbLumvHT { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #MxOTQZxkun88o22tKBIAC11x0EqldWEi {  }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #MxOTQZxkun88o22tKBIAC11x0EqldWEi .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #PlEUgnSdKli6nWUwaLDoHs9tybHfuwZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #fEwxgwJr8xmt3mJHm1LLblkhSvoE2Xrh { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #v6ssOZAxsOLkal0MA0wDlFWdBrnTNBmZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #JHZZCqaid3uzry2sw3P9drG8hUaVg6WK { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #m5w0VUXqHwMPFJLSrOQLN83mzG4iTUe3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #SK0PEboamCqnBG66pCiuuu1FVo9AVTA8 {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #UKuUkboFR39q0lCRlHy72EAGUoxeQeZw { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #rKOE3JVg3r1XCPtsS8PvX3WaNv3F70dR {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #PDKcdi9Ff3IHVEJ3wtzKLhx21qk8K98w {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #AdRhUTaz6QxoF8VSivcpcxXawKrMn9aX { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #lPMfw0yiwAC2wpFhS9nduvKASbSTWo5Z {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #VKGSqXU2ea6Gc1UOZyGWJtAkIu5d7oTo {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #GFxmpAsBG6zzeFhRhK75FObDWTrQuiML { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #mGWTzC7k0zawnoKNlwH27QPWFWZAkpUG {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #gVCPmTEBVMqVxNx737Jlzz7J9We6EwKe {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #Qgq3yBnZCanoSy3bMXiWf3bsA139vdsX {  }
 }@media only screen and (max-width: 763px) { #gqWifDSynAtrf5vBcFb3FElQzIV8PLoZ { top:8.625rem;left:33.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez48nAMlwOmElgE4IJHwF9S8SOAc86pV { width:15.375rem;height:1.9375rem;top:9.5625rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2CtAPXqHVCzsvLV2apxnVenBmoFBQX { top:9.5625rem;left:15.8125rem;width:22.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK { display:block; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgLaALbr1WcV8Do2O1C0Aww4wcRNSD9B { top:13.5625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgaXViuQ2eJTT23Xl99cVQhnsV8Sn6sf { width:14.0625rem;height:;top:8.625rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxCUG0sy725SRHO5mtBzDAR5SOvK2bKD { top:6.5rem;left:33.1875rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqFoQo6LQKByoaseKgVBMrha9HD3uDSe { width:3.75rem;height:3.25rem;top:15.625rem;left:42.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW0ST7QWrLAuI7zzklCQsFB6PrsJnaL8 { width:12.625rem;height:1.5rem;top:16.4375rem;left:34.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpE3WcXf7cK1zxu0BzVKC7wBLS6lyWz { top:18.75rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6T96TB39DprU23DMTEHTEvKho1HwuhP { top:19.3125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZP6yep9CnCXg2oIktWnQrpiFSSp20SX { display:block; }
 }@media only screen and (max-width: 763px) { #a0pCaVLhJuoV6gaPWNpD31IHw8e8IRAN { top:0.75rem;left:12rem;width:24.9375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhtOmLSiFitg9vzsm90fS5u20KxALOWM { top:6.5rem;left:17.625rem;width:14.5rem;height:17.922746781116rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id5y2RZLLuWx8XegMqkBMhDfUSRTB1Nt { width:14.0625rem;height:5.8125rem;top:8.6875rem;left:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf5eTNprmfGD6XkhwiNBLWzNmWqJL8H2 { top:20rem;left:20.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXd46kTRlkSzmT364OifIa1u5Du4bUXa { top:20.5625rem;left:19.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGi1J5DvTq7A9nyxNPTpTDbqcbd9k7cN { display:block; }
 }@media only screen and (max-width: 763px) { #qVDUySDL1FR5EHJT06IdGuOstclObC9C { width:12.5625rem;height:1.5rem;top:16.5rem;left:17.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNgDRXGG9G3T54q2JqLzwGbbPyi8qkL { width:5.3125rem;height:3.25rem;top:15.5625rem;left:24rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5W7rUmhEPwq3ynkLPEqiTtmP6eRTWS0 { top:6.5rem;left:0rem;width:14.5rem;height:17.922746781116rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNevsMPrVFauzKShKTeJIqbgdpZiM7Ty { width:14.0625rem;height:4.375rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPipMzGpgZTe8QZFMFQhK7r5ROiFVaUP { top:20rem;left:1.9375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR8EnzC3W38VhTAkn43GgXQrMyzgKwZV { top:20.5625rem;left:1.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQMLw28ILZI0UE99oeNA1ezga1aIIUS { display:block; }
 }@media only screen and (max-width: 763px) { #vZ4nVlwIJwgPxfievdkON6oxTAXMlAWo { width:12.5625rem;height:1.5rem;top:16.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIuT2KKpca5ZMKRFhcEVMJqH2JHTCuFH { width:5.3125rem;height:3.25rem;top:16.0625rem;left:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlXEKiT6rIPwcZaqqTOTObOhiyKyxq4C { top:3.8125rem;left:19.40625rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i { display:block; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHWKXgkWy3c95XEs4g4fSv0tBKTbtU3v { top:11.5rem;left:34.6875rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHRKRqJAiyP4b8rgHg6nzmFGdxMcug93 { width:14.0625rem;height:4.375rem;top:6.5625rem;left:31.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HznilK5VenBX2s7VGA9GIfMO1oOwwwoV { top:4.4375rem;left:31.3125rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #WggSSKilm0dAFHFcmp1T3DBCxfzDRuuZ { width:3.75rem;height:3.25rem;top:13.5625rem;left:38.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9HqsIvrRaeLTdTZK6LvgtgyUtlDWIcx { width:12.625rem;height:1.5rem;top:14.375rem;left:31.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9tPKm3Xf3tqrDBJ7xLrXyLntnKGRxff { top:16.6875rem;left:34.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpCOMvzTOLd6xNIA0eViEWn6k0oNP2cN { top:17.25rem;left:33.25rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0V4vDIGpvLDbEDfTEsQ40otv5OD8xon { display:block; }
 }@media only screen and (max-width: 763px) { #B80HbshFkm1oO1m4tc1u3dqNiAmPPOae { top:0.25rem;left:12rem;width:24.9375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzlG1LMOy6i7o7sPyffLT3Si6es0TLlu { top:4.4375rem;left:0rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU3LnikkgTPMNBTD3HJG6OL1PvhK76vX { width:14.0625rem;height:2.875rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh0u84bSmxpQHr6Ga2hqPNOstB9rbX8J { top:17.9375rem;left:0.8125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOcFiVobPfgPoDvRGqLh0RUM0WvnSEEQ { top:18.5rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2mEam5gXxMResi1b1o8kWWso6l9Cws3 { display:block; }
 }@media only screen and (max-width: 763px) { #DKxrpx30wtXhxHZzXT26b1i0zA5QI7Tx { width:12.625rem;height:1.5rem;top:15rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzeql1CMHCPvJ7TXIsnm4g5ESKvxqmUJ { width:5.3125rem;height:3.25rem;top:14.25rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHcKdc5VwtfMRgXkBGOOkZIbl6CA4E5g { top:3.1875rem;left:21rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw { display:block; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GayEClJoAhDaeW7Rv8iKvwT94uqTGfo5 { top:12.1875rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGx0qgxONUJ8VnffbpQQa5OsGLuWTMr { width:14.0625rem;height:;top:7.25rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXMk7bMgr0V8vGzy71Fv2rdVMHdy91Gf { top:5.125rem;left:33.1875rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #E451eyxE4bcRyWgVwUo7G9hdiq4uCUAN { width:3.75rem;height:3.25rem;top:12.125rem;left:42.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1I4QTXysZLkZSvXL8Ro5UQ1HOiM3aO7 { width:12.5625rem;height:1.5rem;top:13.0625rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0Vg6MwxmK8l3zKoJZpVQtSi0PfvM8Co { top:17.375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERdakzFxQBMokSf86BoTN6T0f1ugoETr { top:17.9375rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G66zUfXXuzs7BlHrWnB39J7KTzi8gDVr { display:block; }
 }@media only screen and (max-width: 763px) { #UkeR5TO20n2fLTBpGnet2fs5dsoO4X1G { top:0.8125rem;left:4.0625rem;width:43.375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWhJ6miOdP0bbAhTDohhlXxXUFttlt5o { top:25.125rem;left:3.25rem;width:14.5rem;height:17.922746781116rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1m1tdNd4DecZiXlWGEl1ciTKPwqnQD4 { top:37.375rem;left:5.375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLrOA3RwaSJdHt1EXz24IxsZnwrLFICI { top:37.9375rem;left:4.5625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGQrTfTlhN0OU3c0NTtflNHRa9JEeNu { display:block; }
 }@media only screen and (max-width: 763px) { #mJGLFU8dJHoOzqRmziQdJin3P7WUWsem { top:32.1875rem;left:6rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrFWaP78gsH4VUU96AFh3irQ6FQwgrhA { width:14.0625rem;height:1.4375rem;top:29.375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIIU2EWgxusw73fc0KOP4Eg3qaMBkd8i { width:12.5625rem;height:1.5rem;top:33.375rem;left:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJQlJ6KFOy5KBtmNicPaS0d0fSkuFLGD { width:5.375rem;height:3.25rem;top:32.5rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVBmQVTd0yBpy3Ji5oTryfqiax7GBEv { top:5.0625rem;left:3.0625rem;width:14.5rem;height:17.922981835663rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPXaTs6iz7lcQu2wTimkrL9LmvFq7by1 { width:14.0625rem;height:;top:9.25rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTifM40E0aPcTJ2TuE4kUTU0vgkbOXr { top:17.25rem;left:4.8125rem;width:11.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3lg3ybw4kGBb3mmkLBopGv0Vp4KnvTn { top:17.9375rem;left:5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRRNeuKok5TK5yyvef9TH7V5irEQd9N { display:block; }
 }@media only screen and (max-width: 763px) { #ZQK1Jez5RIlAuQ8oZXR2nyu2UP7vZGaa { width:12.5625rem;height:1.5rem;top:13.3125rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVN2lMyditZ7VuTOqUNOl2i6KJcEFQFK { width:5.3125rem;height:3.25rem;top:12.4375rem;left:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0QnPi64wA5O6v9dber3eLTd7lToiydG { top:25.8125rem;left:33.25rem;width:14.5rem;height:17.922746781116rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO04lEFobr5fy9yT8H8MG6keb6iSdp6O { width:14.0625rem;height:1.4375rem;top:29.375rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTxn7i7yO1nwfIlVuzVmArgFx9Z2xQha { top:39.3125rem;left:37.3125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxZkr34pCBTypKNZFmcTJ3uxfM1aTKd5 { top:39.875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcwC33eKORmnfoKq66skev3QV66TPScV { display:block; }
 }@media only screen and (max-width: 763px) { #utXrmeTJEPPP27qQU1SVLn1U9Et5Tp7x { width:12.5625rem;height:1.5rem;top:34.1875rem;left:33.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAIglIx9xXTm6mSvIdze6IFxJhPCdu0T { width:5.3125rem;height:3.25rem;top:33.375rem;left:41.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ryiPCJTkMMB7ORoAf3flAzdJJNheMK { top:46.125rem;left:33.1875rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4monVXAmqCirtX7qmy5qszmiTAZykiz { width:14.0625rem;height:1.4375rem;top:50rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOFi1I5OAuSFiCT1hwMaBn1hnySySnXB { top:32.8125rem;left:6.625rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCTRXy5oU9aukuzB3PD7hSTrl7b7PCvu { top:58.0625rem;left:37.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrpKE0b9EeCCia4TQNOF0RAihfD1hTNK { top:58.6875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6MWEGHLXSMnQHlIQnNCcBqBTLrZiO16 { display:block; }
 }@media only screen and (max-width: 763px) { #bx14GToXnVGQhGG16TyRbJiVMdIo8DkQ { width:12.5625rem;height:1.5rem;top:54.375rem;left:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbXvEGA26bbgb6bscCSZ8L7Xd81fbVxG { width:5.375rem;height:3.25rem;top:53.5rem;left:40.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPNW6ncpp1fJXc5FkVKaatN43HVIH9VP { top:53.8125rem;left:6.625rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwx3ZU3pkcqA1LTknfVX8H1DCZhD8Mx { width:14.0625rem;height:2.875rem;top:48.875rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of8or6T0Hz1ttfHZdfrmmhyDnCR16ITb { top:46.75rem;left:3.25rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDpSv7LZ9RZFJkf3BuLK8MQHrNGN9dw { width:3.75rem;height:3.25rem;top:53.8125rem;left:10.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr1Fnf8R0m0VkXGHvrJqqBgcLRQ1QT14 { width:12.5625rem;height:1.5rem;top:54.6875rem;left:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIEoVPH4Kgu0OmOCp3zKl985UaTGwEbJ { top:59rem;left:6rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJs6oZwIX9bWpEpWohxtOQ2y2q5BxIHd { top:59.5625rem;left:5.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXA5qPQElToEboa6QoQ5Uh9bEqunfTdU { display:block; }
 }@media only screen and (max-width: 763px) { #PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { display:block; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { width:28.75rem;height:2.5rem;top:1.375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhNXeuVdGulESB50RbOg8dHGdXeSXysP { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { width:47.75rem;height:3.9375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { 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) { #DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { width:19.3125rem;height:3.5rem;top:13.8125rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { top:13.25rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { top:13.125rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { top:13.125rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx0WbvgEhW18fietO9JNGVMkmh768V3I { top:13.125rem;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) { #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { background-color: transparent; background-image: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { border-width: 0; border-radius: 0; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container {  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { width:20rem;height:69rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6b58055-0bcf-4168-bcec-b8ad51cce2a2/landingpagemobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.adaptive-delivery-prevent-bg, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyload, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #hDHagbg95CmfvA7qLockbHy1PLFFOBsa { width:17.3105625rem;height:1.70605625rem;top:10.10546875rem;left:1.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvLlAWaWqSM5WRSMVPTvJM6BIon5ZWMX { width:9.6875rem;height:3.624025rem;top:58.4375rem;left:5.15625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU  { width:16.9993125rem;height:auto;top:38.5625rem;left:0rem;z-index:15039; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU {display:block;}#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU { width:16.9993125rem;height:auto;top:38.5625rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #eZ5ugg1b6mh0IiCTsSDt0k5kR6pv8xJM {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #aPJNKmIHPNgEdH0v1Teb5zpJMrKJX6Xh { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #ITLLXQP8DnRgetF8KwyurlwEgvDk7xi1 {  }
 }@media only screen and (max-width: 763px) { #Dp5kPPVh4qETx1e4735gJi1aPbLumvHT { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #MxOTQZxkun88o22tKBIAC11x0EqldWEi {  }
#Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #MxOTQZxkun88o22tKBIAC11x0EqldWEi .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #PlEUgnSdKli6nWUwaLDoHs9tybHfuwZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #fEwxgwJr8xmt3mJHm1LLblkhSvoE2Xrh { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #v6ssOZAxsOLkal0MA0wDlFWdBrnTNBmZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #JHZZCqaid3uzry2sw3P9drG8hUaVg6WK { z-index:2; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #m5w0VUXqHwMPFJLSrOQLN83mzG4iTUe3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #SK0PEboamCqnBG66pCiuuu1FVo9AVTA8 {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #UKuUkboFR39q0lCRlHy72EAGUoxeQeZw { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #rKOE3JVg3r1XCPtsS8PvX3WaNv3F70dR {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #PDKcdi9Ff3IHVEJ3wtzKLhx21qk8K98w {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #AdRhUTaz6QxoF8VSivcpcxXawKrMn9aX { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #lPMfw0yiwAC2wpFhS9nduvKASbSTWo5Z {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #VKGSqXU2ea6Gc1UOZyGWJtAkIu5d7oTo {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #GFxmpAsBG6zzeFhRhK75FObDWTrQuiML { display:block; }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #mGWTzC7k0zawnoKNlwH27QPWFWZAkpUG {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #gVCPmTEBVMqVxNx737Jlzz7J9We6EwKe {  }
 }@media only screen and (max-width: 763px) { #Ip1HRxlgx7OB3Bhi0NvXZU24EAphJkLU #Qgq3yBnZCanoSy3bMXiWf3bsA139vdsX {  }
 }@media only screen and (max-width: 763px) { #gqWifDSynAtrf5vBcFb3FElQzIV8PLoZ { width:14.125rem;height:3.1875rem;top:33.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez48nAMlwOmElgE4IJHwF9S8SOAc86pV { width:15.3125rem;height:1.8056625rem;top:34.875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2CtAPXqHVCzsvLV2apxnVenBmoFBQX { width:18.75rem;height:17.875rem;top:5.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK { 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; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container { background-color: transparent; background-image: none; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container > .video-iframe-container { display: none; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row > .video-iframe-container { display: none; }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .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); }#IO1TxWeOBSsUNXJcdOPIAdlhTZSP55qK > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgLaALbr1WcV8Do2O1C0Aww4wcRNSD9B { width:10.9375rem;height:0;top:18rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgaXViuQ2eJTT23Xl99cVQhnsV8Sn6sf { width:14.6875rem;height:9.75rem;top:6rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #BxCUG0sy725SRHO5mtBzDAR5SOvK2bKD { width:14.5rem;height:17.875rem;top:3.5rem;left:2.7630718954248rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqFoQo6LQKByoaseKgVBMrha9HD3uDSe { width:3.75rem;height:2.3994125rem;top:12.827413797379rem;left:9.7487569451331rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW0ST7QWrLAuI7zzklCQsFB6PrsJnaL8 { width:12.6243125rem;height:1.54385625rem;top:13.016699790954rem;left:2.9367895722389rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #uHpE3WcXf7cK1zxu0BzVKC7wBLS6lyWz { width:10.3125rem;height:3.75rem;top:16.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6T96TB39DprU23DMTEHTEvKho1HwuhP { top:17.3125rem;left:3.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZP6yep9CnCXg2oIktWnQrpiFSSp20SX { display:block; }
 }@media only screen and (max-width: 763px) { #a0pCaVLhJuoV6gaPWNpD31IHw8e8IRAN { width:12.7494375rem;height:1.54296875rem;top:0.4375rem;left:3.685546875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhtOmLSiFitg9vzsm90fS5u20KxALOWM { width:14.5rem;height:17.875rem;top:22.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id5y2RZLLuWx8XegMqkBMhDfUSRTB1Nt { width:14.0625rem;height:6.5rem;top:23.3125rem;left:3.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) { #hf5eTNprmfGD6XkhwiNBLWzNmWqJL8H2 { width:10.3125rem;height:3.75rem;top:35.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXd46kTRlkSzmT364OifIa1u5Du4bUXa { top:36.4375rem;left:4.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGi1J5DvTq7A9nyxNPTpTDbqcbd9k7cN { display:block; }
 }@media only screen and (max-width: 763px) { #qVDUySDL1FR5EHJT06IdGuOstclObC9C { width:12.6243125rem;height:1.54385625rem;top:32.751240730286rem;left:2.9367895722389rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ylNgDRXGG9G3T54q2JqLzwGbbPyi8qkL { width:3.75rem;height:2.3994125rem;top:32.436752319336rem;left:9.7492890954019rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5W7rUmhEPwq3ynkLPEqiTtmP6eRTWS0 { width:14.5rem;height:17.9375rem;top:40.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNevsMPrVFauzKShKTeJIqbgdpZiM7Ty { width:14.0625rem;height:4.875rem;top:41.75rem;left:2.75rem;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) { #oPipMzGpgZTe8QZFMFQhK7r5ROiFVaUP { width:10.3125rem;height:3.75rem;top:53.937141418457rem;left:5.3744669556617rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #VR8EnzC3W38VhTAkn43GgXQrMyzgKwZV { top:54.562141418457rem;left:4.8124995827675rem;width:11.3743125rem;height:2.5rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #hVQMLw28ILZI0UE99oeNA1ezga1aIIUS { display:block; }
 }@media only screen and (max-width: 763px) { #vZ4nVlwIJwgPxfievdkON6oxTAXMlAWo { width:12.6243125rem;height:1.54385625rem;top:51.123929023742rem;left:2.4350140690804rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #FIuT2KKpca5ZMKRFhcEVMJqH2JHTCuFH { width:4.5rem;height:2.3994125rem;top:50.811786651611rem;left:8.9996448159219rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlXEKiT6rIPwcZaqqTOTObOhiyKyxq4C { width:8.9375rem;height:1.21875rem;top:1.65625rem;left:10.9375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i { 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; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container { background-color: transparent; background-image: none; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container > .video-iframe-container { display: none; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row > .video-iframe-container { display: none; }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .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); }#uDFrf3yxNxxT9i3fyTHg5zJmxeuxB46i > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHWKXgkWy3c95XEs4g4fSv0tBKTbtU3v { width:10.9375rem;height:0;top:18rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHRKRqJAiyP4b8rgHg6nzmFGdxMcug93 { width:14.6875rem;height:4.875rem;top:7.125rem;left:2.65625rem;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) { #HznilK5VenBX2s7VGA9GIfMO1oOwwwoV { width:14.5rem;height:17.875rem;top:3.5rem;left:2.7630718954248rem;display:block; }
 }@media only screen and (max-width: 763px) { #WggSSKilm0dAFHFcmp1T3DBCxfzDRuuZ { width:3.75rem;height:2.19993125rem;top:13.686973571778rem;left:9.7496448159219rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9HqsIvrRaeLTdTZK6LvgtgyUtlDWIcx { width:12.625rem;height:1.54385625rem;top:13.687145233154rem;left:2.8746448159218rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #d9tPKm3Xf3tqrDBJ7xLrXyLntnKGRxff { width:10.3125rem;height:3.75rem;top:16.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpCOMvzTOLd6xNIA0eViEWn6k0oNP2cN { top:17.3125rem;left:3.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0V4vDIGpvLDbEDfTEsQ40otv5OD8xon { display:block; }
 }@media only screen and (max-width: 763px) { #B80HbshFkm1oO1m4tc1u3dqNiAmPPOae { width:12.7494375rem;height:1.54385625rem;top:1.1444091796875E-5rem;left:3.6239343285561rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzlG1LMOy6i7o7sPyffLT3Si6es0TLlu { width:14.5rem;height:17.875rem;top:22.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU3LnikkgTPMNBTD3HJG6OL1PvhK76vX { width:14.0625rem;height:3.25rem;top:27.875rem;left:2.96875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Gh0u84bSmxpQHr6Ga2hqPNOstB9rbX8J { width:10.3125rem;height:3.75rem;top:35.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOcFiVobPfgPoDvRGqLh0RUM0WvnSEEQ { top:36.4375rem;left:4.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2mEam5gXxMResi1b1o8kWWso6l9Cws3 { display:block; }
 }@media only screen and (max-width: 763px) { #DKxrpx30wtXhxHZzXT26b1i0zA5QI7Tx { width:12.6243125rem;height:1.54385625rem;top:32.881924629211rem;left:2.9367895722389rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #hzeql1CMHCPvJ7TXIsnm4g5ESKvxqmUJ { width:3.75rem;height:2.3994125rem;top:32.57900428772rem;left:9.7496448159219rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHcKdc5VwtfMRgXkBGOOkZIbl6CA4E5g { width:8.9375rem;height:1.21875rem;top:1.65625rem;left:10.9375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw { 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; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container { background-color: transparent; background-image: none; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container > .video-iframe-container { display: none; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row > .video-iframe-container { display: none; }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .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); }#exeSAcuQzoTgS0ZIpkLPaHuMdK09S6gw > .row .container { width:20rem;height:122.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GayEClJoAhDaeW7Rv8iKvwT94uqTGfo5 { width:10.9375rem;height:0;top:18rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGx0qgxONUJ8VnffbpQQa5OsGLuWTMr { width:14.6875rem;height:1.625rem;top:5rem;left:3.1875rem;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) { #fXMk7bMgr0V8vGzy71Fv2rdVMHdy91Gf { width:15.625rem;height:19.25rem;top:21.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E451eyxE4bcRyWgVwUo7G9hdiq4uCUAN { width:3.75rem;height:2.3994125rem;top:9.6455078125rem;left:8.65625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1I4QTXysZLkZSvXL8Ro5UQ1HOiM3aO7 { width:12.624rem;height:1.54296875rem;top:10.0732421875rem;left:0.9990234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #U0Vg6MwxmK8l3zKoJZpVQtSi0PfvM8Co { width:10.3125rem;height:3.75rem;top:35.75rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERdakzFxQBMokSf86BoTN6T0f1ugoETr { top:36.375rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G66zUfXXuzs7BlHrWnB39J7KTzi8gDVr { display:block; }
 }@media only screen and (max-width: 763px) { #UkeR5TO20n2fLTBpGnet2fs5dsoO4X1G { width:17.9989375rem;height:1.54385625rem;top:1.1629972457886rem;left:0.99964481592181rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWhJ6miOdP0bbAhTDohhlXxXUFttlt5o { width:14.5625rem;height:18rem;top:61.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1m1tdNd4DecZiXlWGEl1ciTKPwqnQD4 { width:10.3125rem;height:3.75rem;top:74.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLrOA3RwaSJdHt1EXz24IxsZnwrLFICI { top:74.875rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGQrTfTlhN0OU3c0NTtflNHRa9JEeNu { display:block; }
 }@media only screen and (max-width: 763px) { #mJGLFU8dJHoOzqRmziQdJin3P7WUWsem { width:10.9375rem;height:0;top:58.9375rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrFWaP78gsH4VUU96AFh3irQ6FQwgrhA { width:14.0625rem;height:1.625rem;top:66.5rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #JIIU2EWgxusw73fc0KOP4Eg3qaMBkd8i { width:12.6243125rem;height:1.54296875rem;top:70.75rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #DJQlJ6KFOy5KBtmNicPaS0d0fSkuFLGD { width:3.75rem;height:2.3994125rem;top:70.5625rem;left:8.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVBmQVTd0yBpy3Ji5oTryfqiax7GBEv { width:14.5625rem;height:18rem;top:42.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPXaTs6iz7lcQu2wTimkrL9LmvFq7by1 { width:14.0625rem;height:3.25rem;top:46.5625rem;left:3.0625rem;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) { #ByTifM40E0aPcTJ2TuE4kUTU0vgkbOXr { width:10.3125rem;height:3.75rem;top:55.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3lg3ybw4kGBb3mmkLBopGv0Vp4KnvTn { top:55.875rem;left:4.75rem;width:11.3743125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRRNeuKok5TK5yyvef9TH7V5irEQd9N { display:block; }
 }@media only screen and (max-width: 763px) { #ZQK1Jez5RIlAuQ8oZXR2nyu2UP7vZGaa { width:12.6243125rem;height:1.54296875rem;top:51.375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #qVN2lMyditZ7VuTOqUNOl2i6KJcEFQFK { width:3.75rem;height:2.3994125rem;top:51.0625rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0QnPi64wA5O6v9dber3eLTd7lToiydG { width:15.8125rem;height:19.5625rem;top:81.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO04lEFobr5fy9yT8H8MG6keb6iSdp6O { width:14.0625rem;height:1.625rem;top:86.9375rem;left:3.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) { #hTxn7i7yO1nwfIlVuzVmArgFx9Z2xQha { width:10.3125rem;height:3.75rem;top:95.6875rem;left:5.25rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #ZxZkr34pCBTypKNZFmcTJ3uxfM1aTKd5 { top:96.3125rem;left:4.75rem;width:11.3743125rem;height:2.5rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #EcwC33eKORmnfoKq66skev3QV66TPScV { display:block; }
 }@media only screen and (max-width: 763px) { #utXrmeTJEPPP27qQU1SVLn1U9Et5Tp7x { width:12.625rem;height:1.54296875rem;top:91.6875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #xAIglIx9xXTm6mSvIdze6IFxJhPCdu0T { width:4.5rem;height:2.3994125rem;top:91.4375rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ryiPCJTkMMB7ORoAf3flAzdJJNheMK { width:15.8125rem;height:19.5rem;top:102.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4monVXAmqCirtX7qmy5qszmiTAZykiz { width:14.0625rem;height:3.25rem;top:105.3125rem;left:3.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) { #nOFi1I5OAuSFiCT1hwMaBn1hnySySnXB { width:10.9375rem;height:0;top:102.0625rem;left:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCTRXy5oU9aukuzB3PD7hSTrl7b7PCvu { width:10.3125rem;height:3.75rem;top:116.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrpKE0b9EeCCia4TQNOF0RAihfD1hTNK { top:117.25rem;left:4.75rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6MWEGHLXSMnQHlIQnNCcBqBTLrZiO16 { display:block; }
 }@media only screen and (max-width: 763px) { #bx14GToXnVGQhGG16TyRbJiVMdIo8DkQ { width:12.625rem;height:1.54296875rem;top:112.6875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #PbXvEGA26bbgb6bscCSZ8L7Xd81fbVxG { width:5.4375rem;height:2.3994125rem;top:112.3125rem;left:8.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPNW6ncpp1fJXc5FkVKaatN43HVIH9VP { width:10.9375rem;height:0;top:15.125rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwx3ZU3pkcqA1LTknfVX8H1DCZhD8Mx { width:14.6875rem;height:3.25rem;top:26rem;left:2.65625rem;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) { #Of8or6T0Hz1ttfHZdfrmmhyDnCR16ITb { width:15.625rem;height:19.25rem;top:0.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDpSv7LZ9RZFJkf3BuLK8MQHrNGN9dw { width:3.75rem;height:2.3994125rem;top:32.197265625rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr1Fnf8R0m0VkXGHvrJqqBgcLRQ1QT14 { width:12.624rem;height:1.54296875rem;top:32.625rem;left:2.65625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #mIEoVPH4Kgu0OmOCp3zKl985UaTGwEbJ { width:10.3125rem;height:3.75rem;top:13.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJs6oZwIX9bWpEpWohxtOQ2y2q5BxIHd { top:14.4375rem;left:3.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXA5qPQElToEboa6QoQ5Uh9bEqunfTdU { display:block; }
 }@media only screen and (max-width: 763px) { #PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { 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; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { background-color: transparent; background-image: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .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); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { border-width: 0; border-radius: 0; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container {  }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { 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) { #R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { 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) { #ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { 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) { #HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { 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) { #bhNXeuVdGulESB50RbOg8dHGdXeSXysP { width:3.125rem;height:3.125rem;top:3.4516611099243rem;left:15.873579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { width:19.4375rem;height:1.29980625rem;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) { #zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { 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) { #kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { width:3.125rem;height:3.125rem;top:8.8077054023744rem;left:16.498579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { 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) { #J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { 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) { #s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { 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) { #hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { 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) { #gx0WbvgEhW18fietO9JNGVMkmh768V3I { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }