.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DZpc4UY8ZtY/unsplash/tingey-injury-law-firm-DZpc4UY8ZtY-photo-1589829545856-d10d557cf95f.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:14px;font-family:arial;height:568px;width:1200px;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:240px;width:441px;top:113px;left:734px;display:block; }
#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { position:absolute;display:block;z-index:15001;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 30px rgba(35,114,245,0.2) ;height:404px;width:491px;top:100px;left:709px;display:block; }
#aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { position:absolute;display:block;z-index:15000;background-color:rgba(0,31,62,0.77);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:227px;width:1024px;top:163px;left:-238px;display:block; }
#hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { color:#ffffff;display:block;width:695px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:199px;left:1px;height:80.5938px;font-style:normal;display:block; }
#lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { color:#ffffff;display:block;width:704px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:301px;left:1px;height:52px;display:block; }
#le2oVOh8k5x69klODZXbA5bTobExbaCN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67px;width:195px;top:29px;left:0px;overflow:hidden;display:block; }
#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { background-color: transparent; background-image: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container > .video-iframe-container { display: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container { display: none; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .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); }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { border-width: 0; border-radius: 0; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { font-size:14px;font-family:arial;height:103px;width:1200px;position:relative;display:block; }#PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:33px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:42.8993px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { position:relative;display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { background-color: transparent; background-image: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container > .video-iframe-container { display: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row > .video-iframe-container { display: none; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .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); }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { border-width: 0; border-radius: 0; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:290px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-image: -o-linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7abdcdf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7abdcdf1' );";background-image: linear-gradient(180deg, #ffffff, rgba(189,205,241,0.48));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 15px rgba(0,0,0,0.31) ;height:243px;width:1136px;top:28.99267578125px;left:25.989593505859px;display:block; }
#TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { color:#000000;display:block;width:257.986px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:165.46875px;left:46.996536254883px;height:70.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { color:#000000;display:block;width:393.993px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:165.46875px;left:403.00347900391px;height:70.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { color:#000000;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:188.85417175293px;left:863.09033203125px;height:23.4028px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AM6M6psNb9f8cKRBDET4HZl8EasmIELs { box-sizing:content-box;color:#5d92ff;font-size:63px;font-weight:400;line-height:1;height:91px;width:91px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:51.71875px;left:126.47570800781px; }
#FJHSrTVZp1gL0Gpn8gXG7Ti3sm5cOq4k { box-sizing:content-box;color:#5d92ff;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:59.21875px;left:975.0869140625px; }
#bUZmao5ukIZDoqTxSJ60lMvi0Fc54GUd { box-sizing:content-box;color:#5d92ff;font-size:51px;font-weight:400;line-height:1;height:74px;width:74px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:56.71875px;left:559.49658203125px; }
#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { position:relative;display:block; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { background-color: transparent; background-image: none; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container > .video-iframe-container { display: none; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row > .video-iframe-container { display: none; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .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); }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { border-width: 0; border-radius: 0; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:82px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WsSNEtzkrW8L15mOgcyc2g7dtVVPA1e1 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.987457275391px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { position:relative;display:block; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { background-color: transparent; background-image: none; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container > .video-iframe-container { display: none; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row > .video-iframe-container { display: none; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .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); }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { border-width: 0; border-radius: 0; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:499px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:429px;width:232px;top:34px;left:0px;display:block; }
#U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { color:#247e84;display:block;width:169px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:23px;left:31px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { position:absolute;display:block;z-index:15008;background-color:#605f79;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:61px;left:39px;display:block; }
#TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:33px;width:140px;top:19px;left:46px;display:block; }
#S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:161px;width:103px;top:61px;left:67px;overflow:hidden;display:block; }
#LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { color:#000000;display:block;width:230px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15002;line-height:2.1;letter-spacing:0;top:243px;left:1px;height:157.5px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:33px;width:140px;top:18px;left:360px;display:block; }
#ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { color:#247e84;display:block;width:169px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:23px;left:345px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:429px;width:230px;top:34px;left:319px;display:block; }
#dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:159px;width:152px;top:60px;left:355px;overflow:hidden;display:block; }
#t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { position:absolute;display:block;z-index:15018;background-color:#605f79;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:60px;left:353px;display:block; }
#Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { color:#000000;display:block;width:225px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:15012;line-height:2.1;letter-spacing:0;top:241.99658203125px;left:320.00003051758px;height:205.7891px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:429px;width:230px;top:35px;left:634px;display:block; }
#riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { color:#247e84;display:block;width:169px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:23px;left:666px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { position:absolute;display:block;z-index:15028;background-color:#605f79;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:62px;left:674px;display:block; }
#yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:33px;width:140px;top:18px;left:681px;display:block; }
#E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:157px;width:97px;top:62px;left:702px;overflow:hidden;display:block; }
#llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { color:#000000;display:block;width:230px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15022;line-height:2.1;letter-spacing:0;top:244px;left:636px;height:167.9688px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#e05vlNm8ca1qJlBw3QPTlUKPrET2mVIa { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:32.9861px;width:173.993px;top:18.15972328186px;left:947.36120605469px;display:block; }
#f9l2ib8useN3xHpNrwOMeSpNn5GsTKWh { color:#247e84;display:block;width:169px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:24px;left:951px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WlvI24I7Qh5G8IklOeR1CW1t9naBmRzw { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:431px;width:254px;top:35.989624023438px;left:918.9931640625px;display:block; }
#R07EqPhAMLue6mtu6dbxir9mpteWg5VU { position:absolute;display:block;z-index:15034;background-color:#605f79;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:63px;left:959px;display:block; }
#nsDTrnV3gRCTcSh2GiGwkSsbFtnOgDeL { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:174px;width:121px;top:47.975698471069px;left:976.98962402344px;overflow:hidden;display:block; }
#ppDdftuhkqPy9mTrmiU8ZPPgKhSrLyE2 { color:#000000;display:block;width:235.99px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15028;line-height:2.1;letter-spacing:0;top:242.98611927032px;left:929.09729003906px;height:201.5625px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { position:relative;display:block; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { background-color: transparent; background-image: none; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container > .video-iframe-container { display: none; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row > .video-iframe-container { display: none; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .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); }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { border-width: 0; border-radius: 0; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:521px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gubTCyAzvvRIE9XO14rFnDQpq2DAr8kV { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:428.993px;width:230px;top:33.975700378418px;left:0px;display:block; }
#KI7t2FtgSAgbopsUPZGAaUgzEDn98hW3 { color:#247e84;display:block;width:169px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:23px;left:29px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rQM6QIsqU2rgZtBHZTH7G7auFmwiEsuS { position:absolute;display:block;z-index:15038;background-color:#605f79;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:84px;left:35px;display:block; }
#psxZ8POaIaobrgZgRxFuW2Z27RuVbgvB { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:33px;width:140px;top:18px;left:44px;display:block; }
#HXlbdk8CWKEuFOJMAM14bvLyeRgHREBr { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:134px;top:90px;left:47px;overflow:hidden;display:block; }
#T6Tum85znJmzJK7rJaRVCNM8gVfWMDSD { color:#000000;display:block;width:230px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:266px;left:0px;height:108px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uCsxLwGPEo6fUr7x3LgU7tFkv25I4XT0 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:428.993px;width:252.986px;top:33.940971374512px;left:302.37847900391px;display:block; }
#JgalX3n0bRRRuUPriOueKnVGTsJTnlWq { position:absolute;display:block;z-index:15044;background-color:#605f79;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:81px;left:350px;display:block; }
#Nk5qtWQXKd61qFTkTZZ9coFy9loWuSoL { color:#247e84;display:block;width:169px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:23px;left:346px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#p0p0VqzFZIaCqFzWTytaQ8ZIIxLF56D9 { position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:33px;width:140px;top:19px;left:360px;display:block; }
#yhuFwIp3TkKOmscbmNfbUmE18NFag2lC { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:150px;width:114px;top:91px;left:367px;overflow:hidden;display:block; }
#BtMw2u8eGWpRNatbyAwhZWCqK4xAumpe { color:#000000;display:block;width:230px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:252px;left:316px;height:189px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DDW6f8g99DGIEstdX6TmLz23hlwe9n9B { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:428.993px;width:242.986px;top:33.940971374512px;left:623.36810302734px;display:block; }
#Vr5s797vcOPdz4NthqK5neNpcu8C9o6K { color:#000000;display:block;width:230px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15041;line-height:1.8;letter-spacing:0;top:259px;left:631px;height:135px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yAMyTO1Uu2TeRWWH2rUe2RAQuJeMmHnJ { position:absolute;display:block;z-index:15047;background-color:#605f79;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:77px;left:666px;display:block; }
#wL5x4XgKGcP16Lkw6E9GUu0es84SVL9e { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153px;width:100px;top:84px;left:697px;overflow:hidden;display:block; }
#OKeBd5H0goJVLzcw6W5opQcREplg7egz { position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:33px;width:140px;top:17px;left:676px;display:block; }
#GM0IhnbHDBB8dtzTxvkRoszgylyNTGdd { color:#247e84;display:block;width:169px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:21px;left:663px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ORLEaQoIWdLvQHx78uThJKy4Je2LLl9c { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:429px;width:230px;top:36px;left:930px;display:block; }
#xwJ5iIT6K7qCWvPmH22r2Z8RwgIfH4eH { color:#000000;display:block;width:230px;position:absolute;font-family:lato;font-size:15px;font-weight:400;z-index:15047;line-height:1.8;letter-spacing:0;top:260px;left:930px;height:108px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#M4KLHCZbmvaXcozXM5WE42HC5e7sTSXN { position:absolute;display:block;z-index:15053;background-color:#605f79;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:160px;width:160px;top:78px;left:965px;display:block; }
#CKtpz5wZ4A3ZD72TonHAVQyHhQyyGtT9 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:171px;width:125px;top:66.996528625488px;left:983.61120605469px;overflow:hidden;display:block; }
#EXLgDHS7nil1UtZ6iFHGsbH8ufFrLi20 { position:absolute;display:block;z-index:15073;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:32.9861px;width:182.986px;top:18.159721374512px;left:953.48962402344px;display:block; }
#HpfMxPVfdeW9es1Xv3RISm9pGhS6D394 { color:#247e84;display:block;width:169px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:22px;left:962px;height:25.5938px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { position:relative;display:block; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { background-color: transparent; background-image: none; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container > .video-iframe-container { display: none; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row > .video-iframe-container { display: none; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .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); }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { border-width: 0; border-radius: 0; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:584px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CVwUt7fcBgSr7lkQrCPDHnId5eMmAAUZ { color:#26265b;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:21.979167938232px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zvemr5dOFNAF6sQ48kcx4FgcebDPTfzK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:09px;border-top-right-radius:09px;border-bottom-left-radius:09px;border-bottom-right-radius:09px;box-shadow: none;height:491px;width:1192px;top:87.96875px;left:4px;overflow:hidden;display:block; }
#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .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); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:14px;font-family:arial;height:493px;width:1200px;position:relative;display:block; }#rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { color:#26265b;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:20px;left:0px;height:48px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:20px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:18px;font-family:"open sans"; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-trigger.adaptive-delivery-prevent-bg, #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-trigger.lazyload, #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-trigger.lazyloading { background-image: none; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy { box-sizing:content-box;height:auto;width:1152.99px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15010;background-color:#605f79;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:90.156257629395px;left:0px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #qUL0QFmImQQguT41n92pxEiIPPoKUcrZ { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #xJtDz3M7oL1Q5ZZyXTg0endZUFxFlPgc { height:auto;display:flex;position:relative;top:0px;left:0px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #vt5KHbh4EHgpxA5q8PV6lQUtapeNdEaI { display:block;position:relative; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #fGrPFsTQLB9UzgKtbxCf6iCTa952mfAU {  }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #D3kaxNe9sI2tLlsrE8F7GnhfZeSVo4zp {  }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #czOopFdepNXUC79T5bz6mgvGkiOyKKTy { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #USGnmNJZB14AVHeCx0riFksgm8wkw0is { height:auto;display:flex;position:relative;top:0px;left:0px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #RrObtuJVECCw8Cwc0VV8hSTfA4snB6HN { display:block;position:relative; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #VcMlkvcy63HcTzAi6UQOHWO6UryaXC8y {  }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #JDFBlCMqtRXnalrpHJvWAy3FAtVVB5vw { display:none; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #EmxZkm0EkJPRh1gARHZzhX9Uamn1CavC { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #fAts5cmRgLHF4KNmGzAmuRnkVdNW1XTw { height:auto;display:flex;position:relative;top:0px;left:0px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #X0RcExdoHgrtImOE77R4JdRA8z1zoZ8S { display:block;position:relative; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #m5qVRs9x3LUvw07Q9zlV4DPS0xSp3Z8f {  }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #h9qdTypA42sK4gkcctqF7UbUbz37aylz { display:none; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #xhM7WfnRUx9eDDtbuunBoo9ilKpEWP68 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #DLzdGb5O88hyNVuhkllL60oHC2fTev3i { height:auto;display:flex;position:relative;top:0px;left:0px; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #czMo1Bu9k6qlyHmP0IVJdqwbKhntMQ78 { display:block;position:relative; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #p5qPSbpyblBzKxQpNXKGDewKJqzEm2Zp {  }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #zElPnPdG1ae6y0bWl8RRcmrdnk3u4H9I { display:none; }
#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { position:relative;display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { background-color: transparent; background-image: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container > .video-iframe-container { display: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row > .video-iframe-container { display: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { border-width: 0; border-radius: 0; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:83px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { background-color:#605f79;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:322px;height:58px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.387512207031px;left:439.00003051758px;display:block; }
#NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:113px;left:323px;width:441px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:491px;height:404px;top:100px;left:273px;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:163px;left:0px;width:764px;height:227px;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { top:198px;left:0px;width:695px;height:80px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { top:300px;left:0px;width:703px;height:51px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { top:29px;left:0px;width:195px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { top:30px;left:0px;width:764px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { top:28px;left:0px;width:764px;height:243px;display:block; }
 }@media only screen and (max-width: 763px) { #TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { top:165px;left:0px;width:257px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { top:165px;left:185.00347900391px;width:393px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { top:188px;left:464px;width:300px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AM6M6psNb9f8cKRBDET4HZl8EasmIELs { top:51px;left:0px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #FJHSrTVZp1gL0Gpn8gXG7Ti3sm5cOq4k { top:59px;left:688px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #bUZmao5ukIZDoqTxSJ60lMvi0Fc54GUd { top:56px;left:341.49658203125px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { display:block; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsSNEtzkrW8L15mOgcyc2g7dtVVPA1e1 { top:18px;left:0px;width:764px;height:45px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { display:block; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { width:231px;height:428px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { width:168px;height:25px;top:23px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { width:160px;height:160px;top:61px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { top:19px;left:0px;width:140px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { top:61px;left:0px;width:102px;height:159.44866292506px;display:block; }
 }@media only screen and (max-width: 763px) { #LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { width:230px;height:157px;top:243px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { top:18px;left:112px;width:140px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { width:168px;height:25px;top:23px;left:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { width:230px;height:428px;top:34px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { top:60px;left:102px;width:151px;height:157.95011085745px;display:block; }
 }@media only screen and (max-width: 763px) { #t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { width:160px;height:160px;top:60px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { width:225px;height:176px;top:241px;left:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { width:230px;height:428px;top:35px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { width:168px;height:25px;top:23px;left:339px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { width:160px;height:160px;top:62px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { top:18px;left:366px;width:140px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { top:62px;left:411px;width:96px;height:155.3840808689px;display:block; }
 }@media only screen and (max-width: 763px) { #llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { width:230px;height:168px;top:244px;left:278px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e05vlNm8ca1qJlBw3QPTlUKPrET2mVIa { top:18px;left:582.36120605469px;width:173px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #f9l2ib8useN3xHpNrwOMeSpNn5GsTKWh { width:168px;height:25px;top:24px;left:586px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WlvI24I7Qh5G8IklOeR1CW1t9naBmRzw { width:254px;height:431px;top:35px;left:506px;display:block; }
 }@media only screen and (max-width: 763px) { #R07EqPhAMLue6mtu6dbxir9mpteWg5VU { width:160px;height:160px;top:63px;left:594px;display:block; }
 }@media only screen and (max-width: 763px) { #nsDTrnV3gRCTcSh2GiGwkSsbFtnOgDeL { top:47px;left:611.98962402344px;width:121px;height:174px;display:block; }
 }@media only screen and (max-width: 763px) { #ppDdftuhkqPy9mTrmiU8ZPPgKhSrLyE2 { width:235px;height:201px;top:242px;left:526px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { display:block; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gubTCyAzvvRIE9XO14rFnDQpq2DAr8kV { width:230px;height:428px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KI7t2FtgSAgbopsUPZGAaUgzEDn98hW3 { width:168px;height:25px;top:23px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rQM6QIsqU2rgZtBHZTH7G7auFmwiEsuS { width:160px;height:160px;top:84px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #psxZ8POaIaobrgZgRxFuW2Z27RuVbgvB { top:18px;left:0px;width:140px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HXlbdk8CWKEuFOJMAM14bvLyeRgHREBr { top:90px;left:0px;width:133px;height:151.85224601285px;display:block; }
 }@media only screen and (max-width: 763px) { #T6Tum85znJmzJK7rJaRVCNM8gVfWMDSD { width:230px;height:107px;top:266px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uCsxLwGPEo6fUr7x3LgU7tFkv25I4XT0 { width:252px;height:428px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JgalX3n0bRRRuUPriOueKnVGTsJTnlWq { width:160px;height:160px;top:81px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5qtWQXKd61qFTkTZZ9coFy9loWuSoL { width:168px;height:25px;top:23px;left:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p0p0VqzFZIaCqFzWTytaQ8ZIIxLF56D9 { top:19px;left:112px;width:140px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #yhuFwIp3TkKOmscbmNfbUmE18NFag2lC { top:91px;left:140px;width:113px;height:148.69334081917px;display:block; }
 }@media only screen and (max-width: 763px) { #BtMw2u8eGWpRNatbyAwhZWCqK4xAumpe { width:230px;height:188px;top:252px;left:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DDW6f8g99DGIEstdX6TmLz23hlwe9n9B { width:242px;height:428px;top:33px;left:263px;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5s797vcOPdz4NthqK5neNpcu8C9o6K { width:230px;height:134px;top:259px;left:278px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #yAMyTO1Uu2TeRWWH2rUe2RAQuJeMmHnJ { width:160px;height:160px;top:77px;left:348px;display:block; }
 }@media only screen and (max-width: 763px) { #wL5x4XgKGcP16Lkw6E9GUu0es84SVL9e { top:84px;left:408px;width:100px;height:152.986px;display:block; }
 }@media only screen and (max-width: 763px) { #OKeBd5H0goJVLzcw6W5opQcREplg7egz { top:17px;left:366px;width:140px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GM0IhnbHDBB8dtzTxvkRoszgylyNTGdd { width:168px;height:25px;top:21px;left:339px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ORLEaQoIWdLvQHx78uThJKy4Je2LLl9c { width:230px;height:428px;top:36px;left:530px;display:block; }
 }@media only screen and (max-width: 763px) { #xwJ5iIT6K7qCWvPmH22r2Z8RwgIfH4eH { width:230px;height:107px;top:260px;left:532px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #M4KLHCZbmvaXcozXM5WE42HC5e7sTSXN { width:160px;height:160px;top:78px;left:600px;display:block; }
 }@media only screen and (max-width: 763px) { #CKtpz5wZ4A3ZD72TonHAVQyHhQyyGtT9 { top:66px;left:618.61120605469px;width:125px;height:171px;display:block; }
 }@media only screen and (max-width: 763px) { #EXLgDHS7nil1UtZ6iFHGsbH8ufFrLi20 { top:18px;left:577px;width:182px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HpfMxPVfdeW9es1Xv3RISm9pGhS6D394 { width:168px;height:25px;top:22px;left:594px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { display:block; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVwUt7fcBgSr7lkQrCPDHnId5eMmAAUZ { top:21px;left:0px;width:764px;height:47px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Zvemr5dOFNAF6sQ48kcx4FgcebDPTfzK { top:87px;left:0px;width:764px;height:314.70134228188px;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { top:20px;left:0px;width:764px;height:48px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy { display:flex;height:auto;width:724px;top:90px;left:0px; }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #qUL0QFmImQQguT41n92pxEiIPPoKUcrZ {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #xJtDz3M7oL1Q5ZZyXTg0endZUFxFlPgc {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #vt5KHbh4EHgpxA5q8PV6lQUtapeNdEaI {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #fGrPFsTQLB9UzgKtbxCf6iCTa952mfAU {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #D3kaxNe9sI2tLlsrE8F7GnhfZeSVo4zp {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #czOopFdepNXUC79T5bz6mgvGkiOyKKTy {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #USGnmNJZB14AVHeCx0riFksgm8wkw0is {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #RrObtuJVECCw8Cwc0VV8hSTfA4snB6HN {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #VcMlkvcy63HcTzAi6UQOHWO6UryaXC8y {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #JDFBlCMqtRXnalrpHJvWAy3FAtVVB5vw {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #EmxZkm0EkJPRh1gARHZzhX9Uamn1CavC {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #fAts5cmRgLHF4KNmGzAmuRnkVdNW1XTw {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #X0RcExdoHgrtImOE77R4JdRA8z1zoZ8S {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #m5qVRs9x3LUvw07Q9zlV4DPS0xSp3Z8f {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #h9qdTypA42sK4gkcctqF7UbUbz37aylz {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #xhM7WfnRUx9eDDtbuunBoo9ilKpEWP68 {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #DLzdGb5O88hyNVuhkllL60oHC2fTev3i {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #czMo1Bu9k6qlyHmP0IVJdqwbKhntMQ78 {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #p5qPSbpyblBzKxQpNXKGDewKJqzEm2Zp {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #zElPnPdG1ae6y0bWl8RRcmrdnk3u4H9I {  }
 }@media only screen and (max-width: 763px) { #qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { width:322px;height:58px;top:11px;left:221.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4001f3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4001f3e' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-size:contain !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:320px;height:665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:310px;height:240px;top:244.9921875px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:320px;height:409px;top:235.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:320px;height:165px;top:298px;left:0px;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { width:320px;height:46.7969px;top:88px;left:0px;font-size:18px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { width:320px;height:58.5px;top:164px;left:0px;font-size:15px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { width:189px;height:61px;top:10px;left:65.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh { display:block; }#oDMhivQG7ssTcMDqqLuAwC1ZBc6OvKXh > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgT0t51WM1FN6bAEwPFeuW9zDIE0hGBb { width:320px;height:49.3906px;top:17.8125px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #CDuhwn88G9CQ2mBRemaXi01Nlctn5332 { display:block; }#CDuhwn88G9CQ2mBRemaXi01Nlctn5332 > .row .container { width:320px;height:735px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0M9Tn4ySyhqW0CmiO6Q9VNs43vidPUh { width:300px;height:682px;top:20px;left:10.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #TBrskKAPyZRc5OJtMH5LF5UnCnI3fEaX { width:245.99px;height:78px;top:139.79167175293px;left:36.996529579163px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C91RyOTPM6IFbVXWSKOdoDk8B8pm1ISv { width:277.969px;height:156px;top:343.73265075684px;left:21.006947517395px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Mb5aDvhQRbMFPTHoVtGa1esIHBd7Co6u { width:245.99px;height:52px;top:630.36462402344px;left:36.996529579163px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AM6M6psNb9f8cKRBDET4HZl8EasmIELs { display:flex;width:90.9896px;height:90.9896px;top:38.07292175293px;left:114.49653339386px; }
 }@media only screen and (max-width: 763px) { #FJHSrTVZp1gL0Gpn8gXG7Ti3sm5cOq4k { display:flex;width:75.9896px;height:75.9896px;top:541.37157440186px;left:121.99654102325px; }
 }@media only screen and (max-width: 763px) { #bUZmao5ukIZDoqTxSJ60lMvi0Fc54GUd { display:flex;width:73.9931px;height:73.9931px;top:247.8472366333px;left:122.98611927032px; }
 }@media only screen and (max-width: 763px) { #FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI { display:block; }#FJ2dGfmRhCuEK6CnzJBip9dl5V0gqnXI > .row .container { width:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsSNEtzkrW8L15mOgcyc2g7dtVVPA1e1 { width:320px;height:31.1953px;top:6.979248046875px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 { display:block; }#iuz1270f3A6BIqB5lbZ7ICDH6WAVJtT5 > .row .container { width:320px;height:2007px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUXafT7lb2e6WUUs3VS8AzdnadPwnth { width:288px;height:422px;top:38px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U1D1UGmwC2WcCbFgwNOF7NC2UzOASGyX { width:270px;height:25.5938px;top:27px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X9R0VPtEfLT0byh0X2xTfOLedqaLsekB { width:160px;height:160px;top:70px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #TpJTw1601VtXvp9XIiWBKmHeSUUolBi5 { width:140px;height:33px;top:22px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #S7onxX4y8RGEuCMXraUe8wxrCnpVTuT7 { width:99px;height:156px;top:74.400146484375px;left:108.80000114441px;display:block; }
 }@media only screen and (max-width: 763px) { #LpXm1PDQghQkWITWKtQChMJTAE7g8V0b { width:275px;height:167.9688px;top:238.00000762939px;left:24.300001144409px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FWwSQBunC93zfbv6RU2Nxa1ORlszy2zK { width:140px;height:33px;top:489px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #ODWykoRAJqiNup3uMBwnqmAwZ0q2oSvI { width:169px;height:25.5938px;top:494px;left:75px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yaLU9rxnTPLszJz0c0IsyWuCmweJ3MaH { width:288px;height:478px;top:504px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dT7yk2tpRsF9neMXUl4Q5ZCnr4gw05Fn { width:142px;height:149px;top:551px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #t3XXmbhMkVb364B43sx1TwU0DyEJWt5h { width:160px;height:160px;top:540px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #Gcffm7mXCuQuvwg9uhr3yHTODU7arNqQ { width:275px;height:207px;top:721px;left:22.5px;text-align:center;text-align-last:center;font-size:15px;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #brf1qEapfhiJGxOmdy2o5rRWZLxDWrNH { width:289px;height:427px;top:1047px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #riO0tZvrmP7RUSOfFvTZncaiuR8tRpnu { width:169px;height:25.5938px;top:1036px;left:71px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xII8ZgEhvepO85PiNysnexdNPyNCr9Fx { width:160px;height:160px;top:1073px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #yorcWn6IK8bXH0KGKA1UI7BWwdIzxT4I { width:140px;height:33px;top:1031px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #E5rB0E1ZgtIzB8Ut28NNKHsHJ7nbXNWG { width:96px;height:156px;top:1078px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #llrCbq2kmIgMT4Vk00umZp6fPwq3ywQ3 { width:270px;height:167.9688px;top:1256px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e05vlNm8ca1qJlBw3QPTlUKPrET2mVIa { width:173px;height:32px;top:1504px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #f9l2ib8useN3xHpNrwOMeSpNn5GsTKWh { width:167.986px;height:25.5938px;top:1507px;left:77px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WlvI24I7Qh5G8IklOeR1CW1t9naBmRzw { width:274px;height:459px;top:1520.9896850586px;left:25.364583015442px;display:block; }
 }@media only screen and (max-width: 763px) { #R07EqPhAMLue6mtu6dbxir9mpteWg5VU { width:160px;height:160px;top:1549px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #nsDTrnV3gRCTcSh2GiGwkSsbFtnOgDeL { width:121px;height:174.00738077527px;top:1534px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #ppDdftuhkqPy9mTrmiU8ZPPgKhSrLyE2 { width:230px;height:235.1565px;top:1732px;left:45px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh { display:block; }#rZmK6f1SOZaTbseO3Npv7A4usiw8cEBh > .row .container { width:320px;height:1832px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gubTCyAzvvRIE9XO14rFnDQpq2DAr8kV { width:288px;height:365px;top:22px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KI7t2FtgSAgbopsUPZGAaUgzEDn98hW3 { width:169px;height:25.5938px;top:11px;left:75px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rQM6QIsqU2rgZtBHZTH7G7auFmwiEsuS { width:160px;height:160px;top:48px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #psxZ8POaIaobrgZgRxFuW2Z27RuVbgvB { width:140px;height:33px;top:6px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #HXlbdk8CWKEuFOJMAM14bvLyeRgHREBr { width:138px;height:157px;top:51px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #T6Tum85znJmzJK7rJaRVCNM8gVfWMDSD { width:270px;height:115.1876px;top:223.97570800781px;left:25.000000953674px;text-align:center;text-align-last:center;font-size:16px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #uCsxLwGPEo6fUr7x3LgU7tFkv25I4XT0 { width:288px;height:464px;top:449px;left:16px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JgalX3n0bRRRuUPriOueKnVGTsJTnlWq { width:160px;height:160px;top:474px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5qtWQXKd61qFTkTZZ9coFy9loWuSoL { width:169px;height:25.5938px;top:436px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p0p0VqzFZIaCqFzWTytaQ8ZIIxLF56D9 { width:140px;height:33px;top:432px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #yhuFwIp3TkKOmscbmNfbUmE18NFag2lC { width:103px;height:150px;top:484px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #BtMw2u8eGWpRNatbyAwhZWCqK4xAumpe { width:270px;height:192px;top:659px;left:25px;text-align:center;text-align-last:center;font-size:16px;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #DDW6f8g99DGIEstdX6TmLz23hlwe9n9B { width:289px;height:429px;top:980px;left:16px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Vr5s797vcOPdz4NthqK5neNpcu8C9o6K { width:230px;height:143.9844px;top:1205px;left:46px;text-align:center;text-align-last:center;font-size:16px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #yAMyTO1Uu2TeRWWH2rUe2RAQuJeMmHnJ { width:160px;height:160px;top:1023px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #wL5x4XgKGcP16Lkw6E9GUu0es84SVL9e { width:100px;height:153px;top:1030px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #OKeBd5H0goJVLzcw6W5opQcREplg7egz { width:140px;height:33px;top:963px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #GM0IhnbHDBB8dtzTxvkRoszgylyNTGdd { width:169px;height:25.5938px;top:967px;left:78px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ORLEaQoIWdLvQHx78uThJKy4Je2LLl9c { width:280px;height:365px;top:1442.7779083252px;left:15.989584922791px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xwJ5iIT6K7qCWvPmH22r2Z8RwgIfH4eH { width:228px;height:115.1876px;top:1655.21522px;left:44px;text-align:center;text-align-last:center;font-size:16px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #M4KLHCZbmvaXcozXM5WE42HC5e7sTSXN { width:160px;height:160px;top:1473.21522px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #CKtpz5wZ4A3ZD72TonHAVQyHhQyyGtT9 { width:125px;height:170.99px;top:1462.2117486255px;left:97.611206054688px;display:block; }
 }@media only screen and (max-width: 763px) { #EXLgDHS7nil1UtZ6iFHGsbH8ufFrLi20 { width:182px;height:32px;top:1422px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #HpfMxPVfdeW9es1Xv3RISm9pGhS6D394 { width:167.986px;height:25.5938px;top:1426px;left:78px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW { display:block; }#IvMx6df8wzLvsFh9UQNGT29g2FxTcsIW > .row .container { width:320px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVwUt7fcBgSr7lkQrCPDHnId5eMmAAUZ { width:320px;height:32.5px;top:19.982452392578px;left:0px;font-size:25px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zvemr5dOFNAF6sQ48kcx4FgcebDPTfzK { width:320px;height:131px;top:65px;left:0px;border-top-left-radius:04px;border-top-right-radius:04px;border-bottom-left-radius:04px;border-bottom-right-radius:04px;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:320px;height:635px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMgPfx4TLDImDDGsRS6MQO1qkJU0dQcK { width:320px;height:32.5px;top:11.979370117188px;left:0px;font-size:25px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy { display:flex;height:auto;width:280px;top:61.996520996094px;left:0px; }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #qUL0QFmImQQguT41n92pxEiIPPoKUcrZ {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #xJtDz3M7oL1Q5ZZyXTg0endZUFxFlPgc {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #vt5KHbh4EHgpxA5q8PV6lQUtapeNdEaI {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #fGrPFsTQLB9UzgKtbxCf6iCTa952mfAU {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #D3kaxNe9sI2tLlsrE8F7GnhfZeSVo4zp {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #czOopFdepNXUC79T5bz6mgvGkiOyKKTy {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #USGnmNJZB14AVHeCx0riFksgm8wkw0is {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #RrObtuJVECCw8Cwc0VV8hSTfA4snB6HN {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #VcMlkvcy63HcTzAi6UQOHWO6UryaXC8y {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #JDFBlCMqtRXnalrpHJvWAy3FAtVVB5vw {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #EmxZkm0EkJPRh1gARHZzhX9Uamn1CavC {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #fAts5cmRgLHF4KNmGzAmuRnkVdNW1XTw {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #X0RcExdoHgrtImOE77R4JdRA8z1zoZ8S {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #m5qVRs9x3LUvw07Q9zlV4DPS0xSp3Z8f {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #h9qdTypA42sK4gkcctqF7UbUbz37aylz {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #xhM7WfnRUx9eDDtbuunBoo9ilKpEWP68 {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #DLzdGb5O88hyNVuhkllL60oHC2fTev3i {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #czMo1Bu9k6qlyHmP0IVJdqwbKhntMQ78 {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #p5qPSbpyblBzKxQpNXKGDewKJqzEm2Zp {  }
 }@media only screen and (max-width: 763px) { #ln4tThWFKG7KTDZMGnPuIX3D5lT9JqTy #zElPnPdG1ae6y0bWl8RRcmrdnk3u4H9I {  }
 }@media only screen and (max-width: 763px) { #qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { width:274px;height:38px;top:12.000030517578px;left:23.000001907349px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block; }
 }