.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;background-image:none;position:relative;display:block; }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row .container { background-color: transparent; background-image: none; }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row .container > .video-iframe-container { display: none; }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row > .video-iframe-container { display: none; }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .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); }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row .container { border-width: 0; border-radius: 0; }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row > .video-iframe-container {  }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row .container { font-size:0.875rem;font-family:"open sans";height:12.5rem;width:60rem;position:relative;display:block; }#Tgzx1Qw32cMVvq6T10KgldcXzF6kXSTK { color:#faf2f2;display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:0.96875095367431rem;left:0.53125rem;height:10.5rem;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;font-style:normal;display:block; }
#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OD2z4Pn4LXQ/unsplash/ryan-gagnon-OD2z4Pn4LXQ-photo-1617209399013-f2b9354b961f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B.adaptive-delivery-prevent-bg, #Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B.lazyload, #Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B.lazyloading { background-image: none; }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row .container { background-color: transparent; background-image: none; }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row .container > .video-iframe-container { display: none; }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row > .video-iframe-container { display: none; }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .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); }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row .container { border-width: 0; border-radius: 0; }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row > .video-iframe-container {  }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#h9TpDFxQTtPxdauTaHh4E0hmiD5s37sB { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:34.125rem;left:0rem;height:;color:#000000;font-style:normal;display:block; }#h9TpDFxQTtPxdauTaHh4E0hmiD5s37sB li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#h9TpDFxQTtPxdauTaHh4E0hmiD5s37sB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
#GRE8QFKWnyM5HpHL1JzV3pZSJxzkx5rl { background-color:#0abc08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:5.1875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:53.4375rem;left:1.5rem;display:block; }
#xJRvznZuStAqTffsSNZp6ibSOgTJyzpp { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#AD8xS2R7OREXXnH5G1vcfr6UPIdu7IeT { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:29.125rem;left:0rem;height:2.5625rem;color:#000000;font-style:normal;display:block; }
#Jio20ZPBy6FGcznkym6OIWMOObkfn5vr { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:15rem;color:#940025;font-style:normal;display:block; }
#ls231kWmS0SsimKsAOoLLhBWvlTt2ADR { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:23.25rem;left:0rem;height:2.5625rem;color:#000000;font-style:normal;display:block; }
#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;background-image:none;position:relative;display:block; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container { background-color: transparent; background-image: none; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container > .video-iframe-container { display: none; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row > .video-iframe-container { display: none; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .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); }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container { border-width: 0; border-radius: 0; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row > .video-iframe-container {  }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#eLPfy5pHTTk1DUGKTOVKzmyP4zfS0wap { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:2.078125rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/08bOYnH_r_E/unsplash/brooke-lark-08bOYnH_r_E-photo-1490818387583-1baba5e638af.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ.adaptive-delivery-prevent-bg, #hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ.lazyload, #hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ.lazyloading { background-image: none; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container { background-color: transparent; background-image: none; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container > .video-iframe-container { display: none; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row > .video-iframe-container { display: none; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .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); }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container { border-width: 0; border-radius: 0; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row > .video-iframe-container {  }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#sFh0UAn2d9MuHlvPGiDsvn6dMiOdJpTf { position:absolute;display:block;z-index:100000;background-color:#940025;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.375rem;top:1.5rem;left:0.3125rem;display:block; }
#doGglRdlqywvGgmLvBxh87p7cA3ft7Mf { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:8rem;left:1.8125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxSxAbVIAeDkZCg8Zc4cdLSR0OH3aES4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;opacity:1;top:2.4375rem;left:5.90625rem; }
#VWg0J2UmqBs9bEbGZPntxgQ2TI56FlS1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100022;opacity:1;top:2.4375rem;left:20.90625rem; }
#enM7TId49bsXSooqnKrKm0Chc5lNyQqw { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:7.3125rem;left:16.8125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRdeG8N1hAMEQ2oPEq3KN15hCzKCroAO { position:absolute;display:block;z-index:100004;background-color:#940025;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.375rem;top:1.5rem;left:15.3125rem;display:block; }
#Cosq6Dv4dAwS4iJXMTs4FN4g6JwNJtrX { position:absolute;display:block;z-index:100005;background-color:#940025;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.375rem;top:1.5rem;left:30.3125rem;display:block; }
#n3DuIxiZt7DSoBWFxAT8V7B5HOInqJ6G { position:absolute;display:block;z-index:100006;background-color:#940025;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.375rem;top:1.5rem;left:45.3125rem;display:block; }
#zKTekfe6F2qDqkcUt7UC19GzNuN44xSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;opacity:1;top:2.4375rem;left:35.90625rem; }
#P5u8WeP1cbTQXS36yNbDC7sMcF92uHVS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100024;opacity:1;top:2.4375rem;left:50.90625rem; }
#dCiCH3nUxT9arSSFb04svAgLqVeqzs9E { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:7.3125rem;left:31.8125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Po0JcpMM9gWxFqSxkrd5um7Gz5iC6N13 { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:7.3125rem;left:46.8125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbKCCg8JF2p4srpm5go70glhNSVirkDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;background-image:none;position:relative;display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { background-color: transparent; background-image: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container > .video-iframe-container { display: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container { display: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .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); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { border-width: 0; border-radius: 0; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container {  }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { font-size:0.875rem;font-family:"open sans";height:43.0625rem;width:60rem;position:relative;display:block; }#uqf89BDA6PK5vycLis9GdOOOuQd9WWDK { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.25rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6hBe3iSqID87hZ6fREmZuWJ7wEmh4Jk { color:#ffffff;display:block;width:53.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.125rem;left:3.34375rem;height:;display:block; }#m6hBe3iSqID87hZ6fREmZuWJ7wEmh4Jk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m6hBe3iSqID87hZ6fREmZuWJ7wEmh4Jk li:before{  }
#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/08bOYnH_r_E/unsplash/brooke-lark-08bOYnH_r_E-photo-1490818387583-1baba5e638af.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.adaptive-delivery-prevent-bg, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyload, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyloading { background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { border-width: 0; border-radius: 0; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container {  }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { font-size:0.875rem;font-family:"open sans";height:40.0625rem;width:60rem;position:relative;display:block; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:3.9345703125rem;left:25.625rem;height:3.4375rem;color:#515151;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:9.25rem;left:27.25rem;height:8.25rem;color:#000000;font-style:normal;display:block; }
#X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:18.375rem;left:27rem;height:4.875rem;color:#4fbf70;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yR87ptChA73bkU4RZDmI4uAmyPii04c7 { display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:24.5rem;left:27.75rem;height:0;color:#000000;font-style:normal;display:block; }
#DLddHMQLWVTkyFwQ6d0G7T8N3iUenwqq { background-color:#0abc08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:5.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:26.0625rem;left:33.78125rem;display:block; }
#NPSxB1mEfpfGFNqyPh7kex3fhBsnPCF2 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#kou57E8fN0o7tLZAUuWSdLRKHh7RmNCv { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.65);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;height:37.25rem;width:33.5rem;top:0rem;left:25.1875rem;display:block; }
#HZLvU3oTExh68TG5rx7T7oAUizuwa9sA { color:#ed0d0d;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:23.8125rem;left:37rem;height:1.375rem;display:block; }
#XEQ3LzsSecvL6AlK6mQhGJHc8QBxXlFL { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:33.0625rem;left:37.34375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#VBMxOdJDPfCaQ16FXNR5t63coVILai6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S.adaptive-delivery-prevent-bg, #VBMxOdJDPfCaQ16FXNR5t63coVILai6S.lazyload, #VBMxOdJDPfCaQ16FXNR5t63coVILai6S.lazyloading { background-image: none; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container { background-color: transparent; background-image: none; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #940025; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container > .video-iframe-container { display: none; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #940025; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row > .video-iframe-container { display: none; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .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); }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container { border-width: 0; border-radius: 0; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row > .video-iframe-container {  }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#yKME8Vbn2chf4fPhizAZvJadctUdieLU { background-color:#0abc08;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0abc08;border-left:0.0625rem solid #0abc08;border-right:0.0625rem solid #0abc08;border-bottom:0.0625rem solid #0abc08;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#fffdfd;text-shadow:0.375rem 0.0625rem 1.875rem rgba(0,0,0,0.05);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:13.625rem;left:28.125rem;display:block; }
#mQT3Pi9F6PeQKwcq6tyttxiHVVcoZuPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oE61HbCCIEvQGCtWrlkxATGNEmBpormU { color:#333333;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:11.125rem;left:17.8125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JS7UKKxRcoXKHOQXznccAFgT1A5Wnhvn { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:2.84375rem;left:13.125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9EzvfU8XHwrJ21q7zvJFCxHB4pA5Ruf { position:absolute;display:block;z-index:100000;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.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:16.625rem;width:45.0625rem;top:2.21875rem;left:7.9658203125rem;display:block; }
#x5kqTzGSkdfkhErqlyw7Bds30ahqNTkq { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8.65625rem;left:23.8125rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTdTpAQp0xcF5dXlnaxJK44ClnBLBu7T { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8125rem;width:16.5625rem;top:6rem;left:7.9658203125rem;overflow:hidden;display:block; }
#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row .container { background-color: transparent; background-image: none; }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row .container > .video-iframe-container { display: none; }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row > .video-iframe-container { display: none; }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .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); }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row .container { border-width: 0; border-radius: 0; }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row > .video-iframe-container {  }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#h9SsUiJCNn82gCQeDETX7ILnmvxSHz5S { color:#940025;display:block;width:43.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.625rem;left:8.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgegVS2GgJx1H7KfbRfyc16v5q70C8fp { color:#940025;display:block;width:45.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:7.3125rem;left:8.25rem;height:24.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hux7TuvzqgkVVMl6FRIEpXzFTZODBtZN { background-color:#0abc08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:37.5625rem;left:21rem;display:block; }
#UMmPSInoQKsxIDk1P86rZSv3UA82s9cq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ANnOnnXnKm3ngTmLMObtfaLGSCck8uUm { background-color:#940025;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#fffdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:16.375rem;left:12.96875rem;display:block; }
#o1wwEvoJHJH9cCWR83AvVg5UOkq0ZcxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OZHbNIb302wRs4TQL54vhyGPSG154BaN { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:44.3125rem;left:24.09375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;background-image:none;position:relative;display:block; }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row .container { background-color: transparent; background-image: none; }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row .container > .video-iframe-container { display: none; }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row > .video-iframe-container { display: none; }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .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); }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row .container { border-width: 0; border-radius: 0; }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row > .video-iframe-container {  }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row .container { font-size:0.875rem;font-family:"open sans";height:37.6875rem;width:60rem;position:relative;display:block; }#qGOAGumnOWsmS12vyuW46QT5IrnlXiGo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.125rem;width:44.75rem;top:8.0625rem;left:7.625rem;display:block; }
#mkSu0UPoR5ZwTNMLdra2ccR5TFFsM1ep { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.25rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row .container { background-color: transparent; background-image: none; }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row .container > .video-iframe-container { display: none; }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row > .video-iframe-container { display: none; }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .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); }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row .container { border-width: 0; border-radius: 0; }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row > .video-iframe-container {  }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:60rem;position:relative;display:block; }#bEzyTpI6sbnueSVBlVtzcp5lbJcIRkNT { color:#940025;display:block;width:43.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:7.125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRlUt2WPDIWRkEQbzc8iwDTMaqb6ZJHn { color:#940025;display:block;width:45.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:7.125rem;height:;font-style:normal;display:block; }#IRlUt2WPDIWRkEQbzc8iwDTMaqb6ZJHn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IRlUt2WPDIWRkEQbzc8iwDTMaqb6ZJHn li:before{  }
#mL7Nk7gDpShGOWUr95oKbTTWHWAGurRT { background-color:#0abc08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:4.875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:56.5rem;left:21.625rem;display:block; }
#cIWtTAHVdC8s85RcSPcelJtNs47himeQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZFgP9i7wduTvmzG0z8HZuWd3i8NIqi1S { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:62.9375rem;left:24.09375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#IggTQV4MwHBre8kesJGlWMQQJS46XDRB { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:7rem;left:9.03125rem;height:1.9375rem;display:block; }
#T5hVs84ZbrsRsHuQEzZuTLiwIPQ9OgfM { color:#940025;display:block;width:43.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:32.8125rem;left:7.125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBtpX7UDZJA5fuVrBAMHdnkXzs8LSGL7 { color:#940025;display:block;width:45.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:37.5625rem;left:7.125rem;height:;font-style:normal;display:block; }#xBtpX7UDZJA5fuVrBAMHdnkXzs8LSGL7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xBtpX7UDZJA5fuVrBAMHdnkXzs8LSGL7 li:before{  }
#TT6rbBRTmAFBIMWl5ouDTXwy7JwxGswf { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:35.625rem;left:9.03125rem;height:1.9375rem;display:block; }
#nOJp5FEOd9CNxkardHe71qxMiJudiMaX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eceff2;background-image:url("https://images.assets-landingi.com/frRtQf41/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX.adaptive-delivery-prevent-bg, #nOJp5FEOd9CNxkardHe71qxMiJudiMaX.lazyload, #nOJp5FEOd9CNxkardHe71qxMiJudiMaX.lazyloading { background-image: none; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container { background-color: transparent; background-image: none; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container > .video-iframe-container { display: none; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row > .video-iframe-container { display: none; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .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); }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container { border-width: 0; border-radius: 0; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row > .video-iframe-container {  }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container { font-size:0.875rem;font-family:"open sans";height:41.0625rem;width:60rem;position:relative;display:block; }#cTgkFTtLliCppTew2r90FRaGQ04ADPLK { display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:1.8750001192093rem;left:25.250001907349rem;height:6.875rem;color:#515151;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XgnrUUHiHh1b2UVdPFsaTS3VTiTvC2My { display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:10.312500357628rem;left:28.000001907349rem;height:10.3125rem;color:#515151;font-style:normal;display:block; }
#D9ADtKGCPL1TqaCp7CKq1CdUXwCdy1v8 { display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:22.580078125rem;left:27.6875rem;height:6.1875rem;color:#4fbf70;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4pTQSdo4fSQy15voHv5nP1W7aGvaUrf { display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:24.5rem;left:27.75rem;height:0;color:#000000;font-style:normal;display:block; }
#WU3wAJ6hMhspII1ZmBqtNt8DoL8sH6ec { background-color:#0abc08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:5.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:32.0615234375rem;left:33.15625rem;display:block; }
#sOH7TsTHmQdHTC2Dvlcor3zqKm0OCGuy { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#wCs4xtcoqfQiU7pOVM7T5UBkJaTOw7Fa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:29.517578125rem;left:36.4375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#BPzuS18ptEE6FKZQwOJisuKmvD9TxQNu { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:38.580078125rem;left:37.1875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq.adaptive-delivery-prevent-bg, #DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq.lazyload, #DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq.lazyloading { background-image: none; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container { background-color: transparent; background-image: none; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #940025; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container > .video-iframe-container { display: none; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #940025; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row > .video-iframe-container { display: none; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .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); }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container { border-width: 0; border-radius: 0; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row > .video-iframe-container {  }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#lq2aWQ44Veu357WnOn4idNKhsBfo6dMT { background-color:#0abc08;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0abc08;border-left:0.0625rem solid #0abc08;border-right:0.0625rem solid #0abc08;border-bottom:0.0625rem solid #0abc08;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#fffdfd;text-shadow:0.375rem 0.0625rem 1.875rem rgba(0,0,0,0.05);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:13.625rem;left:28.125rem;display:block; }
#BSe0PBauohzMlHOhhfFbaBi40fUfTmnR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vye1D1qKkTZm7wk5Sogdoxo5UolnDzzh { color:#333333;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:11.125rem;left:17.8125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KD3GzTPb6NDV0eotXFXKn0IaV9GXrUIe { color:#000000;display:block;width:38rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:4.71875rem;left:12.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMAtkTEeU3Z68WXP6n2TNUnb0cCrM4Ve { position:absolute;display:block;z-index:100000;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.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:16.625rem;width:45.0625rem;top:2.21875rem;left:7.9658203125rem;display:block; }
#QvP9RswH33xFE1rVHQFaoVeLAlieBCCf { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8.65625rem;left:23.8125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG7MUJe9yrHrr5GpiN6nQDxEmQFfFkbB { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8125rem;width:16.5625rem;top:6rem;left:7.9658203125rem;overflow:hidden;display:block; }
#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;background-image:none;position:relative;display:block; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container { background-color: transparent; background-image: none; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container > .video-iframe-container { display: none; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row > .video-iframe-container { display: none; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .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); }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container { border-width: 0; border-radius: 0; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row > .video-iframe-container {  }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container { font-size:0.875rem;font-family:"open sans";height:7.875rem;width:60rem;position:relative;display:block; }#Tst1UD28tQqJof1bubhLrPGmAoMMRbBN { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:2.40625rem;left:0rem;height:3.0625rem;color:#515151;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row .container { background-color: transparent; background-image: none; }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row .container > .video-iframe-container { display: none; }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row > .video-iframe-container { display: none; }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .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); }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row .container { border-width: 0; border-radius: 0; }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row > .video-iframe-container {  }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row .container { font-size:0.875rem;font-family:"open sans";height:42.375rem;width:60rem;position:relative;display:block; }#eyAtLvry7aw7KNf2QPe0nBBnR7xuGNIC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:24.8125rem;top:10.65625rem;left:32.59375rem;overflow:hidden;display:block; }
#yUrAA381h77h2qmQwOTyVgycIO77mBpz { display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:4.21875rem;left:31.5rem;height:3.75rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#U6XVq2rsMEAaFvf2NbSPktpPS7BQSyV3 { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.96875rem;left:1.3125rem;height:25rem;display:block; }
#DbZVFknk9ElCk9TbzT4hPqPrebxbwFfv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:27.65625rem;left:1.3125rem;height:1.25rem;display:block; }
#QTrvMGHannBgykDOtzFrSOfEPVKUQB2U { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:29.65625rem;left:1.25rem;height:10.625rem;display:block; }#QTrvMGHannBgykDOtzFrSOfEPVKUQB2U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QTrvMGHannBgykDOtzFrSOfEPVKUQB2U li:before{  }
#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;background-image:none;position:relative;display:block; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { background-color: transparent; background-image: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container > .video-iframe-container { display: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container { display: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .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); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { border-width: 0; border-radius: 0; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container {  }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { font-size:0.875rem;font-family:"open sans";height:7.875rem;width:60rem;position:relative;display:block; }#KtNdQGbmKk2NtBFllJVhKpsv4wsx2xlC { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:2.4609375rem;left:0rem;height:2.6875rem;color:#515151;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJeScGN2aqamdixRROXAi6crdI38F6IB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f3;background-image:none;position:relative;display:block; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { background-color: transparent; background-image: none; }#tJeScGN2aqamdixRROXAi6crdI38F6IB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container > .video-iframe-container { display: none; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row > .video-iframe-container { display: none; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .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); }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { border-width: 0; border-radius: 0; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row > .video-iframe-container {  }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { font-size:0.875rem;font-family:"open sans";height:20.9375rem;width:60rem;position:relative;display:block; }#AgJFExOiCmys0oAwykiK0tCLR1vvdwnG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:13.5rem;top:2.8125rem;left:8.25rem;overflow:hidden;display:block; }
#tHwuxv7MLgHkUTaILS3PJ3sFiPgZ36nP { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:30rem;height:2rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#mZIEpqKtJeu0nqcaTGb8OX0IRS9378ZM { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:33.25rem;height:15rem;display:block; }
#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { background-color: transparent; background-image: none; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container > .video-iframe-container { display: none; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row > .video-iframe-container { display: none; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .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); }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { border-width: 0; border-radius: 0; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row > .video-iframe-container {  }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { font-size:0.875rem;font-family:"open sans";height:18.75rem;width:60rem;position:relative;display:block; }#mvHWfTsOfegVXdazWJswyDgQfhTiFDLo { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:2rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#ssV7c2STAeIdFv2pdO2vycyaMVcrxgyK { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.25rem;height:7.5rem;display:block; }
#oTb8GBJIuuZ8JVuBL2BZ6IO3Lt4WHkxt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:13.4375rem;top:2.6875rem;left:39.009765625rem;overflow:hidden;display:block; }
#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { background-color: transparent; background-image: none; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container > .video-iframe-container { display: none; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row > .video-iframe-container { display: none; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .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); }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { border-width: 0; border-radius: 0; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row > .video-iframe-container {  }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { font-size:0.875rem;font-family:"open sans";height:19.5625rem;width:60rem;position:relative;display:block; }#DzgZSGsbIZbNmQZVve2AVZAX79tl7MH5 { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:2.4375rem;left:30rem;height:2rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#GelPgQRcGMy4iRtohhZcZHczRic4cXnN { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:6.0367336273193rem;left:33.250001907349rem;height:7.5rem;display:block; }
#to6LaamcDOTsgDw5bT9IU2wZTlVACmZe { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:2.4375rem;left:6.478515625rem;overflow:hidden;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#940025;background-image:none;position:relative;display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .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); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container {  }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:0.875rem;font-family:"open sans";height:13.3125rem;width:60rem;position:relative;display:block; }#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.3125rem;height:6.9375rem;font-style:normal;color:#ffffff;display:block; }
#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0rem;height:;font-style:normal;color:#ffffff;display:block; }
#tTfa32puFOxGu3eLqkQJEvyegaKBnSwA { background-color:#0abc08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-sizing:border-box;color:#fffdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:5.25rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:4.03125rem;left:39.875rem;display:block; }
#JTTGRSbIosQhDFtn7PNhWx8KKcI4Eddo { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF { position:relative;display:block; }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF { background-color: transparent; background-image: none; }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .row .container > .video-iframe-container { display: none; }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .row > .video-iframe-container { display: none; }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .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); }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF { border-width: 0; border-radius: 0; }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .row .container > .video-iframe-container {  }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#UR6O5CiME9yO5P859EZMc4zgcqGKZ702 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:14.75rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#E6pvaGwBErCHUMQ3TFXqfuudffTvvmZ2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:10.9375rem;top:0.96875rem;left:15.78125rem;overflow:hidden;display:block; }
#uDNWH1gUiTSnJOZtBZ3b7nBO2CQsUQTw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.0625rem;width:17.0625rem;top:0.84375rem;left:27.25rem;overflow:hidden;display:block; }
#B1zQyA00EohNfJ2FqfEG8ryWUpWrMadh { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:15rem;top:4.125rem;left:45rem;overflow:hidden;display:block; }
#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940025;background-image:url("https://images.assets-landingi.com/C1Q3qOTlegg/unsplash/ella-olsson-C1Q3qOTlegg-photo-1543352634-a1c51d9f1fa7.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr.adaptive-delivery-prevent-bg, #ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr.lazyload, #ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr.lazyloading { background-image: none; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container { background-color: transparent; background-image: none; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container > .video-iframe-container { display: none; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row > .video-iframe-container { display: none; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .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); }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container { border-width: 0; border-radius: 0; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row > .video-iframe-container {  }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:60rem;position:relative;display:block; }#TsOAC6r5ROZENgcrmLBngTREowVyqCLM { color:#940025;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:1.3125rem;left:0rem;height:2.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3MXLsOfxXU8k3GpSCznv3ghBdvxow23 { color:#940025;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABZIO4X9LpRAAgtcmzSD567NCp9XdxEy { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:4.8125rem;left:27.96875rem;overflow:hidden;display:block; }
#yyE49rMUBRUFkqENd3HU1UzGQTiQ5Qqn { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:4.8125rem;left:34.0625rem;overflow:hidden;display:block; }
#xOIaKnHBKH9xwrfNxD40IQXScNmNBAGU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:4.8125rem;left:21.8125rem;overflow:hidden;display:block; }
#LJKm6lwITym7u15dTTRB1LkLIGMI1nvO { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:13.8125rem;top:12.875rem;left:23.6875rem;overflow:hidden;display:block; }
#KzcXTa1CFP9ZfMGdBHlEKARLpEwF2dC2 { background-color:#940025;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:9.8125rem;left:24.75rem;display:block; }
#DxqMZuxEROThF4nrPGBZwVRm9umVne3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;background-image:none;position:relative;display:block; }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row .container { background-color: transparent; background-image: none; }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row .container > .video-iframe-container { display: none; }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row > .video-iframe-container { display: none; }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .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); }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row .container { border-width: 0; border-radius: 0; }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row > .video-iframe-container {  }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#Tae1XprTPVV2Qho2BwwFzLF4qKed0KaO { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv { display:block; }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgzx1Qw32cMVvq6T10KgldcXzF6kXSTK { top:0.9375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B { display:block; }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9TpDFxQTtPxdauTaHh4E0hmiD5s37sB { width:47.75rem;height:16.75rem;top:34.125rem;left:0rem;font-size:0.9375rem;display:block; }#h9TpDFxQTtPxdauTaHh4E0hmiD5s37sB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #GRE8QFKWnyM5HpHL1JzV3pZSJxzkx5rl { width:20.6875rem;height:5.1875rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJRvznZuStAqTffsSNZp6ibSOgTJyzpp { display:block; }
 }@media only screen and (max-width: 763px) { #AD8xS2R7OREXXnH5G1vcfr6UPIdu7IeT { width:47.75rem;height:2.5625rem;top:29.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jio20ZPBy6FGcznkym6OIWMOObkfn5vr { width:47.75rem;height:18.75rem;top:3.9375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls231kWmS0SsimKsAOoLLhBWvlTt2ADR { width:47.75rem;height:2.5625rem;top:23.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W { display:block; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLPfy5pHTTk1DUGKTOVKzmyP4zfS0wap { width:47.75rem;height:3.625rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ { display:block; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFh0UAn2d9MuHlvPGiDsvn6dMiOdJpTf { width:14.375rem;height:14.6875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGglRdlqywvGgmLvBxh87p7cA3ft7Mf { width:11.375rem;height:5.0625rem;top:8rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxSxAbVIAeDkZCg8Zc4cdLSR0OH3aES4 { top:2.4375rem;left:4.375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWg0J2UmqBs9bEbGZPntxgQ2TI56FlS1 { top:2.4375rem;left:16.3125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enM7TId49bsXSooqnKrKm0Chc5lNyQqw { width:11.375rem;height:8.4375rem;top:7.3125rem;left:12.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRdeG8N1hAMEQ2oPEq3KN15hCzKCroAO { width:14.375rem;height:14.6875rem;top:1.5rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cosq6Dv4dAwS4iJXMTs4FN4g6JwNJtrX { width:14.375rem;height:14.6875rem;top:1.5rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3DuIxiZt7DSoBWFxAT8V7B5HOInqJ6G { width:14.375rem;height:14.6875rem;top:1.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTekfe6F2qDqkcUt7UC19GzNuN44xSI { top:2.4375rem;left:28.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5u8WeP1cbTQXS36yNbDC7sMcF92uHVS { top:2.4375rem;left:40.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCiCH3nUxT9arSSFb04svAgLqVeqzs9E { width:11.375rem;height:8.4375rem;top:7.3125rem;left:24.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po0JcpMM9gWxFqSxkrd5um7Gz5iC6N13 { width:11.375rem;height:8.4375rem;top:7.3125rem;left:36.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbKCCg8JF2p4srpm5go70glhNSVirkDg { display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqf89BDA6PK5vycLis9GdOOOuQd9WWDK { width:47.75rem;height:2.25rem;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6hBe3iSqID87hZ6fREmZuWJ7wEmh4Jk { top:4.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }#m6hBe3iSqID87hZ6fREmZuWJ7wEmh4Jk li:before{  }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { width:5.25rem;height:3.375rem;top:24.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR87ptChA73bkU4RZDmI4uAmyPii04c7 { width:7.875rem;height:1.9375rem;top:25.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLddHMQLWVTkyFwQ6d0G7T8N3iUenwqq { width:18.9375rem;height:5.1875rem;top:26.0625rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPSxB1mEfpfGFNqyPh7kex3fhBsnPCF2 { display:block; }
 }@media only screen and (max-width: 763px) { #kou57E8fN0o7tLZAUuWSdLRKHh7RmNCv { top:0rem;left:14.25rem;width:33.5rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZLvU3oTExh68TG5rx7T7oAUizuwa9sA { top:23.8125rem;left:30.875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQ3LzsSecvL6AlK6mQhGJHc8QBxXlFL { top:33.0625rem;left:31.21875rem;width:11.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBMxOdJDPfCaQ16FXNR5t63coVILai6S { display:block; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKME8Vbn2chf4fPhizAZvJadctUdieLU { width:17.5rem;height:3.75rem;top:13.625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQT3Pi9F6PeQKwcq6tyttxiHVVcoZuPq { display:block; }
 }@media only screen and (max-width: 763px) { #oE61HbCCIEvQGCtWrlkxATGNEmBpormU { top:11.125rem;left:11.6875rem;width:24.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS7UKKxRcoXKHOQXznccAFgT1A5Wnhvn { top:2.8125rem;left:7rem;width:39.375rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9EzvfU8XHwrJ21q7zvJFCxHB4pA5Ruf { top:2.1875rem;left:1.6875rem;width:45.0625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5kqTzGSkdfkhErqlyw7Bds30ahqNTkq { top:8.625rem;left:17.6875rem;width:28.5625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdTpAQp0xcF5dXlnaxJK44ClnBLBu7T { top:6rem;left:1.8408203125rem;width:16.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W { display:block; }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9SsUiJCNn82gCQeDETX7ILnmvxSHz5S { width:43.5rem;height:;top:1.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgegVS2GgJx1H7KfbRfyc16v5q70C8fp { width:45.75rem;height:28rem;top:7.3125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hux7TuvzqgkVVMl6FRIEpXzFTZODBtZN { width:18rem;height:4.875rem;top:37.5625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMmPSInoQKsxIDk1P86rZSv3UA82s9cq { display:block; }
 }@media only screen and (max-width: 763px) { #ANnOnnXnKm3ngTmLMObtfaLGSCck8uUm { width:6.25rem;height:1.1875rem;top:16.375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1wwEvoJHJH9cCWR83AvVg5UOkq0ZcxB { display:block; }
 }@media only screen and (max-width: 763px) { #OZHbNIb302wRs4TQL54vhyGPSG154BaN { top:44.3125rem;left:17.96875rem;width:11.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G { display:block; }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGOAGumnOWsmS12vyuW46QT5IrnlXiGo { top:8.0625rem;left:1.5rem;width:44.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkSu0UPoR5ZwTNMLdra2ccR5TFFsM1ep { width:47.75rem;height:2.25rem;top:1.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 { display:block; }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEzyTpI6sbnueSVBlVtzcp5lbJcIRkNT { width:43.5rem;height:2.875rem;top:2.6875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRlUt2WPDIWRkEQbzc8iwDTMaqb6ZJHn { width:45.75rem;height:;top:7.5625rem;left:1rem;font-size:1rem;display:block; }#IRlUt2WPDIWRkEQbzc8iwDTMaqb6ZJHn li:before{  }
 }@media only screen and (max-width: 763px) { #mL7Nk7gDpShGOWUr95oKbTTWHWAGurRT { width:18rem;height:4.875rem;top:56.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIWtTAHVdC8s85RcSPcelJtNs47himeQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZFgP9i7wduTvmzG0z8HZuWd3i8NIqi1S { top:62.9375rem;left:17.96875rem;width:11.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IggTQV4MwHBre8kesJGlWMQQJS46XDRB { top:7rem;left:2.90625rem;width:21.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hVs84ZbrsRsHuQEzZuTLiwIPQ9OgfM { width:43.5rem;height:2.875rem;top:32.8125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBtpX7UDZJA5fuVrBAMHdnkXzs8LSGL7 { width:45.75rem;height:;top:37.5625rem;left:1rem;font-size:1rem;display:block; }#xBtpX7UDZJA5fuVrBAMHdnkXzs8LSGL7 li:before{  }
 }@media only screen and (max-width: 763px) { #TT6rbBRTmAFBIMWl5ouDTXwy7JwxGswf { top:35.625rem;left:2.90625rem;width:21.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOJp5FEOd9CNxkardHe71qxMiJudiMaX { display:block; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTgkFTtLliCppTew2r90FRaGQ04ADPLK { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgnrUUHiHh1b2UVdPFsaTS3VTiTvC2My { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ADtKGCPL1TqaCp7CKq1CdUXwCdy1v8 { width:5.25rem;height:3.375rem;top:24.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4pTQSdo4fSQy15voHv5nP1W7aGvaUrf { width:7.875rem;height:1.9375rem;top:25.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU3wAJ6hMhspII1ZmBqtNt8DoL8sH6ec { width:18.9375rem;height:5.1875rem;top:32rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOH7TsTHmQdHTC2Dvlcor3zqKm0OCGuy { display:block; }
 }@media only screen and (max-width: 763px) { #wCs4xtcoqfQiU7pOVM7T5UBkJaTOw7Fa { top:29.5rem;left:30.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPzuS18ptEE6FKZQwOJisuKmvD9TxQNu { top:38.5625rem;left:31.0625rem;width:11.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq { display:block; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lq2aWQ44Veu357WnOn4idNKhsBfo6dMT { width:17.5rem;height:3.75rem;top:13.625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSe0PBauohzMlHOhhfFbaBi40fUfTmnR { display:block; }
 }@media only screen and (max-width: 763px) { #vye1D1qKkTZm7wk5Sogdoxo5UolnDzzh { top:11.125rem;left:11.6875rem;width:24.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD3GzTPb6NDV0eotXFXKn0IaV9GXrUIe { top:4.6875rem;left:6.6875rem;width:38rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMAtkTEeU3Z68WXP6n2TNUnb0cCrM4Ve { top:2.1875rem;left:1.6875rem;width:45.0625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvP9RswH33xFE1rVHQFaoVeLAlieBCCf { top:8.625rem;left:17.6875rem;width:28.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7MUJe9yrHrr5GpiN6nQDxEmQFfFkbB { top:6rem;left:1.8408203125rem;width:16.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG { display:block; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tst1UD28tQqJof1bubhLrPGmAoMMRbBN { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 { display:block; }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyAtLvry7aw7KNf2QPe0nBBnR7xuGNIC { top:10.625rem;left:22.9375rem;width:24.8125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUrAA381h77h2qmQwOTyVgycIO77mBpz { width:27rem;height:3.75rem;top:4.1875rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6XVq2rsMEAaFvf2NbSPktpPS7BQSyV3 { top:2.9375rem;left:0rem;width:26.3125rem;height:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbZVFknk9ElCk9TbzT4hPqPrebxbwFfv { top:27.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTrvMGHannBgykDOtzFrSOfEPVKUQB2U { top:29.625rem;left:0rem;width:26.4375rem;height:10.625rem;font-size:1rem;display:block; }#QTrvMGHannBgykDOtzFrSOfEPVKUQB2U li:before{  }
 }@media only screen and (max-width: 763px) { #TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ { display:block; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtNdQGbmKk2NtBFllJVhKpsv4wsx2xlC { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJeScGN2aqamdixRROXAi6crdI38F6IB { display:block; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgJFExOiCmys0oAwykiK0tCLR1vvdwnG { top:2.8125rem;left:5.1875rem;width:13.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHwuxv7MLgHkUTaILS3PJ3sFiPgZ36nP { width:29.4375rem;height:2rem;top:0.8125rem;left:18.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZIEpqKtJeu0nqcaTGb8OX0IRS9378ZM { top:3.5625rem;left:24.0625rem;width:23.5rem;height:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 { display:block; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvHWfTsOfegVXdazWJswyDgQfhTiFDLo { width:29.4375rem;height:2rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssV7c2STAeIdFv2pdO2vycyaMVcrxgyK { top:6.4375rem;left:0.1875rem;width:23.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTb8GBJIuuZ8JVuBL2BZ6IO3Lt4WHkxt { top:2.6875rem;left:29.822265625rem;width:13.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR { display:block; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzgZSGsbIZbNmQZVve2AVZAX79tl7MH5 { width:29.4375rem;height:2rem;top:2.4375rem;left:18.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GelPgQRcGMy4iRtohhZcZHczRic4cXnN { top:6rem;left:24.062501907349rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #to6LaamcDOTsgDw5bT9IU2wZTlVACmZe { top:2.4375rem;left:3.416015625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:39.875rem;height:6.9375rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:30rem;height:;top:11.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfa32puFOxGu3eLqkQJEvyegaKBnSwA { width:18.9375rem;height:5.25rem;top:4rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTGRSbIosQhDFtn7PNhWx8KKcI4Eddo { display:block; }
 }@media only screen and (max-width: 763px) { #H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF { display:block; }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UR6O5CiME9yO5P859EZMc4zgcqGKZ702 { top:2.5625rem;left:0rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6pvaGwBErCHUMQ3TFXqfuudffTvvmZ2 { top:0.9375rem;left:11.9375rem;width:10.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDNWH1gUiTSnJOZtBZ3b7nBO2CQsUQTw { top:0.8125rem;left:6.8125rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1zQyA00EohNfJ2FqfEG8ryWUpWrMadh { top:4.125rem;left:32.75rem;width:15rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr { display:block; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsOAC6r5ROZENgcrmLBngTREowVyqCLM { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MXLsOfxXU8k3GpSCznv3ghBdvxow23 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZIO4X9LpRAAgtcmzSD567NCp9XdxEy { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyE49rMUBRUFkqENd3HU1UzGQTiQ5Qqn { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIaKnHBKH9xwrfNxD40IQXScNmNBAGU { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJKm6lwITym7u15dTTRB1LkLIGMI1nvO { top:12.875rem;left:17.5625rem;width:13.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzcXTa1CFP9ZfMGdBHlEKARLpEwF2dC2 { width:10.5rem;height:2rem;top:9.8125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxqMZuxEROThF4nrPGBZwVRm9umVne3O { display:block; }
 }@media only screen and (max-width: 763px) { #thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB { display:block; }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tae1XprTPVV2Qho2BwwFzLF4qKed0KaO { top:0.75rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv { display:block; }#MndC6puHMMLmZoq8xh7aPuWqaK2PgKHv > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgzx1Qw32cMVvq6T10KgldcXzF6kXSTK { width:20rem;height:10.25rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B { display:block; }#Q6NFI6U3t9PPfJKtittIMpIQMhn9d61B > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9TpDFxQTtPxdauTaHh4E0hmiD5s37sB { width:20rem;height:17.5625rem;top:28.07421875rem;left:0rem;font-size:0.9375rem;display:block; }#h9TpDFxQTtPxdauTaHh4E0hmiD5s37sB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #GRE8QFKWnyM5HpHL1JzV3pZSJxzkx5rl { width:15.625rem;height:3.4375rem;top:46.98046875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJRvznZuStAqTffsSNZp6ibSOgTJyzpp { display:block; }
 }@media only screen and (max-width: 763px) { #AD8xS2R7OREXXnH5G1vcfr6UPIdu7IeT { width:20rem;height:2.875rem;top:22.7373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jio20ZPBy6FGcznkym6OIWMOObkfn5vr { width:20rem;height:17.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls231kWmS0SsimKsAOoLLhBWvlTt2ADR { width:20rem;height:1.4375rem;top:19.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W { background-color:#940025;background-image:none;display:block; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container { background-color: transparent; background-image: none; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container > .video-iframe-container { display: none; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row > .video-iframe-container { display: none; }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .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); }#bxFQUvpZD4iLilZwtfFGsaQ5Th08gN3W > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLPfy5pHTTk1DUGKTOVKzmyP4zfS0wap { width:20rem;height:2.4375rem;top:1.7490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/08bOYnH_r_E/unsplash/brooke-lark-08bOYnH_r_E-photo-1490818387583-1baba5e638af.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ.adaptive-delivery-prevent-bg, #hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ.lazyload, #hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ.lazyloading { background-image: none; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container { background-color: transparent; background-image: none; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container > .video-iframe-container { display: none; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.35); }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row > .video-iframe-container { display: none; }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .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); }#hiIzeblN8TA1b6PfJd9XyAOPNAmRrMcZ > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFh0UAn2d9MuHlvPGiDsvn6dMiOdJpTf { width:14.375rem;height:14.6875rem;top:2.4359345436096rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGglRdlqywvGgmLvBxh87p7cA3ft7Mf { width:11.625rem;height:5.0625rem;top:10.6875rem;left:4.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxSxAbVIAeDkZCg8Zc4cdLSR0OH3aES4 { width:3.1875rem;height:3.1875rem;top:5.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWg0J2UmqBs9bEbGZPntxgQ2TI56FlS1 { width:3.1875rem;height:3.1875rem;top:21.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enM7TId49bsXSooqnKrKm0Chc5lNyQqw { width:11.375rem;height:6rem;top:25.75rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRdeG8N1hAMEQ2oPEq3KN15hCzKCroAO { width:14.375rem;height:14.6875rem;top:19.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cosq6Dv4dAwS4iJXMTs4FN4g6JwNJtrX { width:14.375rem;height:14.6875rem;top:35.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3DuIxiZt7DSoBWFxAT8V7B5HOInqJ6G { width:14.375rem;height:14.6875rem;top:52.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTekfe6F2qDqkcUt7UC19GzNuN44xSI { width:3.1875rem;height:3.1875rem;top:37.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5u8WeP1cbTQXS36yNbDC7sMcF92uHVS { width:3.1875rem;height:3.1875rem;top:54.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCiCH3nUxT9arSSFb04svAgLqVeqzs9E { width:11.375rem;height:6rem;top:42.375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po0JcpMM9gWxFqSxkrd5um7Gz5iC6N13 { width:11.375rem;height:6rem;top:59.375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbKCCg8JF2p4srpm5go70glhNSVirkDg { display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqf89BDA6PK5vycLis9GdOOOuQd9WWDK { width:20rem;height:2rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6hBe3iSqID87hZ6fREmZuWJ7wEmh4Jk { width:20rem;height:47.1875rem;top:6.1240234375rem;left:0rem;font-size:1rem;display:block; }#m6hBe3iSqID87hZ6fREmZuWJ7wEmh4Jk li:before{  }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { background-color:#eceff2;background-image:url("https://images.assets-landingi.com/uc/d5273b7a-8a45-476a-9c8d-709ca91c0945/pexelsvanessaloring5966438.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.adaptive-delivery-prevent-bg, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyload, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyloading { background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:20rem;height:5.375rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:20rem;height:9.375rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { width:18.375rem;height:3.375rem;top:19.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR87ptChA73bkU4RZDmI4uAmyPii04c7 { width:4.75rem;height:0;top:20.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLddHMQLWVTkyFwQ6d0G7T8N3iUenwqq { width:15.625rem;height:3.4375rem;top:24.5rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPSxB1mEfpfGFNqyPh7kex3fhBsnPCF2 { display:block; }
 }@media only screen and (max-width: 763px) { #kou57E8fN0o7tLZAUuWSdLRKHh7RmNCv { width:20rem;height:44.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZLvU3oTExh68TG5rx7T7oAUizuwa9sA { width:12.5rem;height:1.375rem;top:31.375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEQ3LzsSecvL6AlK6mQhGJHc8QBxXlFL { width:11.8125rem;height:1.5rem;top:37.375rem;left:4.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBMxOdJDPfCaQ16FXNR5t63coVILai6S { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S.adaptive-delivery-prevent-bg, #VBMxOdJDPfCaQ16FXNR5t63coVILai6S.lazyload, #VBMxOdJDPfCaQ16FXNR5t63coVILai6S.lazyloading { background-image: none; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container { background-color: transparent; background-image: none; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #940025; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container > .video-iframe-container { display: none; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #940025; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row > .video-iframe-container { display: none; }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .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); }#VBMxOdJDPfCaQ16FXNR5t63coVILai6S > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKME8Vbn2chf4fPhizAZvJadctUdieLU { width:17.5rem;height:3.75rem;top:39.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQT3Pi9F6PeQKwcq6tyttxiHVVcoZuPq { display:block; }
 }@media only screen and (max-width: 763px) { #oE61HbCCIEvQGCtWrlkxATGNEmBpormU { width:16.4375rem;height:1.375rem;top:8.375rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JS7UKKxRcoXKHOQXznccAFgT1A5Wnhvn { width:20rem;height:10.9375rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9EzvfU8XHwrJ21q7zvJFCxHB4pA5Ruf { width:19rem;height:43.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5kqTzGSkdfkhErqlyw7Bds30ahqNTkq { width:20rem;height:5.75rem;top:31.3515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTdTpAQp0xcF5dXlnaxJK44ClnBLBu7T { width:16.5625rem;height:13.8125rem;top:15.46875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W { display:block; }#bRiM9TDuokzmkiuTT1Xb1Cvq5uAKEK8W > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9SsUiJCNn82gCQeDETX7ILnmvxSHz5S { width:20rem;height:5.375rem;top:2.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lgegVS2GgJx1H7KfbRfyc16v5q70C8fp { width:20rem;height:43.875rem;top:10.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hux7TuvzqgkVVMl6FRIEpXzFTZODBtZN { width:13.3125rem;height:3.75rem;top:54.5625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMmPSInoQKsxIDk1P86rZSv3UA82s9cq { display:block; }
 }@media only screen and (max-width: 763px) { #ANnOnnXnKm3ngTmLMObtfaLGSCck8uUm { width:6.25rem;height:1.1875rem;top:23.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1wwEvoJHJH9cCWR83AvVg5UOkq0ZcxB { display:block; }
 }@media only screen and (max-width: 763px) { #OZHbNIb302wRs4TQL54vhyGPSG154BaN { width:11.8125rem;height:1.5rem;top:59.5625rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G { display:block; }#Rghp6ZMk3vW1xQT9Oc4tgWKAAc451S4G > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGOAGumnOWsmS12vyuW46QT5IrnlXiGo { height:11.229050279329rem;width:20rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkSu0UPoR5ZwTNMLdra2ccR5TFFsM1ep { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 { display:block; }#TxxgJnl5rvWNbi0by0VAWdpihtzlDzL8 > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEzyTpI6sbnueSVBlVtzcp5lbJcIRkNT { width:20rem;height:2.6875rem;top:2.125rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IRlUt2WPDIWRkEQbzc8iwDTMaqb6ZJHn { width:20rem;height:30.125rem;top:8.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#IRlUt2WPDIWRkEQbzc8iwDTMaqb6ZJHn li:before{  }
 }@media only screen and (max-width: 763px) { #mL7Nk7gDpShGOWUr95oKbTTWHWAGurRT { width:13.3125rem;height:3.75rem;top:65.5625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIWtTAHVdC8s85RcSPcelJtNs47himeQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZFgP9i7wduTvmzG0z8HZuWd3i8NIqi1S { width:11.8125rem;height:1.5rem;top:70.625rem;left:4.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IggTQV4MwHBre8kesJGlWMQQJS46XDRB { width:20rem;height:1.9375rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5hVs84ZbrsRsHuQEzZuTLiwIPQ9OgfM { width:20rem;height:2.375rem;top:40.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xBtpX7UDZJA5fuVrBAMHdnkXzs8LSGL7 { width:20rem;height:17.5rem;top:46.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#xBtpX7UDZJA5fuVrBAMHdnkXzs8LSGL7 li:before{  }
 }@media only screen and (max-width: 763px) { #TT6rbBRTmAFBIMWl5ouDTXwy7JwxGswf { width:20rem;height:1.9375rem;top:44.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOJp5FEOd9CNxkardHe71qxMiJudiMaX { background-color:#eceff2;background-image:url("https://images.assets-landingi.com/frRtQf41/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX.adaptive-delivery-prevent-bg, #nOJp5FEOd9CNxkardHe71qxMiJudiMaX.lazyload, #nOJp5FEOd9CNxkardHe71qxMiJudiMaX.lazyloading { background-image: none; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container { background-color: transparent; background-image: none; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container > .video-iframe-container { display: none; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row > .video-iframe-container { display: none; }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .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); }#nOJp5FEOd9CNxkardHe71qxMiJudiMaX > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTgkFTtLliCppTew2r90FRaGQ04ADPLK { width:20rem;height:8.0625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgnrUUHiHh1b2UVdPFsaTS3VTiTvC2My { width:20rem;height:13.125rem;top:13.062507152557rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ADtKGCPL1TqaCp7CKq1CdUXwCdy1v8 { width:19.6875rem;height:5.0625rem;top:27.562499046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4pTQSdo4fSQy15voHv5nP1W7aGvaUrf { width:4.75rem;height:0;top:20.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU3wAJ6hMhspII1ZmBqtNt8DoL8sH6ec { width:15.625rem;height:3.4375rem;top:34.687499523163rem;left:2.1875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOH7TsTHmQdHTC2Dvlcor3zqKm0OCGuy { display:block; }
 }@media only screen and (max-width: 763px) { #wCs4xtcoqfQiU7pOVM7T5UBkJaTOw7Fa { width:12.5rem;height:1.25rem;top:39.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPzuS18ptEE6FKZQwOJisuKmvD9TxQNu { width:11.8125rem;height:1.5rem;top:41.875rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq.adaptive-delivery-prevent-bg, #DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq.lazyload, #DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq.lazyloading { background-image: none; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container { background-color: transparent; background-image: none; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #940025; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container > .video-iframe-container { display: none; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #940025; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row > .video-iframe-container { display: none; }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .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); }#DDBNwaD9TAGfcHTKxgpRy0SwMCFq5zLq > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lq2aWQ44Veu357WnOn4idNKhsBfo6dMT { width:17.5rem;height:3.75rem;top:36rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSe0PBauohzMlHOhhfFbaBi40fUfTmnR { display:block; }
 }@media only screen and (max-width: 763px) { #vye1D1qKkTZm7wk5Sogdoxo5UolnDzzh { width:16.4375rem;height:1.375rem;top:8.375rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KD3GzTPb6NDV0eotXFXKn0IaV9GXrUIe { width:20rem;height:6.5625rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMAtkTEeU3Z68WXP6n2TNUnb0cCrM4Ve { width:19rem;height:39.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvP9RswH33xFE1rVHQFaoVeLAlieBCCf { width:20rem;height:4.3125rem;top:28.7265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7MUJe9yrHrr5GpiN6nQDxEmQFfFkbB { width:16.5625rem;height:13.8125rem;top:12.4765625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG { background-color:#000000;background-image:none;display:block; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container { background-color: transparent; background-image: none; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container > .video-iframe-container { display: none; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row > .video-iframe-container { display: none; }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .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); }#v7Nz2R8a4Bu81EoJ4zKidWq9OToEavTG > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tst1UD28tQqJof1bubhLrPGmAoMMRbBN { width:20rem;height:1.5rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 { display:block; }#CCxb0ZkVX4lGns9LW7FiABSTeofA25u0 > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyAtLvry7aw7KNf2QPe0nBBnR7xuGNIC { width:20rem;height:19.646875rem;top:1.7648372650146rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUrAA381h77h2qmQwOTyVgycIO77mBpz { width:18.6875rem;height:3.125rem;top:22.436718940735rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6XVq2rsMEAaFvf2NbSPktpPS7BQSyV3 { width:20rem;height:31.25rem;top:26.8115234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbZVFknk9ElCk9TbzT4hPqPrebxbwFfv { width:12.5rem;height:1.25rem;top:59.3115234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTrvMGHannBgykDOtzFrSOfEPVKUQB2U { width:20rem;height:11.875rem;top:61.8115234375rem;left:0rem;font-size:1rem;display:block; }#QTrvMGHannBgykDOtzFrSOfEPVKUQB2U li:before{  }
 }@media only screen and (max-width: 763px) { #TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ { background-color:#000000;background-image:none;display:block; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { background-color: transparent; background-image: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container > .video-iframe-container { display: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container { display: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .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); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtNdQGbmKk2NtBFllJVhKpsv4wsx2xlC { width:20rem;height:1.5rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJeScGN2aqamdixRROXAi6crdI38F6IB { display:block; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgJFExOiCmys0oAwykiK0tCLR1vvdwnG { width:14.8125rem;height:18.4375rem;top:0.93750095367431rem;left:2.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHwuxv7MLgHkUTaILS3PJ3sFiPgZ36nP { width:20rem;height:3.875rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZIEpqKtJeu0nqcaTGb8OX0IRS9378ZM { width:20rem;height:18.75rem;top:24.6484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 { display:block; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvHWfTsOfegVXdazWJswyDgQfhTiFDLo { width:20rem;height:1.9375rem;top:20.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssV7c2STAeIdFv2pdO2vycyaMVcrxgyK { width:20rem;height:7.5rem;top:23.750012397766rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTb8GBJIuuZ8JVuBL2BZ6IO3Lt4WHkxt { width:16.6875rem;height:18.4375rem;top:1.2187380790711rem;left:1.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR { display:block; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzgZSGsbIZbNmQZVve2AVZAX79tl7MH5 { width:20rem;height:1.9375rem;top:20.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GelPgQRcGMy4iRtohhZcZHczRic4cXnN { width:20rem;height:8.75rem;top:23.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #to6LaamcDOTsgDw5bT9IU2wZTlVACmZe { width:18.4375rem;height:18.4375rem;top:0.87500667572019rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:20rem;height:10rem;top:1.6250047683716rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:20rem;height:0;top:10.675000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfa32puFOxGu3eLqkQJEvyegaKBnSwA { width:15.625rem;height:3.4375rem;top:14.062500953674rem;left:2.1875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTGRSbIosQhDFtn7PNhWx8KKcI4Eddo { display:block; }
 }@media only screen and (max-width: 763px) { #H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF { display:block; }#H0JBXJyCAdpVaO0Q4nOkX8pBkrA2uQtF > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UR6O5CiME9yO5P859EZMc4zgcqGKZ702 { width:14.75rem;height:14.75rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6pvaGwBErCHUMQ3TFXqfuudffTvvmZ2 { width:10.9375rem;height:16.8125rem;top:17.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDNWH1gUiTSnJOZtBZ3b7nBO2CQsUQTw { width:17.0625rem;height:17.0625rem;top:35.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1zQyA00EohNfJ2FqfEG8ryWUpWrMadh { width:15rem;height:10.5rem;top:53.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr { background-color:#f9bfac;background-image:none;display:block; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container { background-color: transparent; background-image: none; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container > .video-iframe-container { display: none; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row > .video-iframe-container { display: none; }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .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); }#ZVP2MBZALeuxO2TydQEggQWkaw0Fd4Jr > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsOAC6r5ROZENgcrmLBngTREowVyqCLM { width:16.25rem;height:2.0625rem;top:1.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MXLsOfxXU8k3GpSCznv3ghBdvxow23 { width:17.875rem;height:1.1875rem;top:6.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZIO4X9LpRAAgtcmzSD567NCp9XdxEy { width:2.5rem;height:2.5rem;top:5.96875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyE49rMUBRUFkqENd3HU1UzGQTiQ5Qqn { width:2.5rem;height:2.5rem;top:5.96875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIaKnHBKH9xwrfNxD40IQXScNmNBAGU { width:2.5rem;height:2.5rem;top:5.96875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJKm6lwITym7u15dTTRB1LkLIGMI1nvO { width:11.625rem;height:2.125rem;top:13.5986328125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzcXTa1CFP9ZfMGdBHlEKARLpEwF2dC2 { width:10.5rem;height:2rem;top:10.25rem;left:4.75rem;background-color:#0abc08;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DxqMZuxEROThF4nrPGBZwVRm9umVne3O { display:block; }
 }@media only screen and (max-width: 763px) { #thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB { display:block; }#thGbQGCfvFvPvEeVOcEDrDGuFpipnvbB > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tae1XprTPVV2Qho2BwwFzLF4qKed0KaO { width:18.75rem;height:12.1875rem;top:1.6875rem;left:0.625rem;font-size:0.625rem;display:block; }
 }