.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;
}
.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); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r { 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; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r.adaptive-delivery-prevent-bg, #AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r.lazyload, #AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r.lazyloading { background-image: none; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container { background-color: transparent; background-image: none; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container > .video-iframe-container { display: none; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row > .video-iframe-container { display: none; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .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); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container { border-width: 0; border-radius: 0; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row > .video-iframe-container {  }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-form-header {  }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-input-text {padding-top: 0; padding-bottom: 0;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-input-select {padding-top: 0; padding-bottom: 0;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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) ; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-container:first-of-type{padding-top:0;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-container:last-of-type{padding-bottom:0;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb  { 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.623046875rem;top:17.8125rem;z-index:100028;position:absolute; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb {display:block;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb { 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.623046875rem;top:17.8125rem;z-index:100028;position:absolute; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mTmTo1JzRzysGgQXHWOENJoJH4lIy96L { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mDIroWhZTncqGDmi5ttLACIZOTP7Bapt { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #LgJv2t9ziLbHqb6NziGdeeLfRKfF9Dr3 { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #C5HOpebG3POKuoLheO7Kd5ZcBNXydtGK { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #C5HOpebG3POKuoLheO7Kd5ZcBNXydtGK .container-column{width:50%;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #sVMiAhyKW0nV9mRuqG9wAB8rHauOWzbM { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #f88bvaSUWziKfzcyTO0zmVJJ5V3zKpfq { position:relative;z-index:2; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #MBwhbAtOTLFhB6uUpD7REWMRh6H0nImI { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #RV7GyzAmURfyoBtkNamx9SrnD1Nb3448 { position:relative;z-index:2; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #F1aeiTzOJ91xDFO634USzTQF2x1ZOkki { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #fy3TykWATsOoue5t9uIxfSRQc7xT0k9S { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #uMX0hR3CVd6usb5JTQ9Mwkpoxlq00eke { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #HA0aW3pHuClPxFiOZoawLkyEgru6EbfE { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mJ91guUvt0swaOSVRkCXqRWEEWv4WEZE { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #nT5QzTW9upMt2egqNJ3oO9RKceOIgWyn { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #TT6TFZZK1gO0wTkz3rLpX2PymsEua3H1 { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #aLriDgh7L8yM2B6vBUHNhPu9pIhGl15P { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #znFZQ1KLJ0UzH4gSJohN3BEKi5FzP5R3 { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #MggZb0cyRPUrI5z7tIg4pziScScJf2KO { position:relative; }
#CAGTa0GlwAQNJXTAwH1JbudSA8aLK71a { position:relative;display:block; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #wW3y0VpGwwGGNRxiEPTdSA7ETfXwI6MS { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #ELQhiVZwUxZdkMCfMGQhHAa6zEi76Lw1 { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #LIg5bmXvmwwftTJyuh2dKstz40c22iPb { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #spLfGDlRFTMTEdPWhsTaT4ombiAZKnHC { position:relative; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #KHoOzqHu1QJrMPZTTNNEtHKiXw1nE2vD { position:relative; }
#aQBWivOq4cO4Artfyz8p0I8nBlnBpJAX { 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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibBqAophAshVJvhNTWAC6B6bK1KfCzIu { 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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUvWKTspKn4qWwe0VBctEg2BTqfQbMpW { 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; }
#sq3ZRnymPUaAwzdEgZIDC3czHeNAeJCo { 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; }
#DmVoShWIthzIat7predhrySk0nsS8iOw { 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; }
#dwAfs2pdKNocFP1743WrwSvlQfKOtfBJ { 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; }
#yyHfQQaSxDPahKDMtcE6lktp2WxnAerR { 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; }
#CwA9cTHmx0D9L3EdhGmrfEu3renfVzGs { 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.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q { position:relative;display:block; }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q { background-color: transparent; background-image: none; }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .row .container > .video-iframe-container { display: none; }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .row > .video-iframe-container { display: none; }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .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); }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q { border-width: 0; border-radius: 0; }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .row .container > .video-iframe-container {  }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .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; }#NaX08AfMThRkAravf0HxLQKTrDuZK0ao { 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; }
#XN0I5ZT6BT9DLlAs3KZsuNGTl5S7P3aD { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6tO8nUBcrSEBReDtKFU8Gov4puaOrbf { 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; }
#ptdP1yRrLLGd0cTFlkJXvuHvwXdoRl6e { 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; }
#OiDE0olJLIcrpNQGIni42gDxZ2vXRzXv { 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; }
#GX9Wd8WpTqo2hEAicr17R5ZaufXhiS8l { 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; }
#qG9qc2QSpoSan6gSkdlU2enbzkleIkcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MTsKZxouWpMUekEtBa1SrEqCoevSXTe7 { 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.38574375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sv6Zrd0ArrSIxUJnZ9RMzMXTTRMyRtHf { 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; }
#ELWr5Awl5mF3DwC9m8HOqHbPZyN04qWP { 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; }
#swQAK0ZeeRpZTgOuslbnHrC9y0KScTMu { 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; }
#kxPtD2H9gZi2DxARKP5ezrXxRGhL34a4 { 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; }
#N53RpMcHNekqVgWEOCFRUL5ZKvw2MVrw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HdTgVmIRMVOlWXrT4JxbKTUoKtL0EP5n { 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; }
#ovTAahlu4VGgZze3IeK1BJ48cqEinzTT { 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; }
#eai3CnVRLMkqlWq4GWh3XBw4LzleRiwf { 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; }
#TiND5VOeFIMb2TiJwZslAFwq7ZpaGzdK { 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; }
#wkHBUEHTAap81RW9yP36kn2g3sMD8ACy { 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; }
#hgrDQi0ocDT4AoTmlnWP8BZv5bwZLuCG { 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; }
#kTmvpFtzwDLugFUiDX9PBiFtyeoUrIaf { 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; }
#topU7L1c5RN2OJTMgUsm6TQelUPnfNbr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UwC36pdHerfwo9plKmWZtl4Zt89K4m6R { 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; }
#bCaZ2V7sg3WUZgLE1ldDOyE0OKh8MTDd { 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; }
#V4swHtsg40TmbNIFRL6H46ZhTMChN62h { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I06kVU51HPwAJI2Mcosbid5olW3wh1xv { 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; }
#L2hsPlmdZ2tDdiZh5dcvno7DceNaQin4 { 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; }
#A28l2SQSJT2EJF9qCnndX7PM2Bb3hqFe { 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; }
#teoMy4I5CFOUqeg8GKhy9atv5GiR76rZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IXuh9H3JkLbUSApbs7vcNqdm4UiFqLtd { 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; }
#A6FwnuV2aVTmH8dtWBs9NyhAIEHms1Z1 { 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; }
#iSaZEdU8zNaonghnm6mX1DucJAzHcFTs { 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; }
#pV4bxlIy6GAldL4s0THPnfZWsWTJTIAT { 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; }
#Ru8AyTtVSt1i0Doz2GH96ETuCsR94BdC { 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; }
#fb3BKhTwihpvb8SZlsKta4kHnmLW5GCU { 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; }
#vTboNMM42qe9JyN0bTcxDMVi5ILDFn4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ykpq3S4kEfNspUgxyBSEX9d4Qtq7LP8h { 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; }
#aLsWNKEZU5UbFRh4eU2z8eTeHJXdVTsp { 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; }
#prpIRe2smz779ev1pVwdJk9OblAPXqpi { 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; }
#ezb37tqPBqF7AhzBTZSpW08C8coSXVk1 { 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; }
#e3HDFRsZX89QqRAyKNQ6Hi9bxkI7d0UL { 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; }
#L7PTFRv6VTJec1r19aX4ppUCwkOJltXp { 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; }
#gf2qOZWK68EhDyLqxTkr7nl8Px0zQ6qL { 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; }
#NziRIXkOcv8mDe0xx7nPN6WNTlEFWQMf { 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; }
#JaXQrJOqK0KxM43g4xo2we1SKKxzXmlp { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuoFJP7CNTdFb74yhpOTbeiRdPcQaT9k { 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; }
#WaqLPoeiq8EqBUa35mXkgum8dRaPseXG { 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; }
#rTZKNzULU08oSGM5L9FyTOhd1osZekRN { 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; }
#bHC4FKiKzp4QQ2488TmyS3CVdVSznuSK { 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; }
#z97G5LWP239LNECO1p3eAZvETXT4X3Qg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JmTAzKIl9XWJS35GAgk6pFte06QT6MPT { 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; }
#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC { position:relative;display:block; }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC { background-color: transparent; background-image: none; }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .row .container > .video-iframe-container { display: none; }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .row > .video-iframe-container { display: none; }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .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); }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC { border-width: 0; border-radius: 0; }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .row .container > .video-iframe-container {  }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .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; }#pB6xalic9EUGONEZBNVydaZbJkT29GCq { 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; }
#SaDg5qzQ5vz46yEiAM3mq1m25kKk5RDQ { 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:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hESSt23IeOFra8hxmt363JVb7LDaf9PZ { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okIhsq5XpzO0Gy0Rn91lKUqcZkIRvVFa { 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; }
#vfiQAxi8IzVnrdQkSBbS5qUuQx4VqaVe { 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; }
#S05WozEeZNRpHTNI3Rq0ekLWPtHLfTTV { 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; }
#ighkAkqQVfmIG6uqOZdam4GXkuwl2m5e { 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; }
#VJzLquR8FKkZ1ek55MfmvHxh4aWeCSJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kHeMyQWviF8K6npsQboWRcdm7qPp1iHH { 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; }
#WrEbBJNqBBLW8NShzEgO12cGJ1GQ8ATg { 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:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2lLSb60BX1Gzks8cKRiqdKDiPtzItZQ { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eh6qlkrCv0mnCppu9NNmJWUW5SHOgts7 { 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; }
#P4uSgggPyJcuL056V3Oe5uDyZPAOe9lf { 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; }
#MBnRs30ToC3t1RPgxoAKDfthQe94rJ2O { 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; }
#Nr5pt3LMzJknsq51IcQkF2iQTs2TrHpZ { 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; }
#BHl5A0NSgIehtfFo1880kx9yoseX2stn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hZJbTZdTCPmW3acP4D3mkXzCNH8aOwot { 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; }
#qP5dZnoETWyWANFECgOFTuN8FDQWJiKm { 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; }
#ZmKaiDRlT6uLCJh5cvzvIXsLgGcTJW9o { 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; }
#kCnJrATGsFiLVubHTrHW4gBzHRwHT1m4 { 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; }
#romgSZWIVKlHvr4ZPtriSFcAAZr3gsTV { 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; }
#ef7OhzOre4ElGtJbyZdO5PbzJu9kJiRi { 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; }
#Dgt9bzIpbWzeszJAD5S6Pdn7zg7LxzHA { 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; }
#M74XFDONXeUnmsO8BLoNAQeFI2m931sM { 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; }
#PSszXs9gzuGVsOV4TPANfkOL6h4JNP4c { 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; }
#dFyZeVobqSnbsRoxx25XZWMVXr3inzXy { 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; }
#QTuf1kPVoNMoLxyDXU63V9RGBxBMJe3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA { position:relative;display:block; }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA { background-color: transparent; background-image: none; }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .row .container > .video-iframe-container { display: none; }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .row > .video-iframe-container { display: none; }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .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); }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA { border-width: 0; border-radius: 0; }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .row .container > .video-iframe-container {  }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .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; }#PbdpgCbz4FSDuccfGZnsAUz8rVkPhPO8 { 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; }
#CWklQyJET2Tvqk3iutioV7a3FzBCaRf4 { 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.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; }
#ALsSf4EcrBNGB397wnHsEWTQ6Ucw8KXG { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2VuB1iFZQNkvBzB05HetK0BmSkdQXCp { 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; }
#GFnBqFT3GWqeythBDSPrq8DW52s1uaRd { 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; }
#efQk0FgPDkiVdC7Qlkqrvz1OpdxXdXxg { 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; }
#dOk1gRMGNLolnHVDuKLfTOZsn9Hb6cwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dmyOfbEueGnoyqBQr4pVGllv2FQfzsA9 { 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; }
#KctT1iDTC6SKriIpsxaNizg7g3FDEy9R { 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:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hxQJnG2UqwmL8pD8VuIrxeLsq09HcaQB { 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; }
#rT8CNJVlozPIAftGQl7aOPA2Z5H7P7Rc { 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; }
#ts8ETu8qeZM6tK0IwtWRti58khq8XVC5 { 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; }
#kydGNEczvaHc8WKuPQ0SlyKhxwtK3n6B { 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; }
#XTukV1usUQWGovEP3qCmXX7RPEbr5nbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NAKGfQH205F9rPmrKNaEIyQ8w4c9Hata { 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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mtO9PhpEvHpT6ZN9cXiT89A82nh8eeSs { 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; }
#NKZCWEeWbV6abWbadnTxgCCaQiyLrwpF { 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; }
#hvWOpiGnJadJ0WlTotTX2W2mOJyppPun { 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; }
#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp { position:relative;display:block; }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp { background-color: transparent; background-image: none; }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .row .container > .video-iframe-container { display: none; }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .row > .video-iframe-container { display: none; }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .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); }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp { border-width: 0; border-radius: 0; }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .row .container > .video-iframe-container {  }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .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; }#pClAQuwt7srQTgyU0h6S5rlWdAKToqpZ { 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; }
#MesZ0qwIRsq3cuAT4bu8hdQupPtZepqn { 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; }
#HLHGnA0n80dKGZHbIbGvTTAe35lMFvaH { 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; }
#K0tPpT0NOvBv2boqMOWLmGz8WkQAUt4o { 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; }
#efQUae6F0081xCEbkbDolrEwdtnxyTaC { 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; }
#bWLJwAasxT0VmNelzdqD8HnJGp6Epnmf { 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; }
#FTxc0GHz6AnV4EbW10si84H6Pb1imkzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cVBP31zmCtTuoAamSzy7un7kZguCr9JG { 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; }
#AnikrnMlMIwh3OCVLzUbNSEUNc9GUe54 { 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.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; }
#ziRA21IDN3wwgFVPxTnvP7HWoy5ArMV4 { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jhm6rvdkhPqIzv6LqzhiEJmCuV27te6i { 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; }
#T8i31bx56Ec1vg8hSG2kMxDbc4gfP591 { 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; }
#JmhDtJf7UeT5qzzU0SHMMAX6JomGczxb { 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; }
#XfhrC3ZTqeOW2HqCdde273g3ckN35KzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J { position:relative;display:block; }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J { background-color: transparent; background-image: none; }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .row .container > .video-iframe-container { display: none; }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .row > .video-iframe-container { display: none; }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .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); }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J { border-width: 0; border-radius: 0; }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .row .container > .video-iframe-container {  }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .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; }#fwCU4VuXFu1b7kgd4Gz7xoTZsTVxskbJ { 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; }
#Xbkr2TKexH0cN8RSMnWNnQ0GawJMObC4 { 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:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T62gBGXWog953yuBBkS7X3ccJU2Tg66s { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2cuteNh9VbIDpvalMTe7lbJ3oWIFCLe { 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; }
#ypdfOL7Q08Eem9KAN3S2kPC3Rel0Z5L3 { 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; }
#vWsr4ZMbehmx3DcHAO1cWSWnFSAT57T2 { 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; }
#upIfDpgrTWDlXW39OEWMODhTWJNbBSsZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wpuF0wAu1t3H3MVBT9GTboyqwppbrzwm { 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; }
#ybKyrKB4opa2HPSeEqTAdciuc35LpuCw { 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; }
#t98GXl52OgBqTHUFdJW21bKkvBlDtEZd { 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; }
#UP5O39e2S74QkUCxiUrAEAym6x1wrJaX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OpEG3V57bPFtEBPmxTQhTTuucIpGfH55 { 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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcWxF5leAerihAbQ88UD1RJAUCD30ikp { 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.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; }
#XF8SQoSLXfVaRI2gfIRbWzlFfp9FdXwl { 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; }
#fqX3gGQA05RypcTlWSfSTK05xrSe8nW3 { 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; }
#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr { 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; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr.adaptive-delivery-prevent-bg, #JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr.lazyload, #JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr.lazyloading { background-image: none; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container { background-color: transparent; background-image: none; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container > .video-iframe-container { display: none; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row > .video-iframe-container { display: none; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .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); }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container { border-width: 0; border-radius: 0; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row > .video-iframe-container {  }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#izWCEQgoozqT3GZGufyeVPZ1HtQBaw5K { 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.7625rem;font-style:normal;display:block; }
#dF0REHgaTvex3B46wHaR5tMqGwSupDi4 { 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; }
#Og4UUlzD8kyTqFV51p3hIsopabHS3vn1 { 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.4365rem;text-align:justify;text-align-last:initial;display:block; }
#wDaQModbHhcnDS6g7TBwlGQqf5K8tHqO { 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; }
#kK8qEVXVPHSqxJTTztDFrImXzvNEMz2J { 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; }
#HeMpZkoWrTmyz1as0JWQlVmeba2N8mss { 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; }
#xL1iw8u3nGNTRik62BbnuR6wT1bUuqfZ { 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; }
#oQEivmdWhy0o3xKe0G66yeP6QnxZlXcg { 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.7rem;text-align:right;text-align-last:right;display:block; }
#pMaQa8Ouy0A1m4rLUS1VRygGD9b8IVat { 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; }
#FP1KH58NtevSH5RRXf5T4lJHCxvQFHOZ { 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; }
#ETiiNSeTB0Hy2RhniCKKQq8uK2PwGvw4 { 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; }
#JQt3DC2JE2IzHqyOTGmLZ12mn0scv9Cw { 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; }
#BHDzKEwUm2whCWarTGIAbZtLcId77dTR { 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.7rem;text-align:right;text-align-last:right;display:block; }
#kgRq3Dwp4Z1cEDNsGmGFQm79PEiP3S8I { 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.7rem;text-align:right;text-align-last:right;display:block; }
#LbNFIX9bRPNxTETRialk6nDE3c5y4Zo8 { 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; }
#NqmBTORrnWmEfUDBg5LKipTT3oHGm6QN { 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; }
#QrRsM8Fi9eG6tHsXpFakkCFTXZUDWbLx { 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.7rem;text-align:right;text-align-last:right;display:block; }
#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 { 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; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container { background-color: transparent; background-image: none; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container > .video-iframe-container { display: none; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row > .video-iframe-container { display: none; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .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); }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container { border-width: 0; border-radius: 0; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row > .video-iframe-container {  }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#PhH4NpUFoh6ErayrK7JehcUigP9Cd5D5 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:32.75rem;height:2.54375rem;font-style:normal;display:block; }
#MPopAf8iwgaaVoRVkkcsmIEzZbtRLL5u { 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; }
#rSQ5Um7EmSGfX2mmrmEP8m5IlvrweAPE { 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; }
#Zs9rxpzCpQuCnPCFTlMdpphLO0Fdk1vE { 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; }
#kC787uoVDWCHTJW8kQuf8A8V2QtFal3g { 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; }
#TPzy2RTovfLqukHaqlWnLTSyzxGk9XDK { 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.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h55p1Nw3IJ2zo9NLUlDbhBCIiQqfhpMT { 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; }
#zuTsl6ghbeHv375AM9kdAJFElxFwStok { 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; }
#AQVpGOpSsSNJkuzp1D7XGF5BNqt9r9vi { 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; }
#z801isLuz68rBf2AmH8bbyaiAA0aWZPz { 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; }
#A0iAIuwP8k7zbiiFSx0d2FRyQE6KQ1ln { 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; }
#LDXpnulFftU2TqIBVHbBWECqRwyTPf4m { 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; }
#BkxnJXS95If6HQtoJToeWWuFa2sTkWLo { 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) { #AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r { display:block; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb  { width:15rem;height:auto; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb {display:block;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mTmTo1JzRzysGgQXHWOENJoJH4lIy96L {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mDIroWhZTncqGDmi5ttLACIZOTP7Bapt {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #LgJv2t9ziLbHqb6NziGdeeLfRKfF9Dr3 {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #C5HOpebG3POKuoLheO7Kd5ZcBNXydtGK {  }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #C5HOpebG3POKuoLheO7Kd5ZcBNXydtGK .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #sVMiAhyKW0nV9mRuqG9wAB8rHauOWzbM {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #f88bvaSUWziKfzcyTO0zmVJJ5V3zKpfq { z-index:2; }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #MBwhbAtOTLFhB6uUpD7REWMRh6H0nImI {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #RV7GyzAmURfyoBtkNamx9SrnD1Nb3448 { z-index:2; }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #F1aeiTzOJ91xDFO634USzTQF2x1ZOkki {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #fy3TykWATsOoue5t9uIxfSRQc7xT0k9S {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #uMX0hR3CVd6usb5JTQ9Mwkpoxlq00eke {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #HA0aW3pHuClPxFiOZoawLkyEgru6EbfE {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mJ91guUvt0swaOSVRkCXqRWEEWv4WEZE {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #nT5QzTW9upMt2egqNJ3oO9RKceOIgWyn {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #TT6TFZZK1gO0wTkz3rLpX2PymsEua3H1 {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #aLriDgh7L8yM2B6vBUHNhPu9pIhGl15P {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #znFZQ1KLJ0UzH4gSJohN3BEKi5FzP5R3 {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #MggZb0cyRPUrI5z7tIg4pziScScJf2KO {  }
 }@media only screen and (max-width: 763px) { #CAGTa0GlwAQNJXTAwH1JbudSA8aLK71a { display:block; }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #wW3y0VpGwwGGNRxiEPTdSA7ETfXwI6MS {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #ELQhiVZwUxZdkMCfMGQhHAa6zEi76Lw1 {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #LIg5bmXvmwwftTJyuh2dKstz40c22iPb {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #spLfGDlRFTMTEdPWhsTaT4ombiAZKnHC {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #KHoOzqHu1QJrMPZTTNNEtHKiXw1nE2vD {  }
 }@media only screen and (max-width: 763px) { #aQBWivOq4cO4Artfyz8p0I8nBlnBpJAX { 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) { #ibBqAophAshVJvhNTWAC6B6bK1KfCzIu { top:9.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUvWKTspKn4qWwe0VBctEg2BTqfQbMpW { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq3ZRnymPUaAwzdEgZIDC3czHeNAeJCo { top:45.3125rem;left:33.5625rem;width:12.625rem;height:4.8120495423018rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmVoShWIthzIat7predhrySk0nsS8iOw { top:14rem;left:32.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAfs2pdKNocFP1743WrwSvlQfKOtfBJ { top:46.875rem;left:15.5625rem;width:6.625rem;height:2.6874771213465rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyHfQQaSxDPahKDMtcE6lktp2WxnAerR { top:46.625rem;left:22rem;width:9.375rem;height:3.49964375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwA9cTHmx0D9L3EdhGmrfEu3renfVzGs { 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) { #MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q { display:block; }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaX08AfMThRkAravf0HxLQKTrDuZK0ao { width:12.5625rem;height:;top:8rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN0I5ZT6BT9DLlAs3KZsuNGTl5S7P3aD { 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) { #o6tO8nUBcrSEBReDtKFU8Gov4puaOrbf { top:4.0625rem;left:30rem;width:17.6875rem;height:21.860574366793rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptdP1yRrLLGd0cTFlkJXvuHvwXdoRl6e { 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) { #OiDE0olJLIcrpNQGIni42gDxZ2vXRzXv { top:21.25rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX9Wd8WpTqo2hEAicr17R5ZaufXhiS8l { top:21.8125rem;left:36.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9qc2QSpoSan6gSkdlU2enbzkleIkcE { display:block; }
 }@media only screen and (max-width: 763px) { #MTsKZxouWpMUekEtBa1SrEqCoevSXTe7 { 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) { #sv6Zrd0ArrSIxUJnZ9RMzMXTTRMyRtHf { 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) { #ELWr5Awl5mF3DwC9m8HOqHbPZyN04qWP { 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) { #swQAK0ZeeRpZTgOuslbnHrC9y0KScTMu { top:21.3125rem;left:22.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPtD2H9gZi2DxARKP5ezrXxRGhL34a4 { top:21.875rem;left:21.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N53RpMcHNekqVgWEOCFRUL5ZKvw2MVrw { display:block; }
 }@media only screen and (max-width: 763px) { #HdTgVmIRMVOlWXrT4JxbKTUoKtL0EP5n { top:4.125rem;left:19rem;width:17.6875rem;height:21.860574366793rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTAahlu4VGgZze3IeK1BJ48cqEinzTT { width:12.5625rem;height:;top:8.5rem;left:1.4257816076279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eai3CnVRLMkqlWq4GWh3XBw4LzleRiwf { top:3.625rem;left:0rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiND5VOeFIMb2TiJwZslAFwq7ZpaGzdK { 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) { #wkHBUEHTAap81RW9yP36kn2g3sMD8ACy { width:12.5625rem;height:1.5rem;top:15.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgrDQi0ocDT4AoTmlnWP8BZv5bwZLuCG { top:20.8125rem;left:2.3631023168564rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmvpFtzwDLugFUiDX9PBiFtyeoUrIaf { top:21.375rem;left:1.5507806539536rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #topU7L1c5RN2OJTMgUsm6TQelUPnfNbr { display:block; }
 }@media only screen and (max-width: 763px) { #UwC36pdHerfwo9plKmWZtl4Zt89K4m6R { width:12.5625rem;height:;top:31.5rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCaZ2V7sg3WUZgLE1ldDOyE0OKh8MTDd { top:27.375rem;left:30.0625rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4swHtsg40TmbNIFRL6H46ZhTMChN62h { 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) { #I06kVU51HPwAJI2Mcosbid5olW3wh1xv { 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) { #L2hsPlmdZ2tDdiZh5dcvno7DceNaQin4 { top:44.75rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A28l2SQSJT2EJF9qCnndX7PM2Bb3hqFe { top:45.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teoMy4I5CFOUqeg8GKhy9atv5GiR76rZ { display:block; }
 }@media only screen and (max-width: 763px) { #IXuh9H3JkLbUSApbs7vcNqdm4UiFqLtd { top:27.375rem;left:19rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6FwnuV2aVTmH8dtWBs9NyhAIEHms1Z1 { width:12.5625rem;height:;top:34.0625rem;left:22.124287009239rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSaZEdU8zNaonghnm6mX1DucJAzHcFTs { 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) { #pV4bxlIy6GAldL4s0THPnfZWsWTJTIAT { 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) { #Ru8AyTtVSt1i0Doz2GH96ETuCsR94BdC { top:44.6875rem;left:22.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3BKhTwihpvb8SZlsKta4kHnmLW5GCU { top:45.5rem;left:21.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTboNMM42qe9JyN0bTcxDMVi5ILDFn4E { display:block; }
 }@media only screen and (max-width: 763px) { #ykpq3S4kEfNspUgxyBSEX9d4Qtq7LP8h { top:1.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLsWNKEZU5UbFRh4eU2z8eTeHJXdVTsp { 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) { #prpIRe2smz779ev1pVwdJk9OblAPXqpi { 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) { #ezb37tqPBqF7AhzBTZSpW08C8coSXVk1 { 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) { #e3HDFRsZX89QqRAyKNQ6Hi9bxkI7d0UL { top:17.375rem;left:0rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7PTFRv6VTJec1r19aX4ppUCwkOJltXp { 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) { #gf2qOZWK68EhDyLqxTkr7nl8Px0zQ6qL { top:27.375rem;left:0rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #NziRIXkOcv8mDe0xx7nPN6WNTlEFWQMf { width:12.5625rem;height:;top:34rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaXQrJOqK0KxM43g4xo2we1SKKxzXmlp { width:15.125rem;height:3.25rem;top:38.0625rem;left:1.4248046875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuoFJP7CNTdFb74yhpOTbeiRdPcQaT9k { width:12.5625rem;height:1.5rem;top:39.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaqLPoeiq8EqBUa35mXkgum8dRaPseXG { 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) { #rTZKNzULU08oSGM5L9FyTOhd1osZekRN { top:44.4375rem;left:3.0816749334336rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHC4FKiKzp4QQ2488TmyS3CVdVSznuSK { top:44.9375rem;left:2.4882816076279rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z97G5LWP239LNECO1p3eAZvETXT4X3Qg { display:block; }
 }@media only screen and (max-width: 763px) { #JmTAzKIl9XWJS35GAgk6pFte06QT6MPT { top:1.1875rem;left:0rem;width:11.5625rem;height:8.5787192732025rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC { display:block; }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pB6xalic9EUGONEZBNVydaZbJkT29GCq { top:9.6875rem;left:30.0625rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaDg5qzQ5vz46yEiAM3mq1m25kKk5RDQ { 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) { #hESSt23IeOFra8hxmt363JVb7LDaf9PZ { width:15.125rem;height:3.25rem;top:19rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okIhsq5XpzO0Gy0Rn91lKUqcZkIRvVFa { 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) { #vfiQAxi8IzVnrdQkSBbS5qUuQx4VqaVe { top:27rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S05WozEeZNRpHTNI3Rq0ekLWPtHLfTTV { 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) { #ighkAkqQVfmIG6uqOZdam4GXkuwl2m5e { top:27.8125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJzLquR8FKkZ1ek55MfmvHxh4aWeCSJA { display:block; }
 }@media only screen and (max-width: 763px) { #kHeMyQWviF8K6npsQboWRcdm7qPp1iHH { top:9.6875rem;left:20.9375rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrEbBJNqBBLW8NShzEgO12cGJ1GQ8ATg { 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) { #p2lLSb60BX1Gzks8cKRiqdKDiPtzItZQ { width:15.125rem;height:3.25rem;top:19.875rem;left:23.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh6qlkrCv0mnCppu9NNmJWUW5SHOgts7 { 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) { #P4uSgggPyJcuL056V3Oe5uDyZPAOe9lf { 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) { #MBnRs30ToC3t1RPgxoAKDfthQe94rJ2O { top:25.4375rem;left:24.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr5pt3LMzJknsq51IcQkF2iQTs2TrHpZ { top:26.0625rem;left:24.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHl5A0NSgIehtfFo1880kx9yoseX2stn { display:block; }
 }@media only screen and (max-width: 763px) { #hZJbTZdTCPmW3acP4D3mkXzCNH8aOwot { top:1.25rem;left:0rem;width:18.25rem;height:10.090343979002rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5dZnoETWyWANFECgOFTuN8FDQWJiKm { top:1.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmKaiDRlT6uLCJh5cvzvIXsLgGcTJW9o { top:9.6875rem;left:0.5625rem;width:17.6875rem;height:21.860563853313rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCnJrATGsFiLVubHTrHW4gBzHRwHT1m4 { 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) { #romgSZWIVKlHvr4ZPtriSFcAAZr3gsTV { 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) { #ef7OhzOre4ElGtJbyZdO5PbzJu9kJiRi { 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) { #Dgt9bzIpbWzeszJAD5S6Pdn7zg7LxzHA { 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) { #M74XFDONXeUnmsO8BLoNAQeFI2m931sM { 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) { #PSszXs9gzuGVsOV4TPANfkOL6h4JNP4c { top:26.1875rem;left:4.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFyZeVobqSnbsRoxx25XZWMVXr3inzXy { top:26.5625rem;left:3.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTuf1kPVoNMoLxyDXU63V9RGBxBMJe3H { display:block; }
 }@media only screen and (max-width: 763px) { #V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA { display:block; }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbdpgCbz4FSDuccfGZnsAUz8rVkPhPO8 { top:5.8125rem;left:28.375rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWklQyJET2Tvqk3iutioV7a3FzBCaRf4 { 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) { #ALsSf4EcrBNGB397wnHsEWTQ6Ucw8KXG { 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) { #U2VuB1iFZQNkvBzB05HetK0BmSkdQXCp { width:12.5625rem;height:1.5rem;top:16rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnBqFT3GWqeythBDSPrq8DW52s1uaRd { top:21.9375rem;left:32.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efQk0FgPDkiVdC7Qlkqrvz1OpdxXdXxg { top:22.625rem;left:32.0625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOk1gRMGNLolnHVDuKLfTOZsn9Hb6cwX { display:block; }
 }@media only screen and (max-width: 763px) { #dmyOfbEueGnoyqBQr4pVGllv2FQfzsA9 { top:5.8125rem;left:7.25rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctT1iDTC6SKriIpsxaNizg7g3FDEy9R { 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) { #hxQJnG2UqwmL8pD8VuIrxeLsq09HcaQB { width:15.125rem;height:3.25rem;top:16rem;left:9.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8CNJVlozPIAftGQl7aOPA2Z5H7P7Rc { 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) { #ts8ETu8qeZM6tK0IwtWRti58khq8XVC5 { top:21.625rem;left:10.9375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kydGNEczvaHc8WKuPQ0SlyKhxwtK3n6B { top:22.25rem;left:10.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTukV1usUQWGovEP3qCmXX7RPEbr5nbU { display:block; }
 }@media only screen and (max-width: 763px) { #NAKGfQH205F9rPmrKNaEIyQ8w4c9Hata { top:1.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtO9PhpEvHpT6ZN9cXiT89A82nh8eeSs { 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) { #NKZCWEeWbV6abWbadnTxgCCaQiyLrwpF { width:12.5625rem;height:1.5rem;top:16rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvWOpiGnJadJ0WlTotTX2W2mOJyppPun { top:1.8125rem;left:0rem;width:12.5rem;height:6.4050527415662rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp { display:block; }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pClAQuwt7srQTgyU0h6S5rlWdAKToqpZ { top:1.5rem;left:27.625rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #MesZ0qwIRsq3cuAT4bu8hdQupPtZepqn { width:12.5625rem;height:;top:5.875rem;left:30.187501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLHGnA0n80dKGZHbIbGvTTAe35lMFvaH { width:15.125rem;height:3.25rem;top:10.1875rem;left:30.000001907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0tPpT0NOvBv2boqMOWLmGz8WkQAUt4o { 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) { #efQUae6F0081xCEbkbDolrEwdtnxyTaC { top:17.625rem;left:31.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWLJwAasxT0VmNelzdqD8HnJGp6Epnmf { top:18.3125rem;left:31.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTxc0GHz6AnV4EbW10si84H6Pb1imkzn { display:block; }
 }@media only screen and (max-width: 763px) { #cVBP31zmCtTuoAamSzy7un7kZguCr9JG { top:1.5rem;left:6.5rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnikrnMlMIwh3OCVLzUbNSEUNc9GUe54 { 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) { #ziRA21IDN3wwgFVPxTnvP7HWoy5ArMV4 { 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) { #Jhm6rvdkhPqIzv6LqzhiEJmCuV27te6i { 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) { #T8i31bx56Ec1vg8hSG2kMxDbc4gfP591 { top:17.25rem;left:10.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmhDtJf7UeT5qzzU0SHMMAX6JomGczxb { top:17.875rem;left:9.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfhrC3ZTqeOW2HqCdde273g3ckN35KzT { display:block; }
 }@media only screen and (max-width: 763px) { #HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J { display:block; }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwCU4VuXFu1b7kgd4Gz7xoTZsTVxskbJ { top:3.875rem;left:27.4375rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbkr2TKexH0cN8RSMnWNnQ0GawJMObC4 { width:12.5625rem;height:;top:8.25rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62gBGXWog953yuBBkS7X3ccJU2Tg66s { 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) { #M2cuteNh9VbIDpvalMTe7lbJ3oWIFCLe { 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) { #ypdfOL7Q08Eem9KAN3S2kPC3Rel0Z5L3 { top:20rem;left:31.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWsr4ZMbehmx3DcHAO1cWSWnFSAT57T2 { top:20.6875rem;left:31.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upIfDpgrTWDlXW39OEWMODhTWJNbBSsZ { display:block; }
 }@media only screen and (max-width: 763px) { #wpuF0wAu1t3H3MVBT9GTboyqwppbrzwm { top:3.875rem;left:6.3125rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybKyrKB4opa2HPSeEqTAdciuc35LpuCw { top:19.625rem;left:10rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t98GXl52OgBqTHUFdJW21bKkvBlDtEZd { top:20.25rem;left:9.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5O39e2S74QkUCxiUrAEAym6x1wrJaX { display:block; }
 }@media only screen and (max-width: 763px) { #OpEG3V57bPFtEBPmxTQhTTuucIpGfH55 { top:1.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcWxF5leAerihAbQ88UD1RJAUCD30ikp { 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) { #XF8SQoSLXfVaRI2gfIRbWzlFfp9FdXwl { 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) { #fqX3gGQA05RypcTlWSfSTK05xrSe8nW3 { top:1.25rem;left:0rem;width:11.75rem;height:7.6470030318906rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr { display:block; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izWCEQgoozqT3GZGufyeVPZ1HtQBaw5K { 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) { #dF0REHgaTvex3B46wHaR5tMqGwSupDi4 { width:22.1875rem;height:0.1875rem;top:6.6875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og4UUlzD8kyTqFV51p3hIsopabHS3vn1 { 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) { #wDaQModbHhcnDS6g7TBwlGQqf5K8tHqO { width:1.875rem;height:1.875rem;top:19.75rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK8qEVXVPHSqxJTTztDFrImXzvNEMz2J { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeMpZkoWrTmyz1as0JWQlVmeba2N8mss { width:1.75rem;height:1.75rem;top:19.875rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL1iw8u3nGNTRik62BbnuR6wT1bUuqfZ { 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) { #oQEivmdWhy0o3xKe0G66yeP6QnxZlXcg { width:20.75rem;height:2.6875rem;top:19.125rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMaQa8Ouy0A1m4rLUS1VRygGD9b8IVat { width:1.75rem;height:1.75rem;top:22rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP1KH58NtevSH5RRXf5T4lJHCxvQFHOZ { width:1.875rem;height:1.875rem;top:21.9375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETiiNSeTB0Hy2RhniCKKQq8uK2PwGvw4 { width:1.75rem;height:1.75rem;top:24.3125rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQt3DC2JE2IzHqyOTGmLZ12mn0scv9Cw { width:1.875rem;height:1.875rem;top:24.1875rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHDzKEwUm2whCWarTGIAbZtLcId77dTR { width:11.375rem;height:2.6875rem;top:21.4375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgRq3Dwp4Z1cEDNsGmGFQm79PEiP3S8I { width:11.375rem;height:2.6875rem;top:25.9375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbNFIX9bRPNxTETRialk6nDE3c5y4Zo8 { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqmBTORrnWmEfUDBg5LKipTT3oHGm6QN { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrRsM8Fi9eG6tHsXpFakkCFTXZUDWbLx { width:11.375rem;height:2.6875rem;top:23.75rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svpEwhCclBPt7KS05OUzSRyz50DkV8p9 { display:block; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhH4NpUFoh6ErayrK7JehcUigP9Cd5D5 { width:28.75rem;height:2.5rem;top:1.375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPopAf8iwgaaVoRVkkcsmIEzZbtRLL5u { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSQ5Um7EmSGfX2mmrmEP8m5IlvrweAPE { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9rxpzCpQuCnPCFTlMdpphLO0Fdk1vE { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC787uoVDWCHTJW8kQuf8A8V2QtFal3g { 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) { #TPzy2RTovfLqukHaqlWnLTSyzxGk9XDK { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h55p1Nw3IJ2zo9NLUlDbhBCIiQqfhpMT { width:47.75rem;height:3.9375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuTsl6ghbeHv375AM9kdAJFElxFwStok { 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) { #AQVpGOpSsSNJkuzp1D7XGF5BNqt9r9vi { 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) { #z801isLuz68rBf2AmH8bbyaiAA0aWZPz { top:13.25rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0iAIuwP8k7zbiiFSx0d2FRyQE6KQ1ln { 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) { #LDXpnulFftU2TqIBVHbBWECqRwyTPf4m { 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) { #BkxnJXS95If6HQtoJToeWWuFa2sTkWLo { 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) { #AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r { display:block; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r { background-color: transparent; background-image: none; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container > .video-iframe-container { display: none; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row > .video-iframe-container { display: none; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .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); }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r { border-width: 0; border-radius: 0; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container > .video-iframe-container {  }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .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; }#AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container.adaptive-delivery-prevent-bg, #AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container.lazyload, #AxZvKgLEvPJZJvfSDDARoFldVtzSmA5r > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .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; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-input-text {padding-top: 0; padding-bottom: 0;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-input-select {padding-top: 0; padding-bottom: 0;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb  { width:15rem;height:30.6875rem;top:36.8125rem;left:1.25rem; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb {display:block;}#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb { width:15rem;height:30.6875rem;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mTmTo1JzRzysGgQXHWOENJoJH4lIy96L {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mDIroWhZTncqGDmi5ttLACIZOTP7Bapt {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #LgJv2t9ziLbHqb6NziGdeeLfRKfF9Dr3 {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #C5HOpebG3POKuoLheO7Kd5ZcBNXydtGK {  }
#rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #C5HOpebG3POKuoLheO7Kd5ZcBNXydtGK .container-column{width:50%;} }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #sVMiAhyKW0nV9mRuqG9wAB8rHauOWzbM {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #f88bvaSUWziKfzcyTO0zmVJJ5V3zKpfq { z-index:2; }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #MBwhbAtOTLFhB6uUpD7REWMRh6H0nImI {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #RV7GyzAmURfyoBtkNamx9SrnD1Nb3448 { z-index:2; }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #F1aeiTzOJ91xDFO634USzTQF2x1ZOkki {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #fy3TykWATsOoue5t9uIxfSRQc7xT0k9S {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #uMX0hR3CVd6usb5JTQ9Mwkpoxlq00eke {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #HA0aW3pHuClPxFiOZoawLkyEgru6EbfE {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #mJ91guUvt0swaOSVRkCXqRWEEWv4WEZE {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #nT5QzTW9upMt2egqNJ3oO9RKceOIgWyn {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #TT6TFZZK1gO0wTkz3rLpX2PymsEua3H1 {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #aLriDgh7L8yM2B6vBUHNhPu9pIhGl15P {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #znFZQ1KLJ0UzH4gSJohN3BEKi5FzP5R3 {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #MggZb0cyRPUrI5z7tIg4pziScScJf2KO {  }
 }@media only screen and (max-width: 763px) { #CAGTa0GlwAQNJXTAwH1JbudSA8aLK71a { display:block; }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #wW3y0VpGwwGGNRxiEPTdSA7ETfXwI6MS {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #ELQhiVZwUxZdkMCfMGQhHAa6zEi76Lw1 {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #LIg5bmXvmwwftTJyuh2dKstz40c22iPb {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #spLfGDlRFTMTEdPWhsTaT4ombiAZKnHC {  }
 }@media only screen and (max-width: 763px) { #rGSQ8Xhy6MR3buPIqeZll089Hg5ftukb #KHoOzqHu1QJrMPZTTNNEtHKiXw1nE2vD {  }
 }@media only screen and (max-width: 763px) { #aQBWivOq4cO4Artfyz8p0I8nBlnBpJAX { width:10.747375rem;height:1.80625rem;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) { #ibBqAophAshVJvhNTWAC6B6bK1KfCzIu { width:17.3125rem;height:1.05625rem;top:9.375rem;left:1.3437500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUvWKTspKn4qWwe0VBctEg2BTqfQbMpW { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sq3ZRnymPUaAwzdEgZIDC3czHeNAeJCo { width:10.375rem;height:3.875rem;top:64.8125rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DmVoShWIthzIat7predhrySk0nsS8iOw { width:10.125rem;height:2.1875rem;top:34.591148376465rem;left:4.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAfs2pdKNocFP1743WrwSvlQfKOtfBJ { width:6.625rem;height:2.6875rem;top:70.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyHfQQaSxDPahKDMtcE6lktp2WxnAerR { width:9.375rem;height:3.5rem;top:70rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwA9cTHmx0D9L3EdhGmrfEu3renfVzGs { width:10.5625rem;height:0.975rem;top:73.5625rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q { display:block; }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q { border-width: 0; border-radius: 0; }#MzX3ANOhKtNEWmWMTdkF3fzfNTw0oT3Q > .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) { #NaX08AfMThRkAravf0HxLQKTrDuZK0ao { 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) { #XN0I5ZT6BT9DLlAs3KZsuNGTl5S7P3aD { 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) { #o6tO8nUBcrSEBReDtKFU8Gov4puaOrbf { width:14.75rem;height:18.25rem;top:76.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptdP1yRrLLGd0cTFlkJXvuHvwXdoRl6e { 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) { #OiDE0olJLIcrpNQGIni42gDxZ2vXRzXv { width:10.3125rem;height:3.75rem;top:30.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX9Wd8WpTqo2hEAicr17R5ZaufXhiS8l { top:31.125rem;left:4.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG9qc2QSpoSan6gSkdlU2enbzkleIkcE { display:block; }
 }@media only screen and (max-width: 763px) { #MTsKZxouWpMUekEtBa1SrEqCoevSXTe7 { 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) { #sv6Zrd0ArrSIxUJnZ9RMzMXTTRMyRtHf { 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) { #ELWr5Awl5mF3DwC9m8HOqHbPZyN04qWP { 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) { #swQAK0ZeeRpZTgOuslbnHrC9y0KScTMu { width:10.3125rem;height:3.75rem;top:90.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxPtD2H9gZi2DxARKP5ezrXxRGhL34a4 { top:90.8125rem;left:4.625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N53RpMcHNekqVgWEOCFRUL5ZKvw2MVrw { display:block; }
 }@media only screen and (max-width: 763px) { #HdTgVmIRMVOlWXrT4JxbKTUoKtL0EP5n { width:15.375rem;height:19rem;top:56.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTAahlu4VGgZze3IeK1BJ48cqEinzTT { 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) { #eai3CnVRLMkqlWq4GWh3XBw4LzleRiwf { width:15.375rem;height:19rem;top:36.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiND5VOeFIMb2TiJwZslAFwq7ZpaGzdK { 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) { #wkHBUEHTAap81RW9yP36kn2g3sMD8ACy { 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) { #hgrDQi0ocDT4AoTmlnWP8BZv5bwZLuCG { width:10.3125rem;height:3.75rem;top:70.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmvpFtzwDLugFUiDX9PBiFtyeoUrIaf { top:71.5625rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #topU7L1c5RN2OJTMgUsm6TQelUPnfNbr { display:block; }
 }@media only screen and (max-width: 763px) { #UwC36pdHerfwo9plKmWZtl4Zt89K4m6R { 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) { #bCaZ2V7sg3WUZgLE1ldDOyE0OKh8MTDd { width:15.375rem;height:19rem;top:95.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4swHtsg40TmbNIFRL6H46ZhTMChN62h { 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) { #I06kVU51HPwAJI2Mcosbid5olW3wh1xv { 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) { #L2hsPlmdZ2tDdiZh5dcvno7DceNaQin4 { width:10.3125rem;height:3.75rem;top:49.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A28l2SQSJT2EJF9qCnndX7PM2Bb3hqFe { top:50.0625rem;left:4.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teoMy4I5CFOUqeg8GKhy9atv5GiR76rZ { display:block; }
 }@media only screen and (max-width: 763px) { #IXuh9H3JkLbUSApbs7vcNqdm4UiFqLtd { width:15.374625rem;height:18.9994375rem;top:16.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6FwnuV2aVTmH8dtWBs9NyhAIEHms1Z1 { 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) { #iSaZEdU8zNaonghnm6mX1DucJAzHcFTs { 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) { #pV4bxlIy6GAldL4s0THPnfZWsWTJTIAT { 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) { #Ru8AyTtVSt1i0Doz2GH96ETuCsR94BdC { width:10.3125rem;height:3.75rem;top:108.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3BKhTwihpvb8SZlsKta4kHnmLW5GCU { top:109.5rem;left:4rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTboNMM42qe9JyN0bTcxDMVi5ILDFn4E { display:block; }
 }@media only screen and (max-width: 763px) { #ykpq3S4kEfNspUgxyBSEX9d4Qtq7LP8h { width:20rem;height:1.4625rem;top:1.7489347457886rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLsWNKEZU5UbFRh4eU2z8eTeHJXdVTsp { 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) { #prpIRe2smz779ev1pVwdJk9OblAPXqpi { 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) { #ezb37tqPBqF7AhzBTZSpW08C8coSXVk1 { 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) { #e3HDFRsZX89QqRAyKNQ6Hi9bxkI7d0UL { 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) { #L7PTFRv6VTJec1r19aX4ppUCwkOJltXp { 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) { #gf2qOZWK68EhDyLqxTkr7nl8Px0zQ6qL { width:15.375rem;height:19rem;top:116rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NziRIXkOcv8mDe0xx7nPN6WNTlEFWQMf { 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) { #JaXQrJOqK0KxM43g4xo2we1SKKxzXmlp { 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) { #MuoFJP7CNTdFb74yhpOTbeiRdPcQaT9k { 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) { #WaqLPoeiq8EqBUa35mXkgum8dRaPseXG { 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) { #rTZKNzULU08oSGM5L9FyTOhd1osZekRN { width:10.3125rem;height:3.75rem;top:128.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHC4FKiKzp4QQ2488TmyS3CVdVSznuSK { top:129.5rem;left:4.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z97G5LWP239LNECO1p3eAZvETXT4X3Qg { display:block; }
 }@media only screen and (max-width: 763px) { #JmTAzKIl9XWJS35GAgk6pFte06QT6MPT { 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) { #kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC { display:block; }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC { border-width: 0; border-radius: 0; }#kpUxOcTrO1qi1LDaiuKod92qAw9ilJTC > .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) { #pB6xalic9EUGONEZBNVydaZbJkT29GCq { width:15.375rem;height:19rem;top:34.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaDg5qzQ5vz46yEiAM3mq1m25kKk5RDQ { 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) { #hESSt23IeOFra8hxmt363JVb7LDaf9PZ { 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) { #okIhsq5XpzO0Gy0Rn91lKUqcZkIRvVFa { 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) { #vfiQAxi8IzVnrdQkSBbS5qUuQx4VqaVe { width:10.3125rem;height:3.75rem;top:28.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S05WozEeZNRpHTNI3Rq0ekLWPtHLfTTV { 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) { #ighkAkqQVfmIG6uqOZdam4GXkuwl2m5e { top:29.25rem;left:4rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJzLquR8FKkZ1ek55MfmvHxh4aWeCSJA { display:block; }
 }@media only screen and (max-width: 763px) { #kHeMyQWviF8K6npsQboWRcdm7qPp1iHH { width:15.375rem;height:19rem;top:14.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrEbBJNqBBLW8NShzEgO12cGJ1GQ8ATg { 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) { #p2lLSb60BX1Gzks8cKRiqdKDiPtzItZQ { 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) { #eh6qlkrCv0mnCppu9NNmJWUW5SHOgts7 { 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) { #P4uSgggPyJcuL056V3Oe5uDyZPAOe9lf { 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) { #MBnRs30ToC3t1RPgxoAKDfthQe94rJ2O { width:10.3125rem;height:3.75rem;top:48.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr5pt3LMzJknsq51IcQkF2iQTs2TrHpZ { top:48.9375rem;left:4.1875rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHl5A0NSgIehtfFo1880kx9yoseX2stn { display:block; }
 }@media only screen and (max-width: 763px) { #hZJbTZdTCPmW3acP4D3mkXzCNH8aOwot { 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) { #qP5dZnoETWyWANFECgOFTuN8FDQWJiKm { width:20rem;height:1.4622375rem;top:3.4999837875366rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmKaiDRlT6uLCJh5cvzvIXsLgGcTJW9o { width:15.375rem;height:19rem;top:56.8125rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCnJrATGsFiLVubHTrHW4gBzHRwHT1m4 { 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) { #romgSZWIVKlHvr4ZPtriSFcAAZr3gsTV { 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) { #ef7OhzOre4ElGtJbyZdO5PbzJu9kJiRi { 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) { #Dgt9bzIpbWzeszJAD5S6Pdn7zg7LxzHA { 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) { #M74XFDONXeUnmsO8BLoNAQeFI2m931sM { 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) { #PSszXs9gzuGVsOV4TPANfkOL6h4JNP4c { width:10.3125rem;height:3.75rem;top:71.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFyZeVobqSnbsRoxx25XZWMVXr3inzXy { top:72.125rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTuf1kPVoNMoLxyDXU63V9RGBxBMJe3H { display:block; }
 }@media only screen and (max-width: 763px) { #V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA { display:block; }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA { border-width: 0; border-radius: 0; }#V8GyqiMWlwHKGvy9TZ3xmTwzg7ETQ1sA > .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) { #PbdpgCbz4FSDuccfGZnsAUz8rVkPhPO8 { width:15.375rem;height:19rem;top:31.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWklQyJET2Tvqk3iutioV7a3FzBCaRf4 { width:12.56125rem;height:1.625rem;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) { #ALsSf4EcrBNGB397wnHsEWTQ6Ucw8KXG { width:15.1243125rem;height:3rem;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) { #U2VuB1iFZQNkvBzB05HetK0BmSkdQXCp { 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) { #GFnBqFT3GWqeythBDSPrq8DW52s1uaRd { width:10.3125rem;height:3.75rem;top:25.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efQk0FgPDkiVdC7Qlkqrvz1OpdxXdXxg { top:26.5rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOk1gRMGNLolnHVDuKLfTOZsn9Hb6cwX { display:block; }
 }@media only screen and (max-width: 763px) { #dmyOfbEueGnoyqBQr4pVGllv2FQfzsA9 { width:15.375rem;height:19rem;top:12.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctT1iDTC6SKriIpsxaNizg7g3FDEy9R { width:12.56125rem;height:3.25rem;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) { #hxQJnG2UqwmL8pD8VuIrxeLsq09HcaQB { width:15.1243125rem;height:3rem;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) { #rT8CNJVlozPIAftGQl7aOPA2Z5H7P7Rc { 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) { #ts8ETu8qeZM6tK0IwtWRti58khq8XVC5 { width:10.3125rem;height:3.75rem;top:45.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kydGNEczvaHc8WKuPQ0SlyKhxwtK3n6B { top:46.1875rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTukV1usUQWGovEP3qCmXX7RPEbr5nbU { display:block; }
 }@media only screen and (max-width: 763px) { #NAKGfQH205F9rPmrKNaEIyQ8w4c9Hata { width:20rem;height:1.7875rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtO9PhpEvHpT6ZN9cXiT89A82nh8eeSs { width:11.8125rem;height:3.0859375rem;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) { #NKZCWEeWbV6abWbadnTxgCCaQiyLrwpF { 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) { #hvWOpiGnJadJ0WlTotTX2W2mOJyppPun { 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) { #TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp { display:block; }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp { border-width: 0; border-radius: 0; }#TBufbTkHzWvl4LCNrU2ftb2fcUzT29vp > .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) { #pClAQuwt7srQTgyU0h6S5rlWdAKToqpZ { width:15.375rem;height:19rem;top:20.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MesZ0qwIRsq3cuAT4bu8hdQupPtZepqn { width:12.56125rem;height:1.625rem;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) { #HLHGnA0n80dKGZHbIbGvTTAe35lMFvaH { width:15.1243125rem;height:3rem;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) { #K0tPpT0NOvBv2boqMOWLmGz8WkQAUt4o { 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) { #efQUae6F0081xCEbkbDolrEwdtnxyTaC { width:10.3125rem;height:3.75rem;top:14.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWLJwAasxT0VmNelzdqD8HnJGp6Epnmf { top:14.9375rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTxc0GHz6AnV4EbW10si84H6Pb1imkzn { display:block; }
 }@media only screen and (max-width: 763px) { #cVBP31zmCtTuoAamSzy7un7kZguCr9JG { width:15.375rem;height:19rem;top:0.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnikrnMlMIwh3OCVLzUbNSEUNc9GUe54 { width:12.56125rem;height:1.625rem;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) { #ziRA21IDN3wwgFVPxTnvP7HWoy5ArMV4 { width:15.1243125rem;height:3rem;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) { #Jhm6rvdkhPqIzv6LqzhiEJmCuV27te6i { 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) { #T8i31bx56Ec1vg8hSG2kMxDbc4gfP591 { width:10.3125rem;height:3.75rem;top:34rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmhDtJf7UeT5qzzU0SHMMAX6JomGczxb { top:34.625rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfhrC3ZTqeOW2HqCdde273g3ckN35KzT { display:block; }
 }@media only screen and (max-width: 763px) { #HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J { display:block; }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J { border-width: 0; border-radius: 0; }#HcfAKsOt55X9fAZw4gU5oDkayEzTqb7J > .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) { #fwCU4VuXFu1b7kgd4Gz7xoTZsTVxskbJ { width:15.375rem;height:19rem;top:31.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbkr2TKexH0cN8RSMnWNnQ0GawJMObC4 { width:12.56125rem;height:3.25rem;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) { #T62gBGXWog953yuBBkS7X3ccJU2Tg66s { width:15.1243125rem;height:3rem;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) { #M2cuteNh9VbIDpvalMTe7lbJ3oWIFCLe { 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) { #ypdfOL7Q08Eem9KAN3S2kPC3Rel0Z5L3 { width:10.3125rem;height:3.75rem;top:25.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWsr4ZMbehmx3DcHAO1cWSWnFSAT57T2 { top:26.5rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upIfDpgrTWDlXW39OEWMODhTWJNbBSsZ { display:block; }
 }@media only screen and (max-width: 763px) { #wpuF0wAu1t3H3MVBT9GTboyqwppbrzwm { width:15.375rem;height:19rem;top:12.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybKyrKB4opa2HPSeEqTAdciuc35LpuCw { width:10.3125rem;height:3.75rem;top:45.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t98GXl52OgBqTHUFdJW21bKkvBlDtEZd { top:46.1875rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP5O39e2S74QkUCxiUrAEAym6x1wrJaX { display:block; }
 }@media only screen and (max-width: 763px) { #OpEG3V57bPFtEBPmxTQhTTuucIpGfH55 { width:20rem;height:1.7875rem;top:0.83540344238281rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcWxF5leAerihAbQ88UD1RJAUCD30ikp { width:12.562125rem;height:1.625rem;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) { #XF8SQoSLXfVaRI2gfIRbWzlFfp9FdXwl { width:12.8125rem;height:2.6rem;top:19.811771392823rem;left:3.5937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqX3gGQA05RypcTlWSfSTK05xrSe8nW3 { 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) { #JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr { 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; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container { background-color: transparent; background-image: none; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container > .video-iframe-container { display: none; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row > .video-iframe-container { display: none; }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .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); }#JhgJQ539GO1HmxDTO7lTIL9gpvSSkSWr > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izWCEQgoozqT3GZGufyeVPZ1HtQBaw5K { 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) { #dF0REHgaTvex3B46wHaR5tMqGwSupDi4 { width:14.625rem;height:0.1875rem;top:4.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og4UUlzD8kyTqFV51p3hIsopabHS3vn1 { width:17.625rem;height:5.625rem;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) { #wDaQModbHhcnDS6g7TBwlGQqf5K8tHqO { width:1.5625rem;height:1.5625rem;top:19.75rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kK8qEVXVPHSqxJTTztDFrImXzvNEMz2J { width:4.25rem;height:0.1875rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeMpZkoWrTmyz1as0JWQlVmeba2N8mss { width:1.25rem;height:1.25rem;top:20rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL1iw8u3nGNTRik62BbnuR6wT1bUuqfZ { 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) { #oQEivmdWhy0o3xKe0G66yeP6QnxZlXcg { 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) { #pMaQa8Ouy0A1m4rLUS1VRygGD9b8IVat { 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) { #FP1KH58NtevSH5RRXf5T4lJHCxvQFHOZ { width:1.5625rem;height:1.5625rem;top:21.9375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETiiNSeTB0Hy2RhniCKKQq8uK2PwGvw4 { 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) { #JQt3DC2JE2IzHqyOTGmLZ12mn0scv9Cw { width:1.5625rem;height:1.5625rem;top:24.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHDzKEwUm2whCWarTGIAbZtLcId77dTR { 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) { #kgRq3Dwp4Z1cEDNsGmGFQm79PEiP3S8I { 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) { #LbNFIX9bRPNxTETRialk6nDE3c5y4Zo8 { 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) { #NqmBTORrnWmEfUDBg5LKipTT3oHGm6QN { width:1.5625rem;height:1.5625rem;top:26.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrRsM8Fi9eG6tHsXpFakkCFTXZUDWbLx { 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) { #svpEwhCclBPt7KS05OUzSRyz50DkV8p9 { 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; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container { background-color: transparent; background-image: none; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container > .video-iframe-container { display: none; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row > .video-iframe-container { display: none; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .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); }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container { border-width: 0; border-radius: 0; }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row > .video-iframe-container {  }#svpEwhCclBPt7KS05OUzSRyz50DkV8p9 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhH4NpUFoh6ErayrK7JehcUigP9Cd5D5 { width:16.6875rem;height:1.5125rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPopAf8iwgaaVoRVkkcsmIEzZbtRLL5u { 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) { #rSQ5Um7EmSGfX2mmrmEP8m5IlvrweAPE { width:13.0625rem;height:4.798825rem;top:4.01171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9rxpzCpQuCnPCFTlMdpphLO0Fdk1vE { 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) { #kC787uoVDWCHTJW8kQuf8A8V2QtFal3g { 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) { #TPzy2RTovfLqukHaqlWnLTSyzxGk9XDK { width:19.4375rem;height:1.3rem;top:25.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #h55p1Nw3IJ2zo9NLUlDbhBCIiQqfhpMT { width:14.875rem;height:6.3984375rem;top:10.05859375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuTsl6ghbeHv375AM9kdAJFElxFwStok { 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) { #AQVpGOpSsSNJkuzp1D7XGF5BNqt9r9vi { 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) { #z801isLuz68rBf2AmH8bbyaiAA0aWZPz { 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) { #A0iAIuwP8k7zbiiFSx0d2FRyQE6KQ1ln { 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) { #LDXpnulFftU2TqIBVHbBWECqRwyTPf4m { 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) { #BkxnJXS95If6HQtoJToeWWuFa2sTkWLo { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }