.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz { 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; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz.adaptive-delivery-prevent-bg, #zukywFrPqyaaa7ODt3cpkKzgds2UCqtz.lazyload, #zukywFrPqyaaa7ODt3cpkKzgds2UCqtz.lazyloading { background-image: none; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container { background-color: transparent; background-image: none; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container > .video-iframe-container { display: none; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row > .video-iframe-container { display: none; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .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); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container { border-width: 0; border-radius: 0; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row > .video-iframe-container {  }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-form-header {  }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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) ; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-container:first-of-type{padding-top:0;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-container:last-of-type{padding-bottom:0;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5  { 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:43.623697280884rem;top:17.8125rem;z-index:100028;position:absolute; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .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; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 {display:block;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 { 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:43.623697280884rem;top:17.8125rem;z-index:100028;position:absolute; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #zRsg9GHkarDJlE2TcgZ27T2FPL7EHSAF { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #rOH0AA6bhpi42pH7QJUkdrdgx130eb7D { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #p1JLPRqm6xbCNO8PAtZmPgUUnmneigsA { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #LZ1eiJZWDPQ1bDC9219ynEW0OVHICgtS { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #LZ1eiJZWDPQ1bDC9219ynEW0OVHICgtS .container-column{width:50%;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #h2vEFT5pcLpJ85bHT67koNkhAD9z74Uh { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #MRlp44CcPte8fCvsUqELHCaSURcXTfbi { position:relative;z-index:2; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #ekWP5GOAItGIz8hZ4T3lrR0CBO2yffC6 { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #L8WcpxDAZWWO0cXwurCrO3KLNB1XnSZN { position:relative;z-index:2; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #xmOt0wXsAUcCw5HeibqM4gO2Z0lRTcqk { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #i6hnLTxE4qZLVOc9wOwq6yqX1T7pxQiP { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #wkH5Tb5VBfwNPi14cnbzMsFMqdDXWb0a { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #Bqyz5X3Vduf5hJlOM39sBSWmPNhv92BJ { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #HFm9FLPMzQyel7TZReTnPyfM6EyTcaik { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #AyVw96S4IKTUneOmqFvhk88y9plzaU5h { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #Bt2teRlbpm615kgHT1m0Ts4kIfh4vrlw { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #T7CoDKGnrEPmZDuXJNRkg3CTlgWrqRsu { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #abNqSDyBOgC5sydVtAmzLJxlexXrkTM5 { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #yHU16g3VwpsV1xXBC1q8fP3cmkW14P0K { position:relative; }
#odTR59Dxs5vkQDghWar6M3K7WAr5b1na { position:relative;display:block; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #o2QcUFgGiTCbF6JHO3iG4G7cDrmt4vKv { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #xzFOsUxOXA9JB6Gwc42URqZTpwyWkVra { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #RLd4FIwOikQ7QFf75V53LiWJ46ebhXUK { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #bgT93tXKU81rwVG5CwADsvrQNVTyMITg { position:relative; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #vQRqrVyZNRI63n6BFOw78t9qSVQHpT30 { position:relative; }
#l09dw9IXPd7EmJs03OW8dPRpBMgmoH7R { 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:44.9375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqSa7PsrkpoOGEEeRsB9ZZKGTmELvdxb { 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:11.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TN6avVBGbJ8IEM47s9yybCasVTJNU3ca { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:7.5rem;overflow:hidden;display:none; }
#UTA9sHPUwnoH7eetQTNb6seDmTmc4kbS { 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:47.1875rem;overflow:hidden;display:block; }
#rvAz8iKTHcETNxxkgA3F81XgOz4R9p6h { 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:45.6875rem;display:block; }
#DBgBUr0Hak0rMQGzvEW2pumpAxbzGcFK { 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:29.1875rem;overflow:hidden;display:block; }
#NzuII9ezoUhn3Rs6JVNDwfT4WBqhbQOg { 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:35.625rem;overflow:hidden;display:block; }
#aQlCaakAqPXPO43gscaTSBgrqD3dlaNZ { 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:31.25rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NwvBQstW3btInll69nbtHO9KvxKkFAon { position:relative;display:block; }#NwvBQstW3btInll69nbtHO9KvxKkFAon { background-color: transparent; background-image: none; }#NwvBQstW3btInll69nbtHO9KvxKkFAon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .row .container > .video-iframe-container { display: none; }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .row > .video-iframe-container { display: none; }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .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); }#NwvBQstW3btInll69nbtHO9KvxKkFAon { border-width: 0; border-radius: 0; }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .row .container > .video-iframe-container {  }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-size:contain !important;font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#NwnHz5QBA6E6snbHXx0AlKNavpnwQ32i { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:55.6875rem;overflow:hidden;display:block; }
#Mb3ZVbUdVZJCIu9vVL944apH0qKmWzuJ { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:14.0625rem;left:58.25rem;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; }
#ONG31WHWhUvtMl0sshXO4fSxJVhk8ntx { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:19rem;left:57.625rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFMOLEOqFbqg81lhKkTMZ5EaR9FifDm4 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:19.875rem;left:56.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; }
#TXbFrKOcpbXhUV9fc8qMiBJI67OcLPHS { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:27rem;left:59.3125rem;overflow:hidden;display:block; }
#e1WfwXuELEz286qNeZTE1AuqIcTf98CJ { color:#999999;display:block;width:6.935375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100159;line-height:1.3;letter-spacing:0;top:22.25rem;left:57.625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DytnnNXGyJqmxshuclGG4qWbWgO8LMxf { z-index:100126;top:27.8125rem;left:58.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; }
#UI418TAMLMLMmyNZ1zZmnS6Dqt6kivuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KUie0od2USTdKd8IKDnuPrfCJ1fTostR { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:34.5625rem;overflow:hidden;display:block; }
#oKIdh20v4a8UFMrH1ALiTonaJ9vBibpJ { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:13.3125rem;left:37.125rem;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; }
#NiyWdDstMSsMrlxeMDCaFRVD5OWkABKR { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100092;line-height:1.6;letter-spacing:0;top:19.875rem;left:37.1875rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hs5ie9DW8gcThrhbldayeu9hAiPIPVmC { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:20.8125rem;left:35.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; }
#T8yvSHTMpHg0KR29HgtdfetrrQbWG9G0 { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100160;line-height:1.3;letter-spacing:0;top:23.875rem;left:35.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nne4Tb2UtuK8Xhq2TWJDhlL4dg5ytnn6 { 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:25.4375rem;left:38.25rem;overflow:hidden;display:block; }
#iUMNsxCEdEtTZRHhbPsVHVDPooX9Tmu9 { z-index:100114;top:26.0625rem;left:37.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.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LzEmNKbnBbJi9fmLdFPi28wuCm0QPyrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c9CEm9IuKf8lcytKoyKCDvtk249IAw7e { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;height:10.1243125rem;width:18.3114375rem;top:1.2513022422791rem;left:0rem;overflow:hidden;display:block; }
#tPIOZUG74lTDhmluaXfX77g1hQoIZHds { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.8181819915771rem;left:15.300070166588rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPxQybwGh0z8L3TLLTiwFCll1Siw2dPy { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:14.1875rem;overflow:hidden;display:block; }
#qyEER90Dry7tONtllLcvOBJh9PA4B0XD { color:#0f86a9;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100119;line-height:1.3;letter-spacing:0;top:13.3125rem;left:16.747396469116rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B0c5Fa9wJyGV6VKgTiMEZ23vycPDpJhK { color:#e4e4e4;display:block;width:11.809875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100170;line-height:1.3;letter-spacing:0;top:17.0625rem;left:17.154947280884rem;height:5.68359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2kRTHoOfIATM3brm4K4H8XNSAD2ACcG { color:#ef4b15;display:block;width:15.1861875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100112;line-height:1.6;letter-spacing:0;top:22.236980438233rem;left:16.769533157349rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqPcyxJ27qOAek1Pws5eQZd3G7ck5HkO { color:#383838;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100114;line-height:1.3;letter-spacing:0;top:23.0625rem;left:15.299478530884rem;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; }
#z74CwIeFJEaun0ObZLBtFpBfs1QCXnC6 { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100167;line-height:1.3;letter-spacing:0;top:24.4375rem;left:15.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dTvKtcHucaTJNkbgnrx116LfifzIeTGQ { position:absolute;display:block;z-index:100132;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:26.1875rem;left:17.8125rem;overflow:hidden;display:block; }
#kgcCyUXgkaIqytSFzdJnUzvunx2bLbB6 { z-index:100134;top:26.5625rem;left:17rem;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; }
#UnCnqRKR7LphLTOE4FQpHxpUdoQcDLRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw { position:relative;display:block; }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw { background-color: transparent; background-image: none; }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .row .container > .video-iframe-container { display: none; }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .row > .video-iframe-container { display: none; }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .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); }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw { border-width: 0; border-radius: 0; }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .row .container > .video-iframe-container {  }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(0deg, #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(0deg, #ffffff, rgba(24,183,235,0.38));background-size:contain !important;font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#MEBVd3TDHoKSkdP6XDkoFwaSqCHtqMcA { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:8.0619668960569rem;left:56.560722708702rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kg5nWOWNCiNFaCOB8QmHrgda3MJhbtyC { color:#ef4b15;display:block;width:15.1873125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100073;line-height:1.6;letter-spacing:0;top:14.973365783691rem;left:55.249466300011rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4dDxnlortHfFHQ1StIdgi9VxyyOGsOA { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:4.0625rem;left:53.4375rem;overflow:hidden;display:block; }
#bX9So42adaGVIyxNbenRePvKkoxkuRDs { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:15.852272033691rem;left:53.186256766319rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SWAGvBHy7D3h5TApIvJbLDfDMcT2cZNP { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.25rem;left:57.0625rem;overflow:hidden;display:block; }
#h60MFoi2LSDtJBPVDU8qm5nCFocRpB2K { z-index:100095;top:21.8125rem;left:56.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bDXIBCEDhJR2IR9G85Qt6nTQMVzIi2nV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oaCwIbiKQ2VU4sF8UG3SlPQZhSpOINBO { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.75rem;height:4.38671875rem;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; }
#dOtb3qQWOmrPsBaLy3nTB87vqmwyZNTR { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100079;line-height:1.6;letter-spacing:0;top:15.125rem;left:34.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kr9QkTZpFZEr61G4KltKcoQcKaSnBc2o { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:15.9375rem;left:32.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; }
#hgVx40oM6JX2Iwel0yfriZEH3yyE1RJt { 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:21.3125rem;left:36.25rem;overflow:hidden;display:block; }
#eBxW9KyHS2EzTwdDCTmEQundayTf7HpW { z-index:100101;top:21.875rem;left:35.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; }
#E6q8mmzyat15gvncH7NHtJohuQzQIDSJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NT7NpDbBfP3DATuGeFUMC9oQw8iUvbd6 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:4.125rem;left:32.625rem;overflow:hidden;display:block; }
#pnohsTxotpURWeUMRpzzv3hB37fH5dOT { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:8.51704788208rem;left:15.050781607628rem;height:1.4625rem;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; }
#Qyuygbff7pwSfihQtB7Iy6tLPVfMdt2m { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:3.6429329514504rem;left:12.363280653954rem;overflow:hidden;display:block; }
#wyTu0V282daa9voRFc48744dCH76QWLF { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100085;line-height:1.6;letter-spacing:0;top:14.642576754093rem;left:14.238280653954rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBe9kTnHFbMZ32sfpLUyTky6fdqh97sb { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:15.454899370671rem;left:12.112925887108rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GGuzbaVfDN48vozEi1WyNs3eh2Tsib72 { 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:20.830431520939rem;left:15.988102316856rem;overflow:hidden;display:block; }
#URkvDNuudKq2MUTsCNIabKVnl90FfC01 { z-index:100107;top:21.392399370671rem;left:15.175780653954rem;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; }
#XhXXotA9RwNbZR0v2u3FfTCfcO4DTnST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3LhipiDT4lxvcpegZLIlHWH3BdpqwLf { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100098;line-height:1.3;letter-spacing:0;top:31.5625rem;left:57.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZPIZAoTg1wWQ4zr22dsbod1UEJ0OS3t4 { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:54.125rem;overflow:hidden;display:block; }
#haQAPUqKSZz5UMgRpIwfnKTlC2F2JfOG { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100091;line-height:1.6;letter-spacing:0;top:38.124286651611rem;left:56.999641776085rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hMMpeeTk4CHihqdhaHZXrx09olS3Hme3 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:38.937496185302rem;left:54.686787009239rem;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; }
#slSxTKepNgdBbpi8D8WzXenIu0ydMALg { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.75rem;left:57.75rem;overflow:hidden;display:block; }
#pXMdEuVIT0HHvmFhZRLpsyclNItTgu51 { z-index:100113;top:45.3125rem;left:56.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; }
#chX0NO1AcnXZnGhumBkDTN7TZZ8mRUpx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AkW3Gif4vzIxbzVgi0MTTXNqtR6AemSM { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:32.625rem;overflow:hidden;display:block; }
#rZgCmQrn12TT1C40goboB00mnO2RvRD5 { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100104;line-height:1.3;letter-spacing:0;top:34.125rem;left:35.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t273KXHKOc63XvgfkcceLS51BwPwBRQp { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100097;line-height:1.6;letter-spacing:0;top:38.374996185302rem;left:35.436787009239rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5rMp4wpy441ZBiySiUoV9LmULah8li1 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:39.374820709229rem;left:33.061966300011rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f1NJs28pI5lzAlIwUlblmAOIULTtz1Tp { position:absolute;display:block;z-index:100117;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.6875rem;left:36.25rem;overflow:hidden;display:block; }
#FAhsgncIu0h6MQUvvNmrTtGrVuKDAECS { z-index:100119;top:45.5rem;left:35.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; }
#WTZeeFv15UMpobsuvGGzyPtz6UldW0ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K4WJxhbOregqCkzfqBBzaoBByySnvJWB { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.2100505828857rem;left:13.061967253685rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6d1khDD3mTvH7PvD4iMpSKau7X0gbNA { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100149;line-height:1.3;letter-spacing:0;top:18.272371292114rem;left:53.436611533165rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DRz9kh3p06naxLUcTQXTPqVOBcgIFXNi { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100151;line-height:1.3;letter-spacing:0;top:18.272371292114rem;left:34.030537009239rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BQWl52LPA9Q5POn4ItBUWO5zlN15AKgT { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:34.031425833702rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z9DxCzpRTIAqTWkMp8yRuc5Ofh2DiTVB { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100153;line-height:1.3;letter-spacing:0;top:17.39524269104rem;left:13.061967253685rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JkEVNJrtZTarBWhGdixkqlQIuZdSpWVr { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100150;line-height:1.3;letter-spacing:0;top:41.859906196594rem;left:55.249466300011rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k8DL086d2Knaq86KKtW0u3LSvRxAXFmk { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:12.9375rem;overflow:hidden;display:block; }
#fxnz0KxCuf3BqMeisZw9IJpcsXNMUZTO { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:34rem;left:16.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MRbmXr8EvIegAuBvZxJ4rXDLbIyFePx8 { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:38.124098777771rem;left:15.050603270531rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tp3hJDqrFSF9WndJtRnJcVbDknvZ7nOk { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:39.627117156983rem;left:12.925780653954rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hX2Xc3BTET5WJT55i3AHds8VohxQA6Iq { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100159;line-height:1.3;letter-spacing:0;top:41.75rem;left:14.3125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DBTsyXdtg47hDJinMXpGu3UczMzSg3hv { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.484550476074rem;left:16.706674933434rem;overflow:hidden;display:block; }
#PHd84q40eN8yFkutpSI7mTAAEhDwAIE1 { z-index:100126;top:44.99857711792rem;left:16.113281607628rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C6zhAKE9xdk8pQakvfAiA0CXhsaWsbee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q0I1VpPCHJTNTcOcJ72ZlUwQEym0tvZQ { position:absolute;display:block;z-index:100150;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;height:8.6248125rem;width:11.624625rem;top:1.2100419998169rem;left:3.4881037473679rem;overflow:hidden;display:block; }
#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT { position:relative;display:block; }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT { background-color: transparent; background-image: none; }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .row .container > .video-iframe-container { display: none; }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .row > .video-iframe-container { display: none; }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .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); }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT { border-width: 0; border-radius: 0; }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .row .container > .video-iframe-container {  }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-size:contain !important;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#r5l7ybOAt2s2IZPXJuz1enXlak4plwx7 { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.93625rem;width:17.7485625rem;top:5.8125rem;left:42rem;overflow:hidden;display:block; }
#TuvA5oGUAic8gEdSzmW03BsyWPtgDOsQ { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:10.1875rem;left:44.5625rem;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; }
#AErr87vgyee92FdD5vw2FFgJllNhtq1g { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:15.125rem;left:42.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTFBo3bMrS4LAaIUime6exr7naEUCddG { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:16rem;left:40.8125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lAJJVWVOPVvwoVhXznc6F40SFdVaqqT2 { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.9375rem;left:46.0625rem;overflow:hidden;display:block; }
#a9y9mDw04RG01HMFbQFsln2T84OVWT2c { z-index:100126;top:22.625rem;left:45.6875rem;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; }
#IKHkeKvuTbbftWGJFri74NR6LsZm2J4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RAcT4nKfbrKpmoHycgS2tMr1GJfmotEc { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:5.8125rem;left:20.875rem;overflow:hidden;display:block; }
#ApxHLhywVC57rrZS7oO56bQiAcn86brB { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:9.4375rem;left:23.4375rem;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; }
#Gzdh6xs4OTS4ileyrNHQqUmBeFUfpuQA { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100092;line-height:1.6;letter-spacing:0;top:16rem;left:23.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbIUOgoDLvGooMycwcz02JWE6BDSUgeS { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.5625rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCVEUTHAiMOms66oTJHCnrpfIwr7zdW1 { 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:21.625rem;left:24.5625rem;overflow:hidden;display:block; }
#LAu61VJdhiTp5MIwrn4raLU3QyZaSSe9 { z-index:100114;top:22.25rem;left:24.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qBKI5xuOEOmfLSeUSQHTTuqp0V41Auut { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qMufS7RZez5N8vJ0wfNTmiwnGIdz6Txq { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.8181819915771rem;left:15.300070166588rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#opvRFTTOJKrqfPobsdDtTEXWzKl3Mzqx { color:#e4e4e4;display:block;width:11.8119375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:100161;line-height:1.3;letter-spacing:0;top:12.1875rem;left:45.4375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oWO22w8rGHf4vJa4vkw3ScgfgKt96FBv { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100107;line-height:1.3;letter-spacing:0;top:16rem;left:48.875rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MeOokBOUPfX1m90NiKGmWBLTTdZmyey9 { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;height:6.4373125rem;width:12.562125rem;top:1.8125rem;left:7.3125rem;overflow:hidden;display:block; }
#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL { position:relative;display:block; }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL { background-color: transparent; background-image: none; }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .row .container > .video-iframe-container { display: none; }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .row > .video-iframe-container { display: none; }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .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); }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL { border-width: 0; border-radius: 0; }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .row .container > .video-iframe-container {  }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(207deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(207deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(207deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(207deg, #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(207deg, #ffffff, rgba(24,183,235,0.38));background-size:contain !important;font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#y64Tqrfufbtly2z3kLsqgICTlq8uly58 { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.93625rem;width:17.7485625rem;top:1.5rem;left:41.25rem;overflow:hidden;display:block; }
#l6nhF9yXoeLfuEAWN8x8Ky02i14gHNqE { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:5.875rem;left:43.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XblwOqhu8DHcBSAD7qbNsQ4UIlo6mkF4 { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:10.1875rem;left:43.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsVB2ioy0Fs9vnQCaUP830dwSqTMhrRT { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:11.1875rem;left:40.8125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a1vUPaxBhLqf8myPyLS8hAt33ABl69ZZ { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.625rem;left:45.3125rem;overflow:hidden;display:block; }
#FNgZi02ood15dQnTnDepsxBPgliEuHSV { z-index:100126;top:18.3125rem;left:44.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; }
#UyQs2Lf38LPSy2VUuuQEuXCRah7Nuvah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c6P8vsM1gyAK5A3XN6a53u0KIsh3WZH7 { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:1.5rem;left:20.125rem;overflow:hidden;display:block; }
#v8UQFWCJp4nqH7UhxOUkJbzKOcsUeCJQ { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:5.8125rem;left:22.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; }
#HNO9sbHqL99EpVzcenHcCeuaLXH8belw { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100092;line-height:1.6;letter-spacing:0;top:11.6875rem;left:22.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJ3TLbqE7HtqcJfkBXD4yrBNTTVB0JRi { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:12.625rem;left:20.8125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TQAC9Hv3dXplts10KA19xgChtoXkaQxw { 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:17.25rem;left:23.8125rem;overflow:hidden;display:block; }
#n07JrzZ7lKwvp4LcE9vaXpcDVOvBbyDO { z-index:100114;top:17.875rem;left:23.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.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qmfaEn5tauBW0ADw3T4tUpos5qVLsLfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu { position:relative;display:block; }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu { background-color: transparent; background-image: none; }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .row .container > .video-iframe-container { display: none; }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .row > .video-iframe-container { display: none; }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .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); }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu { border-width: 0; border-radius: 0; }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .row .container > .video-iframe-container {  }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(0deg, #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(0deg, #ffffff, rgba(24,183,235,0.38));background-size:contain !important;font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#emFWubhzacCFE1kkgTRPRLPBEoTyNI1q { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.93625rem;width:17.7485625rem;top:3.875rem;left:41.0625rem;overflow:hidden;display:block; }
#Fim7igJwwOhgJRhhegy5iszNAtUdEK39 { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:8.25rem;left:43.625rem;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; }
#xcel9diD0RCpWG4ePubLsFEOr9dWCysi { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:12.5625rem;left:43.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcHZf4KdVaGaVefOLbEfzlTzF8p7C4UC { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:13.5625rem;left:41.3125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PCdtIsagyF7nABNHEwPLwnXuMpH1JCRR { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20rem;left:45.125rem;overflow:hidden;display:block; }
#qTbAZ9VuJMaaBtlu3ZMJzrLkNRK0Xipe { z-index:100126;top:20.6875rem;left:44.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; }
#TzkEJ306ok711yh2JKcrTzLk2CZZiIGS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GlvzJTpdnQSoSOoRdl9dn1tu1l9C75uX { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:3.875rem;left:19.9375rem;overflow:hidden;display:block; }
#kDPoHRvPoggCk5L5REo6zhflV1oT462B { 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:19.625rem;left:23.625rem;overflow:hidden;display:block; }
#AXccg3VHadRka4W2odiqyk4TdPTv79Ox { z-index:100114;top:20.25rem;left:23.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vvkb0ypBcp2GVvbiNG2EQz9ULe7rvzMz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vCyv2GVfQ0WrXD8mlEntFNwZMPWkvznw { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:1.2562280893326rem;left:12.288707137108rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJ1wZx4Vtg2bpXKefvT0Zr22bzfXN6XG { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100112;line-height:1.3;letter-spacing:0;top:8.979048371315rem;left:22.497335791588rem;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; }
#cmBNDQ2IxIo9tTZVJDQQDeR98Ft2u1UG { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100127;line-height:1.3;letter-spacing:0;top:12.382825493813rem;left:22.403231024742rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erHZSi3pBR7xixbOJ8kEVU71x8lqRcBD { position:absolute;display:block;z-index:100151;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;height:7.6873125rem;width:11.8119375rem;top:1.2562144994736rem;left:11.375176787376rem;overflow:hidden;display:block; }
#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(17,120,209,0.19);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; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx.adaptive-delivery-prevent-bg, #KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx.lazyload, #KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx.lazyloading { background-image: none; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container { background-color: transparent; background-image: none; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container > .video-iframe-container { display: none; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row > .video-iframe-container { display: none; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .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); }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container { border-width: 0; border-radius: 0; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row > .video-iframe-container {  }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#zqau1PkUgJHGhLerDPUDnxwrhN0MPyQ4 { 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:36.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#tKCSBaGRdye58dMFCFHMc6dTtkQE1lWl { 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:43.4375rem;display:block; }
#uVzFo3RfeetFwBUqHOmCmTIHURUlNCaH { 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:44.6875rem;height:7.434875rem;text-align:justify;text-align-last:initial;display:block; }
#kNWLec2AAooAL0BkWE8wah9g0otcnKMf { 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:63.4375rem;display:block; }
#oFWMXmyBs1Q6AJce0Oo3mKdTQVnZ5X9V { 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:61.375rem;display:block; }
#NTHT06JdX8OtSnAwSL8LBciRKXDJt1XZ { 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:63.5rem;display:block; }
#oEtKZnmoLMmWSgy800EiWKixFbtTQNzk { 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:37.0625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vRq1iMgqMp0pAgfQtm3VXepT6LgqUGVs { 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:42rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#CmkLKJw8blJtvR7yXhaKhUpTWgWWNGnl { 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:63.5625rem;display:block; }
#NJxA0a5CnmimKCvZNnpvRZJTeisn4ZGA { 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:63.4375rem;display:block; }
#oeNiikJ6bMJhJaP0WJ8IarXXB5qgZ917 { 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:63.5625rem;display:block; }
#VH6HkHxOD6Dkws9eI3A01Tceaz34E0A7 { 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:63.4375rem;display:block; }
#gIkfPvKvLdDGdkznyQWVEmzU3elztuyJ { 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:51.375rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#M6no3WkvIgTbi4bSLM3FMZP5g6kkR9tr { 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:51.375rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#CTnQ6I2ci9KPIeIAhfmK4MX2m5eJTVtX { 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:63.5625rem;display:block; }
#Urie9omocyGTXT5V7bFfth78ZwyMLVMT { 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:63.4375rem;display:block; }
#uEJFcU1ELVtbWmo0MVFo5I9PTpHV4Z8L { 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:51.375rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-size:initial !important;position:relative;display:block; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container { background-color: transparent; background-image: none; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container > .video-iframe-container { display: none; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row > .video-iframe-container { display: none; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .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); }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container { border-width: 0; border-radius: 0; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row > .video-iframe-container {  }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#feWMqiaUa6mhxQNgVzOKqd89cQrkZ91h { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:32.75rem;height:2.5435rem;font-style:normal;display:block; }
#zwsiqOnJA28VxffWxKzu0drak4Zu3w0g { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#Wwr6hBqsNzw7qaKgtNKAp561EAB1Vq2N { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:13.375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AkQXQTH3uk9hlRUDW2vt1grsnX1L5VPg { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:13.5rem;display:none; }
#V7eVa7o16PvaXQAL3oz786QtXGZCTEZT { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:57.9375rem;display:block; }
#boqp1FTq8V0TGXAtmdw6oV7wdElKTcwX { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:48.0625rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JCP8yZILBiXZHSLGa3avbu8CCWQxtTG3 { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:9.8125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dsTlsaVS70e8FtTVlaWDPX4VkIebk8a7 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:57.9375rem;display:block; }
#FsBUImxdKEuzhgxfvC71IJOobLkUpo7h { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:39.8125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#guMTeCRkmTxJ2BkyUxXI6IzKpBig4iKH { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:39.6875rem;display:block; }
#wxFuA6qPECuBba4IQCdT3UZKJT3giJ2g { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:33.6875rem;display:block; }
#B9qeGgQCKrah5zVXZ9XVUEX0JUJRwHTH { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:29.6875rem;display:block; }
#DNdQWHTbnFCLz2nkxvPBzT4xJSgcBtPM { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:25.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zukywFrPqyaaa7ODt3cpkKzgds2UCqtz { display:block; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5  { width:15rem;height:auto; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 {display:block;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #zRsg9GHkarDJlE2TcgZ27T2FPL7EHSAF {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #rOH0AA6bhpi42pH7QJUkdrdgx130eb7D {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #p1JLPRqm6xbCNO8PAtZmPgUUnmneigsA {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #LZ1eiJZWDPQ1bDC9219ynEW0OVHICgtS {  }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #LZ1eiJZWDPQ1bDC9219ynEW0OVHICgtS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #h2vEFT5pcLpJ85bHT67koNkhAD9z74Uh {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #MRlp44CcPte8fCvsUqELHCaSURcXTfbi { z-index:2; }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #ekWP5GOAItGIz8hZ4T3lrR0CBO2yffC6 {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #L8WcpxDAZWWO0cXwurCrO3KLNB1XnSZN { z-index:2; }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #xmOt0wXsAUcCw5HeibqM4gO2Z0lRTcqk {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #i6hnLTxE4qZLVOc9wOwq6yqX1T7pxQiP {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #wkH5Tb5VBfwNPi14cnbzMsFMqdDXWb0a {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #Bqyz5X3Vduf5hJlOM39sBSWmPNhv92BJ {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #HFm9FLPMzQyel7TZReTnPyfM6EyTcaik {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #AyVw96S4IKTUneOmqFvhk88y9plzaU5h {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #Bt2teRlbpm615kgHT1m0Ts4kIfh4vrlw {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #T7CoDKGnrEPmZDuXJNRkg3CTlgWrqRsu {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #abNqSDyBOgC5sydVtAmzLJxlexXrkTM5 {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #yHU16g3VwpsV1xXBC1q8fP3cmkW14P0K {  }
 }@media only screen and (max-width: 763px) { #odTR59Dxs5vkQDghWar6M3K7WAr5b1na { display:block; }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #o2QcUFgGiTCbF6JHO3iG4G7cDrmt4vKv {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #xzFOsUxOXA9JB6Gwc42URqZTpwyWkVra {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #RLd4FIwOikQ7QFf75V53LiWJ46ebhXUK {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #bgT93tXKU81rwVG5CwADsvrQNVTyMITg {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #vQRqrVyZNRI63n6BFOw78t9qSVQHpT30 {  }
 }@media only screen and (max-width: 763px) { #l09dw9IXPd7EmJs03OW8dPRpBMgmoH7R { width:15.375rem;height:1.9375rem;top:14.9375rem;left:31.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqSa7PsrkpoOGEEeRsB9ZZKGTmELvdxb { top:9.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN6avVBGbJ8IEM47s9yybCasVTJNU3ca { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTA9sHPUwnoH7eetQTNb6seDmTmc4kbS { top:45.3125rem;left:33.5625rem;width:12.625rem;height:4.8120495423018rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvAz8iKTHcETNxxkgA3F81XgOz4R9p6h { top:14rem;left:32.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgBUr0Hak0rMQGzvEW2pumpAxbzGcFK { top:46.875rem;left:15.5625rem;width:6.625rem;height:2.6874771213465rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzuII9ezoUhn3Rs6JVNDwfT4WBqhbQOg { top:46.625rem;left:22rem;width:9.375rem;height:3.49964375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlCaakAqPXPO43gscaTSBgrqD3dlaNZ { 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) { #NwvBQstW3btInll69nbtHO9KvxKkFAon { display:block; }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwnHz5QBA6E6snbHXx0AlKNavpnwQ32i { top:9.6875rem;left:30.0625rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3ZVbUdVZJCIu9vVL944apH0qKmWzuJ { width:12.5625rem;height:2.875rem;top:14.0625rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONG31WHWhUvtMl0sshXO4fSxJVhk8ntx { width:15.125rem;height:3.25rem;top:19rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFMOLEOqFbqg81lhKkTMZ5EaR9FifDm4 { width:12.5625rem;height:1.5rem;top:19.875rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbFrKOcpbXhUV9fc8qMiBJI67OcLPHS { top:27rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1WfwXuELEz286qNeZTE1AuqIcTf98CJ { top:22.25rem;left:40.875rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DytnnNXGyJqmxshuclGG4qWbWgO8LMxf { top:27.8125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI418TAMLMLMmyNZ1zZmnS6Dqt6kivuo { display:block; }
 }@media only screen and (max-width: 763px) { #KUie0od2USTdKd8IKDnuPrfCJ1fTostR { top:9.6875rem;left:20.9375rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKIdh20v4a8UFMrH1ALiTonaJ9vBibpJ { width:12.5625rem;height:4.375rem;top:13.3125rem;left:23.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiyWdDstMSsMrlxeMDCaFRVD5OWkABKR { width:15.125rem;height:3.25rem;top:19.875rem;left:23.562501907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs5ie9DW8gcThrhbldayeu9hAiPIPVmC { width:12.5625rem;height:1.5rem;top:20.8125rem;left:21.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8yvSHTMpHg0KR29HgtdfetrrQbWG9G0 { top:23.875rem;left:21.75rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nne4Tb2UtuK8Xhq2TWJDhlL4dg5ytnn6 { top:25.4375rem;left:24.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUMNsxCEdEtTZRHhbPsVHVDPooX9Tmu9 { top:26.0625rem;left:24.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzEmNKbnBbJi9fmLdFPi28wuCm0QPyrZ { display:block; }
 }@media only screen and (max-width: 763px) { #c9CEm9IuKf8lcytKoyKCDvtk249IAw7e { top:1.25rem;left:0rem;width:18.25rem;height:10.090343979002rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPIOZUG74lTDhmluaXfX77g1hQoIZHds { top:1.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPxQybwGh0z8L3TLLTiwFCll1Siw2dPy { top:9.6875rem;left:0.5625rem;width:17.6875rem;height:21.860563853313rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyEER90Dry7tONtllLcvOBJh9PA4B0XD { width:12.5625rem;height:2.875rem;top:13.3125rem;left:3.1223964691162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0c5Fa9wJyGV6VKgTiMEZ23vycPDpJhK { top:17.0625rem;left:3.5299472808838rem;width:11.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2kRTHoOfIATM3brm4K4H8XNSAD2ACcG { width:15.125rem;height:3.25rem;top:22.1875rem;left:3.1445331573486rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqPcyxJ27qOAek1Pws5eQZd3G7ck5HkO { width:12.5625rem;height:1.5rem;top:23.0625rem;left:1.6744785308838rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z74CwIeFJEaun0ObZLBtFpBfs1QCXnC6 { top:24.4375rem;left:1.875rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvKtcHucaTJNkbgnrx116LfifzIeTGQ { top:26.1875rem;left:4.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgcCyUXgkaIqytSFzdJnUzvunx2bLbB6 { top:26.5625rem;left:3.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnCnqRKR7LphLTOE4FQpHxpUdoQcDLRJ { display:block; }
 }@media only screen and (max-width: 763px) { #Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw { display:block; }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEBVd3TDHoKSkdP6XDkoFwaSqCHtqMcA { width:12.5625rem;height:;top:8rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg5nWOWNCiNFaCOB8QmHrgda3MJhbtyC { width:15.125rem;height:3.25rem;top:14.9375rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4dDxnlortHfFHQ1StIdgi9VxyyOGsOA { top:4.0625rem;left:30rem;width:17.6875rem;height:21.860574366793rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9So42adaGVIyxNbenRePvKkoxkuRDs { width:12.5625rem;height:1.5rem;top:15.8125rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWAGvBHy7D3h5TApIvJbLDfDMcT2cZNP { top:21.25rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h60MFoi2LSDtJBPVDU8qm5nCFocRpB2K { top:21.8125rem;left:36.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDXIBCEDhJR2IR9G85Qt6nTQMVzIi2nV { display:block; }
 }@media only screen and (max-width: 763px) { #oaCwIbiKQ2VU4sF8UG3SlPQZhSpOINBO { width:12.5625rem;height:4.375rem;top:8.125rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOtb3qQWOmrPsBaLy3nTB87vqmwyZNTR { width:15.125rem;height:3.25rem;top:15.125rem;left:20.875001907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9QkTZpFZEr61G4KltKcoQcKaSnBc2o { width:12.5625rem;height:1.5rem;top:15.9375rem;left:18.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVx40oM6JX2Iwel0yfriZEH3yyE1RJt { top:21.3125rem;left:22.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBxW9KyHS2EzTwdDCTmEQundayTf7HpW { top:21.875rem;left:21.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6q8mmzyat15gvncH7NHtJohuQzQIDSJ { display:block; }
 }@media only screen and (max-width: 763px) { #NT7NpDbBfP3DATuGeFUMC9oQw8iUvbd6 { top:4.125rem;left:19rem;width:17.6875rem;height:21.860574366793rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnohsTxotpURWeUMRpzzv3hB37fH5dOT { width:12.5625rem;height:;top:8.5rem;left:1.4257816076279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyuygbff7pwSfihQtB7Iy6tLPVfMdt2m { top:3.625rem;left:0rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyTu0V282daa9voRFc48744dCH76QWLF { width:15.125rem;height:3.25rem;top:14.625rem;left:0.61328065395355rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBe9kTnHFbMZ32sfpLUyTky6fdqh97sb { width:12.5625rem;height:1.5rem;top:15.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGuzbaVfDN48vozEi1WyNs3eh2Tsib72 { top:20.8125rem;left:2.3631023168564rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #URkvDNuudKq2MUTsCNIabKVnl90FfC01 { top:21.375rem;left:1.5507806539536rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhXXotA9RwNbZR0v2u3FfTCfcO4DTnST { display:block; }
 }@media only screen and (max-width: 763px) { #A3LhipiDT4lxvcpegZLIlHWH3BdpqwLf { width:12.5625rem;height:;top:31.5rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPIZAoTg1wWQ4zr22dsbod1UEJ0OS3t4 { top:27.375rem;left:30.0625rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #haQAPUqKSZz5UMgRpIwfnKTlC2F2JfOG { width:15.125rem;height:3.25rem;top:38.0625rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMMpeeTk4CHihqdhaHZXrx09olS3Hme3 { width:12.5625rem;height:1.5rem;top:38.875rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slSxTKepNgdBbpi8D8WzXenIu0ydMALg { top:44.75rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXMdEuVIT0HHvmFhZRLpsyclNItTgu51 { top:45.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chX0NO1AcnXZnGhumBkDTN7TZZ8mRUpx { display:block; }
 }@media only screen and (max-width: 763px) { #AkW3Gif4vzIxbzVgi0MTTXNqtR6AemSM { top:27.375rem;left:19rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZgCmQrn12TT1C40goboB00mnO2RvRD5 { width:12.5625rem;height:;top:34.0625rem;left:22.124287009239rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t273KXHKOc63XvgfkcceLS51BwPwBRQp { width:15.125rem;height:3.25rem;top:38.3125rem;left:21.811787009239rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5rMp4wpy441ZBiySiUoV9LmULah8li1 { width:12.5625rem;height:1.5rem;top:39.3125rem;left:19.436966300011rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1NJs28pI5lzAlIwUlblmAOIULTtz1Tp { top:44.6875rem;left:22.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAhsgncIu0h6MQUvvNmrTtGrVuKDAECS { top:45.5rem;left:21.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZeeFv15UMpobsuvGGzyPtz6UldW0ee { display:block; }
 }@media only screen and (max-width: 763px) { #K4WJxhbOregqCkzfqBBzaoBByySnvJWB { top:1.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6d1khDD3mTvH7PvD4iMpSKau7X0gbNA { top:18.25rem;left:39.811611533165rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRz9kh3p06naxLUcTQXTPqVOBcgIFXNi { top:18.25rem;left:20.405537009239rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQWl52LPA9Q5POn4ItBUWO5zlN15AKgT { top:41.8125rem;left:20.406425833702rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9DxCzpRTIAqTWkMp8yRuc5Ofh2DiTVB { top:17.375rem;left:0rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkEVNJrtZTarBWhGdixkqlQIuZdSpWVr { top:41.8125rem;left:40.875rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DL086d2Knaq86KKtW0u3LSvRxAXFmk { top:27.375rem;left:0rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxnz0KxCuf3BqMeisZw9IJpcsXNMUZTO { width:12.5625rem;height:;top:34rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRbmXr8EvIegAuBvZxJ4rXDLbIyFePx8 { width:15.125rem;height:3.25rem;top:38.0625rem;left:1.4244785308838rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp3hJDqrFSF9WndJtRnJcVbDknvZ7nOk { width:12.5625rem;height:1.5rem;top:39.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX2Xc3BTET5WJT55i3AHds8VohxQA6Iq { top:41.75rem;left:0.6875rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTsyXdtg47hDJinMXpGu3UczMzSg3hv { top:44.4375rem;left:3.0816749334336rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHd84q40eN8yFkutpSI7mTAAEhDwAIE1 { top:44.9375rem;left:2.4882816076279rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zhAKE9xdk8pQakvfAiA0CXhsaWsbee { display:block; }
 }@media only screen and (max-width: 763px) { #q0I1VpPCHJTNTcOcJ72ZlUwQEym0tvZQ { top:1.1875rem;left:0rem;width:11.5625rem;height:8.5787192732025rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpJ6Ih26IesfSQeAFpLnThFlp75c5luT { display:block; }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5l7ybOAt2s2IZPXJuz1enXlak4plwx7 { top:5.8125rem;left:28.375rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvA5oGUAic8gEdSzmW03BsyWPtgDOsQ { width:12.5625rem;height:1.4375rem;top:10.1875rem;left:30.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AErr87vgyee92FdD5vw2FFgJllNhtq1g { width:15.125rem;height:3.25rem;top:15.125rem;left:29.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFBo3bMrS4LAaIUime6exr7naEUCddG { width:12.5625rem;height:1.5rem;top:16rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAJJVWVOPVvwoVhXznc6F40SFdVaqqT2 { top:21.9375rem;left:32.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9y9mDw04RG01HMFbQFsln2T84OVWT2c { top:22.625rem;left:32.0625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKHkeKvuTbbftWGJFri74NR6LsZm2J4k { display:block; }
 }@media only screen and (max-width: 763px) { #RAcT4nKfbrKpmoHycgS2tMr1GJfmotEc { top:5.8125rem;left:7.25rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApxHLhywVC57rrZS7oO56bQiAcn86brB { width:12.5625rem;height:2.875rem;top:9.4375rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzdh6xs4OTS4ileyrNHQqUmBeFUfpuQA { width:15.125rem;height:3.25rem;top:16rem;left:9.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbIUOgoDLvGooMycwcz02JWE6BDSUgeS { width:12.5625rem;height:1.5rem;top:16.9375rem;left:7.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCVEUTHAiMOms66oTJHCnrpfIwr7zdW1 { top:21.625rem;left:10.9375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAu61VJdhiTp5MIwrn4raLU3QyZaSSe9 { top:22.25rem;left:10.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBKI5xuOEOmfLSeUSQHTTuqp0V41Auut { display:block; }
 }@media only screen and (max-width: 763px) { #qMufS7RZez5N8vJ0wfNTmiwnGIdz6Txq { top:1.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvRFTTOJKrqfPobsdDtTEXWzKl3Mzqx { top:12.1875rem;left:31.8125rem;width:11.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWO22w8rGHf4vJa4vkw3ScgfgKt96FBv { width:12.5625rem;height:1.5rem;top:16rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeOokBOUPfX1m90NiKGmWBLTTdZmyey9 { top:1.8125rem;left:0rem;width:12.5rem;height:6.4050527415662rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL { display:block; }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y64Tqrfufbtly2z3kLsqgICTlq8uly58 { top:1.5rem;left:27.625rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6nhF9yXoeLfuEAWN8x8Ky02i14gHNqE { width:12.5625rem;height:;top:5.875rem;left:30.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XblwOqhu8DHcBSAD7qbNsQ4UIlo6mkF4 { width:15.125rem;height:3.25rem;top:10.1875rem;left:30rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsVB2ioy0Fs9vnQCaUP830dwSqTMhrRT { width:12.5625rem;height:1.5rem;top:11.1875rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vUPaxBhLqf8myPyLS8hAt33ABl69ZZ { top:17.625rem;left:31.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgZi02ood15dQnTnDepsxBPgliEuHSV { top:18.3125rem;left:31.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQs2Lf38LPSy2VUuuQEuXCRah7Nuvah { display:block; }
 }@media only screen and (max-width: 763px) { #c6P8vsM1gyAK5A3XN6a53u0KIsh3WZH7 { top:1.5rem;left:6.5rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8UQFWCJp4nqH7UhxOUkJbzKOcsUeCJQ { width:12.5625rem;height:1.4375rem;top:5.8125rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNO9sbHqL99EpVzcenHcCeuaLXH8belw { width:15.125rem;height:3.25rem;top:11.6875rem;left:9.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ3TLbqE7HtqcJfkBXD4yrBNTTVB0JRi { width:12.5625rem;height:1.5rem;top:12.625rem;left:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQAC9Hv3dXplts10KA19xgChtoXkaQxw { top:17.25rem;left:10.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n07JrzZ7lKwvp4LcE9vaXpcDVOvBbyDO { top:17.875rem;left:9.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmfaEn5tauBW0ADw3T4tUpos5qVLsLfT { display:block; }
 }@media only screen and (max-width: 763px) { #OmU0HgsMI0IeNMLdie8FReprc6y4GAeu { display:block; }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emFWubhzacCFE1kkgTRPRLPBEoTyNI1q { top:3.875rem;left:27.4375rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fim7igJwwOhgJRhhegy5iszNAtUdEK39 { width:12.5625rem;height:;top:8.25rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcel9diD0RCpWG4ePubLsFEOr9dWCysi { width:15.125rem;height:3.25rem;top:12.5625rem;left:29.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHZf4KdVaGaVefOLbEfzlTzF8p7C4UC { width:12.5625rem;height:1.5rem;top:13.5625rem;left:27.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCdtIsagyF7nABNHEwPLwnXuMpH1JCRR { top:20rem;left:31.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTbAZ9VuJMaaBtlu3ZMJzrLkNRK0Xipe { top:20.6875rem;left:31.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkEJ306ok711yh2JKcrTzLk2CZZiIGS { display:block; }
 }@media only screen and (max-width: 763px) { #GlvzJTpdnQSoSOoRdl9dn1tu1l9C75uX { top:3.875rem;left:6.3125rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDPoHRvPoggCk5L5REo6zhflV1oT462B { top:19.625rem;left:10rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXccg3VHadRka4W2odiqyk4TdPTv79Ox { top:20.25rem;left:9.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvkb0ypBcp2GVvbiNG2EQz9ULe7rvzMz { display:block; }
 }@media only screen and (max-width: 763px) { #vCyv2GVfQ0WrXD8mlEntFNwZMPWkvznw { top:1.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ1wZx4Vtg2bpXKefvT0Zr22bzfXN6XG { width:12.5625rem;height:1.4375rem;top:8.9375rem;left:8.8723357915881rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmBNDQ2IxIo9tTZVJDQQDeR98Ft2u1UG { top:12.375rem;left:8.7782310247419rem;width:12.8125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erHZSi3pBR7xixbOJ8kEVU71x8lqRcBD { top:1.25rem;left:0rem;width:11.75rem;height:7.6470030318906rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx { display:block; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqau1PkUgJHGhLerDPUDnxwrhN0MPyQ4 { 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) { #tKCSBaGRdye58dMFCFHMc6dTtkQE1lWl { width:22.1875rem;height:0.1875rem;top:6.6875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVzFo3RfeetFwBUqHOmCmTIHURUlNCaH { width:20.8125rem;height:7.1875rem;top:7.875rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNWLec2AAooAL0BkWE8wah9g0otcnKMf { width:1.875rem;height:1.875rem;top:19.75rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFWMXmyBs1Q6AJce0Oo3mKdTQVnZ5X9V { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHT06JdX8OtSnAwSL8LBciRKXDJt1XZ { width:1.75rem;height:1.75rem;top:19.875rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEtKZnmoLMmWSgy800EiWKixFbtTQNzk { width:28.5625rem;height:1.75rem;top:17.125rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRq1iMgqMp0pAgfQtm3VXepT6LgqUGVs { width:20.75rem;height:2.6875rem;top:19.125rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmkLKJw8blJtvR7yXhaKhUpTWgWWNGnl { width:1.75rem;height:1.75rem;top:22rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJxA0a5CnmimKCvZNnpvRZJTeisn4ZGA { width:1.875rem;height:1.875rem;top:21.9375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeNiikJ6bMJhJaP0WJ8IarXXB5qgZ917 { width:1.75rem;height:1.75rem;top:24.3125rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH6HkHxOD6Dkws9eI3A01Tceaz34E0A7 { width:1.875rem;height:1.875rem;top:24.1875rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIkfPvKvLdDGdkznyQWVEmzU3elztuyJ { width:11.375rem;height:2.6875rem;top:21.4375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6no3WkvIgTbi4bSLM3FMZP5g6kkR9tr { width:11.375rem;height:2.6875rem;top:25.9375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTnQ6I2ci9KPIeIAhfmK4MX2m5eJTVtX { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urie9omocyGTXT5V7bFfth78ZwyMLVMT { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEJFcU1ELVtbWmo0MVFo5I9PTpHV4Z8L { width:11.375rem;height:2.6875rem;top:23.75rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWTylWuEr2ThnuViorEGsgmTlOzmZUu { display:block; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feWMqiaUa6mhxQNgVzOKqd89cQrkZ91h { width:28.75rem;height:2.5rem;top:1.375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwsiqOnJA28VxffWxKzu0drak4Zu3w0g { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwr6hBqsNzw7qaKgtNKAp561EAB1Vq2N { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQXQTH3uk9hlRUDW2vt1grsnX1L5VPg { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7eVa7o16PvaXQAL3oz786QtXGZCTEZT { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqp1FTq8V0TGXAtmdw6oV7wdElKTcwX { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCP8yZILBiXZHSLGa3avbu8CCWQxtTG3 { width:47.75rem;height:3.9375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsTlsaVS70e8FtTVlaWDPX4VkIebk8a7 { 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) { #FsBUImxdKEuzhgxfvC71IJOobLkUpo7h { width:19.3125rem;height:3.5rem;top:13.8125rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guMTeCRkmTxJ2BkyUxXI6IzKpBig4iKH { top:13.25rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxFuA6qPECuBba4IQCdT3UZKJT3giJ2g { top:13.125rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qeGgQCKrah5zVXZ9XVUEX0JUJRwHTH { top:13.125rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNdQWHTbnFCLz2nkxvPBzT4xJSgcBtPM { top:13.125rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zukywFrPqyaaa7ODt3cpkKzgds2UCqtz { display:block; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz { background-color: transparent; background-image: none; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container > .video-iframe-container { display: none; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row > .video-iframe-container { display: none; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .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); }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz { border-width: 0; border-radius: 0; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container > .video-iframe-container {  }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container { width:20rem;height:75.625rem;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; }#zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container.adaptive-delivery-prevent-bg, #zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container.lazyload, #zukywFrPqyaaa7ODt3cpkKzgds2UCqtz > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5  { width:15rem;height:30.6875rem;top:36.8125rem;left:1.25rem; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 {display:block;}#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 { width:15rem;height:30.6875rem;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #zRsg9GHkarDJlE2TcgZ27T2FPL7EHSAF {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #rOH0AA6bhpi42pH7QJUkdrdgx130eb7D {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #p1JLPRqm6xbCNO8PAtZmPgUUnmneigsA {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #LZ1eiJZWDPQ1bDC9219ynEW0OVHICgtS {  }
#ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #LZ1eiJZWDPQ1bDC9219ynEW0OVHICgtS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #h2vEFT5pcLpJ85bHT67koNkhAD9z74Uh {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #MRlp44CcPte8fCvsUqELHCaSURcXTfbi { z-index:2; }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #ekWP5GOAItGIz8hZ4T3lrR0CBO2yffC6 {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #L8WcpxDAZWWO0cXwurCrO3KLNB1XnSZN { z-index:2; }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #xmOt0wXsAUcCw5HeibqM4gO2Z0lRTcqk {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #i6hnLTxE4qZLVOc9wOwq6yqX1T7pxQiP {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #wkH5Tb5VBfwNPi14cnbzMsFMqdDXWb0a {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #Bqyz5X3Vduf5hJlOM39sBSWmPNhv92BJ {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #HFm9FLPMzQyel7TZReTnPyfM6EyTcaik {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #AyVw96S4IKTUneOmqFvhk88y9plzaU5h {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #Bt2teRlbpm615kgHT1m0Ts4kIfh4vrlw {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #T7CoDKGnrEPmZDuXJNRkg3CTlgWrqRsu {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #abNqSDyBOgC5sydVtAmzLJxlexXrkTM5 {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #yHU16g3VwpsV1xXBC1q8fP3cmkW14P0K {  }
 }@media only screen and (max-width: 763px) { #odTR59Dxs5vkQDghWar6M3K7WAr5b1na { display:block; }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #o2QcUFgGiTCbF6JHO3iG4G7cDrmt4vKv {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #xzFOsUxOXA9JB6Gwc42URqZTpwyWkVra {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #RLd4FIwOikQ7QFf75V53LiWJ46ebhXUK {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #bgT93tXKU81rwVG5CwADsvrQNVTyMITg {  }
 }@media only screen and (max-width: 763px) { #ThD0VD2Sh2ocKi1xHhO2tPSpzFggSth5 #vQRqrVyZNRI63n6BFOw78t9qSVQHpT30 {  }
 }@media only screen and (max-width: 763px) { #l09dw9IXPd7EmJs03OW8dPRpBMgmoH7R { 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) { #mqSa7PsrkpoOGEEeRsB9ZZKGTmELvdxb { 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) { #TN6avVBGbJ8IEM47s9yybCasVTJNU3ca { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTA9sHPUwnoH7eetQTNb6seDmTmc4kbS { width:10.375rem;height:3.875rem;top:64.8125rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rvAz8iKTHcETNxxkgA3F81XgOz4R9p6h { width:10.125rem;height:2.1875rem;top:34.591148376465rem;left:4.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgBUr0Hak0rMQGzvEW2pumpAxbzGcFK { width:6.625rem;height:2.6875rem;top:70.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzuII9ezoUhn3Rs6JVNDwfT4WBqhbQOg { width:9.375rem;height:3.5rem;top:70rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQlCaakAqPXPO43gscaTSBgrqD3dlaNZ { width:10.5625rem;height:0.9747875rem;top:73.5625rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwvBQstW3btInll69nbtHO9KvxKkFAon { display:block; }#NwvBQstW3btInll69nbtHO9KvxKkFAon { border-width: 0; border-radius: 0; }#NwvBQstW3btInll69nbtHO9KvxKkFAon > .row .container { width:20rem;height:77.125rem;border-top:0.625rem solid #00daff;border-left:0;border-right:0;border-bottom:0.625rem solid #00daff;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NwnHz5QBA6E6snbHXx0AlKNavpnwQ32i { width:15.375rem;height:19rem;top:34.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3ZVbUdVZJCIu9vVL944apH0qKmWzuJ { width:12.56125rem;height:3.25rem;top:36.25rem;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) { #ONG31WHWhUvtMl0sshXO4fSxJVhk8ntx { width:15.1243125rem;height:3rem;top:42.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFMOLEOqFbqg81lhKkTMZ5EaR9FifDm4 { width:12.56125rem;height:1.54296875rem;top:43.375rem;left:2.1875rem;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) { #TXbFrKOcpbXhUV9fc8qMiBJI67OcLPHS { width:10.3125rem;height:3.75rem;top:28.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1WfwXuELEz286qNeZTE1AuqIcTf98CJ { width:6.875rem;height:1.0559875rem;top:45.6875rem;left:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DytnnNXGyJqmxshuclGG4qWbWgO8LMxf { top:29.25rem;left:4rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI418TAMLMLMmyNZ1zZmnS6Dqt6kivuo { display:block; }
 }@media only screen and (max-width: 763px) { #KUie0od2USTdKd8IKDnuPrfCJ1fTostR { width:15.375rem;height:19rem;top:14.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKIdh20v4a8UFMrH1ALiTonaJ9vBibpJ { width:12.56125rem;height:4.875rem;top:16.125rem;left:3.625rem;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) { #NiyWdDstMSsMrlxeMDCaFRVD5OWkABKR { width:15.1243125rem;height:3rem;top:23.25rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs5ie9DW8gcThrhbldayeu9hAiPIPVmC { width:12.56125rem;height:1.54296875rem;top:24.0625rem;left:2.1875rem;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) { #T8yvSHTMpHg0KR29HgtdfetrrQbWG9G0 { width:6.875rem;height:1.0559875rem;top:26.125rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nne4Tb2UtuK8Xhq2TWJDhlL4dg5ytnn6 { width:10.3125rem;height:3.75rem;top:48.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUMNsxCEdEtTZRHhbPsVHVDPooX9Tmu9 { top:48.9375rem;left:4.1875rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzEmNKbnBbJi9fmLdFPi28wuCm0QPyrZ { display:block; }
 }@media only screen and (max-width: 763px) { #c9CEm9IuKf8lcytKoyKCDvtk249IAw7e { width:13.75rem;height:7.5611875rem;top:6.1341142654419rem;left:3.1250000596046rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #tPIOZUG74lTDhmluaXfX77g1hQoIZHds { width:20rem;height:1.4622375rem;top:3.4999837875366rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPxQybwGh0z8L3TLLTiwFCll1Siw2dPy { width:15.375rem;height:19rem;top:56.8125rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyEER90Dry7tONtllLcvOBJh9PA4B0XD { width:12.5625rem;height:3.25rem;top:58.812496185302rem;left:3.7187502980233rem;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) { #B0c5Fa9wJyGV6VKgTiMEZ23vycPDpJhK { width:11.75rem;height:5.68359375rem;top:62.87499809265rem;left:4.1250002980232rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2kRTHoOfIATM3brm4K4H8XNSAD2ACcG { width:15.125rem;height:3rem;top:68.187521934506rem;left:4.3736980557442rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqPcyxJ27qOAek1Pws5eQZd3G7ck5HkO { width:12.5625rem;height:1.54296875rem;top:68.915367126462rem;left:2.9687502980233rem;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) { #z74CwIeFJEaun0ObZLBtFpBfs1QCXnC6 { width:6.875rem;height:1.0559875rem;top:70.528648376462rem;left:2.1875000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvKtcHucaTJNkbgnrx116LfifzIeTGQ { width:10.3125rem;height:3.75rem;top:71.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgcCyUXgkaIqytSFzdJnUzvunx2bLbB6 { top:72.125rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnCnqRKR7LphLTOE4FQpHxpUdoQcDLRJ { display:block; }
 }@media only screen and (max-width: 763px) { #Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw { display:block; }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw { border-width: 0; border-radius: 0; }#Z73GkI3iNwGKANMezMRGx1rSm9hR5ipw > .row .container { width:20rem;height:135.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEBVd3TDHoKSkdP6XDkoFwaSqCHtqMcA { width:12.562125rem;height:4.875rem;top:58.3125rem;left:4rem;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) { #kg5nWOWNCiNFaCOB8QmHrgda3MJhbtyC { width:15.1243125rem;height:3rem;top:65.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4dDxnlortHfFHQ1StIdgi9VxyyOGsOA { width:14.75rem;height:18.25rem;top:76.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9So42adaGVIyxNbenRePvKkoxkuRDs { width:12.562125rem;height:1.54385625rem;top:86.8125rem;left:1.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) { #SWAGvBHy7D3h5TApIvJbLDfDMcT2cZNP { width:10.3125rem;height:3.75rem;top:30.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h60MFoi2LSDtJBPVDU8qm5nCFocRpB2K { top:31.125rem;left:4.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDXIBCEDhJR2IR9G85Qt6nTQMVzIi2nV { display:block; }
 }@media only screen and (max-width: 763px) { #oaCwIbiKQ2VU4sF8UG3SlPQZhSpOINBO { width:12.562125rem;height:4.875rem;top:78.0625rem;left:4rem;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) { #dOtb3qQWOmrPsBaLy3nTB87vqmwyZNTR { width:15.1243125rem;height:3rem;top:86.0625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9QkTZpFZEr61G4KltKcoQcKaSnBc2o { width:12.562125rem;height:1.54385625rem;top:66.125rem;left:1.75rem;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) { #hgVx40oM6JX2Iwel0yfriZEH3yyE1RJt { width:10.3125rem;height:3.75rem;top:90.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBxW9KyHS2EzTwdDCTmEQundayTf7HpW { top:90.8125rem;left:4.625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6q8mmzyat15gvncH7NHtJohuQzQIDSJ { display:block; }
 }@media only screen and (max-width: 763px) { #NT7NpDbBfP3DATuGeFUMC9oQw8iUvbd6 { width:15.375rem;height:19rem;top:56.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnohsTxotpURWeUMRpzzv3hB37fH5dOT { width:12.562125rem;height:1.625rem;top:38.625rem;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) { #Qyuygbff7pwSfihQtB7Iy6tLPVfMdt2m { width:15.375rem;height:19rem;top:36.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyTu0V282daa9voRFc48744dCH76QWLF { width:15.1243125rem;height:3rem;top:44.1875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBe9kTnHFbMZ32sfpLUyTky6fdqh97sb { width:12.562125rem;height:1.54385625rem;top:45rem;left:2.1875rem;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) { #GGuzbaVfDN48vozEi1WyNs3eh2Tsib72 { width:10.3125rem;height:3.75rem;top:70.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URkvDNuudKq2MUTsCNIabKVnl90FfC01 { top:71.5625rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhXXotA9RwNbZR0v2u3FfTCfcO4DTnST { display:block; }
 }@media only screen and (max-width: 763px) { #A3LhipiDT4lxvcpegZLIlHWH3BdpqwLf { width:12.562125rem;height:1.625rem;top:97.125rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ZPIZAoTg1wWQ4zr22dsbod1UEJ0OS3t4 { width:15.375rem;height:19rem;top:95.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haQAPUqKSZz5UMgRpIwfnKTlC2F2JfOG { width:15.1243125rem;height:3rem;top:102.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMMpeeTk4CHihqdhaHZXrx09olS3Hme3 { width:12.562125rem;height:1.54385625rem;top:103.4375rem;left:1.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) { #slSxTKepNgdBbpi8D8WzXenIu0ydMALg { width:10.3125rem;height:3.75rem;top:49.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXMdEuVIT0HHvmFhZRLpsyclNItTgu51 { top:50.0625rem;left:4.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chX0NO1AcnXZnGhumBkDTN7TZZ8mRUpx { display:block; }
 }@media only screen and (max-width: 763px) { #AkW3Gif4vzIxbzVgi0MTTXNqtR6AemSM { width:15.374625rem;height:18.9994375rem;top:16.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZgCmQrn12TT1C40goboB00mnO2RvRD5 { width:12.562125rem;height:1.625rem;top:19.625rem;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) { #t273KXHKOc63XvgfkcceLS51BwPwBRQp { width:15.1243125rem;height:3rem;top:24.43733215332rem;left:3.8746448159218rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5rMp4wpy441ZBiySiUoV9LmULah8li1 { width:12.562125rem;height:1.54385625rem;top:25.125rem;left:2.2496448159218rem;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) { #f1NJs28pI5lzAlIwUlblmAOIULTtz1Tp { width:10.3125rem;height:3.75rem;top:108.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAhsgncIu0h6MQUvvNmrTtGrVuKDAECS { top:109.5rem;left:4rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZeeFv15UMpobsuvGGzyPtz6UldW0ee { display:block; }
 }@media only screen and (max-width: 763px) { #K4WJxhbOregqCkzfqBBzaoBByySnvJWB { width:20rem;height:1.4625rem;top:1.7489347457886rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6d1khDD3mTvH7PvD4iMpSKau7X0gbNA { width:6.937125rem;height:1.05625rem;top:67.6875rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRz9kh3p06naxLUcTQXTPqVOBcgIFXNi { width:6.937125rem;height:1.05625rem;top:88.375rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQWl52LPA9Q5POn4ItBUWO5zlN15AKgT { width:6.937125rem;height:1.05625rem;top:28.4375rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9DxCzpRTIAqTWkMp8yRuc5Ofh2DiTVB { width:6.937125rem;height:1.05625rem;top:46.1875rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkEVNJrtZTarBWhGdixkqlQIuZdSpWVr { width:6.937125rem;height:1.05625rem;top:105.9375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DL086d2Knaq86KKtW0u3LSvRxAXFmk { width:15.375rem;height:19rem;top:116rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxnz0KxCuf3BqMeisZw9IJpcsXNMUZTO { width:12.562125rem;height:1.625rem;top:118.1875rem;left:3.5rem;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) { #MRbmXr8EvIegAuBvZxJ4rXDLbIyFePx8 { width:15.1243125rem;height:3rem;top:124.125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp3hJDqrFSF9WndJtRnJcVbDknvZ7nOk { width:12.562125rem;height:1.54385625rem;top:125rem;left:0.875rem;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) { #hX2Xc3BTET5WJT55i3AHds8VohxQA6Iq { width:6.875rem;height:1.05625rem;top:127.8125rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTsyXdtg47hDJinMXpGu3UczMzSg3hv { width:10.3125rem;height:3.75rem;top:128.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHd84q40eN8yFkutpSI7mTAAEhDwAIE1 { top:129.5rem;left:4.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zhAKE9xdk8pQakvfAiA0CXhsaWsbee { display:block; }
 }@media only screen and (max-width: 763px) { #q0I1VpPCHJTNTcOcJ72ZlUwQEym0tvZQ { width:11.624625rem;height:8.6248125rem;top:5.4367809295654rem;left:4.1867895722389rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #hpJ6Ih26IesfSQeAFpLnThFlp75c5luT { display:block; }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT { border-width: 0; border-radius: 0; }#hpJ6Ih26IesfSQeAFpLnThFlp75c5luT > .row .container { width:20rem;height:51.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5l7ybOAt2s2IZPXJuz1enXlak4plwx7 { width:15.375rem;height:19rem;top:31.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvA5oGUAic8gEdSzmW03BsyWPtgDOsQ { width:12.56125rem;height:1.62464375rem;top:33.5rem;left:3.625rem;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) { #AErr87vgyee92FdD5vw2FFgJllNhtq1g { width:15.1243125rem;height:2.999825rem;top:39.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFBo3bMrS4LAaIUime6exr7naEUCddG { width:12.56125rem;height:1.54385625rem;top:40.625rem;left:0.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) { #lAJJVWVOPVvwoVhXznc6F40SFdVaqqT2 { width:10.3125rem;height:3.75rem;top:25.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9y9mDw04RG01HMFbQFsln2T84OVWT2c { top:26.5rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKHkeKvuTbbftWGJFri74NR6LsZm2J4k { display:block; }
 }@media only screen and (max-width: 763px) { #RAcT4nKfbrKpmoHycgS2tMr1GJfmotEc { width:15.375rem;height:19rem;top:12.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApxHLhywVC57rrZS7oO56bQiAcn86brB { width:12.56125rem;height:3.2492875rem;top:13.375rem;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) { #Gzdh6xs4OTS4ileyrNHQqUmBeFUfpuQA { width:15.1243125rem;height:2.999825rem;top:20.5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbIUOgoDLvGooMycwcz02JWE6BDSUgeS { width:12.56125rem;height:1.54385625rem;top:21.3125rem;left:2.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) { #DCVEUTHAiMOms66oTJHCnrpfIwr7zdW1 { width:10.3125rem;height:3.75rem;top:45.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAu61VJdhiTp5MIwrn4raLU3QyZaSSe9 { top:46.1875rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBKI5xuOEOmfLSeUSQHTTuqp0V41Auut { display:block; }
 }@media only screen and (max-width: 763px) { #qMufS7RZez5N8vJ0wfNTmiwnGIdz6Txq { width:20rem;height:1.7871125rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvRFTTOJKrqfPobsdDtTEXWzKl3Mzqx { width:11.8125rem;height:3.0877125rem;top:17.5rem;left:3.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWO22w8rGHf4vJa4vkw3ScgfgKt96FBv { width:7.4369375rem;height:1.54385625rem;top:40.6875rem;left:10.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) { #MeOokBOUPfX1m90NiKGmWBLTTdZmyey9 { width:12.562125rem;height:6.4373125rem;top:4.625rem;left:3.6875rem;z-index:100148;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL { display:block; }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL { border-width: 0; border-radius: 0; }#sR7EL7aczhqKg1eweWwfBx3TOaOW2tkL > .row .container { width:20rem;height:39.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y64Tqrfufbtly2z3kLsqgICTlq8uly58 { width:15.375rem;height:19rem;top:20.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6nhF9yXoeLfuEAWN8x8Ky02i14gHNqE { width:12.56125rem;height:1.62464375rem;top:21.9375rem;left:3.625rem;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) { #XblwOqhu8DHcBSAD7qbNsQ4UIlo6mkF4 { width:15.1243125rem;height:2.999825rem;top:28.375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsVB2ioy0Fs9vnQCaUP830dwSqTMhrRT { width:12.56125rem;height:1.54385625rem;top:29.0625rem;left:0.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) { #a1vUPaxBhLqf8myPyLS8hAt33ABl69ZZ { width:10.3125rem;height:3.75rem;top:14.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgZi02ood15dQnTnDepsxBPgliEuHSV { top:14.9375rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQs2Lf38LPSy2VUuuQEuXCRah7Nuvah { display:block; }
 }@media only screen and (max-width: 763px) { #c6P8vsM1gyAK5A3XN6a53u0KIsh3WZH7 { width:15.375rem;height:19rem;top:0.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8UQFWCJp4nqH7UhxOUkJbzKOcsUeCJQ { width:12.56125rem;height:1.62464375rem;top:1.8125rem;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) { #HNO9sbHqL99EpVzcenHcCeuaLXH8belw { width:15.1243125rem;height:2.999825rem;top:8.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ3TLbqE7HtqcJfkBXD4yrBNTTVB0JRi { width:12.56125rem;height:1.54385625rem;top:9.75rem;left:2.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) { #TQAC9Hv3dXplts10KA19xgChtoXkaQxw { width:10.3125rem;height:3.75rem;top:34rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n07JrzZ7lKwvp4LcE9vaXpcDVOvBbyDO { top:34.625rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmfaEn5tauBW0ADw3T4tUpos5qVLsLfT { display:block; }
 }@media only screen and (max-width: 763px) { #OmU0HgsMI0IeNMLdie8FReprc6y4GAeu { display:block; }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu { border-width: 0; border-radius: 0; }#OmU0HgsMI0IeNMLdie8FReprc6y4GAeu > .row .container { width:20rem;height:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emFWubhzacCFE1kkgTRPRLPBEoTyNI1q { width:15.375rem;height:19rem;top:31.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fim7igJwwOhgJRhhegy5iszNAtUdEK39 { width:12.56125rem;height:3.2492875rem;top:33.5rem;left:3.625rem;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) { #xcel9diD0RCpWG4ePubLsFEOr9dWCysi { width:15.1243125rem;height:2.999825rem;top:39.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHZf4KdVaGaVefOLbEfzlTzF8p7C4UC { width:12.56125rem;height:1.54385625rem;top:40.625rem;left:0.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) { #PCdtIsagyF7nABNHEwPLwnXuMpH1JCRR { width:10.3125rem;height:3.75rem;top:25.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTbAZ9VuJMaaBtlu3ZMJzrLkNRK0Xipe { top:26.5rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkEJ306ok711yh2JKcrTzLk2CZZiIGS { display:block; }
 }@media only screen and (max-width: 763px) { #GlvzJTpdnQSoSOoRdl9dn1tu1l9C75uX { width:15.375rem;height:19rem;top:12.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDPoHRvPoggCk5L5REo6zhflV1oT462B { width:10.3125rem;height:3.75rem;top:45.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXccg3VHadRka4W2odiqyk4TdPTv79Ox { top:46.1875rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvkb0ypBcp2GVvbiNG2EQz9ULe7rvzMz { display:block; }
 }@media only screen and (max-width: 763px) { #vCyv2GVfQ0WrXD8mlEntFNwZMPWkvznw { width:20rem;height:1.7871125rem;top:0.83540344238281rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ1wZx4Vtg2bpXKefvT0Zr22bzfXN6XG { width:12.562125rem;height:1.62464375rem;top:16.909640073776rem;left:3.7180395722389rem;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) { #cmBNDQ2IxIo9tTZVJDQQDeR98Ft2u1UG { width:12.8125rem;height:2.59943125rem;top:19.811771392823rem;left:3.5937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #erHZSi3pBR7xixbOJ8kEVU71x8lqRcBD { width:11.8119375rem;height:7.6873125rem;top:3.4978675842285rem;left:4.0935721993446rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4918b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4918b7eb', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(24,183,235,0.29), rgba(0,0,0,0));background-size:cover !important;display:block; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container { background-color: transparent; background-image: none; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container > .video-iframe-container { display: none; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row > .video-iframe-container { display: none; }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .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); }#KBOsCqCxDo8RBkiPiWlKxMlw8p64Dhsx > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqau1PkUgJHGhLerDPUDnxwrhN0MPyQ4 { width:16.5rem;height:1.875rem;top:1.25rem;left:1.75rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKCSBaGRdye58dMFCFHMc6dTtkQE1lWl { width:14.625rem;height:0.1875rem;top:4.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVzFo3RfeetFwBUqHOmCmTIHURUlNCaH { width:17.625rem;height:5.6241125rem;top:7.25rem;left:1.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNWLec2AAooAL0BkWE8wah9g0otcnKMf { width:1.5625rem;height:1.5625rem;top:19.75rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFWMXmyBs1Q6AJce0Oo3mKdTQVnZ5X9V { width:4.25rem;height:0.1875rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHT06JdX8OtSnAwSL8LBciRKXDJt1XZ { width:1.25rem;height:1.25rem;top:20rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEtKZnmoLMmWSgy800EiWKixFbtTQNzk { width:13.5625rem;height:1.875rem;top:14.125rem;left:3.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRq1iMgqMp0pAgfQtm3VXepT6LgqUGVs { width:15.5625rem;height:2.2753875rem;top:17.25rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmkLKJw8blJtvR7yXhaKhUpTWgWWNGnl { width:1.25rem;height:1.25rem;top:21.8125rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJxA0a5CnmimKCvZNnpvRZJTeisn4ZGA { width:1.5625rem;height:1.5625rem;top:21.9375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeNiikJ6bMJhJaP0WJ8IarXXB5qgZ917 { width:1.25rem;height:1.25rem;top:24.0625rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH6HkHxOD6Dkws9eI3A01Tceaz34E0A7 { width:1.5625rem;height:1.5625rem;top:24.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIkfPvKvLdDGdkznyQWVEmzU3elztuyJ { width:10.0625rem;height:2.2753875rem;top:19.5rem;left:5.5rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6no3WkvIgTbi4bSLM3FMZP5g6kkR9tr { width:10.0625rem;height:2.2753875rem;top:21.25rem;left:5.6875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTnQ6I2ci9KPIeIAhfmK4MX2m5eJTVtX { width:1.25rem;height:1.25rem;top:26.5rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Urie9omocyGTXT5V7bFfth78ZwyMLVMT { width:1.5625rem;height:1.5625rem;top:26.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEJFcU1ELVtbWmo0MVFo5I9PTpHV4Z8L { width:11.3743125rem;height:2.2753875rem;top:23.5rem;left:4.3125rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWTylWuEr2ThnuViorEGsgmTlOzmZUu { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -moz-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -ms-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -o-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );";background-image: linear-gradient(to bottom, #ffffff, rgba(17,120,209,0.13));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container { background-color: transparent; background-image: none; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container > .video-iframe-container { display: none; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row > .video-iframe-container { display: none; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .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); }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container { border-width: 0; border-radius: 0; }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row > .video-iframe-container {  }#oKWTylWuEr2ThnuViorEGsgmTlOzmZUu > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feWMqiaUa6mhxQNgVzOKqd89cQrkZ91h { width:16.6875rem;height:1.51189375rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwsiqOnJA28VxffWxKzu0drak4Zu3w0g { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wwr6hBqsNzw7qaKgtNKAp561EAB1Vq2N { width:13.0625rem;height:4.7967rem;top:4.01171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkQXQTH3uk9hlRUDW2vt1grsnX1L5VPg { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7eVa7o16PvaXQAL3oz786QtXGZCTEZT { width:3.125rem;height:3.125rem;top:3.4516611099243rem;left:15.873579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqp1FTq8V0TGXAtmdw6oV7wdElKTcwX { width:19.4375rem;height:1.298825rem;top:25.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JCP8yZILBiXZHSLGa3avbu8CCWQxtTG3 { width:14.875rem;height:6.3956rem;top:10.05859375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsTlsaVS70e8FtTVlaWDPX4VkIebk8a7 { width:3.125rem;height:3.125rem;top:8.8077054023744rem;left:16.498579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsBUImxdKEuzhgxfvC71IJOobLkUpo7h { width:18.812125rem;height:1.70010625rem;top:21.875rem;left:0.375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guMTeCRkmTxJ2BkyUxXI6IzKpBig4iKH { width:17.9375rem;height:2.9375rem;top:21.25rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wxFuA6qPECuBba4IQCdT3UZKJT3giJ2g { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:3.4375000596046rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qeGgQCKrah5zVXZ9XVUEX0JUJRwHTH { width:3.125rem;height:3.125rem;top:17.013483047486rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNdQWHTbnFCLz2nkxvPBzT4xJSgcBtPM { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }