.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#peoAZERBFq4rQ8JigELweV1fo7khZv0a { 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; }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row .container { background-color: transparent; background-image: none; }#peoAZERBFq4rQ8JigELweV1fo7khZv0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row .container > .video-iframe-container { display: none; }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row > .video-iframe-container { display: none; }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .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); }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row .container { border-width: 0; border-radius: 0; }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#oSVdV6rMrwCq1JSSZ1TaPPxd8q0fTdxJ { 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.0625rem;width:12.125rem;top:1.9375rem;left:23.9375rem;overflow:hidden;display:block; }
#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/n6gnCa77Urc/unsplash/clem-onojeghuo-n6gnCa77Urc-photo-1470468969717-61d5d54fd036.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { border-width: 0; border-radius: 0; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:60rem;overflow:visible;position:relative;display:block; }#vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { color:#5bc2e7;display:block;width:60rem;position:absolute;font-family:lato;font-size:4.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:5.525175rem;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;text-align:center;text-align-last:center;display:block; }
#uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { color:rgba(255,255,255,0.8);display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.25rem;left:0rem;height:13.5644375rem;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; }
#yc1W1cq1CNDvKU0rhCPOB8FTVOh6GoPE { color:rgba(255,255,255,0.8);display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:36.125rem;left:0rem;height:10.4948125rem;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; }
#vtxS2XXRhURAEpJsUPDBSh8B2mCfz2Vl { background-color:#5bc2ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.5rem;left:0rem;display:block; }
#ellkdOfnmuvvCOuoLbZy9BfPA9CpMTlW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2e4Hbw82KPz68eLiUoSacMmssvF7TVQ { color:#5bc2e7;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:7.7995rem;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;text-align:center;text-align-last:center;display:block; }
#zDnX5LHhFZ5iHCG2UsowBtcmS8QNxt4G { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.5625rem;left:-0.125rem;height:3.74706875rem;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;text-align:center;text-align-last:center;display:block; }
#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oSb83kcR/BG_template_Money_Ebook_4.jpg");background-position:top left !important;background-repeat: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; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.adaptive-delivery-prevent-bg, #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.lazyload, #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0.lazyloading { background-image: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { background-color: transparent; background-image: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container > .video-iframe-container { display: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container { display: none; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .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); }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { border-width: 0; border-radius: 0; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { font-size:0.875rem;font-family:arial;height:99.625rem;width:60rem;position:relative;display:block; }#Ss6cUQEEMBgGC3S9ko28THxgtooozva9 { 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:24.624rem;width:45rem;top:0.9697265625rem;left:6.5595703125rem;overflow:hidden;display:block; }
#VII84peBED1TlyZTXInwD0yFMPh8GvFy { color:#000000;display:block;width:54.25rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:69.75rem;left:1.9375rem;height:5.603025rem;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; }
#OwnEchHaNr2ZzvrTxCLvSar6lSu4iaVf { color:#000000;display:block;width:56.187rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:57.875rem;left:1.9375rem;height:;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; }
#iNCFJqcTKG3t05Hp6NCKa7GSCITMteDP { background-color:#5bc2ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;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:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1230625rem;height:2.9370125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:93.875rem;left:22.4375rem;display:block; }
#RSeHQanK3yyfc3JRrOHUlMCQRxSP3FU7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXrD7O3SvTwbb6LmTJBoIxThciXmWXhN { color:#5bc2ea;display:block;width:30.4980625rem;position:absolute;font-family:lato;font-size:4.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.3037109375rem;left:13.810546875rem;height:5.93115rem;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;text-align:center;text-align-last:center;display:block; }
#l8MGngF7Rgt48TMNCiasLWCqWlLwC61c { color:#5bc2ea;display:block;width:30.4980625rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.5rem;left:13.810546875rem;height:4.305175rem;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;text-align:center;text-align-last:center;display:block; }
#HM1tgb1wCadCNBw5xtHCawtqCOyeWLZQ { color:#000000;display:block;width:56.125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:80.625rem;left:1.9375rem;height:11.20605rem;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; }
#spWwfbIPD9Zi3rbWSHxmiGongiNZNJKq { color:#5bc2ea;display:block;width:43.8125rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:77.0625rem;left:1.9375rem;height:2.6806625rem;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; }
#er49UvwttLNTMxs2RCXQILRLiND8OPNe { color:#5bc2ea;display:block;width:55.9995rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.5rem;left:1.99951171875rem;height:5.68359375rem;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;text-align:center;text-align-last:center;display:block; }
#drfIn3GMAz6wUNb71KAqpCut4X3EEiN2 { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:42.1875rem;left:2.0625rem;height:13.073725rem;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; }
#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { 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; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { background-color: transparent; background-image: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { display: none; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .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); }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { border-width: 0; border-radius: 0; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { font-size:0.875rem;font-family:arial;height:77.5rem;width:60rem;position:relative;display:block; }#pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { position:absolute;display:block;z-index:15007;background-color:#5bc2ea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7529296875rem;left:0rem;height:2.8418rem;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; }
#ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { 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:29.4375rem;width:19.5625rem;top:10.875rem;left:0.21875rem;overflow:hidden;display:block; }
#yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:22.5625rem;height:10.125rem;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; }
#dDJfNcZfoW363rsxxTgEuB62FCFulD5U { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:0.9375rem;left:22.5625rem;height:3.74706875rem;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; }
#HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16rem;left:22.5625rem;height:3.74706875rem;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; }
#TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:19.7490234375rem;left:22.56005859375rem;height:10.125rem;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; }
#y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:4.5615234375rem;left:42.1875rem;height:8.4375rem;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; }
#JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0.8125rem;left:42.1875rem;height:;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; }
#l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:16rem;left:42.1875rem;height:;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; }
#IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.875001907349rem;left:42.1875rem;height:8.4375rem;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; }
#AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:32.1875rem;left:42.25rem;height:1.8735375rem;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; }
#NToChVJITQekvftTIyJxyS00vuBOfrTV { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:36.375001907349rem;left:42.1875rem;height:8.4375rem;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; }
#UNTGogUd8U61gTuDqAIBREBR6znEGDtx { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:1.1875rem;left:20.875rem; }
#GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.3125rem;left:40.625rem; }
#HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:16.5rem;left:40.625rem; }
#RDyEXS5W5iGdvzIgnJzTD81LVNpZxA96 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:32.6875rem;left:40.6875rem; }
#UHq56CnQenteIxcnQtTd0KrykKBqaIND { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:16.65625rem;left:20.875rem; }
#kH3WfHDVKulCvvR4abBZfq4HBH5cKmG6 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:32.187501907349rem;left:22.6875rem;height:3.74706875rem;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; }
#EBNkL6TqQHgq5znli7CROwoZX8hvFJ6U { color:#000000;display:block;width:16.5615rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:36.375rem;left:22.5625rem;height:11.8125rem;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; }
#rLxsC9XfTGJFivrwvrLVObT7IxhpE1CF { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:32.625001907349rem;left:20.875rem; }
#L0AbGcl7rcdWuUHQRHrIVVKOh1aITTfS { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:50.25rem;left:20.875rem; }
#PGVbyJCVcDX14976lxzCid5o9bf6mcDN { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:49.8125rem;left:22.6875rem;height:;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; }
#gBp5bySPxJfQgfGhWlrEgQ4bKSKK8Ald { color:#000000;display:block;width:16.5615rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:54rem;left:22.5625rem;height:16.875rem;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; }
#X64gH6RcA6I83xI0n1gQWEKB7wF9B0h9 { color:#000000;display:block;width:16.5615rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:54.4375rem;left:41.6875rem;height:6.75rem;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; }
#wCnVUaCoywQk7JDdmIIdagZbgfqWvpSM { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:49.875001907349rem;left:42.1875rem;height:1.8735375rem;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; }
#KErmwCeUVoOWy4FO4oBI5f4TJQ1TteTT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:50.250001907349rem;left:40.625rem; }
#lxAThd0XIIcg9M4FdWqaWisECLzgCRZd { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.3125rem;left:40.625rem;display:none; }
#T9X3uAIJJW2pDcPuo1p5TISrDB3zhKcu { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:16.5rem;left:40.625rem;display:none; }
#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { 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; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { background-color: transparent; background-image: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { display: none; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .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); }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { border-width: 0; border-radius: 0; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;position:relative;display:block; }#ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { color:#5bc2ea;display:block;width:53.8125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:3.09375rem;height:3.65625rem;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;text-align:center;text-align-last:center;display:block; }
#lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { color:#5bc2ea;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:26.375rem;left:1.6875rem;height:17.982425rem;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; }
#zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { 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:15.25rem;width:12.5rem;top:9.8125rem;left:1.6875rem;overflow:hidden;display:block; }
#CPGvUwHOIN3sgq5705A7Ft9N5T7QRTkV { 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:15.1875rem;width:12.5rem;top:9.875rem;left:14.125rem;overflow:hidden;display:block; }
#P4T17vfu8UOm71T1piMOMnd228qQt0pQ { color:#000000;display:block;width:56.125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:45.625001907349rem;left:1.6875rem;height:4.063475rem;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; }
#K35BN1QzVrIF5mcHqE3NpEDbPMf2DJoC { position:absolute;display:block;z-index:15009;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.3125rem;width:24.125rem;top:8.21875rem;left:22.25rem;overflow:hidden;display:block; }
#TKLaiusbGwBKme7hTCTUQa590ElBrNvo { position:absolute;display:block;z-index:15010;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.1875rem;width:12.125rem;top:9.875rem;left:40.1875rem;overflow:hidden;display:block; }
#D7urkavwLTm5HavSsxfMguPTSKIALw2F { 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; }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row .container { background-color: transparent; background-image: none; }#D7urkavwLTm5HavSsxfMguPTSKIALw2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row .container > .video-iframe-container { display: none; }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row > .video-iframe-container { display: none; }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .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); }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row .container { border-width: 0; border-radius: 0; }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#bBEGbTRM5txQ058NOluZeTvpzDKdJg37 { color:#5bc2ea;display:block;width:28.25rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:27.9375rem;height:;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; }
#OC9TTF1lBwoSK13ZNWnegKHe8aKQXz6B { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10.374994277954rem;left:27.9375rem;height:11.3994375rem;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; }
#v9oRvzTGFz6J3B019sfBD4wzucU0NFuU { 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:15.875rem;width:12.875rem;top:3.08333375rem;left:0.29673145646691rem;overflow:hidden;display:block; }
#PenD0fMlfhB9QThRiF9odBnKSFCUKZv6 { 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:15.1875rem;width:11.6875rem;top:3rem;left:13.170574188233rem;overflow:hidden;display:block; }
#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 { 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; }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row .container { background-color: transparent; background-image: none; }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row .container > .video-iframe-container { display: none; }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row > .video-iframe-container { display: none; }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .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); }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row .container { border-width: 0; border-radius: 0; }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#GfVWNvxzrCFba4ednPZFKa7VNUhdRvoq { color:#5bc2ea;display:block;width:28.25rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:27.625rem;height:7.3125rem;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; }
#IeMc8sy1oPQIs2ZHPgDTTLmhdWZTN4s1 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.5rem;left:27.625rem;height:13.2993125rem;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; }
#bdCaUxriCzBD1f8HIirDs34PkbX1ecBg { 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:15.1875rem;width:12.875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#xWyPT0mfn90HFGqL0K1NV9hbFqnnkeiH { 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:15rem;width:11.6875rem;top:1.1875rem;left:12.875rem;overflow:hidden;display:block; }
#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5bc2ea;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; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { background-color: transparent; background-image: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { display: none; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .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); }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { border-width: 0; border-radius: 0; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { font-size:0.875rem;font-family:arial;height:92.1875rem;width:60rem;position:relative;display:block; }#t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:14.5625rem;left:1.5rem;height:7.8735625rem;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:italic;display:block; }
#AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:8.486328125rem;left:38.1240234375rem;overflow:hidden;display:block; }
#EftVFa7aibaITKbSqZBJHXBSTUkUbbpG { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.46875rem;height:;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; }
#rf80aNFKMA3263UTEDHKnNwASEAJuIRr { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.5rem;height:;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; }
#BcULyJQ5NpJoTawpIkxB7MEyM0N0g566 { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:7.84375rem;left:38.8115234375rem;display:block; }
#tDuqz1X40yJCQlJEfq6OTab82h1uEhpn { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.625rem;left:28.4375rem;height:6.2988125rem;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:italic;text-align:right;text-align-last:right;display:block; }
#ISGxWSr5JVDKRaGCFTecQTpSAuaslM1M { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.625rem;left:20.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#X9L6QUWVfcoEoi9RTExOrK3UeAKV1TbF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:25rem;left:5.25rem;overflow:hidden;display:block; }
#md8qakaQvJt7K26cP2S9Pp2VFFPZiexT { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:46.8125rem;left:1.5rem;height:6.2988125rem;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:italic;display:block; }
#AufFCIE5SlmP6Vx376pE8yAicWv3DAH6 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:44.8125rem;left:1.5rem;height:;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; }
#OmXsMlxcoJJNkfQRT1SKZL4nmG9rac4D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.5rem;width:15.625rem;top:42.125rem;left:38.125rem;overflow:hidden;display:block; }
#Q5awoD7UOSKSPpAhMMD09l5Bgk7RblF6 { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:62.4375rem;left:28.5rem;height:6.2988125rem;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:italic;text-align:right;text-align-last:right;display:block; }
#wygTiudPxdsPrebi2L6ZTE0McHtvlIJn { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:60.5rem;left:20.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#TdtCDVh4Z73Sq8amqbcH31xrQhI2XXMe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:57.75rem;left:6.9375rem;overflow:hidden;display:block; }
#vC1hT73DwFdXFGNqWA87c9bsOr3JAnTU { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:24.125rem;left:4.1875rem;display:block; }
#lfcgR3TZeiH43aO7Zm7t3xThCfZklB2y { position:absolute;display:block;z-index:14997;background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:40.625rem;left:38.125rem;display:block; }
#NbTOnOnF4U2TBINq9JRZPZdhvGT2Blc6 { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:58.375rem;left:7.8125rem;display:block; }
#eDHqhtWzx3JQWuXIFiGHuq6mKC1ao9bq { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:78.0625rem;left:3.0625rem;height:4.72411875rem;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:italic;display:block; }
#izl0NrQqiz3LSWIx3IMiTm6JBLT93QAU { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:76rem;left:3.0625rem;height:;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; }
#mbtR2SzNcGBEUkSONhJ42lohcfZEXSiB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:73.375rem;left:39.6875rem;overflow:hidden;display:block; }
#ZuzZK3OIrF7gqgK6Sk4QO0oW6yLEates { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15.625rem;width:15.625rem;top:73.375rem;left:41.25rem;display:block; }
#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uLhp3CHJNfA/unsplash/brian-lawson-uLhp3CHJNfA-photo-1683848644235-7ac932a8aaea.jpg");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; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv.adaptive-delivery-prevent-bg, #TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv.lazyload, #TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv.lazyloading { background-image: none; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container { background-color: transparent; background-image: none; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container > .video-iframe-container { display: none; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row > .video-iframe-container { display: none; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .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); }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container { border-width: 0; border-radius: 0; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv::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; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:60rem;position:relative;display:block; }#wMucMILwT0asN0JBRpPgmf1OPKSdDDID { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:0rem;height:8.44925rem;text-align:center;text-align-last:center;display:block; }
#NbeTz2S5ZDG5ee9sWTTFcXDfFtMCp1pL { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.6865234375rem;left:0rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#E62JTP43ZIufZhi3vZc3QfyrPhmogPMW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.624rem;height:4.749025rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.18701171875rem;left:13.1865234375rem;display:block; }
#D1Bps6xGI8iXp5MCVdPaLht6RdEOuWnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQ3V6vO84206SVGP39oNllSRlLklRnUk { color:#000000;display:block;width:43.812rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:35.56201171875rem;left:8.091796875rem;height:4.375rem;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:italic;text-align:left;text-align-last:left;display:block; }
#fl63J45OnlIhGleHAEWqw4RSyVXXWEv0 { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5576171875rem;left:0rem;height:7.79589375rem;text-align:center;text-align-last:center;display:block; }
#OWCaBTHvTTetQe0NV6qpXGpKmXlgW80W { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.72119140625rem;left:0rem;height:2.8418rem;text-align:center;text-align-last:center;display:block; }
#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row .container { background-color: transparent; background-image: none; }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row .container > .video-iframe-container { display: none; }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row > .video-iframe-container { display: none; }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .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); }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row .container { border-width: 0; border-radius: 0; }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#JTEp6wk0penrxp9NsBLnlHivn1tTPRqL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:6.81884375rem;text-align:center;text-align-last:center;display:block; }
#ZWcC7eXJaVik5xrA9F63hrR9HTV0FHfg { color:#000000;display:block;width:12.249375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:23.75rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#lyz40hg2mlwlRzVgNMTQ5tSL0PDt1Q6W { 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:4.6875rem;width:7.9375rem;top:0.9970703125rem;left:26.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #peoAZERBFq4rQ8JigELweV1fo7khZv0a { display:block; }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSVdV6rMrwCq1JSSZ1TaPPxd8q0fTdxJ { width:12.125rem;height:2.0625rem;top:1.9375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:47.75rem;height:5.5rem;top:6.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:34.9375rem;height:13.5rem;top:20.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc1W1cq1CNDvKU0rhCPOB8FTVOh6GoPE { width:34.9375rem;height:10.5rem;top:36.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtxS2XXRhURAEpJsUPDBSh8B2mCfz2Vl { width:25.125rem;height:2.9375rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ellkdOfnmuvvCOuoLbZy9BfPA9CpMTlW { display:block; }
 }@media only screen and (max-width: 763px) { #m2e4Hbw82KPz68eLiUoSacMmssvF7TVQ { width:47.75rem;height:7.75rem;top:11.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDnX5LHhFZ5iHCG2UsowBtcmS8QNxt4G { width:47.75rem;height:3.75rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6cUQEEMBgGC3S9ko28THxgtooozva9 { width:45rem;height:24.624rem;top:0.9375rem;left:0.4345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VII84peBED1TlyZTXInwD0yFMPh8GvFy { width:47.75rem;height:5.5625rem;top:69.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwnEchHaNr2ZzvrTxCLvSar6lSu4iaVf { width:47.75rem;height:;top:57.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNCFJqcTKG3t05Hp6NCKa7GSCITMteDP { width:15.0625rem;height:2.875rem;top:93.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeHQanK3yyfc3JRrOHUlMCQRxSP3FU7 { display:block; }
 }@media only screen and (max-width: 763px) { #VXrD7O3SvTwbb6LmTJBoIxThciXmWXhN { width:30.4375rem;height:5.875rem;top:28.25rem;left:7.685546875rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8MGngF7Rgt48TMNCiasLWCqWlLwC61c { width:30.4375rem;height:4.25rem;top:25.5rem;left:7.685546875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1tgb1wCadCNBw5xtHCawtqCOyeWLZQ { width:47.75rem;height:11.1875rem;top:80.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spWwfbIPD9Zi3rbWSHxmiGongiNZNJKq { width:43.75rem;height:2.625rem;top:77.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er49UvwttLNTMxs2RCXQILRLiND8OPNe { width:47.75rem;height:5.625rem;top:34.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drfIn3GMAz6wUNb71KAqpCut4X3EEiN2 { width:47.75rem;height:13.0625rem;top:42.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:18.9375rem;height:2.875rem;top:6.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { width:19.5625rem;height:29.4375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { width:16.5rem;height:10.125rem;top:4.6875rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:15.625rem;height:;top:0.9375rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { width:15.625rem;height:;top:16rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { width:16.5rem;height:10.125rem;top:19.6875rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { width:16.5rem;height:8.4375rem;top:4.5rem;left:31.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:15.625rem;height:;top:0.8125rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:15.625rem;height:;top:16rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { width:16.5rem;height:8.4375rem;top:19.875rem;left:31.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { width:15.5625rem;height:1.875rem;top:32.1875rem;left:31.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NToChVJITQekvftTIyJxyS00vuBOfrTV { width:16.5rem;height:8.4375rem;top:36.375rem;left:31.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNTGogUd8U61gTuDqAIBREBR6znEGDtx { width:1.125rem;height:1.125rem;top:1.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { width:1.125rem;height:1.125rem;top:1.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { width:1.125rem;height:1.125rem;top:16.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDyEXS5W5iGdvzIgnJzTD81LVNpZxA96 { width:1.125rem;height:1.125rem;top:32.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHq56CnQenteIxcnQtTd0KrykKBqaIND { width:1.125rem;height:1.125rem;top:16.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3WfHDVKulCvvR4abBZfq4HBH5cKmG6 { width:15.625rem;height:;top:32.1875rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBNkL6TqQHgq5znli7CROwoZX8hvFJ6U { width:16.5rem;height:11.8125rem;top:36.375rem;left:15.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLxsC9XfTGJFivrwvrLVObT7IxhpE1CF { width:1.125rem;height:1.125rem;top:32.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0AbGcl7rcdWuUHQRHrIVVKOh1aITTfS { width:1.125rem;height:1.125rem;top:50.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGVbyJCVcDX14976lxzCid5o9bf6mcDN { width:15.625rem;height:;top:49.8125rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBp5bySPxJfQgfGhWlrEgQ4bKSKK8Ald { width:16.5rem;height:16.875rem;top:54rem;left:15.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X64gH6RcA6I83xI0n1gQWEKB7wF9B0h9 { width:16.5rem;height:6.75rem;top:54.4375rem;left:31.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCnVUaCoywQk7JDdmIIdagZbgfqWvpSM { width:15.625rem;height:1.875rem;top:49.875rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KErmwCeUVoOWy4FO4oBI5f4TJQ1TteTT { width:1.125rem;height:1.125rem;top:50.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxAThd0XIIcg9M4FdWqaWisECLzgCRZd { width:1.125rem;height:1.125rem;top:1.3125rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9X3uAIJJW2pDcPuo1p5TISrDB3zhKcu { width:1.125rem;height:1.125rem;top:16.5rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:47.75rem;height:3.625rem;top:4.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:47.75rem;height:18rem;top:26.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { top:9.8125rem;left:0rem;width:12.5rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGvUwHOIN3sgq5705A7Ft9N5T7QRTkV { top:9.875rem;left:8rem;width:12.5rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4T17vfu8UOm71T1piMOMnd228qQt0pQ { width:47.75rem;height:4.0625rem;top:45.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35BN1QzVrIF5mcHqE3NpEDbPMf2DJoC { top:8.1875rem;left:16.125rem;width:24.125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKLaiusbGwBKme7hTCTUQa590ElBrNvo { top:9.875rem;left:34.0625rem;width:12.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7urkavwLTm5HavSsxfMguPTSKIALw2F { display:block; }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBEGbTRM5txQ058NOluZeTvpzDKdJg37 { width:28.25rem;height:;top:3rem;left:19.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC9TTF1lBwoSK13ZNWnegKHe8aKQXz6B { width:30.3125rem;height:11.375rem;top:10.3125rem;left:17.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9oRvzTGFz6J3B019sfBD4wzucU0NFuU { top:3.0625rem;left:0rem;width:12.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PenD0fMlfhB9QThRiF9odBnKSFCUKZv6 { top:3rem;left:7.0455741882325rem;width:11.6875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 { display:block; }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfVWNvxzrCFba4ednPZFKa7VNUhdRvoq { width:28.1875rem;height:7.25rem;top:1.1875rem;left:19.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeMc8sy1oPQIs2ZHPgDTTLmhdWZTN4s1 { width:30.3125rem;height:13.25rem;top:8.5rem;left:17.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCaUxriCzBD1f8HIirDs34PkbX1ecBg { top:1.25rem;left:0rem;width:12.8125rem;height:15.113637191126rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWyPT0mfn90HFGqL0K1NV9hbFqnnkeiH { top:1.1875rem;left:6.75rem;width:11.625rem;height:14.920025454954rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:27.3125rem;height:7.8125rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { width:15.625rem;height:15.625rem;top:8.4375rem;left:31.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EftVFa7aibaITKbSqZBJHXBSTUkUbbpG { width:29.125rem;height:;top:3.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf80aNFKMA3263UTEDHKnNwASEAJuIRr { width:34.9375rem;height:;top:12.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcULyJQ5NpJoTawpIkxB7MEyM0N0g566 { top:7.8125rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDuqz1X40yJCQlJEfq6OTab82h1uEhpn { width:27.3125rem;height:6.25rem;top:30.625rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISGxWSr5JVDKRaGCFTecQTpSAuaslM1M { width:34.9375rem;height:;top:28.625rem;left:12.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9L6QUWVfcoEoi9RTExOrK3UeAKV1TbF { width:15.625rem;height:15.625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #md8qakaQvJt7K26cP2S9Pp2VFFPZiexT { width:27.3125rem;height:6.25rem;top:46.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AufFCIE5SlmP6Vx376pE8yAicWv3DAH6 { width:34.9375rem;height:;top:44.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmXsMlxcoJJNkfQRT1SKZL4nmG9rac4D { width:15.625rem;height:15.5rem;top:42.125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5awoD7UOSKSPpAhMMD09l5Bgk7RblF6 { width:27.3125rem;height:6.25rem;top:62.4375rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wygTiudPxdsPrebi2L6ZTE0McHtvlIJn { width:34.9375rem;height:;top:60.5rem;left:12.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtCDVh4Z73Sq8amqbcH31xrQhI2XXMe { width:15.625rem;height:15.625rem;top:57.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC1hT73DwFdXFGNqWA87c9bsOr3JAnTU { top:24.125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfcgR3TZeiH43aO7Zm7t3xThCfZklB2y { top:40.625rem;left:32rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTOnOnF4U2TBINq9JRZPZdhvGT2Blc6 { top:58.375rem;left:1.6875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDHqhtWzx3JQWuXIFiGHuq6mKC1ao9bq { width:27.3125rem;height:4.6875rem;top:78.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izl0NrQqiz3LSWIx3IMiTm6JBLT93QAU { width:34.9375rem;height:;top:76rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbtR2SzNcGBEUkSONhJ42lohcfZEXSiB { width:15.625rem;height:15.625rem;top:73.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuzZK3OIrF7gqgK6Sk4QO0oW6yLEates { top:73.375rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv { display:block; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMucMILwT0asN0JBRpPgmf1OPKSdDDID { top:2.0625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbeTz2S5ZDG5ee9sWTTFcXDfFtMCp1pL { top:23.625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E62JTP43ZIufZhi3vZc3QfyrPhmogPMW { width:33.5625rem;height:4.6875rem;top:44.125rem;left:7.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Bps6xGI8iXp5MCVdPaLht6RdEOuWnD { display:block; }
 }@media only screen and (max-width: 763px) { #mQ3V6vO84206SVGP39oNllSRlLklRnUk { width:43.75rem;height:4.3125rem;top:35.5rem;left:1.966796875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl63J45OnlIhGleHAEWqw4RSyVXXWEv0 { top:11.5rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWCaBTHvTTetQe0NV6qpXGpKmXlgW80W { top:28.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaZMC7ZNEddrvULFzFOQ8pX476iFn217 { display:block; }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTEp6wk0penrxp9NsBLnlHivn1tTPRqL { top:8.5rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWcC7eXJaVik5xrA9F63hrR9HTV0FHfg { top:6.8125rem;left:17.625rem;width:12.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyz40hg2mlwlRzVgNMTQ5tSL0PDt1Q6W { top:0.9375rem;left:19.90625rem;width:7.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #peoAZERBFq4rQ8JigELweV1fo7khZv0a { display:block; }#peoAZERBFq4rQ8JigELweV1fo7khZv0a > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSVdV6rMrwCq1JSSZ1TaPPxd8q0fTdxJ { width:7.75rem;height:1.25rem;top:0.59375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob { background-color:transparent;background-image:url("https://images.assets-landingi.com/n6gnCa77Urc/unsplash/clem-onojeghuo-n6gnCa77Urc-photo-1470468969717-61d5d54fd036.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.adaptive-delivery-prevent-bg, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyload, #kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob.lazyloading { background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { background-color: transparent; background-image: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row > .video-iframe-container { display: none; }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .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); }#kQw6vHV0Lk8WQ8ELJi1qkMx9ESsWXdob > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVXImMqZBMhPtaQxy81TsTUsQnFz9qUr { width:19.9350625rem;height:6.501rem;top:3.875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvN4FLQ8uydCvHfMf0CdSs0ye7ZPoFIA { width:19.999rem;height:8.313rem;top:13.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc1W1cq1CNDvKU0rhCPOB8FTVOh6GoPE { width:19.999rem;height:11.203125rem;top:22.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtxS2XXRhURAEpJsUPDBSh8B2mCfz2Vl { width:19.8125rem;height:2.9375rem;top:35.6875rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ellkdOfnmuvvCOuoLbZy9BfPA9CpMTlW { display:block; }
 }@media only screen and (max-width: 763px) { #m2e4Hbw82KPz68eLiUoSacMmssvF7TVQ { width:19.9980625rem;height:1.05615rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDnX5LHhFZ5iHCG2UsowBtcmS8QNxt4G { width:19.999rem;height:3.375rem;top:0.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 { display:block; }#WNi93A8MW8nm0TezTA5cCvLCrTPvkmC0 > .row .container { width:20rem;height:134.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6cUQEEMBgGC3S9ko28THxgtooozva9 { width:20rem;height:11.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VII84peBED1TlyZTXInwD0yFMPh8GvFy { width:19.9980625rem;height:13.07375rem;top:81.749135971069rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwnEchHaNr2ZzvrTxCLvSar6lSu4iaVf { width:19.9995rem;height:21.108375rem;top:59.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNCFJqcTKG3t05Hp6NCKa7GSCITMteDP { width:15.124rem;height:2.936525rem;top:128.49935531616rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeHQanK3yyfc3JRrOHUlMCQRxSP3FU7 { display:block; }
 }@media only screen and (max-width: 763px) { #VXrD7O3SvTwbb6LmTJBoIxThciXmWXhN { width:19.9989375rem;height:3.16845625rem;top:15.223526000976rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8MGngF7Rgt48TMNCiasLWCqWlLwC61c { width:19.9995rem;height:2.5996125rem;top:13.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1tgb1wCadCNBw5xtHCawtqCOyeWLZQ { width:19.9995rem;height:24.2798rem;top:102.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spWwfbIPD9Zi3rbWSHxmiGongiNZNJKq { width:19.9995rem;height:4.875rem;top:96.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er49UvwttLNTMxs2RCXQILRLiND8OPNe { width:19.9989375rem;height:7.7988125rem;top:19.443360328674rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drfIn3GMAz6wUNb71KAqpCut4X3EEiN2 { width:19.9995rem;height:29.8828125rem;top:28.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 { display:block; }#RBlgkDUcwQ7sDIEfH5uoH79IlTu33xS4 > .row .container { width:20rem;height:151.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRFIxgmpS7h9MT9lJpyxrKaVw0gyUkIU { width:6.249025rem;height:0.0615234375rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnOkGkO0XIsugUI1Ilugg1BrqEt6eSO { width:19.9995rem;height:2.5996125rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieDiiySPBAINoNvzgTu28Gdr5MzSwULF { width:18.9375rem;height:28.749rem;top:6.6543rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhToSQ6AJ02vhpELoS6bg3w9K7Lm98e2 { width:19.9995rem;height:7.5rem;top:42.896484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dDJfNcZfoW363rsxxTgEuB62FCFulD5U { width:15.624rem;height:3.74706875rem;top:39.0268625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI8TxTkOPy3gn0Zocd595FEfAgDpTkSx { width:19.9995rem;height:1.8735375rem;top:53.625rem;left:0rem;text-align:center;text-align-last:center;z-index:14997;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW03I3mKGhmAJggHbrpCpdzDWpicmvpN { width:19.9995rem;height:6rem;top:55.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #y5mZise5N7tDtc3SiWm8Ta9PFF4M9Wbx { width:19.9995rem;height:6.369125rem;top:83.5rem;left:0rem;text-align:center;text-align-last:center;z-index:15001;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JqakxOMhbs8FTWXkPVb6iazXoBJwShu1 { width:15.624rem;height:1.8735375rem;top:80.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6FCfPw6DEe9XhHG58zOG5dTSDJGrRFR { width:15.624rem;height:3.74706875rem;top:93.125rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:14998;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH4FWM5dE32tXeQFumQrXiP95gn2vUNc { width:19.9995rem;height:6.369125rem;top:98.125rem;left:0rem;text-align:center;text-align-last:center;z-index:15000;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AWizC3FhEI6iAp2mbiISU7uTlP8yFsmc { width:15.624rem;height:1.8735375rem;top:107.75rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:14999;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NToChVJITQekvftTIyJxyS00vuBOfrTV { width:19.9995rem;height:6.369125rem;top:110.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UNTGogUd8U61gTuDqAIBREBR6znEGDtx { width:1.125rem;height:1.125rem;top:36.6518625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG9TcTfLsnASJKPVunxVeHtzm3xtcXMW { width:1.125rem;height:1.125rem;top:63.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVIZIuJka60zcR3FxV9xAXxDxuM2aR9p { width:1.125rem;height:1.125rem;top:90.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDyEXS5W5iGdvzIgnJzTD81LVNpZxA96 { width:1.125rem;height:1.125rem;top:105.375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHq56CnQenteIxcnQtTd0KrykKBqaIND { width:1.125rem;height:1.125rem;top:12.4345734375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH3WfHDVKulCvvR4abBZfq4HBH5cKmG6 { width:19.9995rem;height:3.74706875rem;top:65.5625rem;left:0rem;text-align:center;text-align-last:center;z-index:14997;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBNkL6TqQHgq5znli7CROwoZX8hvFJ6U { width:19.9995rem;height:7.9614375rem;top:69.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rLxsC9XfTGJFivrwvrLVObT7IxhpE1CF { width:1.125rem;height:1.125rem;top:28.4043rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0AbGcl7rcdWuUHQRHrIVVKOh1aITTfS { width:1.125rem;height:1.125rem;top:118.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGVbyJCVcDX14976lxzCid5o9bf6mcDN { width:15.624rem;height:3.74706875rem;top:120.5rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:14997;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBp5bySPxJfQgfGhWlrEgQ4bKSKK8Ald { width:18.1875rem;height:14.3305625rem;top:125.5rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #X64gH6RcA6I83xI0n1gQWEKB7wF9B0h9 { width:16.5rem;height:6.369125rem;top:145.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wCnVUaCoywQk7JDdmIIdagZbgfqWvpSM { width:15.624rem;height:1.8735375rem;top:142.3125rem;left:2.1875rem;text-align:center;text-align-last:center;z-index:14997;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KErmwCeUVoOWy4FO4oBI5f4TJQ1TteTT { width:1.125rem;height:1.125rem;top:140.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxAThd0XIIcg9M4FdWqaWisECLzgCRZd { width:1.125rem;height:1.125rem;top:51.552734375rem;left:9.4375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #T9X3uAIJJW2pDcPuo1p5TISrDB3zhKcu { width:1.125rem;height:1.125rem;top:78.25rem;left:9.4375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI { display:block; }#nmkWzF1LKVHnO46WwsgzxaHWOSTJrkQI > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWuJgV31amqv18zgQw6Nprv6FZoJSMKZ { width:19.9980625rem;height:4.54980625rem;top:6.68359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh1uEyaK9lkTwh2zt2KJZ5d0oT3Ntogh { width:19.9995rem;height:3.8994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsFcHUiWJHka1gDyWbVcApEqSELvyiZo { width:19.999rem;height:34.177775rem;top:24.182933807373rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlulFSdzN6O4oFqiZrmmtQlB6qJ6DqE8 { width:9.375rem;height:11.374rem;top:12.811414718628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPGvUwHOIN3sgq5705A7Ft9N5T7QRTkV { width:9.375rem;height:11.374rem;top:12.809245109558rem;left:9.3750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4T17vfu8UOm71T1piMOMnd228qQt0pQ { width:19.9980625rem;height:8.1269375rem;top:77.124568939206rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35BN1QzVrIF5mcHqE3NpEDbPMf2DJoC { width:17.875rem;height:13.4375rem;top:58.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKLaiusbGwBKme7hTCTUQa590ElBrNvo { width:9rem;height:11.375rem;top:64.1875rem;left:1.5319969569016rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7urkavwLTm5HavSsxfMguPTSKIALw2F { display:block; }#D7urkavwLTm5HavSsxfMguPTSKIALw2F > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBEGbTRM5txQ058NOluZeTvpzDKdJg37 { width:19.9980625rem;height:5.19748125rem;top:0.55859375rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC9TTF1lBwoSK13ZNWnegKHe8aKQXz6B { width:19.9980625rem;height:16.1894375rem;top:19.4921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9oRvzTGFz6J3B019sfBD4wzucU0NFuU { width:9.2475625rem;height:11.3730625rem;top:6.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PenD0fMlfhB9QThRiF9odBnKSFCUKZv6 { width:8.7480625rem;height:11.3730625rem;top:6.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 { display:block; }#uy6ZqOGO14CwIlmIMaAlXDqTfoXJxI11 > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfVWNvxzrCFba4ednPZFKa7VNUhdRvoq { width:19.9995rem;height:5.19748125rem;top:11.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeMc8sy1oPQIs2ZHPgDTTLmhdWZTN4s1 { width:19.999rem;height:16.18945rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCaUxriCzBD1f8HIirDs34PkbX1ecBg { width:9.2480625rem;height:10.875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWyPT0mfn90HFGqL0K1NV9hbFqnnkeiH { width:8.749rem;height:11.1865rem;top:0.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 { display:block; }#xtWED9GbMMeeQi0s0n47ORcoTqMdEqK3 > .row .container { width:20rem;height:156.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3Ec9t2DsA4Csd7vAlzMMWT4zi6TNK7v { width:19.9995rem;height:8.402375rem;top:13.092775rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlmRb5igLlxfGWlkHMHWTJ6eOOk45pRX { width:15.5625rem;height:15.5625rem;top:22.74515rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EftVFa7aibaITKbSqZBJHXBSTUkUbbpG { width:19.9995rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf80aNFKMA3263UTEDHKnNwASEAJuIRr { width:19.9995rem;height:2.0317375rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcULyJQ5NpJoTawpIkxB7MEyM0N0g566 { width:15.6230625rem;height:15.6230625rem;top:23.3671875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDuqz1X40yJCQlJEfq6OTab82h1uEhpn { width:19.9995rem;height:7.0019375rem;top:43.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISGxWSr5JVDKRaGCFTecQTpSAuaslM1M { width:19.9995rem;height:2.0317375rem;top:39.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9L6QUWVfcoEoi9RTExOrK3UeAKV1TbF { width:15.5625rem;height:15.5625rem;top:51.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #md8qakaQvJt7K26cP2S9Pp2VFFPZiexT { width:19.999rem;height:7.0019375rem;top:72.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AufFCIE5SlmP6Vx376pE8yAicWv3DAH6 { width:19.999rem;height:2.0317375rem;top:68.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmXsMlxcoJJNkfQRT1SKZL4nmG9rac4D { width:15.5625rem;height:15.4375rem;top:81.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5awoD7UOSKSPpAhMMD09l5Bgk7RblF6 { width:19.9995rem;height:7.0019375rem;top:101.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wygTiudPxdsPrebi2L6ZTE0McHtvlIJn { width:19.9995rem;height:2.0317375rem;top:98.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtCDVh4Z73Sq8amqbcH31xrQhI2XXMe { width:15.5625rem;height:15.5625rem;top:110rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC1hT73DwFdXFGNqWA87c9bsOr3JAnTU { width:15.6230625rem;height:15.6230625rem;top:51.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfcgR3TZeiH43aO7Zm7t3xThCfZklB2y { width:15.6230625rem;height:15.6230625rem;top:81.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTOnOnF4U2TBINq9JRZPZdhvGT2Blc6 { width:15.624rem;height:15.624rem;top:110rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDHqhtWzx3JQWuXIFiGHuq6mKC1ao9bq { width:19.9995rem;height:5.6015625rem;top:130.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izl0NrQqiz3LSWIx3IMiTm6JBLT93QAU { width:19.9995rem;height:2.0317375rem;top:127rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbtR2SzNcGBEUkSONhJ42lohcfZEXSiB { width:15.5625rem;height:15.5625rem;top:137.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuzZK3OIrF7gqgK6Sk4QO0oW6yLEates { width:15.624rem;height:15.624rem;top:138.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uLhp3CHJNfA/unsplash/brian-lawson-uLhp3CHJNfA-photo-1683848644235-7ac932a8aaea.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv.adaptive-delivery-prevent-bg, #TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv.lazyload, #TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv.lazyloading { background-image: none; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container { background-color: transparent; background-image: none; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container > .video-iframe-container { display: none; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row > .video-iframe-container { display: none; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .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); }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container { border-width: 0; border-radius: 0; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv::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; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIvReuXffqzD50WzDZiWOyX4Isz7N6Jv > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMucMILwT0asN0JBRpPgmf1OPKSdDDID { width:19.9995rem;height:6.0952125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbeTz2S5ZDG5ee9sWTTFcXDfFtMCp1pL { width:19.999rem;height:2.0317375rem;top:19.4375rem;left:0.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E62JTP43ZIufZhi3vZc3QfyrPhmogPMW { width:19.5rem;height:3.0625rem;top:29.125rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Bps6xGI8iXp5MCVdPaLht6RdEOuWnD { display:block; }
 }@media only screen and (max-width: 763px) { #mQ3V6vO84206SVGP39oNllSRlLklRnUk { width:19.999rem;height:4.201175rem;top:23.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl63J45OnlIhGleHAEWqw4RSyVXXWEv0 { width:19.999rem;height:9.338375rem;top:9.0166015625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWCaBTHvTTetQe0NV6qpXGpKmXlgW80W { width:19.999rem;height:0.8920875rem;top:21.4375rem;left:0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iaZMC7ZNEddrvULFzFOQ8pX476iFn217 { display:block; }#iaZMC7ZNEddrvULFzFOQ8pX476iFn217 > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTEp6wk0penrxp9NsBLnlHivn1tTPRqL { width:19.9995rem;height:10.56884375rem;top:8.59570625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWcC7eXJaVik5xrA9F63hrR9HTV0FHfg { width:19.9995rem;height:0.9746125rem;top:6.37305rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyz40hg2mlwlRzVgNMTQ5tSL0PDt1Q6W { width:6.5625rem;height:3.87305rem;top:1.25rem;left:6.6875rem;display:block; }
 }