.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/kgDzLh5J/AFW_Landing_Page_option2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g.adaptive-delivery-prevent-bg, #Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g.lazyload, #Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g.lazyloading { background-image: none; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container { background-color: transparent; background-image: none; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container > .video-iframe-container { display: none; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row > .video-iframe-container { display: none; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .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); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container { border-width: 0; border-radius: 0; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row > .video-iframe-container {  }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-form-header {  }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .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; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-text {padding-top: 0; padding-bottom: 0;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .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; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-select {padding-top: 0; padding-bottom: 0;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .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; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.0625rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.5) ; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .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; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .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; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .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; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-container:first-of-type{padding-top:0;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-container:last-of-type{padding-bottom:0;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.125001907349rem;top:17.8125rem;z-index:100028;position:absolute; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .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; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W {display:block;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.125001907349rem;top:17.8125rem;z-index:100028;position:absolute; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #LWL85noICiKAUEFCu3y9bqsqhfbuq8aU { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #cC66nnnA7hg2FtL84qWvM4JGy4HyOMoI { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xiu4iF97hXJPcKbP7iUXyEl7iBDX2eqh { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #k9QK1wlwpLa92B8AxNS2bbftwdETtyuF { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #k9QK1wlwpLa92B8AxNS2bbftwdETtyuF .container-column{width:50%;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #o7NftMmwnecw79hkoF6S72riHtGksrP7 { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #N711wT2MOUcTZF28X4IKhhbu5tW1dlN2 { position:relative;z-index:2; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #mGlJlqeh5UN7ZPSC15qNJzmiQF7zWupE { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #fg4RXfX0uqscDZgle74Duv0hlusy4N54 { position:relative;z-index:2; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #dPXlbzWqoWtCiGIm2LF04G9b2Z3g1THV { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #ZnJTUflQSZ5M4Loy4Tt98DTItzEoUAKy { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #UpbehsBQlKp4mMtKoKydhDfyAeMt0wI6 { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #R1brVN4tadUuWZUfJIeZOWPxZXRclP1q { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #HahDK2fCOQUPxIyaiF7wud3vsNQzGdBD { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #eGfkzCGoFBXlS6oXXwZyfUFbb2Fs7PEf { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xef4EnaWcmH6rEop16RrbnO7CixE3dRC { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #VDf1J00hLCBuw6o9Q7ZhEC1S2ccN8tqQ { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xd7qhKd99yToZcIh5qGDaDqFQ2vm0Nrv { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #Beft4JO2APeDkzPsyvqdHItSs0GqZ9Aw { position:relative; }
#hFVAOrb6mlCfBOcqA0xwkmJPtW5X5BLv { position:relative;display:block; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #AEoWaZ2vWOc5Z5v0UtwJUmbro221f4vW { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #H1T7CLLHxfduRe7v57DlTTBmLfL58eFt { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #mqeVLkgzL9E2ixk2AM99TemPVlphbIvF { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #ezJWufbg8nsvsvl59axNgTK2BMAyy3Jz { position:relative; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #P1osGIWT7N8JinbyiaFH59m7veRTCTzT { position:relative; }
#wKfOMfnwPFlf136w52nKGgk3tym2odfU { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:15rem;left:37.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MtOs6J19L202IEpDVZbsqABNSDwf3yGt { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:9.6458339691163rem;left:4.375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TD0U33LJ99BV56ptde8EGULxRcUPk946 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#fyh3vx077MR6L1irlBtnRBJPrUKJcZ8Z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:12.625rem;top:45.3125rem;left:39.6875rem;overflow:hidden;display:block; }
#kZB7Brhbkg0nb47dRarxuku441HAbyyQ { position:absolute;display:block;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:3.25rem;width:14.1875rem;top:14.0625rem;left:38.1875rem;display:block; }
#f8J4WmnL7fO7g9IwpXzG22c6IaO5rLpK { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:46.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#tgRfkgISJRm40ZXTqwzn8ZOiueOaoTbF { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:46.6875rem;left:28.125rem;overflow:hidden;display:block; }
#uzz7mhJbLbMtuvLRwCqHb8Tq8KNZgxUG { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:50.0869140625rem;left:23.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa { position:relative;display:block; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa { background-color: transparent; background-image: none; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container > .video-iframe-container { display: none; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row > .video-iframe-container { display: none; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .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); }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa { border-width: 0; border-radius: 0; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container > .video-iframe-container {  }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(132deg, #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(132deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;font-size:0.875rem;font-family:arial;height:76.5625rem;width:60rem;position:relative;display:block; }#ohoTa7pfn7anXXQcLmPPvmBb5DZvbpkz { z-index:100080;top:32.6875rem;left:39.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; }
#wbyD9VFgTnGzrt9NyUDOST2RpJc1A99T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qUXrgiuH4tf5lEBs46JL0PHVAunDGa3z { color:#0f86a9;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:6.75rem;left:38.1875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJQldg0m0WFr0mk0bRTDoSRVfiTc5fHm { color:#313233;display:block;width:15.7486875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:9.3125rem;left:36.1875rem;height:17.94268125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AzqNT1wMyamnsRimFkAw8gm9aQRwM03L { color:#b33e16;display:block;width:5.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:28.8125rem;left:43.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXCeUgOaeTTC0HEDsV6fErKF9STZ6Apd { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:40.1875rem;left:37.8125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U3N4fFOOvFi4JmhqH58OdPzF8CvqZiQ5 { color:#313233;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:42.875rem;left:36.6875rem;height:20.70309375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CdSmZgKwrnOUreVpCWw9AEhOyWTwWMmP { color:#052956;display:block;width:15.1861875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:65.0625rem;left:38rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dra8wQkVVWixUfMJxyDTlzFqhMJxuth2 { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:32.125rem;left:40.25rem;overflow:hidden;display:block; }
#OL75xZ2GbPyJcbKdQMpwtTgarSPS5uHB { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.5rem;width:17.8125rem;top:5rem;left:36.1875rem;overflow:hidden;display:block; }
#sPwRIN2L9yRwenS0K4BvITkqKq2I4GPq { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:29.5rem;left:36.5625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QlbxplzX6kEm9yk7zFtIxTPbZuMsHI3u { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.875rem;width:19.0625rem;top:38.6875rem;left:35.625rem;overflow:hidden;display:block; }
#uBZL8O0CWe6EmpA73q2Mdaq935Jqq1XN { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:65.9375rem;left:36.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; }
#a1hSvGTathvgbXkRQ0nFvrCkpx2VZDRb { z-index:100082;top:68.9375rem;left:38.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; }
#m21Xz4mXVAgEFnQbvrS8nz7r70JnTWrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WaET969z3Pekv8TX7cmvv9KLAe6nL1dE { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:68.25rem;left:39.6875rem;overflow:hidden;display:block; }
#SEV51WbaEKEfWEk3Eldx2IA1uO7CKQUt { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58.125rem;width:17.25rem;top:9.3125rem;left:11.8125rem;overflow:hidden;display:block; }
#IC3eFecp2MQPZOVh7iMiOLMHzU3SXzgy { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:11.8125rem;left:14rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zI3xz4ew8Dm0yIg9Mkt1D6MTCrVDfTsN { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:15rem;left:15.6875rem;height:39rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MZWV9F7qfU75TKE2WH0aIfeBT2Q9256t { color:#000000;display:block;width:1.5rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100051;line-height:1.6;letter-spacing:0;top:59.1875rem;left:22.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzsXbRSnzS9up5bTyX7wvW1ZMnX0VFAT { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:60.125rem;left:12.9375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ARf7emwRyiXZHiPC2NoMZi0OHn4HTRCV { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:61.9375rem;left:15.375rem;overflow:hidden;display:block; }
#zUf1rreqKeCfw59qMCXDEfmkZf3AM63A { z-index:100088;top:62.5rem;left:14.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Oh5RO3eLrc5ugkFr9xa38hZF5y5mr8T0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf { position:relative;display:block; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf { background-color: transparent; background-image: none; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container > .video-iframe-container { display: none; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row > .video-iframe-container { display: none; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .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); }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf { border-width: 0; border-radius: 0; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container > .video-iframe-container {  }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(54deg, #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(54deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#J2Bx2RJvXAFVO3rXvOUT0tVXTFItx6Gi { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:9.8125rem;left:35.125rem;height:12.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wHTJHwROwi9izhfo5J9PtJ9PChUw9CIv { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:8.0625rem;left:34.1875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iPhsB9fkhOWA8zuX98Pke6xsFb5TXiHS { color:#ef4b15;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:20.6875rem;left:33rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7aAI3n91MCdZ6SlknsFXS06vx4qch8z { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:15.4375rem;left:6.625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#wvyXQWpCuKsMbXX5bbPtPVSXOWGn9sJw { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:8.0625rem;left:12.875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgB46TIUOoJMLTUU8rqLnufLERG5eNnP { color:#052956;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:20.6875rem;left:11.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6AhvH1MTT3TAM0LT5k8opZkxez44x60 { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:9.625rem;left:13.6875rem;height:12.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rlWkIchzL5TGmMJ5TSdH4qW0Vh19tzJ5 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:6.8125rem;left:32.5rem;overflow:hidden;display:block; }
#ocfoQsRDMhQ11eWIbDBXfO1IOKfTKXem { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:6.8125rem;left:11.1875rem;overflow:hidden;display:block; }
#UaElReLlapepUrxy7yVxg9gdFEASQJPh { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#abio3t8uuaUxp9QpKvLaTApbPlscbgtp { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:21.75rem;left:10.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; }
#HGSHauwVUMyZJRMvxieFLIPfo5ZMXz1F { position:absolute;display:block;z-index:100088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:23.9375rem;left:14.3125rem;overflow:hidden;display:block; }
#p3PZfTx6qbleMM4aAevCme48XPEKfquK { z-index:100090;top:24.5rem;left:13.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; }
#BNmZW2ATki3oKqEF0rI4MpIoZkQKvB27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AN8DTBZGZrK4fSwitk5WLL8y83tQl7kT { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:24rem;left:36.125rem;overflow:hidden;display:block; }
#aMhPuMG3Vhzld0TxgNaTS9mWoBmlzE3W { z-index:100088;top:24.5625rem;left:35.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lTTXCoCeTtSTvnu606k7oPU6PlvyRU5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OGs62VwE4ko5rCCF6ZkiXIo4cVC96l4p { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:33.1875rem;left:34.125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HlhB3GCHFhpfmmcHu5WzvDp74NQW1Tz6 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:31.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#vedGk4fkQUonXCAStCAR3TKS6RrzEBdD { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100056;line-height:1.6;letter-spacing:0;top:42.8125rem;left:40.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6HpMBAGoIeORTI8LocJxvMFvAEv8Ooy { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100069;line-height:1.6;letter-spacing:0;top:36.0625rem;left:35.8125rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlKzhugA6F4StLMsqKze52TKL6ASa7g9 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:43.625rem;left:32.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; }
#tw4KWzTm5tBAyKXPFNeg7IvkncJRhKxN { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:45.9375rem;left:35.75rem;overflow:hidden;display:block; }
#Fw38RlTPvmwqL28sWNItKOMRaawv3U9L { z-index:100086;top:46.5rem;left:34.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; }
#DXeNopl3EmvxO7IUGp88E1Kr7sVrlM3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DPXrTM8o0IiWa4kSDbzGalRBxvsLfpRh { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:31.4375rem;left:14.25rem;overflow:hidden;display:block; }
#cB6Xqw1xeKs0wXuZhKVXhsT2sr56UDyT { color:#0f86a9;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:35.625rem;left:15.5625rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GwAvndvTPXS5F0C4Fw6GM89dPwubXUia { color:#b33e16;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:40.625rem;left:15.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRsNqZSJNLESTagg5XH9vAgpc9RsUiJe { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:41.5rem;left:13.6875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wXU0iBp7ef0mrZ4kvikxs4lClGKmOQ5O { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:45.125rem;left:17.25rem;overflow:hidden;display:block; }
#IHJxfGAsRDsT5OUQVt1KkQ7OZuwIagpO { z-index:100084;top:45.6875rem;left:16.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; }
#sNzuykXV5iLGru4rvg1buewsnTm4vVGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z { position:relative;display:block; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z { background-color: transparent; background-image: none; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container > .video-iframe-container { display: none; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row > .video-iframe-container { display: none; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .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); }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z { border-width: 0; border-radius: 0; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container > .video-iframe-container {  }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container { 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;font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:block; }#fnB3JFSZQlrXEZFoVs5nkrfCCvXlqkkP { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:8.625rem;left:46.25rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dO55Ckg9cfUoh4eBfxU5uXFZWC5hH4F1 { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:32.6875rem;left:4.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JsMcJy2HL0E6bUu09xcuuOolTucwEZPs { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:32.4375rem;left:44.5rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I21RauxOZgHcmFAlGrXwgq1FM3hNtJoh { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.9375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z9TbmcwllJme0XVXvDTS7Mrh6VKLPmSO { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:2rem;left:41.625rem;overflow:hidden;display:block; }
#eAm9VQIhAF9PSpxrIAi0pdHlGPV4QuE5 { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:6.25rem;left:46.5rem;height:6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QyxocgdGa2rwLGRoPUAPKHRbHDQSazSx { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100063;line-height:1.6;letter-spacing:0;top:13.375rem;left:49.0625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CRvBUG5BCFmMPXTvT73p5Bl4m3zMKJT0 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:14.1875rem;left:41.625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ly5ThTU7OvvigRrKVsT2Pdt26CSlfegP { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.5rem;left:44.5625rem;overflow:hidden;display:block; }
#EQkEnwWGo8GKRg0vltgWyRERDkfzIh5l { z-index:100093;top:17.0625rem;left:43.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; }
#uzaBvTUg9mUJWGnsBhbm2mHixOb4ysKN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZM0iltkXUl2aTIDWQEZ3gaZkTcmxFuBy { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.625rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ufGSuWOPIlprRPve3N1oCeEV2KHiWVd9 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:2rem;left:22.3125rem;overflow:hidden;display:block; }
#i3lwMUb0qhCgZ09TlNSZZHV1NN1Z82p8 { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100083;line-height:1.6;letter-spacing:0;top:7.75rem;left:26.125rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iPToXXoDwcFXI1fEcupFXWsfyg3Luth9 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100070;line-height:1.6;letter-spacing:0;top:13.375rem;left:29.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHs1TUIXpBmuIqTJRkkZdWunMnTRqC4v { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:14.1875rem;left:22.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; }
#Jx2MWLUUizihCPT8pgAwAs2QiASXrgrz { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.5rem;left:25.25rem;overflow:hidden;display:block; }
#VKRN7Ul1QPqqC5We87zT5zh9CeLanBN0 { z-index:100100;top:17.0625rem;left:24.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; }
#wtEXXPuH3LB3l2SMKTcIV48RtasTWRnR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mgv1MImwTHHtxeEA9uWOFqFtv8ogU8Ez { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:4.375rem;left:4rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nWpaU8kGwxJVW2GGGB7NydXtOvoGaJnx { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:2.625rem;left:2.6875rem;overflow:hidden;display:block; }
#hk50PBNHle6AIVJ1iTdmOsmiMysnWu5z { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100090;line-height:1.6;letter-spacing:0;top:7.125rem;left:6.3125rem;height:5.59895rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nkkH5ROdQGPWMIniseeG1K9qnK94u2vD { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100077;line-height:1.6;letter-spacing:0;top:14rem;left:10.125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pC3CXstUNKxqMC34UtqB0Kq0q8DlWDdk { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2.6875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UqPL5RToZLFhRHZSIuP5dPZUR7e68b1T { position:absolute;display:block;z-index:100105;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.125rem;left:5.625rem;overflow:hidden;display:block; }
#Q1tol5AUvZLGurStKKvS8HtBuSHTSTyD { z-index:100107;top:17.6875rem;left:4.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; }
#T1S9dSuB3xXxn8iZoluFHgfWUnQH1adS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eSxkGt7TxpMUk4uBXBaFDJ0Qab0mhTQU { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:21.75rem;left:22.375rem;overflow:hidden;display:block; }
#gTu0AaEXMn09sJCbTB2PFFZkimLhtsU6 { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:26.5625rem;left:23.6875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yA9FtkBgINwAuzub3Dp0uo9mrGKrclIG { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:28.875rem;left:29.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqpSARmqVv8zdrR26H8Hu4bozMlQ7sSG { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:29.8125rem;left:22.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; }
#bKKX4I6MVyVXMTl54c0S0FZ2WJJVAktE { position:absolute;display:block;z-index:100112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:35.9375rem;left:25.3125rem;overflow:hidden;display:block; }
#uIEWxLbceOLdH11epWF2eRPMTyemKrxw { z-index:100114;top:36.8125rem;left:24.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; }
#Edc4KPl0rAN7TSN2VJ8HqGywyUsuwQSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OcqrTSKgCoEeVmJQBivlH94Qhir1zggW { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:24.75rem;left:42.9375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RkwhebvwEfGnZfCVvamzekbmMT5FCDt9 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:22rem;left:41.625rem;overflow:hidden;display:block; }
#UTKKLpyKv7coD9kRVdsvOt5uc2q904gU { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:29.625rem;left:46.25rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dIsuKAOSbxT5LMfqqOBeOD7Ul9fRdtQa { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:27.25rem;left:46.5rem;height:1.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IuXPbu2cFHBJh2chmAExaxCCZeQWJyvR { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100071;line-height:1.6;letter-spacing:0;top:32.8125rem;left:49.0625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7E3EeZtrAmuEuwh9I1B9SEOh5LDNU4u { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:33.8125rem;left:41.625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZLEZICZMvM9CVvuOZJ5upxkhOSIbJfy { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:36.25rem;left:44.5625rem;overflow:hidden;display:block; }
#cKg8hI9oyVSTBIEan1QPKonMCelf9nic { z-index:100101;top:36.8125rem;left:43.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; }
#J6GVveDnPFyQRWx0sUtg9KzsxmXvWGFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:none;position:relative;display:block; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { background-color: transparent; background-image: none; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container > .video-iframe-container { display: none; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row > .video-iframe-container { display: none; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .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); }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { border-width: 0; border-radius: 0; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row > .video-iframe-container {  }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#fGBx0N6rPoXr85IG0dHGgskUTWEmlCir { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:12rem;top:1rem;left:4.25rem;overflow:hidden;display:block; }
#UkzKGfpyU1KC34dlDwmb11FszOSoaVyV { color:#fef7da;display:block;width:42.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.9;letter-spacing:0;top:3.6499996185302rem;left:17.75rem;height:5.69921875rem;text-align:right;text-align-last:right;display:block; }
#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { background-color: transparent; background-image: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container { display: none; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .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); }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { border-width: 0; border-radius: 0; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row > .video-iframe-container {  }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#MfVtexiDkxH6PaqrkLS3Dy5P0F8RqqKE { color:#405466;display:block;width:31.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.9;letter-spacing:0;top:6.4375rem;left:2.3125rem;height:5.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { color:#0e0a52;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:37.0625rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ALDqD43bN4EBx96qnaw7wcFyngyWS19C { color:#000000;display:block;width:16.625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { color:#000000;display:block;width:15.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40.5rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#Ou8wmRvcoeC0TAKQCvUgz8QuJTbVBgUb { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:6.9375rem;left:56.3125rem;overflow:hidden;display:block; }
#ZC3IQ4EtCcnMhu12Ga01A8msC4aldmIE { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:8.65625rem;left:56.3125rem;overflow:hidden;display:block; }
#DfeP3ry2emPc7qfDkVZ2VWso3NxdgkDJ { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.5625rem;top:10.4375rem;left:56.375rem;overflow:hidden;display:block; }
#CMDTcH2QWAMRrMtTcHWlxCkO2Kmix5TF { position:absolute;display:block;z-index:100039;background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:0.125rem;top:6.5625rem;left:34.9375rem;display:block; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.adaptive-delivery-prevent-bg, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyload, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyloading { background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { border-width: 0; border-radius: 0; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container {  }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:7.434875rem;text-align:justify;text-align-last:initial;display:block; }
#oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:56rem;display:block; }
#eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:56.0625rem;display:block; }
#ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:56.0625rem;display:block; }
#A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:56.0625rem;display:block; }
#aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #00308a);background-image: -moz-linear-gradient(180deg, #fab419, #00308a);background-image: -ms-linear-gradient(180deg, #fab419, #00308a);background-image: -o-linear-gradient(180deg, #fab419, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );";background-image: linear-gradient(180deg, #fab419, #00308a);background-size:initial !important;position:relative;display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { background-color: transparent; background-image: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .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); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { border-width: 0; border-radius: 0; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container {  }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#UTxgKESBrDHqChRhzacVzt41ryxihwSi { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#hXAJWVRotJa64N4N4KKk048ezsBTQtsk { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:40.5625rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
#f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KgmaV8NyxgRU99ETe210iX17DsGndgg5 { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:32.1875rem;display:block; }
#iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:26.1875rem;display:block; }
#HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:22.1875rem;display:block; }
#GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g { display:block; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W  { width:15rem;height:auto; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W {display:block;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #LWL85noICiKAUEFCu3y9bqsqhfbuq8aU {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #cC66nnnA7hg2FtL84qWvM4JGy4HyOMoI {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xiu4iF97hXJPcKbP7iUXyEl7iBDX2eqh {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #k9QK1wlwpLa92B8AxNS2bbftwdETtyuF {  }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #k9QK1wlwpLa92B8AxNS2bbftwdETtyuF .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #o7NftMmwnecw79hkoF6S72riHtGksrP7 {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #N711wT2MOUcTZF28X4IKhhbu5tW1dlN2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #mGlJlqeh5UN7ZPSC15qNJzmiQF7zWupE {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #fg4RXfX0uqscDZgle74Duv0hlusy4N54 { z-index:2; }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #dPXlbzWqoWtCiGIm2LF04G9b2Z3g1THV {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #ZnJTUflQSZ5M4Loy4Tt98DTItzEoUAKy {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #UpbehsBQlKp4mMtKoKydhDfyAeMt0wI6 {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #R1brVN4tadUuWZUfJIeZOWPxZXRclP1q {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #HahDK2fCOQUPxIyaiF7wud3vsNQzGdBD {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #eGfkzCGoFBXlS6oXXwZyfUFbb2Fs7PEf {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xef4EnaWcmH6rEop16RrbnO7CixE3dRC {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #VDf1J00hLCBuw6o9Q7ZhEC1S2ccN8tqQ {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xd7qhKd99yToZcIh5qGDaDqFQ2vm0Nrv {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #Beft4JO2APeDkzPsyvqdHItSs0GqZ9Aw {  }
 }@media only screen and (max-width: 763px) { #hFVAOrb6mlCfBOcqA0xwkmJPtW5X5BLv { display:block; }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #AEoWaZ2vWOc5Z5v0UtwJUmbro221f4vW {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #H1T7CLLHxfduRe7v57DlTTBmLfL58eFt {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #mqeVLkgzL9E2ixk2AM99TemPVlphbIvF {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #ezJWufbg8nsvsvl59axNgTK2BMAyy3Jz {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #P1osGIWT7N8JinbyiaFH59m7veRTCTzT {  }
 }@media only screen and (max-width: 763px) { #wKfOMfnwPFlf136w52nKGgk3tym2odfU { width:15.375rem;height:1.9375rem;top:15rem;left:31.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtOs6J19L202IEpDVZbsqABNSDwf3yGt { top:9.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD0U33LJ99BV56ptde8EGULxRcUPk946 { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyh3vx077MR6L1irlBtnRBJPrUKJcZ8Z { top:45.3125rem;left:33.5625rem;width:12.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZB7Brhbkg0nb47dRarxuku441HAbyyQ { top:14.0625rem;left:32.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8J4WmnL7fO7g9IwpXzG22c6IaO5rLpK { top:46.9375rem;left:15.5625rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRfkgISJRm40ZXTqwzn8ZOiueOaoTbF { top:46.6875rem;left:22rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzz7mhJbLbMtuvLRwCqHb8Tq8KNZgxUG { top:50.0625rem;left:17.625rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa { display:block; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohoTa7pfn7anXXQcLmPPvmBb5DZvbpkz { top:32.6875rem;left:33.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbyD9VFgTnGzrt9NyUDOST2RpJc1A99T { display:block; }
 }@media only screen and (max-width: 763px) { #qUXrgiuH4tf5lEBs46JL0PHVAunDGa3z { width:12.5625rem;height:1.4375rem;top:6.75rem;left:32.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJQldg0m0WFr0mk0bRTDoSRVfiTc5fHm { top:9.3125rem;left:30.0625rem;width:15.6875rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzqNT1wMyamnsRimFkAw8gm9aQRwM03L { width:5.1875rem;height:3.25rem;top:28.8125rem;left:37.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXCeUgOaeTTC0HEDsV6fErKF9STZ6Apd { width:12.625rem;height:1.4375rem;top:40.1875rem;left:31.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3N4fFOOvFi4JmhqH58OdPzF8CvqZiQ5 { top:42.875rem;left:30.5625rem;width:15.6875rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdSmZgKwrnOUreVpCWw9AEhOyWTwWMmP { width:15.125rem;height:3.25rem;top:65.0625rem;left:31.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dra8wQkVVWixUfMJxyDTlzFqhMJxuth2 { top:32.125rem;left:34.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL75xZ2GbPyJcbKdQMpwtTgarSPS5uHB { top:5rem;left:29.9375rem;width:17.8125rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwRIN2L9yRwenS0K4BvITkqKq2I4GPq { width:12.625rem;height:1.5rem;top:29.5rem;left:30.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlbxplzX6kEm9yk7zFtIxTPbZuMsHI3u { top:38.6875rem;left:28.6875rem;width:19.0625rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBZL8O0CWe6EmpA73q2Mdaq935Jqq1XN { width:12.625rem;height:1.5rem;top:65.9375rem;left:30.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1hSvGTathvgbXkRQ0nFvrCkpx2VZDRb { top:68.9375rem;left:32.625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m21Xz4mXVAgEFnQbvrS8nz7r70JnTWrT { display:block; }
 }@media only screen and (max-width: 763px) { #WaET969z3Pekv8TX7cmvv9KLAe6nL1dE { top:68.25rem;left:33.5625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEV51WbaEKEfWEk3Eldx2IA1uO7CKQUt { top:9.3125rem;left:5.6875rem;width:17.25rem;height:58.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC3eFecp2MQPZOVh7iMiOLMHzU3SXzgy { width:12.625rem;height:1.4375rem;top:11.8125rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI3xz4ew8Dm0yIg9Mkt1D6MTCrVDfTsN { top:15rem;left:9.5625rem;width:10.9375rem;height:43.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZWV9F7qfU75TKE2WH0aIfeBT2Q9256t { width:1.5rem;height:3.25rem;top:59.1875rem;left:16.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzsXbRSnzS9up5bTyX7wvW1ZMnX0VFAT { width:12.625rem;height:1.5rem;top:60.125rem;left:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARf7emwRyiXZHiPC2NoMZi0OHn4HTRCV { top:61.9375rem;left:9.25rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUf1rreqKeCfw59qMCXDEfmkZf3AM63A { top:62.5rem;left:8.4375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5RO3eLrc5ugkFr9xa38hZF5y5mr8T0 { display:block; }
 }@media only screen and (max-width: 763px) { #V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf { display:block; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2Bx2RJvXAFVO3rXvOUT0tVXTFItx6Gi { top:9.8125rem;left:29rem;width:10.9375rem;height:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTJHwROwi9izhfo5J9PtJ9PChUw9CIv { width:12.625rem;height:1.4375rem;top:8.0625rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPhsB9fkhOWA8zuX98Pke6xsFb5TXiHS { width:15.1875rem;height:3.25rem;top:20.6875rem;left:26.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7aAI3n91MCdZ6SlknsFXS06vx4qch8z { top:15.4375rem;left:0.5rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvyXQWpCuKsMbXX5bbPtPVSXOWGn9sJw { width:12.625rem;height:1.4375rem;top:8.0625rem;left:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgB46TIUOoJMLTUU8rqLnufLERG5eNnP { width:15.5rem;height:3.25rem;top:20.6875rem;left:5.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6AhvH1MTT3TAM0LT5k8opZkxez44x60 { top:9.625rem;left:7.5625rem;width:10.9375rem;height:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlWkIchzL5TGmMJ5TSdH4qW0Vh19tzJ5 { top:6.8125rem;left:26.375rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocfoQsRDMhQ11eWIbDBXfO1IOKfTKXem { top:6.8125rem;left:5.0625rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaElReLlapepUrxy7yVxg9gdFEASQJPh { width:12.625rem;height:1.5rem;top:21.6875rem;left:25.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abio3t8uuaUxp9QpKvLaTApbPlscbgtp { width:12.625rem;height:1.5rem;top:21.75rem;left:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGSHauwVUMyZJRMvxieFLIPfo5ZMXz1F { top:23.9375rem;left:8.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3PZfTx6qbleMM4aAevCme48XPEKfquK { top:24.5rem;left:7.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNmZW2ATki3oKqEF0rI4MpIoZkQKvB27 { display:block; }
 }@media only screen and (max-width: 763px) { #AN8DTBZGZrK4fSwitk5WLL8y83tQl7kT { top:24rem;left:30rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMhPuMG3Vhzld0TxgNaTS9mWoBmlzE3W { top:24.5625rem;left:29.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTXCoCeTtSTvnu606k7oPU6PlvyRU5b { display:block; }
 }@media only screen and (max-width: 763px) { #OGs62VwE4ko5rCCF6ZkiXIo4cVC96l4p { width:12.625rem;height:1.4375rem;top:33.1875rem;left:28rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlhB3GCHFhpfmmcHu5WzvDp74NQW1Tz6 { top:31.4375rem;left:26.6875rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vedGk4fkQUonXCAStCAR3TKS6RrzEBdD { width:3.75rem;height:3.25rem;top:42.8125rem;left:34.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6HpMBAGoIeORTI8LocJxvMFvAEv8Ooy { top:36.0625rem;left:29.6875rem;width:9.1875rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKzhugA6F4StLMsqKze52TKL6ASa7g9 { width:12.625rem;height:1.5rem;top:43.625rem;left:26.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw4KWzTm5tBAyKXPFNeg7IvkncJRhKxN { top:45.9375rem;left:29.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw38RlTPvmwqL28sWNItKOMRaawv3U9L { top:46.5rem;left:28.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXeNopl3EmvxO7IUGp88E1Kr7sVrlM3V { display:block; }
 }@media only screen and (max-width: 763px) { #DPXrTM8o0IiWa4kSDbzGalRBxvsLfpRh { top:31.4375rem;left:8.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB6Xqw1xeKs0wXuZhKVXhsT2sr56UDyT { width:12.5625rem;height:2.875rem;top:35.625rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwAvndvTPXS5F0C4Fw6GM89dPwubXUia { width:15.1875rem;height:3.25rem;top:40.625rem;left:9.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRsNqZSJNLESTagg5XH9vAgpc9RsUiJe { width:12.625rem;height:1.5rem;top:41.5rem;left:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXU0iBp7ef0mrZ4kvikxs4lClGKmOQ5O { top:45.125rem;left:11.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHJxfGAsRDsT5OUQVt1KkQ7OZuwIagpO { top:45.6875rem;left:10.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNzuykXV5iLGru4rvg1buewsnTm4vVGq { display:block; }
 }@media only screen and (max-width: 763px) { #N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z { display:block; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnB3JFSZQlrXEZFoVs5nkrfCCvXlqkkP { top:8.625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO55Ckg9cfUoh4eBfxU5uXFZWC5hH4F1 { top:32.6875rem;left:0rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsMcJy2HL0E6bUu09xcuuOolTucwEZPs { top:32.4375rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I21RauxOZgHcmFAlGrXwgq1FM3hNtJoh { width:12.625rem;height:1.4375rem;top:3.75rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TbmcwllJme0XVXvDTS7Mrh6VKLPmSO { top:2rem;left:32.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAm9VQIhAF9PSpxrIAi0pdHlGPV4QuE5 { top:6.25rem;left:38.5625rem;width:9.1875rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyxocgdGa2rwLGRoPUAPKHRbHDQSazSx { width:3.75rem;height:3.25rem;top:13.375rem;left:42.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvBUG5BCFmMPXTvT73p5Bl4m3zMKJT0 { width:12.625rem;height:1.5rem;top:14.1875rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly5ThTU7OvvigRrKVsT2Pdt26CSlfegP { top:16.5rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQkEnwWGo8GKRg0vltgWyRERDkfzIh5l { top:17.0625rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzaBvTUg9mUJWGnsBhbm2mHixOb4ysKN { display:block; }
 }@media only screen and (max-width: 763px) { #ZM0iltkXUl2aTIDWQEZ3gaZkTcmxFuBy { width:12.625rem;height:2.875rem;top:3.75rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufGSuWOPIlprRPve3N1oCeEV2KHiWVd9 { top:2rem;left:16.1875rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3lwMUb0qhCgZ09TlNSZZHV1NN1Z82p8 { top:7.75rem;left:20rem;width:9.1875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPToXXoDwcFXI1fEcupFXWsfyg3Luth9 { width:3.75rem;height:3.25rem;top:13.375rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHs1TUIXpBmuIqTJRkkZdWunMnTRqC4v { width:12.625rem;height:1.5rem;top:14.1875rem;left:16.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx2MWLUUizihCPT8pgAwAs2QiASXrgrz { top:16.5rem;left:19.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKRN7Ul1QPqqC5We87zT5zh9CeLanBN0 { top:17.0625rem;left:18.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtEXXPuH3LB3l2SMKTcIV48RtasTWRnR { display:block; }
 }@media only screen and (max-width: 763px) { #mgv1MImwTHHtxeEA9uWOFqFtv8ogU8Ez { width:12.625rem;height:2.875rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWpaU8kGwxJVW2GGGB7NydXtOvoGaJnx { top:2.625rem;left:0rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk50PBNHle6AIVJ1iTdmOsmiMysnWu5z { top:7.125rem;left:0.1875rem;width:9.1875rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkkH5ROdQGPWMIniseeG1K9qnK94u2vD { width:3.75rem;height:3.25rem;top:14rem;left:4rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC3CXstUNKxqMC34UtqB0Kq0q8DlWDdk { width:12.625rem;height:1.5rem;top:14.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqPL5RToZLFhRHZSIuP5dPZUR7e68b1T { top:17.125rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1tol5AUvZLGurStKKvS8HtBuSHTSTyD { top:17.6875rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1S9dSuB3xXxn8iZoluFHgfWUnQH1adS { display:block; }
 }@media only screen and (max-width: 763px) { #eSxkGt7TxpMUk4uBXBaFDJ0Qab0mhTQU { top:21.75rem;left:16.25rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTu0AaEXMn09sJCbTB2PFFZkimLhtsU6 { width:12.625rem;height:1.4375rem;top:26.5625rem;left:17.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9FtkBgINwAuzub3Dp0uo9mrGKrclIG { width:3.75rem;height:3.25rem;top:28.875rem;left:23.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqpSARmqVv8zdrR26H8Hu4bozMlQ7sSG { width:12.625rem;height:1.5rem;top:29.8125rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKKX4I6MVyVXMTl54c0S0FZ2WJJVAktE { top:35.9375rem;left:19.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIEWxLbceOLdH11epWF2eRPMTyemKrxw { top:36.8125rem;left:18.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edc4KPl0rAN7TSN2VJ8HqGywyUsuwQSC { display:block; }
 }@media only screen and (max-width: 763px) { #OcqrTSKgCoEeVmJQBivlH94Qhir1zggW { width:12.625rem;height:1.4375rem;top:24.75rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwhebvwEfGnZfCVvamzekbmMT5FCDt9 { top:22rem;left:32.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKKLpyKv7coD9kRVdsvOt5uc2q904gU { top:29.625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIsuKAOSbxT5LMfqqOBeOD7Ul9fRdtQa { top:27.25rem;left:38.5625rem;width:9.1875rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXPbu2cFHBJh2chmAExaxCCZeQWJyvR { width:3.75rem;height:3.25rem;top:32.8125rem;left:42.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7E3EeZtrAmuEuwh9I1B9SEOh5LDNU4u { width:12.625rem;height:1.5rem;top:33.8125rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZLEZICZMvM9CVvuOZJ5upxkhOSIbJfy { top:36.25rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKg8hI9oyVSTBIEan1QPKonMCelf9nic { top:36.8125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6GVveDnPFyQRWx0sUtg9KzsxmXvWGFN { display:block; }
 }@media only screen and (max-width: 763px) { #Jo8rqPINnIThEeVlrKgaNio6x5ticR14 { display:block; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBx0N6rPoXr85IG0dHGgskUTWEmlCir { top:1rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkzKGfpyU1KC34dlDwmb11FszOSoaVyV { top:3.625rem;left:5.5rem;width:42.25rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfVtexiDkxH6PaqrkLS3Dy5P0F8RqqKE { width:31.5rem;height:5.25rem;top:6.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { width:20.75rem;height:2.8125rem;top:1.6875rem;left:27rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALDqD43bN4EBx96qnaw7wcFyngyWS19C { top:8.6875rem;left:31.125rem;width:16.625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { top:6.9375rem;left:32rem;width:15.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { top:10.5rem;left:28.5625rem;width:19.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8wmRvcoeC0TAKQCvUgz8QuJTbVBgUb { top:6.9375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC3IQ4EtCcnMhu12Ga01A8msC4aldmIE { top:8.625rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfeP3ry2emPc7qfDkVZ2VWso3NxdgkDJ { top:10.4375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMDTcH2QWAMRrMtTcHWlxCkO2Kmix5TF { top:6.5625rem;left:28.8125rem;width:0.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:20.8125rem;height:7.1875rem;top:7.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTxgKESBrDHqChRhzacVzt41ryxihwSi { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXAJWVRotJa64N4N4KKk048ezsBTQtsk { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { 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) { #f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { width:19.3125rem;height:3.5rem;top:13.875rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgmaV8NyxgRU99ETe210iX17DsGndgg5 { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { top:13.1875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { top:13.1875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { top:13.1875rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g { display:block; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g { background-color: transparent; background-image: none; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container > .video-iframe-container { display: none; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row > .video-iframe-container { display: none; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .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); }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g { border-width: 0; border-radius: 0; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container > .video-iframe-container {  }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container { width:20rem;height:75.6875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gr7v4Q6g/landing_page_mobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container.adaptive-delivery-prevent-bg, #Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container.lazyload, #Ch0AiZ3t5oU17OSTVvf8cnhyr3eCZu6g > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-text {padding-top: 0; padding-bottom: 0;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-select {padding-top: 0; padding-bottom: 0;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W  { width:15rem;height:30.6875rem;top:36.8125rem;left:1.25rem; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W {display:block;}#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W { width:15rem;height:30.6875rem;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #LWL85noICiKAUEFCu3y9bqsqhfbuq8aU {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #cC66nnnA7hg2FtL84qWvM4JGy4HyOMoI {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xiu4iF97hXJPcKbP7iUXyEl7iBDX2eqh {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #k9QK1wlwpLa92B8AxNS2bbftwdETtyuF {  }
#BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #k9QK1wlwpLa92B8AxNS2bbftwdETtyuF .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #o7NftMmwnecw79hkoF6S72riHtGksrP7 {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #N711wT2MOUcTZF28X4IKhhbu5tW1dlN2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #mGlJlqeh5UN7ZPSC15qNJzmiQF7zWupE {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #fg4RXfX0uqscDZgle74Duv0hlusy4N54 { z-index:2; }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #dPXlbzWqoWtCiGIm2LF04G9b2Z3g1THV {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #ZnJTUflQSZ5M4Loy4Tt98DTItzEoUAKy {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #UpbehsBQlKp4mMtKoKydhDfyAeMt0wI6 {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #R1brVN4tadUuWZUfJIeZOWPxZXRclP1q {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #HahDK2fCOQUPxIyaiF7wud3vsNQzGdBD {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #eGfkzCGoFBXlS6oXXwZyfUFbb2Fs7PEf {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xef4EnaWcmH6rEop16RrbnO7CixE3dRC {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #VDf1J00hLCBuw6o9Q7ZhEC1S2ccN8tqQ {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #xd7qhKd99yToZcIh5qGDaDqFQ2vm0Nrv {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #Beft4JO2APeDkzPsyvqdHItSs0GqZ9Aw {  }
 }@media only screen and (max-width: 763px) { #hFVAOrb6mlCfBOcqA0xwkmJPtW5X5BLv { display:block; }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #AEoWaZ2vWOc5Z5v0UtwJUmbro221f4vW {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #H1T7CLLHxfduRe7v57DlTTBmLfL58eFt {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #mqeVLkgzL9E2ixk2AM99TemPVlphbIvF {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #ezJWufbg8nsvsvl59axNgTK2BMAyy3Jz {  }
 }@media only screen and (max-width: 763px) { #BAkp6E2DSWCrNQ4lXfuJOXZ8ieuPn14W #P1osGIWT7N8JinbyiaFH59m7veRTCTzT {  }
 }@media only screen and (max-width: 763px) { #wKfOMfnwPFlf136w52nKGgk3tym2odfU { width:10.747375rem;height:1.8059875rem;top:35.032554626465rem;left:4.0638020634651rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MtOs6J19L202IEpDVZbsqABNSDwf3yGt { width:17.3125rem;height:1.0559875rem;top:9.375rem;left:1.3437500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD0U33LJ99BV56ptde8EGULxRcUPk946 { width:20rem;height:5.3333333333333rem;top:74.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyh3vx077MR6L1irlBtnRBJPrUKJcZ8Z { width:10.375rem;height:3.875rem;top:64.8125rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kZB7Brhbkg0nb47dRarxuku441HAbyyQ { width:10.125rem;height:2.1875rem;top:34.591148376465rem;left:4.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8J4WmnL7fO7g9IwpXzG22c6IaO5rLpK { width:6.625rem;height:2.6875rem;top:71.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgRfkgISJRm40ZXTqwzn8ZOiueOaoTbF { width:9.375rem;height:3.5rem;top:70.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzz7mhJbLbMtuvLRwCqHb8Tq8KNZgxUG { width:10.5625rem;height:0.9746125rem;top:74.125rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -moz-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -ms-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -o-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-size:auto !important;display:block; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container { background-color: transparent; background-image: none; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container > .video-iframe-container { display: none; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row > .video-iframe-container { display: none; }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .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); }#Pb6Ntg9QOT1Bvehx7c7BUwVcTiKBkNaa > .row .container { width:20rem;height:132.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohoTa7pfn7anXXQcLmPPvmBb5DZvbpkz { top:60.5625rem;left:4.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbyD9VFgTnGzrt9NyUDOST2RpJc1A99T { display:block; }
 }@media only screen and (max-width: 763px) { #qUXrgiuH4tf5lEBs46JL0PHVAunDGa3z { width:12.5611875rem;height:1.625rem;top:69.5rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #wJQldg0m0WFr0mk0bRTDoSRVfiTc5fHm { width:15.6861875rem;height:19.32289375rem;top:72rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzqNT1wMyamnsRimFkAw8gm9aQRwM03L { width:15.1236875rem;height:1.79980625rem;top:91.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXCeUgOaeTTC0HEDsV6fErKF9STZ6Apd { width:15.1875rem;height:1.625rem;top:101.5625rem;left:2.4375rem;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) { #U3N4fFOOvFi4JmhqH58OdPzF8CvqZiQ5 { width:15.6861875rem;height:22.08330625rem;top:103.875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdSmZgKwrnOUreVpCWw9AEhOyWTwWMmP { width:15.1236875rem;height:1.79980625rem;top:125.9375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dra8wQkVVWixUfMJxyDTlzFqhMJxuth2 { width:10.3125rem;height:3.75rem;top:59.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL75xZ2GbPyJcbKdQMpwtTgarSPS5uHB { width:17.8125rem;height:32.5rem;top:67.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwRIN2L9yRwenS0K4BvITkqKq2I4GPq { width:12.625rem;height:1.54296875rem;top:91.3125rem;left:2.4375rem;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) { #QlbxplzX6kEm9yk7zFtIxTPbZuMsHI3u { width:17.875rem;height:32.8125rem;top:99.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBZL8O0CWe6EmpA73q2Mdaq935Jqq1XN { width:12.625rem;height:1.54296875rem;top:126.0625rem;left:2.9375rem;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) { #a1hSvGTathvgbXkRQ0nFvrCkpx2VZDRb { top:94.875rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m21Xz4mXVAgEFnQbvrS8nz7r70JnTWrT { display:block; }
 }@media only screen and (max-width: 763px) { #WaET969z3Pekv8TX7cmvv9KLAe6nL1dE { width:10.3125rem;height:3.75rem;top:94.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEV51WbaEKEfWEk3Eldx2IA1uO7CKQUt { width:18.0625rem;height:61.3125rem;top:4.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC3eFecp2MQPZOVh7iMiOLMHzU3SXzgy { width:12.625rem;height:1.625rem;top:5.9375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #zI3xz4ew8Dm0yIg9Mkt1D6MTCrVDfTsN { width:10.9375rem;height:48.080775rem;top:8.8125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZWV9F7qfU75TKE2WH0aIfeBT2Q9256t { width:15.5rem;height:1.79980625rem;top:57.5625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzsXbRSnzS9up5bTyX7wvW1ZMnX0VFAT { width:12.625rem;height:1.54296875rem;top:57.5625rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ARf7emwRyiXZHiPC2NoMZi0OHn4HTRCV { width:10.3125rem;height:3.75rem;top:127.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUf1rreqKeCfw59qMCXDEfmkZf3AM63A { top:128.5rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5RO3eLrc5ugkFr9xa38hZF5y5mr8T0 { display:block; }
 }@media only screen and (max-width: 763px) { #V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2818b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2818b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-size:auto !important;display:block; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container { background-color: transparent; background-image: none; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container > .video-iframe-container { display: none; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row > .video-iframe-container { display: none; }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .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); }#V0QxTZI1cGcIoRlMBzERmNZ082ESf5kf > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2Bx2RJvXAFVO3rXvOUT0tVXTFItx6Gi { width:10.9375rem;height:11.3671875rem;top:29.25rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTJHwROwi9izhfo5J9PtJ9PChUw9CIv { width:12.625rem;height:1.625rem;top:26.75rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #iPhsB9fkhOWA8zuX98Pke6xsFb5TXiHS { width:7.375rem;height:1.79980625rem;top:40.625rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7aAI3n91MCdZ6SlknsFXS06vx4qch8z { width:10.9375rem;height:0;top:139.625rem;left:5.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvyXQWpCuKsMbXX5bbPtPVSXOWGn9sJw { width:12.625rem;height:3.25rem;top:2.6874904632568rem;left:3.6875002980233rem;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) { #FgB46TIUOoJMLTUU8rqLnufLERG5eNnP { width:15.5rem;height:1.79980625rem;top:17.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6AhvH1MTT3TAM0LT5k8opZkxez44x60 { width:10.9375rem;height:12.1875rem;top:6.2812502384187rem;left:3.6875002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlWkIchzL5TGmMJ5TSdH4qW0Vh19tzJ5 { width:17.75rem;height:21.9375rem;top:25.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocfoQsRDMhQ11eWIbDBXfO1IOKfTKXem { width:18.5rem;height:22.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaElReLlapepUrxy7yVxg9gdFEASQJPh { width:12.625rem;height:1.54296875rem;top:17.8125rem;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) { #abio3t8uuaUxp9QpKvLaTApbPlscbgtp { width:12.625rem;height:1.54296875rem;top:40.625rem;left:2.4375rem;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) { #HGSHauwVUMyZJRMvxieFLIPfo5ZMXz1F { width:10.3125rem;height:3.75rem;top:19.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3PZfTx6qbleMM4aAevCme48XPEKfquK { top:43.0625rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNmZW2ATki3oKqEF0rI4MpIoZkQKvB27 { display:block; }
 }@media only screen and (max-width: 763px) { #AN8DTBZGZrK4fSwitk5WLL8y83tQl7kT { width:10.3125rem;height:3.75rem;top:42.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMhPuMG3Vhzld0TxgNaTS9mWoBmlzE3W { top:20.125rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTTXCoCeTtSTvnu606k7oPU6PlvyRU5b { display:block; }
 }@media only screen and (max-width: 763px) { #OGs62VwE4ko5rCCF6ZkiXIo4cVC96l4p { width:12.625rem;height:1.625rem;top:50.6875rem;left:3.4375rem;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) { #HlhB3GCHFhpfmmcHu5WzvDp74NQW1Tz6 { width:15.625rem;height:19.25rem;top:68.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vedGk4fkQUonXCAStCAR3TKS6RrzEBdD { width:15.184875rem;height:1.79980625rem;top:58.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6HpMBAGoIeORTI8LocJxvMFvAEv8Ooy { width:13.809875rem;height:5.09765625rem;top:53.5625rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKzhugA6F4StLMsqKze52TKL6ASa7g9 { width:12.625rem;height:1.54296875rem;top:79.8125rem;left:2.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) { #tw4KWzTm5tBAyKXPFNeg7IvkncJRhKxN { width:10.3125rem;height:3.75rem;top:61.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw38RlTPvmwqL28sWNItKOMRaawv3U9L { top:62.4375rem;left:3.4375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXeNopl3EmvxO7IUGp88E1Kr7sVrlM3V { display:block; }
 }@media only screen and (max-width: 763px) { #DPXrTM8o0IiWa4kSDbzGalRBxvsLfpRh { width:15.625rem;height:19.25rem;top:48rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB6Xqw1xeKs0wXuZhKVXhsT2sr56UDyT { width:12.5625rem;height:5.359375rem;top:71.9375rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #GwAvndvTPXS5F0C4Fw6GM89dPwubXUia { width:15.125rem;height:1.79980625rem;top:79.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRsNqZSJNLESTagg5XH9vAgpc9RsUiJe { width:12.625rem;height:1.54296875rem;top:58.8125rem;left:2.375rem;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) { #wXU0iBp7ef0mrZ4kvikxs4lClGKmOQ5O { width:10.3125rem;height:3.75rem;top:82.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHJxfGAsRDsT5OUQVt1KkQ7OZuwIagpO { top:83.4375rem;left:4.0625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNzuykXV5iLGru4rvg1buewsnTm4vVGq { display:block; }
 }@media only screen and (max-width: 763px) { #N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z { 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; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container { background-color: transparent; background-image: none; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container > .video-iframe-container { display: none; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row > .video-iframe-container { display: none; }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .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); }#N666z5rPqn6ycoGzBaniBxyJmH5Uuw7z > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnB3JFSZQlrXEZFoVs5nkrfCCvXlqkkP { width:10.9375rem;height:0;top:36.757821752929rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO55Ckg9cfUoh4eBfxU5uXFZWC5hH4F1 { width:10.9375rem;height:0;top:61.0586rem;left:4.2526035308838rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsMcJy2HL0E6bUu09xcuuOolTucwEZPs { width:10.9375rem;height:0;top:99.9375rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I21RauxOZgHcmFAlGrXwgq1FM3hNtJoh { width:12.625rem;height:1.625rem;top:23rem;left:4.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) { #Z9TbmcwllJme0XVXvDTS7Mrh6VKLPmSO { width:15.625rem;height:19.25rem;top:21.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAm9VQIhAF9PSpxrIAi0pdHlGPV4QuE5 { width:9.1875rem;height:6rem;top:26.5rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyxocgdGa2rwLGRoPUAPKHRbHDQSazSx { width:3.75rem;height:1.79980625rem;top:33.25rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRvBUG5BCFmMPXTvT73p5Bl4m3zMKJT0 { width:12.625rem;height:1.54296875rem;top:33.1875rem;left:3.3125rem;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) { #ly5ThTU7OvvigRrKVsT2Pdt26CSlfegP { width:10.3125rem;height:3.75rem;top:35.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQkEnwWGo8GKRg0vltgWyRERDkfzIh5l { top:36.0625rem;left:4.25rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzaBvTUg9mUJWGnsBhbm2mHixOb4ysKN { display:block; }
 }@media only screen and (max-width: 763px) { #ZM0iltkXUl2aTIDWQEZ3gaZkTcmxFuBy { width:12.625rem;height:3.25rem;top:2.4375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ufGSuWOPIlprRPve3N1oCeEV2KHiWVd9 { width:15.625rem;height:19.25rem;top:0.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3lwMUb0qhCgZ09TlNSZZHV1NN1Z82p8 { width:9.1875rem;height:4.5rem;top:7.25rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPToXXoDwcFXI1fEcupFXWsfyg3Luth9 { width:3.75rem;height:1.79980625rem;top:12.875rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHs1TUIXpBmuIqTJRkkZdWunMnTRqC4v { width:12.625rem;height:1.54296875rem;top:12.875rem;left:2.375rem;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) { #Jx2MWLUUizihCPT8pgAwAs2QiASXrgrz { width:10.3125rem;height:3.75rem;top:15.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKRN7Ul1QPqqC5We87zT5zh9CeLanBN0 { top:16.0625rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtEXXPuH3LB3l2SMKTcIV48RtasTWRnR { display:block; }
 }@media only screen and (max-width: 763px) { #mgv1MImwTHHtxeEA9uWOFqFtv8ogU8Ez { width:12.625rem;height:3.25rem;top:43.4375rem;left:3.875rem;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) { #nWpaU8kGwxJVW2GGGB7NydXtOvoGaJnx { width:15.625rem;height:19.25rem;top:41.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk50PBNHle6AIVJ1iTdmOsmiMysnWu5z { width:9.1875rem;height:6.99869375rem;top:47.0625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkkH5ROdQGPWMIniseeG1K9qnK94u2vD { width:3.75rem;height:1.79980625rem;top:54.4375rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC3CXstUNKxqMC34UtqB0Kq0q8DlWDdk { width:12.625rem;height:1.54296875rem;top:54.5rem;left:2.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) { #UqPL5RToZLFhRHZSIuP5dPZUR7e68b1T { width:10.3125rem;height:3.75rem;top:56.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1tol5AUvZLGurStKKvS8HtBuSHTSTyD { top:57.1875rem;left:4.5625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1S9dSuB3xXxn8iZoluFHgfWUnQH1adS { display:block; }
 }@media only screen and (max-width: 763px) { #eSxkGt7TxpMUk4uBXBaFDJ0Qab0mhTQU { width:15.625rem;height:19.25rem;top:62.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTu0AaEXMn09sJCbTB2PFFZkimLhtsU6 { width:12.625rem;height:1.625rem;top:87.125rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #yA9FtkBgINwAuzub3Dp0uo9mrGKrclIG { width:3.75rem;height:1.79980625rem;top:91.875rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqpSARmqVv8zdrR26H8Hu4bozMlQ7sSG { width:12.625rem;height:1.54296875rem;top:73.375rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #bKKX4I6MVyVXMTl54c0S0FZ2WJJVAktE { width:10.3125rem;height:3.75rem;top:76rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIEWxLbceOLdH11epWF2eRPMTyemKrxw { top:76.625rem;left:4.5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edc4KPl0rAN7TSN2VJ8HqGywyUsuwQSC { display:block; }
 }@media only screen and (max-width: 763px) { #OcqrTSKgCoEeVmJQBivlH94Qhir1zggW { width:12.625rem;height:3.25rem;top:64.125rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #RkwhebvwEfGnZfCVvamzekbmMT5FCDt9 { width:15.625rem;height:19.25rem;top:82.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKKLpyKv7coD9kRVdsvOt5uc2q904gU { width:10.9375rem;height:0;top:95.875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIsuKAOSbxT5LMfqqOBeOD7Ul9fRdtQa { width:9.1875rem;height:3rem;top:68.75rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXPbu2cFHBJh2chmAExaxCCZeQWJyvR { width:3.75rem;height:1.79980625rem;top:73.5625rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7E3EeZtrAmuEuwh9I1B9SEOh5LDNU4u { width:12.625rem;height:1.54296875rem;top:91.875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #cZLEZICZMvM9CVvuOZJ5upxkhOSIbJfy { width:10.3125rem;height:3.75rem;top:95.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKg8hI9oyVSTBIEan1QPKonMCelf9nic { top:95.9375rem;left:4.6875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6GVveDnPFyQRWx0sUtg9KzsxmXvWGFN { display:block; }
 }@media only screen and (max-width: 763px) { #Jo8rqPINnIThEeVlrKgaNio6x5ticR14 { display:block; }#Jo8rqPINnIThEeVlrKgaNio6x5ticR14 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBx0N6rPoXr85IG0dHGgskUTWEmlCir { width:9.0625rem;height:9.0625rem;top:0rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkzKGfpyU1KC34dlDwmb11FszOSoaVyV { width:20rem;height:11.39841875rem;top:6.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb { display:block; }#KOOtQ8enPTKXTf41GuxOt2SlQSQ86Vhb > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfVtexiDkxH6PaqrkLS3Dy5P0F8RqqKE { width:17.4375rem;height:7.12239375rem;top:10.1845703125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snq42DAvmTKAM7wFnfi4rQzAZpJdQgLo { width:15rem;height:2.0317375rem;top:1.25rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALDqD43bN4EBx96qnaw7wcFyngyWS19C { width:15.6875rem;height:1.05615rem;top:4.90625rem;left:1.53125rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZVJxx3Ftq0B5ruId8GHOMTSRTpZxgSF { width:13.5rem;height:1.05615rem;top:6.34375rem;left:3.71875rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp3HTnS578TmETtrk9QpRqR9gt0v2wxU { width:16.375rem;height:1.05615rem;top:7.90625rem;left:0.8427734375rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8wmRvcoeC0TAKQCvUgz8QuJTbVBgUb { width:1.5625rem;height:1.1875rem;top:4.75rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC3IQ4EtCcnMhu12Ga01A8msC4aldmIE { width:1.5625rem;height:1.1875rem;top:6.25rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfeP3ry2emPc7qfDkVZ2VWso3NxdgkDJ { width:1.5625rem;height:1.1875rem;top:7.75rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMDTcH2QWAMRrMtTcHWlxCkO2Kmix5TF { width:0.125rem;height:5.3125rem;top:21.8720703125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { background-color:transparent;background-image:none;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:17.625rem;height:5.625rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { width:15.5625rem;height:2.2747375rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { width:10.0625rem;height:2.2747375rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { width:10.0625rem;height:2.2747375rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { width:11.375rem;height:2.2747375rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { background-color: transparent; background-image: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .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); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { border-width: 0; border-radius: 0; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container {  }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { width:16.6875rem;height:1.51236875rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UTxgKESBrDHqChRhzacVzt41ryxihwSi { width:13.0625rem;height:4.796875rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { width:3.125rem;height:3.125rem;top:9.0625rem;left:15.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXAJWVRotJa64N4N4KKk048ezsBTQtsk { width:19.4375rem;height:1.2999125rem;top:25.000001907349rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { width:14.875rem;height:6.39583125rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { width:3.125rem;height:3.125rem;top:3.5rem;left:15.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { width:18.8125rem;height:1.69921875rem;top:16.40625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgmaV8NyxgRU99ETe210iX17DsGndgg5 { width:17.9375rem;height:2.9375rem;top:16.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { width:3.125rem;height:3.125rem;top:20.373697280884rem;left:14.562500298023rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { width:3.125rem;height:3.125rem;top:20.404947280884rem;left:8.4062502980231rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { width:3.125rem;height:3.125rem;top:20.374990463257rem;left:2.5937500596046rem;font-size:2.1875rem;display:block; }
 }