.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14a2b8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row .container { background-color: transparent; background-image: none; }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row .container > .video-iframe-container { display: none; }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row > .video-iframe-container { display: none; }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .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); }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row .container { border-width: 0; border-radius: 0; }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.96876525878906rem;left:19.737500190735rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.96876525878906rem;left:13.787499427796rem;display:block; }
#Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.96875rem;left:34.861721038818rem;display:block; }
#kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9210625rem;height:2.60859375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.7890625rem;left:47.531246185302rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IeGZX2zQZBVHqWLNFQBJz3hy2o3Z5MM8 { position:absolute;display:block;z-index:15012;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:1.75rem;width:1.75rem;top:1.15625rem;left:56.28125rem;overflow:hidden;display:block; }
#r4AX2pAVbDR3KnHzWpkZqEffqC8ODxCv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5625rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:55.450778961182rem;display:block; }
#pURzrMyCIdw87R3f9WFXSfnZRv2VJo8X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9WoQAhCWp0wl80Ddzdy6biX22bROUAV { position:absolute;display:block;z-index:15014;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:3.1875rem;width:11.1875rem;top:0.625rem;left:0.8125rem;overflow:hidden;display:block; }
#GcCxcClvl9WVn8Ue2kUggihNSqzINBqT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.96875rem;left:24.0625rem;display:block; }
#Xq0i3MCBeqV06W8Kv79Bm50pQIJM93NJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4TPQaIWXX6gkTkm5s5TtX5Nrb9Kfg5A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.96875rem;left:29.0625rem;display:block; }
#fvnm7uDQWxxZSEQrfQiB9UxilCTv2wzl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(238,242,241,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:14997;line-height:1.1;letter-spacing:0;top:13.875rem;left:1.0625rem;height:9.075rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#ffcc80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.65625rem;left:0.8125rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:15008;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:27.4375rem;width:20.1875rem;top:4.4375rem;left:26.000001907349rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#17aebf;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:23.0625rem;width:23.0625rem;top:7.15625rem;left:31.125rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.5rem;width:7.1875rem;top:10.9375rem;left:30.5rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:15.0625rem;width:7.5625rem;top:15.5rem;left:51.6875rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#kJ1EETeyf8u0IxSU4OLxMXESN3ABP44u { position:absolute;display:block;z-index:15007;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:5.375rem;width:19.75rem;top:7.78125rem;left:0rem;overflow:hidden;display:block; }
#ridtrZH4vBkJvyBoF0f4BpzZHV7OKn3t { position:absolute;display:block;z-index:15005;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:27.375rem;width:19.3125rem;top:4.5rem;left:38.312501907349rem;overflow:hidden;display:block; }
#sUsbkruVazJi15DNW0Xwn4etelZ1QExi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi.adaptive-delivery-prevent-bg, #sUsbkruVazJi15DNW0Xwn4etelZ1QExi.lazyload, #sUsbkruVazJi15DNW0Xwn4etelZ1QExi.lazyloading { background-image: none; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row .container { background-color: transparent; background-image: none; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row .container > .video-iframe-container { display: none; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row > .video-iframe-container { display: none; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .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); }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row .container { border-width: 0; border-radius: 0; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#U7XAcrvWfo0x4TseL80TRgz4h8GhAXBs { box-sizing:content-box;height:24.75rem;width:34.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/082e8a26-a79e-4414-a94e-136167316cd7/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.03125rem;left:0.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#U7XAcrvWfo0x4TseL80TRgz4h8GhAXBs.adaptive-delivery-prevent-bg, #U7XAcrvWfo0x4TseL80TRgz4h8GhAXBs.lazyload, #U7XAcrvWfo0x4TseL80TRgz4h8GhAXBs.lazyloading { background-image: none; }
#q22drTKzCF9UW8xpwP4nRcmBHXBtSlde { color:#1f333b;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:14998;line-height:1.1;letter-spacing:0;top:3.03125rem;left:37.4375rem;height:4.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pUDpMclgbuc5mnBRoiq7GHCqV0grLfD3 { color:#1f333b;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.3740234375rem;left:37.4375rem;height:13.1625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U5kxCsVT4MSxcFyyfkWimFWNfLgCOthZ { color:#14a2b8;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:14999;line-height:1.1;letter-spacing:0;top:23.8291015625rem;left:37.4375rem;height:3.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14a2b8;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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#g7SLAPcZ0QKZikwkTwIe9qXtcdD25Qa7 { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:2.8250007629394rem;left:29.8125rem;height:14.475rem;display:block; }#g7SLAPcZ0QKZikwkTwIe9qXtcdD25Qa7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g7SLAPcZ0QKZikwkTwIe9qXtcdD25Qa7 li:before{  }
#RDLpusisolT1u62kq0I7O49ZWnlTVX56 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:14999;line-height:1.2;letter-spacing:0;top:3.505859375rem;left:6.0615234375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1697e351-bae5-4a4f-931f-c0fe8e84aa08/13.png");background-position:center !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; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ.adaptive-delivery-prevent-bg, #hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ.lazyload, #hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ.lazyloading { background-image: none; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container { background-color: transparent; background-image: none; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,97,111,0.53); }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container > .video-iframe-container { display: none; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,97,111,0.53); }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row > .video-iframe-container { display: none; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .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); }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container { border-width: 0; border-radius: 0; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#xLkf7Gkwr7TMGZtiQMPmThViLHfoI4dF { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.9453125rem;left:10.3125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w2rKOrAoJ9vcibhHq9Sa5CbSckcURAyN { background-color:#ffcc80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.6875rem;left:23.9375rem;display:block; }
#BH8U888BAvxCrnEChPSqHMw43LKg9DrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M { position:relative;display:block; }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M { background-color: transparent; background-image: none; }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .row .container > .video-iframe-container { display: none; }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .row > .video-iframe-container { display: none; }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .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); }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M { border-width: 0; border-radius: 0; }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf { box-sizing:content-box;height:24.75rem;width:34.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3cf53166-b441-4a87-9eea-004c1b9be8cf/4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.75rem;left:1.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf.adaptive-delivery-prevent-bg, #of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf.lazyload, #of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf.lazyloading { background-image: none; }
#aFCpcBEnPhL6mGnMTTEThg0WNERkIxss { color:#17aebf;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:14999;line-height:1;letter-spacing:0;top:2.0703125rem;left:38.4375rem;height:11.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TZTRMQsJVCzwt8xOVr6XRWGFFfE8RJp0 { color:#1f333b;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:15.0703125rem;left:38.4375rem;height:5.4rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { position:relative;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:#17aebf;display:block;width:3rem;position:absolute;font-family:lato;font-size:5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.64453125rem;left:3.47265625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#1f333b;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9765625rem;left:21.7470703125rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#1f333b;display:block;width:18.0620625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:14.658203125rem;left:40.966796875rem;height:8.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:#17aebf;display:block;width:2.5625rem;position:absolute;font-family:lato;font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.68359375rem;left:23.7490234375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:#1f333b;display:block;width:19.561625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.666884183884rem;left:0.21809959411621rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EvfoRhR64TfM6ynyhmxlNCsnH9kJkAtZ { position:absolute;display:block;z-index:15001;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:12.875rem;width:18.0625rem;top:26.02734375rem;left:40.9677734375rem;overflow:hidden;display:block; }
#ONo8XtnrHrofO9ID8M09311mKTW63EQT { position:absolute;display:block;z-index:15005;background-color:rgba(237,237,237,0.68);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:18.75rem;width:0.3125rem;top:13.26953125rem;left:19.75rem;display:block; }
#RgZLcKIVbohrquf5a724neZA54Ael4r4 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0068359375rem;left:47.3740234375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tRD8iqzyNAOQM86giJuzu1y48G26wS1z { color:#1f333b;display:block;width:9.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0068359375rem;left:7.109375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XtCd9zsZGrlCxUGSXJBEd244hEp5kNM8 { color:#000000;display:block;width:9rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6220703125rem;left:27.4365234375rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:#17aebf;display:block;width:3.1875rem;position:absolute;font-family:lato;font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.64453125rem;left:43.6240234375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JEHKQPANN9mng8saoK00CoG5pdWmBMxl { position:absolute;display:block;z-index:15006;background-color:rgba(237,237,237,0.68);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:18.75rem;width:0.3125rem;top:13.26953125rem;left:39.7490234375rem;display:block; }
#ExHefGrBOZVbZnekwgOHKMvqKToTbvii { position:absolute;display:block;z-index:15007;background-color:rgba(237,237,237,0.68);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:0.3125rem;width:16.5625rem;top:26.1875rem;left:41.687496185302rem;display:none; }
#Ouz9uxOZGhOhMTMV7ZVA2bHJk8vyl6TL { position:absolute;display:block;z-index:15012;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:16.8105625rem;width:17.3105625rem;top:22.9384765625rem;left:21.34375rem;overflow:hidden;display:block; }
#NrzxQ10pSTipUCfvTZFEaiNbCOmGyIgT { color:#1f333b;display:block;width:49.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:14998;line-height:1.2;letter-spacing:0;top:3.05859375rem;left:5.09375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t3IA63aGcQ9I2o0ld34tnlS9s2KIfnOJ { position:absolute;display:block;z-index:15013;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:12.25rem;width:20rem;top:27.5rem;left:0rem;overflow:hidden;display:block; }
#Tl4Xv0SFerspxeVRaVCIdInwZFTEXSBw { color:#1f333b;display:block;width:18.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.9765625rem;left:0.71875rem;height:9.66875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17aebf;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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.171875rem;left:8.53125rem;height:7.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { color:rgba(255,255,255,0.65);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row .container { background-color: transparent; background-image: none; }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row .container > .video-iframe-container { display: none; }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row > .video-iframe-container { display: none; }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .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); }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row .container { border-width: 0; border-radius: 0; }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#i2ibRZkqECZthdhkLfPIQ3trsVTlKilJ { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:11.062278747559rem;left:2.3122835159302rem;height:8.2875rem;font-style:normal;display:block; }
#F9bzB3i1tFrphEdvR1aue0ItMgvrmU4L { color:#1f333b;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.337890625rem;left:2.3122835159302rem;height:3.15rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NZaiFOdgP8QdfIA1vL4vhdT5JueqB3Rv { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.3125rem;width:24.25rem;top:1.625rem;left:33.624217987061rem;overflow:hidden;display:block; }
#x11P1WMGBNBB9Q2MluubgNUpumw8vkDs { position:absolute;display:block;z-index:15006;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.1875rem;width:8.5625rem;top:11.625rem;left:27.96875rem;overflow:hidden;display:block; }
#Mptw2u6GQecJoDC7L3vqOaMxkRGfLwd7 { position:absolute;display:block;z-index:15005;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.375rem;width:13.75rem;top:16.8125rem;left:43.3125rem;overflow:hidden;display:block; }
#PI7707zfgsd0FV4f1oWIu4CgRkECzGrc { background-color:#14a2b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.08398625rem;height:3.2087675rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.621747970581rem;left:2.3122835159302rem;display:block; }
#rbLxbGk3n7nNugHcq3HT8N1youC6P0QN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLs3rHTathSGthkrAF7xoqqC13C03RkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee881802-9bfc-4b7b-a2b3-26fae6bb2e49/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE.adaptive-delivery-prevent-bg, #oLs3rHTathSGthkrAF7xoqqC13C03RkE.lazyload, #oLs3rHTathSGthkrAF7xoqqC13C03RkE.lazyloading { background-image: none; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row .container { background-color: transparent; background-image: none; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,174,191,0.3); }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row .container > .video-iframe-container { display: none; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,174,191,0.3); }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row > .video-iframe-container { display: none; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .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); }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row .container { border-width: 0; border-radius: 0; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;position:relative;display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17aebf;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; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { background-color: transparent; background-image: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container > .video-iframe-container { display: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { display: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .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); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { border-width: 0; border-radius: 0; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#sQyZSKK4Nhk9SXP2F7dGgylKBbCcc8gd { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.1875rem;left:12.3125rem;height:4.225rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sTp2sHMKASp6A57rueZbGJmJa2TtmEdg { color:rgba(255,255,255,0.6);display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.750000476837rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZx2OwbOhXTN5rc6i9XpJTR72mPREO8K { color:rgba(255,255,255,0.6);display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.937500476837rem;left:18.84375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OL4ILgR45AGWSiOULFsTTBW9eirlqIIT { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:28.250002384186rem;left:19.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G3rExNcKrMm732ouu5W5wRGBr8IFGNd2 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6250004768369rem;left:22.674999237061rem;height:5.2rem;display:block; }
#RBbpPskHvVVBooDeXVgdswzsIU0TqIw8 { color:#ffffff;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125004768372rem;left:13.34375rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gQJ4tPvXlETZtUeFfetxbq8L7VtbTTO0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.35rem;height:3.2875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.050001144409rem;left:21.325000762939rem;display:block; }
#phMi4RDiMpk4pDpv4Qia86V6AxwBgWNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iWuf1BihN6SptSsNk9lRlsLcIqOZ1us4 { box-sizing:content-box;height:35.625rem;width:41.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:2.5rem;left:9rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#a8AL3iWG9t0h90rc4kzWR00eqMCiIMwg { box-sizing:content-box;height:37.5rem;width:43.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:1.375rem;left:7.875rem;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#LOWaqzlbqPylptOQIRDw3dBt9v5up19A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#17aebf;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:none; }#LOWaqzlbqPylptOQIRDw3dBt9v5up19A > .row .container { border-width: 0; border-radius: 0; }#LOWaqzlbqPylptOQIRDw3dBt9v5up19A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOWaqzlbqPylptOQIRDw3dBt9v5up19A > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:none; }#ZO32R3tx18qLpr39ttH1JKMQen2EfOvX { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:30.625rem;left:4.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K1pcVAaVCG9opwZIKV4sc3XSSIWsxbBC { color:rgba(255,255,255,0.6);display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#B6DUPzFnSeTGw9dBzJ3yxt4TkCvhNfig { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:21.25rem;left:32.624996185302rem;height:5.85rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pmUTP8RKFfbJp7Lh2xdHUy2BVTco30WQ { color:rgba(255,255,255,0.6);display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.875rem;left:32.437496185302rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nwND1Ia4rnT11BEZmLPGq7RrEambZ2RX { color:rgba(255,255,255,0.6);display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.5625rem;left:33.937496185302rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cFPwANb6ug7BPJc2bgvwvZnmrWt60Z2y { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:30.625000476837rem;left:34.780467987061rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FF5b1ZW48AWEWrx8HEzcSeTVCJrWS7tJ { color:rgba(255,255,255,0.6);display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.875rem;left:2.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#eIs3H4p0ze2Du1RcosdgiM2vaIhFLpVV { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.25rem;left:2.21875rem;height:5.85rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pLQ5EB2WOMHSDMnTUgexUksxlfJ8vO11 { color:#ffffff;display:block;width:11rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:5.125rem;height:2.51875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wHrxgTwn0wVgBIImEA5N3Bk230OpO9lB { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:36.687496185302rem;height:2.51875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#e9rDZZob3oPKx3Ga1dgaiQvKhSTQX57K { box-sizing:content-box;height:30.875rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:8.4000015258787rem;left:29.827342987061rem;display:block; }
#eJW85utac58C85HciLfxUT6uDVrGmLVT { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.6875rem;left:16.1875rem;height:5.2rem;display:block; }
#kbokIu2KlNrTyThtSg06nLexTT9Q7cQ7 { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:lobster;font-size:4rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:47.499217987061rem;height:5.2rem;display:block; }
#p0rS72RnRmNHyvm4DW4z43I6xy95Nyd1 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.78125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Sl4qozbMLqJl2Fv9BuDWSyeHdwHTNrXg { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:8.375rem;left:5rem;display:block; }
#N9Ps1EclN74Xq1NrPSiPT02X7Sp3Tsoz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.237500190735rem;left:6.375rem;display:block; }
#Tevf8Wp30gud2TXGkyOKTIroifdCUqOf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhp8gU7kq91vcWqumXCb3q6AJmiFdO4p { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.425rem;height:3.3625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.237499713897rem;left:36.530467987061rem;display:block; }
#q8NXAk1iqO4wTTTn3PGx1SiCIbbgy6VD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;position:relative;display:block; }#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:31.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:.8; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:3.3125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;line-height:.8; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:2.75rem;color:#727272;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #17aebf, #6dbfc8);background-image: -moz-linear-gradient(45deg, #17aebf, #6dbfc8);background-image: -ms-linear-gradient(45deg, #17aebf, #6dbfc8);background-image: -o-linear-gradient(45deg, #17aebf, #6dbfc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#17aebf', endColorstr='#6dbfc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#17aebf', endColorstr='#6dbfc8' );";background-image: linear-gradient(45deg, #17aebf, #6dbfc8);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:31.6875rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#727272;font-family:raleway;font-size:0.9375rem;font-weight:400;font-style:normal; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#727272;font-family:raleway;font-size:0.9375rem;font-weight:400;font-style:normal; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#727272;font-family:raleway;font-size:0.9375rem;font-weight:400;font-style:normal; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#727272;font-family:raleway;font-size:0.9375rem;font-weight:400;font-style:normal; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:30.5rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(39,39,39,0.2) ;left:12.90625rem;top:9.93359375rem;z-index:14998;position:absolute; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.6875rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(39,39,39,0.2) ;left:12.90625rem;top:9.93359375rem;z-index:14998;position:absolute; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zBpZzBcNJGot8TN9ZWg8gkmOSUJmZETl { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZIOZdchVuM1T5Zlp2mrwZ7STTDb4pegf { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wVHEDRBUATwPwgQxTFLkCUxJLsPe3L40 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QgTVh7mSV7oqz9xbysPiu2HgFXLe8QKf { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #aln3xFPt7Jkb4aqtlBDgRuF002Novg6d { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QsWTzTKt3waPGfc6uiShTaX377fu1iWE { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nAqQ1K05Cqr0c0JeX6OaynTTP2bQaWb5 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ULAL9l2TPdRC1NZtBrLqFDSJzvnyXHJP { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #rA4Tci75zRdXHTQTTKrtMQoeHtLGpSrs { position:relative; }
#N1Db4oUb95l6UXITQTOWc6RaQ9S9nvwo { position:relative;display:block; }
#CdyfL6QFmHAhSGWi8X1gZZ03hHGDCb3s { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#WHVmenbthTKFUpTHDDZvoU90iLCFwJ0t { color:#1f333b;display:block;width:26.749125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:3.3109436035156rem;left:16.624217987061rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uOz7xX0TRpe75ZUTroTBBkBv61OJUa13 { color:#17aebf;display:block;width:26.7480625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:40.661901473999rem;left:16.625436782837rem;height:1.30625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { 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; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.5498046875rem;left:8.125rem;height:3.15rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDbn1CU8owwK70dz5iFwslozTPvG6phG { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir { position:relative;display:block; }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir { background-color: transparent; background-image: none; }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .row .container > .video-iframe-container { display: none; }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .row > .video-iframe-container { display: none; }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .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); }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir { border-width: 0; border-radius: 0; }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .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; }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B3ZyTsSKPCFFmSDzHmow49EZ84F6So0w { position:absolute;display:block;z-index:15000;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:8.6870625rem;width:8.6870625rem;top:4.4375rem;left:0.25rem;overflow:hidden;display:block; }
#vpdh2MIO21z3KK8z5lMRU3tlK6gxKp4b { position:absolute;display:block;z-index:15001;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:8.6875rem;width:8.6875rem;top:4.4375rem;left:12.625rem;overflow:hidden;display:block; }
#GzU0hwT7yUqnJAkad1dGism5VuSkHToX { position:absolute;display:block;z-index:15002;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:8.6870625rem;width:8.6870625rem;top:4.4375rem;left:51.25rem;overflow:hidden;display:block; }
#ua83HbchIlRu05pF7ExnCiJdLpEOQv35 { position:absolute;display:block;z-index:15003;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:8.686rem;width:8.686rem;top:4.4375rem;left:38.8125rem;overflow:hidden;display:block; }
#psofcIE985M1MEEGEU95zAKbPZsAEEhp { 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:8.6870625rem;width:8.6870625rem;top:3.9973959922791rem;left:50.901695251465rem;overflow:hidden;display:none; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:#17aebf;display:block;width:7.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:13.125rem;left:0.9375rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#Mi6T1rzxqdQUyTMSkoZ50JPMdMPoSylw { color:#17aebf;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:13.125rem;left:11.9375rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:#1f333b;display:block;width:9.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.25rem;left:0rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#UpJzxMBFhTpduQ8mDUtSTJmTNradzBnu { color:#1f333b;display:block;width:9.9370625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.25rem;left:12rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#gI3Hp58bdZl5PIxrQyKaAw5v5krAaS0N { color:#1f333b;display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.375rem;left:51.1875rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#DEfKNe1RrWPMC1VDBagAch1F6n3bxVx8 { color:#1f333b;display:block;width:7.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:39.1875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#z4UOVvaVcV7aneXUt1zyGCwPTeeUZoWX { color:#1f333b;display:block;width:8.6870625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.96875rem;left:50.899219512939rem;height:0;text-align:center;text-align-last:center;display:none; }
#rE89SFmCTeo0qEpwqmrcJeEOXTBFwv0p { color:#17aebf;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:13.125rem;left:39.4375rem;height:3.7125rem;text-align:center;text-align-last:center;display:block; }
#fFi3nnKxnNMsUZSx0lqDUDkF5mFdBXVC { color:#17aebf;display:block;width:9.6245625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.684463024139rem;left:50.375434875488rem;height:0;text-align:center;text-align-last:center;display:none; }
#fXSSRiEBUzWgCNMyoXzud3ARQJHgEdig { color:#17aebf;display:block;width:8.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:13.125rem;left:51.375rem;height:3.7125rem;text-align:center;text-align-last:center;display:block; }
#u4CakbIHkJ8JdwGFRiIEdStWOKEQH5XL { position:absolute;display:block;z-index:15017;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:7.8125rem;width:7.8125rem;top:5rem;left:26rem;overflow:hidden;display:block; }
#oosgMKl9XlOnXi6QqepyzCHskvqsqKnM { color:#17aebf;display:block;width:9.436875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:13.25rem;left:25.1875rem;height:2.475rem;text-align:center;text-align-last:center;display:block; }
#pB9AEv53b1IBcEDKJC2zfNyPDdeIVS3B { color:#1f333b;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.375rem;left:25.3125rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { 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; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { background-color: transparent; background-image: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .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); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { border-width: 0; border-radius: 0; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#FdD9OiwGuVefTcBbFdA8WfzmcDbFfzN7 { background-color:transparent;background-image:none;border-top:0.125rem solid #17aebf;border-left:0.125rem solid #17aebf;border-right:0.125rem solid #17aebf;border-bottom:0.125rem solid #17aebf;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.925rem;height:3.175rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.1874885559082rem;left:24rem;display:block; }
#KuJLZEy0MxZVDCcwgtnIIDrIwH520JXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f333b;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; }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row .container { background-color: transparent; background-image: none; }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row .container > .video-iframe-container { display: none; }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row > .video-iframe-container { display: none; }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .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); }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row .container { border-width: 0; border-radius: 0; }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#D3ZaEJg3TFZ10hLwr1NCbaQHVP4uos0x { position:absolute;display:block;z-index:15000;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:2.25rem;width:7.4375rem;top:0.96875rem;left:26.0625rem;overflow:hidden;display:block; }
#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 { z-index:;position:relative;display:block; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 { background-color: transparent; background-image: none; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container > .video-iframe-container { display: none; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row > .video-iframe-container { display: none; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .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); }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 { border-width: 0; border-radius: 0; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container { background-color:rgba(238,242,241,0.94);background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#M6TUmUGTNKrDsWNokn0PXymduTlc5M3S { color:#14a2b8;display:block;width:32rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:8.5rem;left:14.875rem;height:3.00648125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HPvBqcTuGuhe8Gqge6Kp0skJ2OTbP77A { color:#1f333b;display:block;width:32rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:12.0625rem;left:14.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI { display:block; }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:4.375rem;height:2.25rem;top:0.9375rem;left:13.612500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.25rem;top:0.9375rem;left:7.6624994277956rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:11.375rem;height:2.25rem;top:0.9375rem;left:28.736721038818rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:7.875rem;height:2.5625rem;top:0.75rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #IeGZX2zQZBVHqWLNFQBJz3hy2o3Z5MM8 { top:1.125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4AX2pAVbDR3KnHzWpkZqEffqC8ODxCv { width:3.5625rem;height:3.375rem;top:0rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pURzrMyCIdw87R3f9WFXSfnZRv2VJo8X { display:block; }
 }@media only screen and (max-width: 763px) { #g9WoQAhCWp0wl80Ddzdy6biX22bROUAV { top:0.625rem;left:0rem;width:11.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCxcClvl9WVn8Ue2kUggihNSqzINBqT { width:5rem;height:2.25rem;top:0.9375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq0i3MCBeqV06W8Kv79Bm50pQIJM93NJ { display:block; }
 }@media only screen and (max-width: 763px) { #e4TPQaIWXX6gkTkm5s5TtX5Nrb9Kfg5A { width:5rem;height:2.25rem;top:0.9375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvnm7uDQWxxZSEQrfQiB9UxilCTv2wzl { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:23.0625rem;height:9.0625rem;top:13.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:20.1875rem;height:27.4375rem;top:4.4375rem;left:19.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:23.0625rem;height:23.0625rem;top:7.125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:10.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.5625rem;height:15.0625rem;top:15.5rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ1EETeyf8u0IxSU4OLxMXESN3ABP44u { top:7.75rem;left:0rem;width:19.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ridtrZH4vBkJvyBoF0f4BpzZHV7OKn3t { top:4.5rem;left:28.4375rem;width:19.3125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUsbkruVazJi15DNW0Xwn4etelZ1QExi { display:block; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7XAcrvWfo0x4TseL80TRgz4h8GhAXBs { top:3rem;left:0rem;width:34.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q22drTKzCF9UW8xpwP4nRcmBHXBtSlde { width:19.3125rem;height:4.8125rem;top:3rem;left:12.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDpMclgbuc5mnBRoiq7GHCqV0grLfD3 { width:22.1875rem;height:13.125rem;top:9.3125rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5kxCsVT4MSxcFyyfkWimFWNfLgCOthZ { width:21.75rem;height:;top:23.8125rem;left:10rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7SLAPcZ0QKZikwkTwIe9qXtcdD25Qa7 { top:2.8125rem;left:21.875rem;width:25.875rem;height:14.4375rem;font-size:1.3125rem;display:block; }#g7SLAPcZ0QKZikwkTwIe9qXtcdD25Qa7 li:before{  }
 }@media only screen and (max-width: 763px) { #RDLpusisolT1u62kq0I7O49ZWnlTVX56 { width:19rem;height:;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ { display:block; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLkf7Gkwr7TMGZtiQMPmThViLHfoI4dF { width:39.4375rem;height:;top:4.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2rKOrAoJ9vcibhHq9Sa5CbSckcURAyN { width:12.1875rem;height:3.25rem;top:22.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH8U888BAvxCrnEChPSqHMw43LKg9DrX { display:block; }
 }@media only screen and (max-width: 763px) { #xTeZzMm2vSrL94PdKQmAEbLQqns30r8M { display:block; }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf { top:0.75rem;left:0rem;width:34.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFCpcBEnPhL6mGnMTTEThg0WNERkIxss { width:19.875rem;height:11.5625rem;top:2.0625rem;left:27.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTRMQsJVCzwt8xOVr6XRWGFFfE8RJp0 { width:20.8125rem;height:5.375rem;top:15.0625rem;left:26.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:3rem;height:6.5rem;top:7.625rem;left:1.41015625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:15.6875rem;height:4.125rem;top:14.9375rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:18rem;height:8.875rem;top:14.625rem;left:29.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:2.5625rem;height:6.5rem;top:7.625rem;left:17.5615234375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:19.5rem;height:9.625rem;top:19.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvfoRhR64TfM6ynyhmxlNCsnH9kJkAtZ { top:26rem;left:29.5625rem;width:18.0625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONo8XtnrHrofO9ID8M09311mKTW63EQT { width:0.3125rem;height:18.75rem;top:13.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZLcKIVbohrquf5a724neZA54Ael4r4 { width:10.5625rem;height:3.0625rem;top:10rem;left:37.0615234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRD8iqzyNAOQM86giJuzu1y48G26wS1z { width:9.0625rem;height:3.0625rem;top:10rem;left:5.046875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtCd9zsZGrlCxUGSXJBEd244hEp5kNM8 { width:9rem;height:1.5625rem;top:11.5625rem;left:21.2490234375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:3.1875rem;height:6.5rem;top:7.625rem;left:33.3115234375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHKQPANN9mng8saoK00CoG5pdWmBMxl { width:0.3125rem;height:18.75rem;top:13.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExHefGrBOZVbZnekwgOHKMvqKToTbvii { width:16.5625rem;height:0.3125rem;top:26.1875rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ouz9uxOZGhOhMTMV7ZVA2bHJk8vyl6TL { top:22.9375rem;left:14.5rem;width:17.25rem;height:16.751749293243rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrzxQ10pSTipUCfvTZFEaiNbCOmGyIgT { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3IA63aGcQ9I2o0ld34tnlS9s2KIfnOJ { top:27.5rem;left:0rem;width:20rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl4Xv0SFerspxeVRaVCIdInwZFTEXSBw { width:18.4375rem;height:9.625rem;top:14.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:42.9375rem;height:;top:6.125rem;left:2.40625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:43.75rem;height:1.25rem;top:3.875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2pPTMxvaklmhr5P4JdEODsWVb3yD10h { display:block; }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2ibRZkqECZthdhkLfPIQ3trsVTlKilJ { top:11rem;left:0rem;width:20rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9bzB3i1tFrphEdvR1aue0ItMgvrmU4L { width:20.9375rem;height:3.125rem;top:6.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaiFOdgP8QdfIA1vL4vhdT5JueqB3Rv { top:1.625rem;left:23.5rem;width:24.25rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11P1WMGBNBB9Q2MluubgNUpumw8vkDs { top:11.625rem;left:21.84375rem;width:8.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mptw2u6GQecJoDC7L3vqOaMxkRGfLwd7 { top:16.8125rem;left:34rem;width:13.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI7707zfgsd0FV4f1oWIu4CgRkECzGrc { width:13.0625rem;height:3.1875rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbLxbGk3n7nNugHcq3HT8N1youC6P0QN { display:block; }
 }@media only screen and (max-width: 763px) { #oLs3rHTathSGthkrAF7xoqqC13C03RkE { display:block; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQyZSKK4Nhk9SXP2F7dGgylKBbCcc8gd { width:35.375rem;height:4.1875rem;top:17.1875rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTp2sHMKASp6A57rueZbGJmJa2TtmEdg { width:16.25rem;height:1.625rem;top:14.75rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZx2OwbOhXTN5rc6i9XpJTR72mPREO8K { width:22.3125rem;height:1.625rem;top:25.9375rem;left:12.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL4ILgR45AGWSiOULFsTTBW9eirlqIIT { width:20.625rem;height:;top:28.25rem;left:13.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rExNcKrMm732ouu5W5wRGBr8IFGNd2 { top:7.625rem;left:16.549999237061rem;width:15.375rem;height:5.1875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBbpPskHvVVBooDeXVgdswzsIU0TqIw8 { width:33.3125rem;height:3.25rem;top:5.3125rem;left:7.21875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQJ4tPvXlETZtUeFfetxbq8L7VtbTTO0 { width:17.3125rem;height:3.25rem;top:32rem;left:15.200000762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #phMi4RDiMpk4pDpv4Qia86V6AxwBgWNb { display:block; }
 }@media only screen and (max-width: 763px) { #iWuf1BihN6SptSsNk9lRlsLcIqOZ1us4 { top:2.5rem;left:2.875rem;width:41.875rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8AL3iWG9t0h90rc4kzWR00eqMCiIMwg { top:1.375rem;left:1.75rem;width:43.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOWaqzlbqPylptOQIRDw3dBt9v5up19A { display:block; }#LOWaqzlbqPylptOQIRDw3dBt9v5up19A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZO32R3tx18qLpr39ttH1JKMQen2EfOvX { width:20.625rem;height:;top:30.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1pcVAaVCG9opwZIKV4sc3XSSIWsxbBC { width:22.3125rem;height:1.25rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6DUPzFnSeTGw9dBzJ3yxt4TkCvhNfig { width:25.3125rem;height:5.8125rem;top:21.25rem;left:22.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmUTP8RKFfbJp7Lh2xdHUy2BVTco30WQ { width:25.625rem;height:1.25rem;top:18.875rem;left:22.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwND1Ia4rnT11BEZmLPGq7RrEambZ2RX { width:22.3125rem;height:1.25rem;top:28.5625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPwANb6ug7BPJc2bgvwvZnmrWt60Z2y { width:20.625rem;height:;top:30.625rem;left:27.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF5b1ZW48AWEWrx8HEzcSeTVCJrWS7tJ { width:25.625rem;height:1.25rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIs3H4p0ze2Du1RcosdgiM2vaIhFLpVV { width:25.8125rem;height:5.8125rem;top:21.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLQ5EB2WOMHSDMnTUgexUksxlfJ8vO11 { width:11rem;height:2.5rem;top:13.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHrxgTwn0wVgBIImEA5N3Bk230OpO9lB { width:10.625rem;height:2.5rem;top:13.8125rem;left:30.562496185302rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9rDZZob3oPKx3Ga1dgaiQvKhSTQX57K { top:8.375rem;left:23.702342987061rem;width:0.125rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJW85utac58C85HciLfxUT6uDVrGmLVT { top:11.6875rem;left:10.0625rem;width:9.4375rem;height:5.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbokIu2KlNrTyThtSg06nLexTT9Q7cQ7 { top:11.6875rem;left:41.125rem;width:6.625rem;height:5.1875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rS72RnRmNHyvm4DW4z43I6xy95Nyd1 { width:47.75rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl4qozbMLqJl2Fv9BuDWSyeHdwHTNrXg { top:8.375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Ps1EclN74Xq1NrPSiPT02X7Sp3Tsoz { width:17.5rem;height:3.4375rem;top:35.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tevf8Wp30gud2TXGkyOKTIroifdCUqOf { display:block; }
 }@media only screen and (max-width: 763px) { #vhp8gU7kq91vcWqumXCb3q6AJmiFdO4p { width:17.375rem;height:3.3125rem;top:35.1875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8NXAk1iqO4wTTTn3PGx1SiCIbbgy6VD { display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { display:block;width:31.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:30.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:31.6875rem;height:auto;top:9.875rem;left:6.78125rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:31.6875rem;height:auto;top:9.875rem;left:6.78125rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zBpZzBcNJGot8TN9ZWg8gkmOSUJmZETl {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZIOZdchVuM1T5Zlp2mrwZ7STTDb4pegf {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wVHEDRBUATwPwgQxTFLkCUxJLsPe3L40 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QgTVh7mSV7oqz9xbysPiu2HgFXLe8QKf {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #aln3xFPt7Jkb4aqtlBDgRuF002Novg6d {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QsWTzTKt3waPGfc6uiShTaX377fu1iWE {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nAqQ1K05Cqr0c0JeX6OaynTTP2bQaWb5 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ULAL9l2TPdRC1NZtBrLqFDSJzvnyXHJP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #rA4Tci75zRdXHTQTTKrtMQoeHtLGpSrs {  }
 }@media only screen and (max-width: 763px) { #N1Db4oUb95l6UXITQTOWc6RaQ9S9nvwo { display:block; }
 }@media only screen and (max-width: 763px) { #CdyfL6QFmHAhSGWi8X1gZZ03hHGDCb3s { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #WHVmenbthTKFUpTHDDZvoU90iLCFwJ0t { width:26.6875rem;height:;top:3.25rem;left:10.499217987061rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOz7xX0TRpe75ZUTroTBBkBv61OJUa13 { width:26.6875rem;height:;top:40.625rem;left:10.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:;top:3.5rem;left:1.9999995231628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:43.75rem;height:1.25rem;top:2.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir { display:block; }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3ZyTsSKPCFFmSDzHmow49EZ84F6So0w { top:4.4375rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpdh2MIO21z3KK8z5lMRU3tlK6gxKp4b { top:4.4375rem;left:3.25rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzU0hwT7yUqnJAkad1dGism5VuSkHToX { top:4.4375rem;left:39.125rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua83HbchIlRu05pF7ExnCiJdLpEOQv35 { top:4.4375rem;left:27.1875rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psofcIE985M1MEEGEU95zAKbPZsAEEhp { top:3.9375rem;left:39.0625rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:7.25rem;height:2.4375rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi6T1rzxqdQUyTMSkoZ50JPMdMPoSylw { width:10.0625rem;height:2.4375rem;top:13.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:9.1875rem;height:4.5rem;top:16.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpJzxMBFhTpduQ8mDUtSTJmTNradzBnu { width:9.875rem;height:4.5rem;top:16.25rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI3Hp58bdZl5PIxrQyKaAw5v5krAaS0N { width:8.8125rem;height:4.5rem;top:17.375rem;left:38.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEfKNe1RrWPMC1VDBagAch1F6n3bxVx8 { width:7.9375rem;height:3.375rem;top:17.375rem;left:27.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4UOVvaVcV7aneXUt1zyGCwPTeeUZoWX { width:8.625rem;height:4.5rem;top:15.9375rem;left:39.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE89SFmCTeo0qEpwqmrcJeEOXTBFwv0p { width:7.4375rem;height:3.6875rem;top:13.125rem;left:28.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFi3nnKxnNMsUZSx0lqDUDkF5mFdBXVC { width:9.5625rem;height:2.4375rem;top:12.625rem;left:38.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXSSRiEBUzWgCNMyoXzud3ARQJHgEdig { width:8.125rem;height:3.6875rem;top:13.125rem;left:39.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CakbIHkJ8JdwGFRiIEdStWOKEQH5XL { top:5rem;left:16.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oosgMKl9XlOnXi6QqepyzCHskvqsqKnM { width:9.375rem;height:2.4375rem;top:13.25rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB9AEv53b1IBcEDKJC2zfNyPDdeIVS3B { width:9.5rem;height:4.5rem;top:16.375rem;left:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdD9OiwGuVefTcBbFdA8WfzmcDbFfzN7 { width:11.875rem;height:3.125rem;top:1.125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuJLZEy0MxZVDCcwgtnIIDrIwH520JXI { display:block; }
 }@media only screen and (max-width: 763px) { #AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ { display:block; }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3ZaEJg3TFZ10hLwr1NCbaQHVP4uos0x { top:0.9375rem;left:19.9375rem;width:7.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 { display:block; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6TUmUGTNKrDsWNokn0PXymduTlc5M3S { width:32rem;height:3rem;top:8.5rem;left:8.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPvBqcTuGuhe8Gqge6Kp0skJ2OTbP77A { width:32rem;height:2rem;top:12.0625rem;left:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#SoRCUoZkLFfl0rCggcDiTRsm29h4sGxI > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;height:1.875rem;top:0.93750005960463rem;left:10.839843809604rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:3.5rem;height:1.875rem;top:0.93750005960463rem;left:10.839843809604rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:3.5625rem;height:1.875rem;top:0.93750005960463rem;left:10.248481810093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.6590725rem;height:2.1597225rem;top:0.84375005960463rem;left:10.749783575535rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #IeGZX2zQZBVHqWLNFQBJz3hy2o3Z5MM8 { width:1.81206875rem;height:1.81206875rem;top:0.96788197755812rem;left:17.560765326023rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4AX2pAVbDR3KnHzWpkZqEffqC8ODxCv { width:2.5625rem;height:2.6875rem;top:0.53168404102326rem;left:17.091797888279rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #pURzrMyCIdw87R3f9WFXSfnZRv2VJo8X { display:block; }
 }@media only screen and (max-width: 763px) { #g9WoQAhCWp0wl80Ddzdy6biX22bROUAV { width:10.1248125rem;height:2.68555rem;top:0.53168404102326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCxcClvl9WVn8Ue2kUggihNSqzINBqT { width:5rem;height:2.25rem;top:0.9375rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xq0i3MCBeqV06W8Kv79Bm50pQIJM93NJ { display:block; }
 }@media only screen and (max-width: 763px) { #e4TPQaIWXX6gkTkm5s5TtX5Nrb9Kfg5A { width:5rem;height:2.25rem;top:0.9375rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvnm7uDQWxxZSEQrfQiB9UxilCTv2wzl { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:17.8125rem;height:6.875rem;top:5.875rem;left:1.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:33.747657775879rem;left:3.9062498807907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:13.125rem;height:17.9375rem;top:14.518750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:16.75rem;height:16.75rem;top:15.65625rem;left:1.1875rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:22.484375rem;left:1.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:15.71875rem;left:11.687500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ1EETeyf8u0IxSU4OLxMXESN3ABP44u { width:19.75rem;height:5.375rem;top:34.498046875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ridtrZH4vBkJvyBoF0f4BpzZHV7OKn3t { width:12.4375rem;height:17.6875rem;top:14.817969322204rem;left:7.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUsbkruVazJi15DNW0Xwn4etelZ1QExi { display:block; }#sUsbkruVazJi15DNW0Xwn4etelZ1QExi > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7XAcrvWfo0x4TseL80TRgz4h8GhAXBs { width:20rem;height:13.5625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q22drTKzCF9UW8xpwP4nRcmBHXBtSlde { width:17.75rem;height:3.4375rem;top:17.5625rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pUDpMclgbuc5mnBRoiq7GHCqV0grLfD3 { width:16.125rem;height:17.55rem;top:21.875rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U5kxCsVT4MSxcFyyfkWimFWNfLgCOthZ { width:14.875rem;height:5.15625rem;top:40.4541015625rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7SLAPcZ0QKZikwkTwIe9qXtcdD25Qa7 { width:19.75rem;height:15.0375rem;top:9.1992192268369rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }#g7SLAPcZ0QKZikwkTwIe9qXtcdD25Qa7 li:before{  }
 }@media only screen and (max-width: 763px) { #RDLpusisolT1u62kq0I7O49ZWnlTVX56 { width:20rem;height:5.3625rem;top:2.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1697e351-bae5-4a4f-931f-c0fe8e84aa08/13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ.adaptive-delivery-prevent-bg, #hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ.lazyload, #hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ.lazyloading { background-image: none; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container { background-color: transparent; background-image: none; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container > .video-iframe-container { display: none; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row > .video-iframe-container { display: none; }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .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); }#hH0x6ZHAIOQgWrXqq4Kz8NzKtUgaC9RQ > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLkf7Gkwr7TMGZtiQMPmThViLHfoI4dF { width:18.6875rem;height:14.25rem;top:3.2497825622559rem;left:0.65538197755812rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w2rKOrAoJ9vcibhHq9Sa5CbSckcURAyN { width:12.1875rem;height:3.25rem;top:18.7470859375rem;left:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BH8U888BAvxCrnEChPSqHMw43LKg9DrX { display:block; }
 }@media only screen and (max-width: 763px) { #xTeZzMm2vSrL94PdKQmAEbLQqns30r8M { display:block; }#xTeZzMm2vSrL94PdKQmAEbLQqns30r8M > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf { width:20rem;height:13.75rem;top:1.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3cf53166-b441-4a87-9eea-004c1b9be8cf/4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf.adaptive-delivery-prevent-bg, #of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf.lazyload, #of9Vp2FrfWf4N3gORKUwOKBU0lwiu8Bf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aFCpcBEnPhL6mGnMTTEThg0WNERkIxss { width:18.25rem;height:7.15rem;top:15.875rem;left:0.875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TZTRMQsJVCzwt8xOVr6XRWGFFfE8RJp0 { width:17rem;height:4.725rem;top:23.99609375rem;left:1.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:106.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:2.375rem;height:4.875rem;top:13.6875rem;left:3.7490234375rem;font-size:3.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.2491875rem;height:4.14375rem;top:51.6767578125rem;left:1.3740234375rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:18.5625rem;height:9.66875rem;top:78.8115234375rem;left:0.810546875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:2.8125rem;height:4.875rem;top:46.052734375rem;left:3.3115234375rem;font-size:3.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:19.6875rem;height:9.66875rem;top:27.191842317581rem;left:0.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #EvfoRhR64TfM6ynyhmxlNCsnH9kJkAtZ { width:16.5rem;height:11.6875rem;top:90.5615234375rem;left:1.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONo8XtnrHrofO9ID8M09311mKTW63EQT { width:16.25rem;height:0.375rem;top:43.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZLcKIVbohrquf5a724neZA54Ael4r4 { width:9.5rem;height:3.4125rem;top:74.1669921875rem;left:7.060546875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tRD8iqzyNAOQM86giJuzu1y48G26wS1z { width:10.0625rem;height:3.4125rem;top:14.4375rem;left:7.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XtCd9zsZGrlCxUGSXJBEd244hEp5kNM8 { width:10.75rem;height:1.95rem;top:48.3125rem;left:6.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:3.5rem;height:4.875rem;top:73.4375rem;left:3.435546875rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEHKQPANN9mng8saoK00CoG5pdWmBMxl { width:16.5625rem;height:0.3125rem;top:71.84765625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExHefGrBOZVbZnekwgOHKMvqKToTbvii { width:16.5625rem;height:0.3125rem;top:48.181640625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ouz9uxOZGhOhMTMV7ZVA2bHJk8vyl6TL { width:14.249125rem;height:13.8748125rem;top:57.546875rem;left:2.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrzxQ10pSTipUCfvTZFEaiNbCOmGyIgT { width:17.5rem;height:7.875rem;top:2.21875rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t3IA63aGcQ9I2o0ld34tnlS9s2KIfnOJ { width:20rem;height:12.25rem;top:30.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl4Xv0SFerspxeVRaVCIdInwZFTEXSBw { width:18rem;height:11.05rem;top:19.1865234375rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:17.4375rem;height:13.89375rem;top:7.125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:15.6875rem;height:2.925rem;top:2.9375rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2pPTMxvaklmhr5P4JdEODsWVb3yD10h { display:block; }#g2pPTMxvaklmhr5P4JdEODsWVb3yD10h > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2ibRZkqECZthdhkLfPIQ3trsVTlKilJ { width:15.8125rem;height:13.89375rem;top:22.312271118164rem;left:2.1875000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9bzB3i1tFrphEdvR1aue0ItMgvrmU4L { width:15.9375rem;height:2.1875rem;top:2.9375rem;left:2.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZaiFOdgP8QdfIA1vL4vhdT5JueqB3Rv { width:20rem;height:11.80412371134rem;top:38.34768125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x11P1WMGBNBB9Q2MluubgNUpumw8vkDs { width:8.5625rem;height:18.1875rem;top:18.91018125rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mptw2u6GQecJoDC7L3vqOaMxkRGfLwd7 { width:14.9375rem;height:13.4375rem;top:6.4638671875rem;left:2.53125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #PI7707zfgsd0FV4f1oWIu4CgRkECzGrc { width:13.1875rem;height:3.3125rem;top:38.03515625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbLxbGk3n7nNugHcq3HT8N1youC6P0QN { display:block; }
 }@media only screen and (max-width: 763px) { #oLs3rHTathSGthkrAF7xoqqC13C03RkE { display:block; }#oLs3rHTathSGthkrAF7xoqqC13C03RkE > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQyZSKK4Nhk9SXP2F7dGgylKBbCcc8gd { width:14.4375rem;height:6.5rem;top:14.044921875rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTp2sHMKASp6A57rueZbGJmJa2TtmEdg { width:16.0625rem;height:1.3rem;top:12.062492370606rem;left:1.9687500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZx2OwbOhXTN5rc6i9XpJTR72mPREO8K { width:20rem;height:1.3rem;top:22.3232421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OL4ILgR45AGWSiOULFsTTBW9eirlqIIT { width:20rem;height:1.7875rem;top:24.2490234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G3rExNcKrMm732ouu5W5wRGBr8IFGNd2 { width:16.625rem;height:4.3875rem;top:6.474609375rem;left:1.6875rem;font-size:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBbpPskHvVVBooDeXVgdswzsIU0TqIw8 { width:20rem;height:2.6rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQJ4tPvXlETZtUeFfetxbq8L7VtbTTO0 { width:14.9248125rem;height:3.23730625rem;top:27.2490234375rem;left:2.537109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phMi4RDiMpk4pDpv4Qia86V6AxwBgWNb { display:block; }
 }@media only screen and (max-width: 763px) { #iWuf1BihN6SptSsNk9lRlsLcIqOZ1us4 { width:18.5rem;height:29.4375rem;top:2.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8AL3iWG9t0h90rc4kzWR00eqMCiIMwg { width:19.75rem;height:30.5625rem;top:1.96875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LOWaqzlbqPylptOQIRDw3dBt9v5up19A { display:none; }#LOWaqzlbqPylptOQIRDw3dBt9v5up19A > .row .container { width:20rem;height:76.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZO32R3tx18qLpr39ttH1JKMQen2EfOvX { width:17.125rem;height:1.7875rem;top:32.8125rem;left:1.4375001192093rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K1pcVAaVCG9opwZIKV4sc3XSSIWsxbBC { width:20rem;height:1.3rem;top:30.69765663147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6DUPzFnSeTGw9dBzJ3yxt4TkCvhNfig { width:16.875rem;height:6.825rem;top:53.937515258789rem;left:1.5625001192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmUTP8RKFfbJp7Lh2xdHUy2BVTco30WQ { width:20rem;height:1.3rem;top:52.125015258789rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwND1Ia4rnT11BEZmLPGq7RrEambZ2RX { width:20rem;height:1.3rem;top:63.000015258787rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFPwANb6ug7BPJc2bgvwvZnmrWt60Z2y { width:20rem;height:1.7875rem;top:65.125015258787rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FF5b1ZW48AWEWrx8HEzcSeTVCJrWS7tJ { width:20rem;height:1.3rem;top:18.26015663147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIs3H4p0ze2Du1RcosdgiM2vaIhFLpVV { width:14.4375rem;height:8.53125rem;top:20.51015663147rem;left:2.7812501192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLQ5EB2WOMHSDMnTUgexUksxlfJ8vO11 { width:9.25rem;height:1.70625rem;top:11.22265625rem;left:5.3749998807907rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHrxgTwn0wVgBIImEA5N3Bk230OpO9lB { width:10.625rem;height:1.70625rem;top:44.8125rem;left:4.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e9rDZZob3oPKx3Ga1dgaiQvKhSTQX57K { width:15rem;height:0.125rem;top:42.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJW85utac58C85HciLfxUT6uDVrGmLVT { width:9.1875rem;height:4.875rem;top:12.18515586853rem;left:5.3749998807907rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbokIu2KlNrTyThtSg06nLexTT9Q7cQ7 { width:6.625rem;height:5.28125rem;top:45.875rem;left:6.6875rem;font-size:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0rS72RnRmNHyvm4DW4z43I6xy95Nyd1 { width:20rem;height:5.2rem;top:2.2726564407349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sl4qozbMLqJl2Fv9BuDWSyeHdwHTNrXg { width:15rem;height:0.125rem;top:9.03515625rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Ps1EclN74Xq1NrPSiPT02X7Sp3Tsoz { width:15rem;height:3.4375rem;top:36.311719894409rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tevf8Wp30gud2TXGkyOKTIroifdCUqOf { display:block; }
 }@media only screen and (max-width: 763px) { #vhp8gU7kq91vcWqumXCb3q6AJmiFdO4p { width:15rem;height:3.3125rem;top:68.787521362306rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8NXAk1iqO4wTTTn3PGx1SiCIbbgy6VD { display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:15rem;height:auto;top:10.873428344726rem;left:1.25rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:15rem;height:auto;top:10.873428344726rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zBpZzBcNJGot8TN9ZWg8gkmOSUJmZETl {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZIOZdchVuM1T5Zlp2mrwZ7STTDb4pegf { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wVHEDRBUATwPwgQxTFLkCUxJLsPe3L40 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QgTVh7mSV7oqz9xbysPiu2HgFXLe8QKf {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #aln3xFPt7Jkb4aqtlBDgRuF002Novg6d { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QsWTzTKt3waPGfc6uiShTaX377fu1iWE {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nAqQ1K05Cqr0c0JeX6OaynTTP2bQaWb5 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ULAL9l2TPdRC1NZtBrLqFDSJzvnyXHJP { display:none; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #rA4Tci75zRdXHTQTTKrtMQoeHtLGpSrs {  }
 }@media only screen and (max-width: 763px) { #N1Db4oUb95l6UXITQTOWc6RaQ9S9nvwo { display:block; }
 }@media only screen and (max-width: 763px) { #CdyfL6QFmHAhSGWi8X1gZZ03hHGDCb3s { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #WHVmenbthTKFUpTHDDZvoU90iLCFwJ0t { width:14.561625rem;height:5.56875rem;top:3.4971790313721rem;left:2.7180991768837rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOz7xX0TRpe75ZUTroTBBkBv61OJUa13 { width:20rem;height:1.30625rem;top:41.61328125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:2.1875rem;top:3.6181640625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:20rem;height:1.3rem;top:2.505859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir { display:block; }#CfuPPbXgDlnCJOxEqQlWPTJv2Bwqk3ir > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3ZyTsSKPCFFmSDzHmow49EZ84F6So0w { width:8.6870625rem;height:8.6870625rem;top:0.62391471862793rem;left:5.6553822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpdh2MIO21z3KK8z5lMRU3tlK6gxKp4b { width:8.686rem;height:8.686rem;top:17.434896469116rem;left:5.6564674973488rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzU0hwT7yUqnJAkad1dGism5VuSkHToX { width:8.6870625rem;height:8.6870625rem;top:65rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua83HbchIlRu05pF7ExnCiJdLpEOQv35 { width:8.6875rem;height:8.6875rem;top:49.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psofcIE985M1MEEGEU95zAKbPZsAEEhp { width:8.6875rem;height:8.6875rem;top:81.624130249025rem;left:5.6866319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:7.561875rem;height:2.75rem;top:9.3088111877444rem;left:6.2185330986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mi6T1rzxqdQUyTMSkoZ50JPMdMPoSylw { width:10.6875rem;height:2.75rem;top:26.375rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:11.75rem;height:3.65625rem;top:12.685156345367rem;left:4.1249998807907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpJzxMBFhTpduQ8mDUtSTJmTNradzBnu { width:13.6875rem;height:3.65625rem;top:29.375rem;left:3.1875001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gI3Hp58bdZl5PIxrQyKaAw5v5krAaS0N { width:13.125rem;height:3.65625rem;top:76.875rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEfKNe1RrWPMC1VDBagAch1F6n3bxVx8 { width:12.75rem;height:2.4375rem;top:61.5rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4UOVvaVcV7aneXUt1zyGCwPTeeUZoWX { width:12.1875rem;height:3.65625rem;top:93.561630249025rem;left:3.9357641339302rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rE89SFmCTeo0qEpwqmrcJeEOXTBFwv0p { width:15.9375rem;height:2.75rem;top:58.4375rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFi3nnKxnNMsUZSx0lqDUDkF5mFdBXVC { width:10.3125rem;height:2.75rem;top:90.49826049805rem;left:4.8732641339302rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fXSSRiEBUzWgCNMyoXzud3ARQJHgEdig { width:14.6875rem;height:2.75rem;top:73.6875rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4CakbIHkJ8JdwGFRiIEdStWOKEQH5XL { width:7.8125rem;height:7.8125rem;top:34.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oosgMKl9XlOnXi6QqepyzCHskvqsqKnM { width:9.375rem;height:2.75rem;top:42.75rem;left:5.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pB9AEv53b1IBcEDKJC2zfNyPDdeIVS3B { width:17.686625rem;height:2.4375rem;top:45.75rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdD9OiwGuVefTcBbFdA8WfzmcDbFfzN7 { width:11.9027775rem;height:3.1527775rem;top:1.3125rem;left:4.0477431416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuJLZEy0MxZVDCcwgtnIIDrIwH520JXI { display:block; }
 }@media only screen and (max-width: 763px) { #AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ { display:block; }#AEN3KEEElbyvUiDzoIXmeTbkdCt2Q3uQ > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3ZaEJg3TFZ10hLwr1NCbaQHVP4uos0x { width:7.4375rem;height:2.25rem;top:1.25rem;left:6.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 { background-color:#eef2f1;background-image:none;display:block; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container { background-color: transparent; background-image: none; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container > .video-iframe-container { display: none; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row > .video-iframe-container { display: none; }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .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); }#UsC8c9g3Q4M9Thxxnqb6cKWueuT7QX41 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6TUmUGTNKrDsWNokn0PXymduTlc5M3S { width:20rem;height:2.1rem;top:10.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HPvBqcTuGuhe8Gqge6Kp0skJ2OTbP77A { width:15.1875rem;height:3.75rem;top:14.125rem;left:2.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }