.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS { position:relative;display:block; }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS { background-color: transparent; background-image: none; }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .row .container > .video-iframe-container { display: none; }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .row > .video-iframe-container { display: none; }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .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); }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS { border-width: 0; border-radius: 0; }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .row .container > .video-iframe-container {  }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .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:4.6875rem;width:60rem;position:relative;display:block; }#KIXDRTaM3idyeyBJwL3MiFX2Xx9zlAhJ { background-color:transparent;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.125rem;left:18.1875rem;display:block; }
#qJLUoFUNwcs6vGekx8p9TelsAlUl92Tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uNVhHpZCACO4bQcBdPk7CV8VXCGOikbv { background-color:transparent;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.125rem;left:28.875rem;display:block; }
#wr8Ruqa6QuQAhx70HaLKZLBrTdB7hLql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tiVpgrTpb86ordPZziy9qfRxIh7CJhXL { background-color:transparent;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.125rem;left:39.125rem;display:block; }
#ovgelX38l8OCXO5ECQVRPsevK8g6Rm0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gMUGAZvbfyMwmhTMcUPQMPrTcTluqQQe { background-color:#f7eda8;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-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.6875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1rem;left:50.0625rem;display:block; }
#cz4upvH2hBQ6IMMtGMmbBoTO3G5dClCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dxTkcPflOFsxUa5Qonn5bpn0OzZ7Iy94 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:11.8125rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/59e7dc7d-ab5d-4a00-8ad6-ecc4e68825d0/Kajabi12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf.adaptive-delivery-prevent-bg, #JdsXAIObBMosFgCOoA6ITeTT7XMubnTf.lazyload, #JdsXAIObBMosFgCOoA6ITeTT7XMubnTf.lazyloading { background-image: none; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container { background-color: transparent; background-image: none; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container > .video-iframe-container { display: none; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row > .video-iframe-container { display: none; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .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); }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container { border-width: 0; border-radius: 0; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row > .video-iframe-container {  }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#U8xKKssWUzVoem1HCmcIoJDdXJq3yTni { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:11.1875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#iJcNVFP460Rc5laztUdnGIvizkd9rODg { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:larken;font-size:1.875rem;font-weight:400;z-index:100001;line-height:1.2;letter-spacing:0;top:9.3125rem;left:10.125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNv70FftQrEA7XPXolP8WueUbvc203zn { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:2.9375rem;top:40.0625rem;left:38.375rem;overflow:hidden;display:block; }
#bt5GXqsqhTGdpzRID7mT3FdCTrXdvK2r { background-color:#f7eda8;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-shadow: 0.4375rem 0.375rem 0.8125rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:41rem;left:22.6875rem;display:block; }
#i8VFKwNdhpiRNkm9tWrTKBILdCgUuvLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qOHU9MsKwnD5yW6FpXrs5UkohwkqEUTT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:7.3125rem;display:none; }
#He2sM0TtWt3chkZ3GAeUWBzQKEMupTq5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:16.125rem;left:10rem;display:block; }
#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yPFzPbi9/bg01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn.adaptive-delivery-prevent-bg, #HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn.lazyload, #HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn.lazyloading { background-image: none; }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row .container { background-color: transparent; background-image: none; }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row .container > .video-iframe-container { display: none; }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row > .video-iframe-container { display: none; }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .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); }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row .container { border-width: 0; border-radius: 0; }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row > .video-iframe-container {  }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;position:relative;display:block; }#iW9XLgCcm81yCIvbQe0XeDrfAafR4BTa { position:absolute;display:block;z-index:100003;background-color:#f3eae1;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:0.3125rem;width:7.5rem;top:22.25rem;left:26.25rem;display:block; }
#l6KTipNQZ2E0Gp46RAZg3p3er0HlnguF { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:8.3125rem;top:22.5rem;left:51.6875rem;overflow:hidden;display:block; }
#e4bkOMoCErbgtr9h5OgHIkzQeuBemLM2 { background-color:#f7eda8;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-shadow: 0.375rem 0.375rem 0.6875rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:4.3125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:24.875rem;left:20.8125rem;display:block; }
#L5fph0BfhNMV2GW6JN4J7PB5QTheZAeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u9wbgWCpJTDdJr4kLbgHalTBBgkAGJw6 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.4375rem;top:23.4375rem;left:38.9375rem;overflow:hidden;display:block; }
#WbD7fXRAOUJqIGHsG1bAqtFbxrxN5xnm { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:8rem;top:21.375rem;left:0rem;overflow:hidden;display:block; }
#TrEAZ2Fq3r35tTtOULFEdFadiMp8TufG { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:13.5rem;top:0rem;left:32.25rem;overflow:hidden;display:block; }
#CDRPUDCDmhJFSh41dRIC2ZUX79nMMSKU { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:12.4375rem;top:1.75rem;left:24.6875rem;overflow:hidden;display:block; }
#i1NEJ7um9OVpsiOak21IhLKa2Jrpz87N { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.7;letter-spacing:0;top:2.8125rem;left:0rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#x2bAy6RKWWVEnhSu2qBrxJFxIz22SqFc { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:8.15625rem;left:1.09375rem;height:12.75rem;text-align:center;text-align-last:center;display:block; }
#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k { position:relative;display:block; }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k { background-color: transparent; background-image: none; }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .row .container > .video-iframe-container { display: none; }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .row > .video-iframe-container { display: none; }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .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); }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k { border-width: 0; border-radius: 0; }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .row .container > .video-iframe-container {  }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .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.1875rem;width:60rem;position:relative;display:block; }#b6xr0pf3adaGI1gz2H0oTqhzRipS0rEI { color:#9c3446;display:block;width:60rem;position:absolute;font-family:larken;font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsqTgT3zGb1Z5rJ4SEcfQ4W45XmObSs1 { position:absolute;display:block;z-index:100005;background-color:#f3eae1;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:0.1875rem;width:7.5rem;top:16.8125rem;left:26.25rem;display:block; }
#ws5Nw0Q8TazofrCITvwmhU0UVOa95gMA { color:#797979;display:block;width:60rem;position:absolute;font-family:"noto sans";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKtrQXEI0keMtEdEIKqlEEGczvUbTgEN { color:#868686;display:block;width:57.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:4.0625rem;left:2.1875rem;height:4.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 { position:relative;display:block; }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 { background-color: transparent; background-image: none; }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .row .container > .video-iframe-container { display: none; }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .row > .video-iframe-container { display: none; }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .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); }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 { border-width: 0; border-radius: 0; }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .row .container > .video-iframe-container {  }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .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:13.75rem;width:60rem;position:relative;display:block; }#QiD3GKvtXnKtecw4zsJ0uPIolIbML4OG { 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;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:11.875rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
#n2hpGFo0SgnsOZVOzFsFwV5Xq0Bmoc1n { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:3.0625rem;left:8.25rem;overflow:hidden;display:block; }
#yHpzOr1mAgbZvFPD4pfwZHTlzpNbGVrf { color:#55636f;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.8;letter-spacing:0;top:7.375rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#M8na6ftqeMaRnVZ9k0mFLBRMmhwuJ4D3 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:11.875rem;width:20rem;top:0.9375rem;left:20rem;display:block; }
#fW13PnAigrnA657LCPDrooIVLJ88Bhry { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.9375rem;left:28.625rem;overflow:hidden;display:block; }
#QNZ5m4HDDprgTHStH6MKIQ1XwFRXiWC9 { color:#55636f;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.8;letter-spacing:0;top:7.0625rem;left:20.6875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#r89wwLHGxtX4sNcDs0qW3qZzVDycVz1x { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:11.875rem;width:20rem;top:0.6875rem;left:40rem;display:block; }
#bCTOadRLspcy7LlMOBbKGkzaGKp5P06r { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.875rem;left:48.9375rem;overflow:hidden;display:block; }
#rlUypP3w8BoIndkJvCyRRy2HOQrAV7ph { color:#55636f;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.8;letter-spacing:0;top:7.375rem;left:40.5rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI { position:relative;display:block; }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI { background-color: transparent; background-image: none; }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .row .container > .video-iframe-container { display: none; }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .row > .video-iframe-container { display: none; }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .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); }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI { border-width: 0; border-radius: 0; }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .row .container > .video-iframe-container {  }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .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:13.0625rem;width:60rem;position:relative;display:block; }#OsBkH4y9dtZCQVZEGpGRtiN1RVdD5duH { 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;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:11.875rem;width:20rem;top:0.375rem;left:0rem;display:block; }
#J22XrlHPApTPhuIfZR77VaD3HmsG2rDd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.9375rem;left:8.25rem;overflow:hidden;display:block; }
#fmuBKXB7NqN9oaUP5PrC3lgtEFwVvF4y { color:#55636f;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.8;letter-spacing:0;top:7.25rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#h1d0rSitpeX7B6PJRfsRkkN7LuO1025k { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:11.875rem;width:20rem;top:0.25rem;left:20rem;display:block; }
#Qc88JOkD2LnfQmrTeyizDdaw0asR4zhf { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.8125rem;left:28.625rem;overflow:hidden;display:block; }
#fOCtVe61xEdGWMiKUFCyNeuDz6n7SbS8 { color:#55636f;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.8;letter-spacing:0;top:7.25rem;left:20rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#WBXwqd5zA3Rl90yXZ9uGiJN9vw8JeHW6 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ebeff0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.06) ;height:11.875rem;width:20rem;top:0rem;left:40rem;display:block; }
#Tem6RqGDAH4eneUUPZghV9mE8xuX91dv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:2.5625rem;left:48.9375rem;overflow:hidden;display:block; }
#fXdG01Pu73zJqVa3q9xfd9ATwDQGdms7 { color:#55636f;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.8;letter-spacing:0;top:7.125rem;left:40rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row .container { background-color: transparent; background-image: none; }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row .container > .video-iframe-container { display: none; }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row > .video-iframe-container { display: none; }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .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); }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row .container { border-width: 0; border-radius: 0; }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row > .video-iframe-container {  }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#BtLeUzZxnBFBZyJeNvyZJ50TqlxGA3Ke { color:#353c58;display:block;width:60rem;position:absolute;font-family:larken;font-size:2.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.15625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PsUKgyOwigLQi0yJzq3gOlTN4I1Gk5rz { position:absolute;display:block;z-index:100005;background-color:#f3eae1;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:0.1875rem;width:7.5rem;top:6.375rem;left:26.25rem;display:block; }
#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf0f1;background-image:none;position:relative;display:block; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container { background-color: transparent; background-image: none; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container > .video-iframe-container { display: none; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row > .video-iframe-container { display: none; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .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); }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container { border-width: 0; border-radius: 0; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row > .video-iframe-container {  }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#Tn53df57irR4JLoeUqkLTNcUpwuxDlu5 { color:rgba(255,255,255,0.38);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:7.75rem;font-weight:400;z-index:99998;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:10.0746875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zX8T8W1lpkdpMoQv24oZw1ClOcDA3xS8 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:27.5625rem;top:2.568359375rem;left:0rem;overflow:hidden;display:block; }
#NuDeeydbaOa09M3Sd039LJC0qrg5HgT6 { color:#6e7faf;display:block;width:14.5625rem;position:absolute;font-family:vollkorn;font-size:2.1875rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:3.0625rem;left:24.6875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XkwdWZPQ3zTm1fvn2xTgA5oub1e8mGWS { color:#55636f;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:7rem;left:23.8125rem;height:;text-align:left;text-align-last:left;display:block; }#XkwdWZPQ3zTm1fvn2xTgA5oub1e8mGWS li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#XkwdWZPQ3zTm1fvn2xTgA5oub1e8mGWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6KhrniQ2/dot_green.svg); }
#l1BoZChEXM07Tauc558LfBeNbmJmMtDp { color:#55636f;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:3.0625rem;left:42.375rem;height:;text-align:left;text-align-last:left;display:block; }#l1BoZChEXM07Tauc558LfBeNbmJmMtDp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#l1BoZChEXM07Tauc558LfBeNbmJmMtDp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6KhrniQ2/dot_green.svg); }
#acTih9qWP8zHJpI6yQeyTOgBoeXwwzEP { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:23.1875rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#MuVRKn3XZAI1xWDVhopL385BiDMUuLVa { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container { background-color: transparent; background-image: none; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container > .video-iframe-container { display: none; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row > .video-iframe-container { display: none; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .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); }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container { border-width: 0; border-radius: 0; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row > .video-iframe-container {  }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#EUFpp5G8P8p87RpkT3tRGkatf2lqPFrP { color:#f3eae1;display:block;width:60rem;position:absolute;font-family:larken;font-size:2.1875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Akfw1VMAnXnwJiTeqKEFmtgmat6tiKsW { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:7.5rem;top:8.5625rem;left:26.25rem;display:block; }
#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container { background-color: transparent; background-image: none; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container > .video-iframe-container { display: none; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row > .video-iframe-container { display: none; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .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); }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container { border-width: 0; border-radius: 0; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row > .video-iframe-container {  }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#QWEZDfiPqkXqVuLISqiFq9JWMhSovMRz { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.8;letter-spacing:0;top:0.6875rem;left:0rem;height:2.36230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HyTfNEEshMXhJZhr8QmLZrmh9nStE5md { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae71e6b4-b3cd-4ccb-b7e8-22ae75184ef7/79.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:14.25rem;top:3.5625rem;left:0rem;display:block; }#HyTfNEEshMXhJZhr8QmLZrmh9nStE5md.adaptive-delivery-prevent-bg, #HyTfNEEshMXhJZhr8QmLZrmh9nStE5md.lazyload, #HyTfNEEshMXhJZhr8QmLZrmh9nStE5md.lazyloading { background-image: none; }
#Ck3gJfsHyUuO95EM3mZ2qS76dPPCZVUi { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/89d24264-b569-4ae8-a6f1-c4cabac86c1a/55.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:14.4375rem;top:3.40625rem;left:15.1875rem;display:block; }#Ck3gJfsHyUuO95EM3mZ2qS76dPPCZVUi.adaptive-delivery-prevent-bg, #Ck3gJfsHyUuO95EM3mZ2qS76dPPCZVUi.lazyload, #Ck3gJfsHyUuO95EM3mZ2qS76dPPCZVUi.lazyloading { background-image: none; }
#tcBwhmMksQoFXh0f8TWwT74v6rwm8FF3 { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a3884725-2b0d-4968-a6a6-e4a4cf3252f9/59.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:14.4375rem;top:3.40625rem;left:30.125rem;display:block; }#tcBwhmMksQoFXh0f8TWwT74v6rwm8FF3.adaptive-delivery-prevent-bg, #tcBwhmMksQoFXh0f8TWwT74v6rwm8FF3.lazyload, #tcBwhmMksQoFXh0f8TWwT74v6rwm8FF3.lazyloading { background-image: none; }
#e0Fy5AOEXhagRzId0qiIPGKyTRrnO9iz { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100010;line-height:1.8;letter-spacing:0;top:0.6875rem;left:30rem;height:2.36230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPgDDqNqCV2125fa2LTd7iG8fVcby8lT { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53d88f4a-5524-424a-8fba-485c3a487488/Screenshot20220915at110109.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:14.5625rem;top:3.40625rem;left:45.1875rem;display:block; }#sPgDDqNqCV2125fa2LTd7iG8fVcby8lT.adaptive-delivery-prevent-bg, #sPgDDqNqCV2125fa2LTd7iG8fVcby8lT.lazyload, #sPgDDqNqCV2125fa2LTd7iG8fVcby8lT.lazyloading { background-image: none; }
#sgZ46UhteG60FpDE1rttlg0dwBT7oU0d { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:6.125rem;left:0rem;display:block; }
#ye2IRmBAVo0WWTVBiwGBKauGLokJb1R4 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:6.125rem;left:56.875rem;display:block; }
#l27uHTlOGhOclWtVLT3mIirl0Lf6GSTd { background-color:#db694d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:12.5rem;left:15.1875rem;display:block; }
#wXO5lykhJWTma8EMfTGII1d2uo3XCTzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fOT6FOuKTK1qaDQBZQRDUscil65nCrU6 { background-color:#db694d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:12.5rem;left:0rem;display:block; }
#BMJdEJ5GSLlU2BmiTE4KBhER5Nz60y8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CFuOl6TgREP5zNGpDdaBs6ic4ME3fGT5 { background-color:#db694d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:12.5rem;left:30.125rem;display:block; }
#v3qqcOnHgcXTSMTPM3WOyTUAy9odKx21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X9ics5OXiv5i6iPXGa7hKgAa9UpnlreU { background-color:#db694d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:12.5rem;left:45.3125rem;display:block; }
#yGQplXEUs0X7SbbLLyQ933LTQ98coeft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0202;background-image:none;position:relative;display:block; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container { background-color: transparent; background-image: none; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container > .video-iframe-container { display: none; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row > .video-iframe-container { display: none; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .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); }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container { border-width: 0; border-radius: 0; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row > .video-iframe-container {  }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#NyMxmFhpMZ1ECHGGCbqUseq08SqFAwuA { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.8;letter-spacing:0;top:0.6875rem;left:0rem;height:2.36230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTwSsgITONvwJsaBAOEVyMUCLtykGhBu { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/29a0150f-a627-4e9b-8d08-1f971b152028/81.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:14.3125rem;top:3.5rem;left:0rem;display:block; }#XTwSsgITONvwJsaBAOEVyMUCLtykGhBu.adaptive-delivery-prevent-bg, #XTwSsgITONvwJsaBAOEVyMUCLtykGhBu.lazyload, #XTwSsgITONvwJsaBAOEVyMUCLtykGhBu.lazyloading { background-image: none; }
#NQJTBTXiisDozlLoIRszA3gzPET5Af3R { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c26b956b-4f41-4ed2-aed0-71b3e860add3/63.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:14.375rem;top:3.40625rem;left:15.1875rem;display:block; }#NQJTBTXiisDozlLoIRszA3gzPET5Af3R.adaptive-delivery-prevent-bg, #NQJTBTXiisDozlLoIRszA3gzPET5Af3R.lazyload, #NQJTBTXiisDozlLoIRszA3gzPET5Af3R.lazyloading { background-image: none; }
#XWCh96Cz16HLBAuhoQdVqBXBwfmQHrzU { position:absolute;display:block;z-index:100013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a236f85a-9da8-42fe-91da-13ee1dc41dc0/62.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:14.375rem;top:3.40625rem;left:30.3125rem;display:block; }#XWCh96Cz16HLBAuhoQdVqBXBwfmQHrzU.adaptive-delivery-prevent-bg, #XWCh96Cz16HLBAuhoQdVqBXBwfmQHrzU.lazyload, #XWCh96Cz16HLBAuhoQdVqBXBwfmQHrzU.lazyloading { background-image: none; }
#WUAtTDUQKT7hUwO7L55tnE5PWv18fTgC { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100010;line-height:1.8;letter-spacing:0;top:0.6875rem;left:30rem;height:2.36230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hJ6qF75GRaW6q1HrAiUTX0VMkRVS0qTQ { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/623524fa-484d-462c-b3f6-b1940daa8450/54.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:14.5625rem;top:3.40625rem;left:45.1875rem;display:block; }#hJ6qF75GRaW6q1HrAiUTX0VMkRVS0qTQ.adaptive-delivery-prevent-bg, #hJ6qF75GRaW6q1HrAiUTX0VMkRVS0qTQ.lazyload, #hJ6qF75GRaW6q1HrAiUTX0VMkRVS0qTQ.lazyloading { background-image: none; }
#mGWwurcqU49re8KzSC3WDXhorHiLLew8 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:6.125rem;left:0rem;display:block; }
#gCWMedbyiMx8tTmso639FktnHHvahbaX { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:6.125rem;left:56.875rem;display:block; }
#F1EOklt0aOB4upsuEm1ByZgOJM6G2grl { background-color:#db694d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:12.5rem;left:0rem;display:block; }
#r1hm8uA9MSd7henTalQrcJx7t5ID9IkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XikrPT1NwTPStFShPs7vrqPVVULgaG91 { background-color:#db694d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:12.5rem;left:15.1875rem;display:block; }
#J6PIXNHwdb4Uf1P89P1WyqAUvU1xeZf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BWxrwpBJUJX85yRNspiHwnSL3nhBd6Wb { background-color:#db694d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:12.5rem;left:30.375rem;display:block; }
#O1CwVci4Al0TqMXsndegUXDfd27CrOMf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cV6GS5ievUKJk0clpdpWKohTN4euXzw5 { background-color:#db694d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.0625rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:12.5rem;left:45.1875rem;display:block; }
#FnLcwLGSoqgxIWR4xxoOFThBwiPCZzLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 { position:relative;display:block; }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 { background-color: transparent; background-image: none; }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .row .container > .video-iframe-container { display: none; }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .row > .video-iframe-container { display: none; }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .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); }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 { border-width: 0; border-radius: 0; }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .row .container > .video-iframe-container {  }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#FdwovTf1EkoLCBnlfUv1C52d2rSTfVHg { color:#c61732;display:block;width:32.375rem;position:absolute;font-family:larken;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2rem;left:13.8125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row .container { background-color: transparent; background-image: none; }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row .container > .video-iframe-container { display: none; }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row > .video-iframe-container { display: none; }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .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); }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row .container { border-width: 0; border-radius: 0; }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row > .video-iframe-container {  }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#sDekd2R6MOVeA9X5Rp9czv7vE25BUDGb { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:2.25rem;left:2.4375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4owAWOT0nOSpWEx8EXnHQRLyS7cGrcM { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.06) ;height:37.25rem;width:15.5625rem;top:6.9375rem;left:13rem;display:block; }
#MOV6pybFT8qT2TwStwtS7ZZH8ehlS6Kh { color:#55636f;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:18.0625rem;left:13.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#MOV6pybFT8qT2TwStwtS7ZZH8ehlS6Kh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MOV6pybFT8qT2TwStwtS7ZZH8ehlS6Kh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4BRvyMq8/check.jpg); }
#Wvrm82N7OJp9KT0fpNQcFRg1fqzrPBEU { background-color:#c61732;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-shadow: 0.375rem 0.375rem 0.6875rem rgba(0,0,0,0.15) ;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:14.0625rem;height:3.6875rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:38.59375rem;left:13.75rem;display:block; }
#CRdQvAqPip6U9vsGurgWEZQtrb6S9kTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fdDsIWCpVeTr7Ing4yOToHDgGNFWJRCs { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:15.75rem;top:0rem;left:12.8125rem;overflow:hidden;display:block; }
#lJbwKzx8byedFZyyMaPSERpErbR5Ob60 { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:8.4375rem;left:21.125rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPHe9xuh2c9c9cDEV0J9xIdb88x96C1i { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:2.25rem;left:16.8125rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWfkZTcKdDTyZs8lHIizu8S3mbnOC8eG { color:rgba(255,255,255,0.6);display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:11.9375rem;left:15.0625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EGqTGHmmzhH55LHmVQ457in7t0mSLQf6 { color:rgba(255,255,255,0.6);display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:13.1875rem;left:15.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xw5LuXSQwzuIW8Hn4TDwbMvvHRw31gzS { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(0,0,0,0.06) ;height:37.25rem;width:15.5rem;top:6.9375rem;left:31.3125rem;display:block; }
#BTZCDgATUgflpXAF9D4qvLZnpfA2UbeX { background-color:#c61732;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-shadow: 0.375rem 0.375rem 0.6875rem rgba(0,0,0,0.15) ;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:13.8125rem;height:3.625rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:38.625rem;left:32.15625rem;display:block; }
#CsPtiFHezS1USmND7ld5wL7sVpx4WkQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aaeorsZREtZtDhyTioBop1V7GidcPKhz { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:15.4375rem;top:0rem;left:31.3125rem;overflow:hidden;display:block; }
#z3UbRi1oQ5xlXKQTiANWyn2NR3doDSBU { color:rgba(255,255,255,0.6);display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100037;line-height:1.5;letter-spacing:0;top:11.9375rem;left:32.9375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9rFnIhuZUlaUN3T8uxpBdi0VQnzyLnd { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100028;line-height:1.5;letter-spacing:0;top:8.4375rem;left:38.625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Itk3XGaPMRwVPfWouDBGxXDT5ahk3B3X { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100030;line-height:1.5;letter-spacing:0;top:5.4375rem;left:31.5625rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sy1ObM1z7I9KU1J6ZEWepvSqd3h2rqQr { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100029;line-height:1.5;letter-spacing:0;top:2.25rem;left:34.6875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WiTlToWLGwv6nErRLTEeisLnw9FsxX6X { color:#353c58;display:block;width:15rem;position:absolute;font-family:vollkorn;font-size:2.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.5rem;left:30rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rGTObGQM9wnOIx2pGMGfmSxRDrN6FAAP { color:#eca6a6;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100031;line-height:1.5;letter-spacing:0;top:5.4375rem;left:13.5625rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yGOxUWZCC2RaallPqSXwmAHPDiJW2TVy { color:#55636f;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100023;line-height:1.5;letter-spacing:0;top:17.9375rem;left:31.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#yGOxUWZCC2RaallPqSXwmAHPDiJW2TVy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yGOxUWZCC2RaallPqSXwmAHPDiJW2TVy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4BRvyMq8/check.jpg); }
#oy6J0NSdvaR1IqyQzPSHJ2MpgVyT0X9k { color:#f1ffa7;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100021;line-height:1.5;letter-spacing:0;top:7.3125rem;left:15.875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eoR4XUv4kWV0MJR7icVZahbFTHLCdcz9 { color:#f1ffa7;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100029;line-height:1.5;letter-spacing:0;top:7.25rem;left:31.875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pMozdTOpSgGBtwVocha3PcG2OpJslSMS { display:block; }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIXDRTaM3idyeyBJwL3MiFX2Xx9zlAhJ { width:9.625rem;height:2.4375rem;top:1.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJLUoFUNwcs6vGekx8p9TelsAlUl92Tm { display:block; }
 }@media only screen and (max-width: 763px) { #uNVhHpZCACO4bQcBdPk7CV8VXCGOikbv { width:9.625rem;height:2.4375rem;top:1.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr8Ruqa6QuQAhx70HaLKZLBrTdB7hLql { display:block; }
 }@media only screen and (max-width: 763px) { #tiVpgrTpb86ordPZziy9qfRxIh7CJhXL { width:9.625rem;height:2.4375rem;top:1.125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovgelX38l8OCXO5ECQVRPsevK8g6Rm0Z { display:block; }
 }@media only screen and (max-width: 763px) { #gMUGAZvbfyMwmhTMcUPQMPrTcTluqQQe { width:9.9375rem;height:2.6875rem;top:1rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz4upvH2hBQ6IMMtGMmbBoTO3G5dClCx { display:block; }
 }@media only screen and (max-width: 763px) { #dxTkcPflOFsxUa5Qonn5bpn0OzZ7Iy94 { top:0.875rem;left:0rem;width:11.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdsXAIObBMosFgCOoA6ITeTT7XMubnTf { display:block; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8xKKssWUzVoem1HCmcIoJDdXJq3yTni { top:4.25rem;left:5.0625rem;width:37.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJcNVFP460Rc5laztUdnGIvizkd9rODg { top:9.3125rem;left:4rem;width:39.8125rem;height:4.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNv70FftQrEA7XPXolP8WueUbvc203zn { top:40.0625rem;left:32.25rem;width:2.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt5GXqsqhTGdpzRID7mT3FdCTrXdvK2r { width:14.375rem;height:3.8125rem;top:41rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8VFKwNdhpiRNkm9tWrTKBILdCgUuvLp { display:block; }
 }@media only screen and (max-width: 763px) { #qOHU9MsKwnD5yW6FpXrs5UkohwkqEUTT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #He2sM0TtWt3chkZ3GAeUWBzQKEMupTq5 { top:16.125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn { display:block; }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW9XLgCcm81yCIvbQe0XeDrfAafR4BTa { top:22.25rem;left:20.125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6KTipNQZ2E0Gp46RAZg3p3er0HlnguF { top:22.5rem;left:39.4375rem;width:8.3125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4bkOMoCErbgtr9h5OgHIkzQeuBemLM2 { width:16.8125rem;height:4.3125rem;top:24.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5fph0BfhNMV2GW6JN4J7PB5QTheZAeV { display:block; }
 }@media only screen and (max-width: 763px) { #u9wbgWCpJTDdJr4kLbgHalTBBgkAGJw6 { top:23.4375rem;left:32.8125rem;width:3.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbD7fXRAOUJqIGHsG1bAqtFbxrxN5xnm { top:21.375rem;left:0rem;width:8rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEAZ2Fq3r35tTtOULFEdFadiMp8TufG { top:0rem;left:26.125rem;width:13.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRPUDCDmhJFSh41dRIC2ZUX79nMMSKU { top:1.75rem;left:18.5625rem;width:12.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NEJ7um9OVpsiOak21IhLKa2Jrpz87N { top:2.8125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2bAy6RKWWVEnhSu2qBrxJFxIz22SqFc { top:8.125rem;left:0rem;width:47.75rem;height:12.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k { display:block; }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6xr0pf3adaGI1gz2H0oTqhzRipS0rEI { top:10.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsqTgT3zGb1Z5rJ4SEcfQ4W45XmObSs1 { top:16.8125rem;left:20.125rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5Nw0Q8TazofrCITvwmhU0UVOa95gMA { top:13.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKtrQXEI0keMtEdEIKqlEEGczvUbTgEN { top:4.0625rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 { display:block; }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiD3GKvtXnKtecw4zsJ0uPIolIbML4OG { top:1.0625rem;left:0rem;width:20rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2hpGFo0SgnsOZVOzFsFwV5Xq0Bmoc1n { top:3.0625rem;left:6.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHpzOr1mAgbZvFPD4pfwZHTlzpNbGVrf { top:7.375rem;left:0rem;width:20rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8na6ftqeMaRnVZ9k0mFLBRMmhwuJ4D3 { top:0.9375rem;left:7.375rem;width:20rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW13PnAigrnA657LCPDrooIVLJ88Bhry { top:2.9375rem;left:22.4375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNZ5m4HDDprgTHStH6MKIQ1XwFRXiWC9 { top:7.0625rem;left:13.1875rem;width:18.5625rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r89wwLHGxtX4sNcDs0qW3qZzVDycVz1x { top:0.6875rem;left:23.25rem;width:20rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTOadRLspcy7LlMOBbKGkzaGKp5P06r { top:2.875rem;left:38.625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlUypP3w8BoIndkJvCyRRy2HOQrAV7ph { top:7.375rem;left:28.625rem;width:19rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI { display:block; }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsBkH4y9dtZCQVZEGpGRtiN1RVdD5duH { top:0.375rem;left:0rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J22XrlHPApTPhuIfZR77VaD3HmsG2rDd { top:2.9375rem;left:6.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmuBKXB7NqN9oaUP5PrC3lgtEFwVvF4y { top:7.25rem;left:0rem;width:20rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1d0rSitpeX7B6PJRfsRkkN7LuO1025k { top:0.25rem;left:7.375rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc88JOkD2LnfQmrTeyizDdaw0asR4zhf { top:2.8125rem;left:22.4375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOCtVe61xEdGWMiKUFCyNeuDz6n7SbS8 { top:7.25rem;left:11.75rem;width:20rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBXwqd5zA3Rl90yXZ9uGiJN9vw8JeHW6 { top:0rem;left:23.25rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tem6RqGDAH4eneUUPZghV9mE8xuX91dv { top:2.5625rem;left:38.625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXdG01Pu73zJqVa3q9xfd9ATwDQGdms7 { top:7.125rem;left:27.625rem;width:20rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 { display:block; }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtLeUzZxnBFBZyJeNvyZJ50TqlxGA3Ke { top:2.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsUKgyOwigLQi0yJzq3gOlTN4I1Gk5rz { top:6.375rem;left:20.125rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3OPsi1G75NWpNVOqozrKLGRQSocxFR { display:block; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn53df57irR4JLoeUqkLTNcUpwuxDlu5 { top:4.5625rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX8T8W1lpkdpMoQv24oZw1ClOcDA3xS8 { top:2.5625rem;left:0rem;width:27.5625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuDeeydbaOa09M3Sd039LJC0qrg5HgT6 { top:3.0625rem;left:18.5625rem;width:14.5625rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkwdWZPQ3zTm1fvn2xTgA5oub1e8mGWS { top:7rem;left:17.6875rem;width:18.25rem;height:33.4375rem;font-size:0.875rem;display:block; }#XkwdWZPQ3zTm1fvn2xTgA5oub1e8mGWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6KhrniQ2/dot_green.svg); }
 }@media only screen and (max-width: 763px) { #l1BoZChEXM07Tauc558LfBeNbmJmMtDp { top:3.0625rem;left:30.125rem;width:17.625rem;height:40.6875rem;font-size:0.875rem;display:block; }#l1BoZChEXM07Tauc558LfBeNbmJmMtDp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6KhrniQ2/dot_green.svg); }
 }@media only screen and (max-width: 763px) { #acTih9qWP8zHJpI6yQeyTOgBoeXwwzEP { top:20.375rem;left:0rem;width:23.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVRKn3XZAI1xWDVhopL385BiDMUuLVa { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AcOPxzDZkxr1ngQQKIUwzknewUKqouVk { display:block; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUFpp5G8P8p87RpkT3tRGkatf2lqPFrP { top:4.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akfw1VMAnXnwJiTeqKEFmtgmat6tiKsW { top:8.5625rem;left:20.125rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wooa4WtUfvColISQAlNsmWSO8gEQ6BJG { display:block; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWEZDfiPqkXqVuLISqiFq9JWMhSovMRz { top:0.6875rem;left:0rem;width:5.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTfNEEshMXhJZhr8QmLZrmh9nStE5md { top:3.5625rem;left:0rem;width:14.25rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck3gJfsHyUuO95EM3mZ2qS76dPPCZVUi { top:3.375rem;left:9.0625rem;width:14.4375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcBwhmMksQoFXh0f8TWwT74v6rwm8FF3 { top:3.375rem;left:23.875rem;width:14.4375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Fy5AOEXhagRzId0qiIPGKyTRrnO9iz { top:0.6875rem;left:23.875rem;width:15.5rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPgDDqNqCV2125fa2LTd7iG8fVcby8lT { top:3.375rem;left:32.9375rem;width:14.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgZ46UhteG60FpDE1rttlg0dwBT7oU0d { top:6.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye2IRmBAVo0WWTVBiwGBKauGLokJb1R4 { top:6.125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l27uHTlOGhOclWtVLT3mIirl0Lf6GSTd { width:7.5rem;height:2.0625rem;top:12.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXO5lykhJWTma8EMfTGII1d2uo3XCTzO { display:block; }
 }@media only screen and (max-width: 763px) { #fOT6FOuKTK1qaDQBZQRDUscil65nCrU6 { width:7.5rem;height:2.0625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMJdEJ5GSLlU2BmiTE4KBhER5Nz60y8c { display:block; }
 }@media only screen and (max-width: 763px) { #CFuOl6TgREP5zNGpDdaBs6ic4ME3fGT5 { width:7.5rem;height:2.0625rem;top:12.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3qqcOnHgcXTSMTPM3WOyTUAy9odKx21 { display:block; }
 }@media only screen and (max-width: 763px) { #X9ics5OXiv5i6iPXGa7hKgAa9UpnlreU { width:7.5rem;height:2.0625rem;top:12.5rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQplXEUs0X7SbbLLyQ933LTQ98coeft { display:block; }
 }@media only screen and (max-width: 763px) { #Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN { display:block; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyMxmFhpMZ1ECHGGCbqUseq08SqFAwuA { top:0.6875rem;left:0rem;width:14.625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwSsgITONvwJsaBAOEVyMUCLtykGhBu { top:3.5rem;left:0rem;width:14.3125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQJTBTXiisDozlLoIRszA3gzPET5Af3R { top:3.375rem;left:9.0625rem;width:14.375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWCh96Cz16HLBAuhoQdVqBXBwfmQHrzU { top:3.375rem;left:23.875rem;width:14.375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUAtTDUQKT7hUwO7L55tnE5PWv18fTgC { top:0.6875rem;left:23.875rem;width:15.5rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6qF75GRaW6q1HrAiUTX0VMkRVS0qTQ { top:3.375rem;left:32.9375rem;width:14.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGWwurcqU49re8KzSC3WDXhorHiLLew8 { top:6.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCWMedbyiMx8tTmso639FktnHHvahbaX { top:6.125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1EOklt0aOB4upsuEm1ByZgOJM6G2grl { width:7.5rem;height:2.0625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1hm8uA9MSd7henTalQrcJx7t5ID9IkT { display:block; }
 }@media only screen and (max-width: 763px) { #XikrPT1NwTPStFShPs7vrqPVVULgaG91 { width:7.5rem;height:2.0625rem;top:12.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6PIXNHwdb4Uf1P89P1WyqAUvU1xeZf8 { display:block; }
 }@media only screen and (max-width: 763px) { #BWxrwpBJUJX85yRNspiHwnSL3nhBd6Wb { width:7.5rem;height:2.0625rem;top:12.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CwVci4Al0TqMXsndegUXDfd27CrOMf { display:block; }
 }@media only screen and (max-width: 763px) { #cV6GS5ievUKJk0clpdpWKohTN4euXzw5 { width:7.5rem;height:2.0625rem;top:12.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnLcwLGSoqgxIWR4xxoOFThBwiPCZzLK { display:block; }
 }@media only screen and (max-width: 763px) { #NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 { display:block; }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdwovTf1EkoLCBnlfUv1C52d2rSTfVHg { top:2rem;left:7.6875rem;width:32.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg { display:block; }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDekd2R6MOVeA9X5Rp9czv7vE25BUDGb { top:2.25rem;left:0.90625rem;width:9.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4owAWOT0nOSpWEx8EXnHQRLyS7cGrcM { top:6.9375rem;left:0rem;width:15.5625rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOV6pybFT8qT2TwStwtS7ZZH8ehlS6Kh { top:18.0625rem;left:0rem;width:13.9375rem;height:19.375rem;font-size:0.9375rem;display:block; }#MOV6pybFT8qT2TwStwtS7ZZH8ehlS6Kh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4BRvyMq8/check.jpg); }
 }@media only screen and (max-width: 763px) { #Wvrm82N7OJp9KT0fpNQcFRg1fqzrPBEU { width:14.0625rem;height:3.6875rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRdQvAqPip6U9vsGurgWEZQtrb6S9kTs { display:block; }
 }@media only screen and (max-width: 763px) { #fdDsIWCpVeTr7Ing4yOToHDgGNFWJRCs { top:0rem;left:0rem;width:15.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbwKzx8byedFZyyMaPSERpErbR5Ob60 { top:8.4375rem;left:16.53125rem;width:6.0625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPHe9xuh2c9c9cDEV0J9xIdb88x96C1i { top:2.25rem;left:12.21875rem;width:9.1875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWfkZTcKdDTyZs8lHIizu8S3mbnOC8eG { top:11.9375rem;left:11.25rem;width:12.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGqTGHmmzhH55LHmVQ457in7t0mSLQf6 { top:13.1875rem;left:11.25rem;width:12.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw5LuXSQwzuIW8Hn4TDwbMvvHRw31gzS { top:6.9375rem;left:20.8125rem;width:15.5rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZCDgATUgflpXAF9D4qvLZnpfA2UbeX { width:13.8125rem;height:3.625rem;top:38.625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPtiFHezS1USmND7ld5wL7sVpx4WkQW { display:block; }
 }@media only screen and (max-width: 763px) { #aaeorsZREtZtDhyTioBop1V7GidcPKhz { top:0rem;left:20.8125rem;width:15.4375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UbRi1oQ5xlXKQTiANWyn2NR3doDSBU { top:11.9375rem;left:23.1875rem;width:12.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9rFnIhuZUlaUN3T8uxpBdi0VQnzyLnd { top:8.4375rem;left:27.25rem;width:8.5625rem;height:3.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itk3XGaPMRwVPfWouDBGxXDT5ahk3B3X { top:5.4375rem;left:20.8125rem;width:15rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy1ObM1z7I9KU1J6ZEWepvSqd3h2rqQr { top:2.25rem;left:26.625rem;width:9.1875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTlToWLGwv6nErRLTEeisLnw9FsxX6X { top:2.5rem;left:15.8125rem;width:20rem;height:2.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGTObGQM9wnOIx2pGMGfmSxRDrN6FAAP { top:5.4375rem;left:0rem;width:15rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGOxUWZCC2RaallPqSXwmAHPDiJW2TVy { top:17.9375rem;left:20.8125rem;width:15rem;height:19.375rem;font-size:0.9375rem;display:block; }#yGOxUWZCC2RaallPqSXwmAHPDiJW2TVy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4BRvyMq8/check.jpg); }
 }@media only screen and (max-width: 763px) { #oy6J0NSdvaR1IqyQzPSHJ2MpgVyT0X9k { top:7.3125rem;left:11.9375rem;width:6.0625rem;height:4.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoR4XUv4kWV0MJR7icVZahbFTHLCdcz9 { top:7.25rem;left:24.21875rem;width:8.5625rem;height:4.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pMozdTOpSgGBtwVocha3PcG2OpJslSMS { display:block; }#pMozdTOpSgGBtwVocha3PcG2OpJslSMS > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIXDRTaM3idyeyBJwL3MiFX2Xx9zlAhJ { width:9.625rem;height:2.4375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJLUoFUNwcs6vGekx8p9TelsAlUl92Tm { display:block; }
 }@media only screen and (max-width: 763px) { #uNVhHpZCACO4bQcBdPk7CV8VXCGOikbv { width:9.625rem;height:2.4375rem;top:4.9375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wr8Ruqa6QuQAhx70HaLKZLBrTdB7hLql { display:block; }
 }@media only screen and (max-width: 763px) { #tiVpgrTpb86ordPZziy9qfRxIh7CJhXL { width:9.625rem;height:2.4375rem;top:8.625rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovgelX38l8OCXO5ECQVRPsevK8g6Rm0Z { display:block; }
 }@media only screen and (max-width: 763px) { #gMUGAZvbfyMwmhTMcUPQMPrTcTluqQQe { width:9.9375rem;height:2.6875rem;top:12.3125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cz4upvH2hBQ6IMMtGMmbBoTO3G5dClCx { display:block; }
 }@media only screen and (max-width: 763px) { #dxTkcPflOFsxUa5Qonn5bpn0OzZ7Iy94 { width:10.75rem;height:2.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdsXAIObBMosFgCOoA6ITeTT7XMubnTf { background-color:#6e7faf;background-image:url("https://images.assets-landingi.com/uc/59e7dc7d-ab5d-4a00-8ad6-ecc4e68825d0/Kajabi12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf.adaptive-delivery-prevent-bg, #JdsXAIObBMosFgCOoA6ITeTT7XMubnTf.lazyload, #JdsXAIObBMosFgCOoA6ITeTT7XMubnTf.lazyloading { background-image: none; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container { background-color: transparent; background-image: none; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container > .video-iframe-container { display: none; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row > .video-iframe-container { display: none; }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .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); }#JdsXAIObBMosFgCOoA6ITeTT7XMubnTf > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8xKKssWUzVoem1HCmcIoJDdXJq3yTni { width:18.625rem;height:7.5996125rem;top:3.875rem;left:0.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #iJcNVFP460Rc5laztUdnGIvizkd9rODg { width:20rem;height:9.8984375rem;top:13.4248046875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wNv70FftQrEA7XPXolP8WueUbvc203zn { width:2.9375rem;height:3.25rem;top:40.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt5GXqsqhTGdpzRID7mT3FdCTrXdvK2r { width:13.75rem;height:3.8125rem;top:41.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8VFKwNdhpiRNkm9tWrTKBILdCgUuvLp { display:block; }
 }@media only screen and (max-width: 763px) { #qOHU9MsKwnD5yW6FpXrs5UkohwkqEUTT { top:40.0625rem;left:0rem;width:7.3125rem;height:6rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #He2sM0TtWt3chkZ3GAeUWBzQKEMupTq5 { height:11.25rem;width:20rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn { display:block; }#HwOSQNRAd2qvxIcvZGJP4rmQTvsxVyNn > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW9XLgCcm81yCIvbQe0XeDrfAafR4BTa { width:7.5rem;height:0.1875rem;top:34.66162109375rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6KTipNQZ2E0Gp46RAZg3p3er0HlnguF { width:7.0625rem;height:6.4375rem;top:0.875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4bkOMoCErbgtr9h5OgHIkzQeuBemLM2 { width:16.8125rem;height:4.3125rem;top:48.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5fph0BfhNMV2GW6JN4J7PB5QTheZAeV { display:block; }
 }@media only screen and (max-width: 763px) { #u9wbgWCpJTDdJr4kLbgHalTBBgkAGJw6 { width:3.4375rem;height:3.8125rem;top:164.1875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbD7fXRAOUJqIGHsG1bAqtFbxrxN5xnm { width:7.8125rem;height:6.25rem;top:50.3125rem;left:12.1875rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #TrEAZ2Fq3r35tTtOULFEdFadiMp8TufG { width:12.25rem;height:13.6875rem;top:4.25rem;left:3.875rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #CDRPUDCDmhJFSh41dRIC2ZUX79nMMSKU { width:8.8125rem;height:8.1875rem;top:42.125rem;left:0rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #i1NEJ7um9OVpsiOak21IhLKa2Jrpz87N { width:20rem;height:12.75rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2bAy6RKWWVEnhSu2qBrxJFxIz22SqFc { width:20rem;height:26.7695rem;top:18.79296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k { display:block; }#ApO10gctDL6CGmkhuyp4aNmy4cFbhw0k > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6xr0pf3adaGI1gz2H0oTqhzRipS0rEI { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsqTgT3zGb1Z5rJ4SEcfQ4W45XmObSs1 { width:7.5rem;height:0.1875rem;top:6.005859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5Nw0Q8TazofrCITvwmhU0UVOa95gMA { width:20rem;height:8.125rem;top:6.88671875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKtrQXEI0keMtEdEIKqlEEGczvUbTgEN { width:20rem;height:9.5605625rem;top:16.26171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 { display:block; }#pVMpTJq18zWv4ydiwiSsR7RWAPMg1zZ0 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiD3GKvtXnKtecw4zsJ0uPIolIbML4OG { width:20rem;height:11.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2hpGFo0SgnsOZVOzFsFwV5Xq0Bmoc1n { width:3.4375rem;height:3.4375rem;top:3.3125rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHpzOr1mAgbZvFPD4pfwZHTlzpNbGVrf { width:16.8125rem;height:3.324225rem;top:8.1374816894531rem;left:1.59375rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M8na6ftqeMaRnVZ9k0mFLBRMmhwuJ4D3 { width:20rem;height:11.875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW13PnAigrnA657LCPDrooIVLJ88Bhry { width:3.4375rem;height:3.4375rem;top:16.625rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNZ5m4HDDprgTHStH6MKIQ1XwFRXiWC9 { width:16.5625rem;height:3.32421875rem;top:21.450000762939rem;left:1.71875rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r89wwLHGxtX4sNcDs0qW3qZzVDycVz1x { width:20rem;height:11.875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTOadRLspcy7LlMOBbKGkzaGKp5P06r { width:3.4375rem;height:3.4375rem;top:29.9375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlUypP3w8BoIndkJvCyRRy2HOQrAV7ph { width:20rem;height:3.32421875rem;top:35.1875rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI { display:block; }#eI5CPgNVpysLzmpfs9OSMtqXNGNkqhlI > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsBkH4y9dtZCQVZEGpGRtiN1RVdD5duH { width:20rem;height:11.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J22XrlHPApTPhuIfZR77VaD3HmsG2rDd { width:3.4375rem;height:3.4375rem;top:3.4375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmuBKXB7NqN9oaUP5PrC3lgtEFwVvF4y { width:16.8125rem;height:4.98633125rem;top:8.1999816894531rem;left:1.59375rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h1d0rSitpeX7B6PJRfsRkkN7LuO1025k { width:20rem;height:11.875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc88JOkD2LnfQmrTeyizDdaw0asR4zhf { width:3.4375rem;height:3.4375rem;top:16.4375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOCtVe61xEdGWMiKUFCyNeuDz6n7SbS8 { width:18.125rem;height:4.9863375rem;top:21.512500762939rem;left:0.9375rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WBXwqd5zA3Rl90yXZ9uGiJN9vw8JeHW6 { width:20rem;height:11.875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tem6RqGDAH4eneUUPZghV9mE8xuX91dv { width:3.4375rem;height:3.4375rem;top:29.9375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXdG01Pu73zJqVa3q9xfd9ATwDQGdms7 { width:18.375rem;height:3.32421875rem;top:34.825000762939rem;left:0.8125rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 { display:block; }#FO6RT6tn2F5e4g4kaEbAy2BkhMJ92FL3 > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtLeUzZxnBFBZyJeNvyZJ50TqlxGA3Ke { width:20rem;height:4.38671875rem;top:3.056640625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsUKgyOwigLQi0yJzq3gOlTN4I1Gk5rz { width:7.5rem;height:0.1875rem;top:8.537109375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3OPsi1G75NWpNVOqozrKLGRQSocxFR { background-color:#ffffff;background-image:none;display:block; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container { background-color: transparent; background-image: none; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container > .video-iframe-container { display: none; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row > .video-iframe-container { display: none; }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .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); }#vs3OPsi1G75NWpNVOqozrKLGRQSocxFR > .row .container { width:20rem;height:82.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn53df57irR4JLoeUqkLTNcUpwuxDlu5 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX8T8W1lpkdpMoQv24oZw1ClOcDA3xS8 { width:15.5625rem;height:7.9375rem;top:2.3500003814698rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuDeeydbaOa09M3Sd039LJC0qrg5HgT6 { width:18.875rem;height:1.94970625rem;top:15.1630859375rem;left:1.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkwdWZPQ3zTm1fvn2xTgA5oub1e8mGWS { width:18.8125rem;height:28.5595625rem;top:19.17578125rem;left:0.59375rem;font-size:0.875rem;display:block; }#XkwdWZPQ3zTm1fvn2xTgA5oub1e8mGWS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6KhrniQ2/dot_green.svg); }
 }@media only screen and (max-width: 763px) { #l1BoZChEXM07Tauc558LfBeNbmJmMtDp { width:18.5rem;height:31.7715rem;top:48.7001953125rem;left:0.75rem;font-size:0.875rem;display:block; }#l1BoZChEXM07Tauc558LfBeNbmJmMtDp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/6KhrniQ2/dot_green.svg); }
 }@media only screen and (max-width: 763px) { #acTih9qWP8zHJpI6yQeyTOgBoeXwwzEP { width:20rem;height:12.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuVRKn3XZAI1xWDVhopL385BiDMUuLVa { top:11.6875rem;left:0rem;width:20rem;height:71rem;z-index:99996;background-color:#ecf0f1;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) { #AcOPxzDZkxr1ngQQKIUwzknewUKqouVk { background-color:#313131;background-image:none;display:block; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container { background-color: transparent; background-image: none; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container > .video-iframe-container { display: none; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row > .video-iframe-container { display: none; }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .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); }#AcOPxzDZkxr1ngQQKIUwzknewUKqouVk > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUFpp5G8P8p87RpkT3tRGkatf2lqPFrP { width:20rem;height:2.35595625rem;top:1.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akfw1VMAnXnwJiTeqKEFmtgmat6tiKsW { width:7.5rem;height:0.1875rem;top:4.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wooa4WtUfvColISQAlNsmWSO8gEQ6BJG { background-color:#313131;background-image:none;display:block; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container { background-color: transparent; background-image: none; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container > .video-iframe-container { display: none; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row > .video-iframe-container { display: none; }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .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); }#wooa4WtUfvColISQAlNsmWSO8gEQ6BJG > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWEZDfiPqkXqVuLISqiFq9JWMhSovMRz { width:16.6875rem;height:1.75rem;top:2.0625rem;left:1.65625rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyTfNEEshMXhJZhr8QmLZrmh9nStE5md { width:14.8125rem;height:8.25rem;top:4.5rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck3gJfsHyUuO95EM3mZ2qS76dPPCZVUi { width:14.8125rem;height:8.25rem;top:18.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcBwhmMksQoFXh0f8TWwT74v6rwm8FF3 { width:14.8125rem;height:8.25rem;top:35.5rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Fy5AOEXhagRzId0qiIPGKyTRrnO9iz { width:15.5rem;height:1.75rem;top:32.78125rem;left:2.25rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPgDDqNqCV2125fa2LTd7iG8fVcby8lT { width:14.8125rem;height:8.25rem;top:49.3125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgZ46UhteG60FpDE1rttlg0dwBT7oU0d { width:3.125rem;height:3.125rem;top:63.625rem;left:6.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye2IRmBAVo0WWTVBiwGBKauGLokJb1R4 { width:3.125rem;height:3.125rem;top:63.625rem;left:10.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l27uHTlOGhOclWtVLT3mIirl0Lf6GSTd { width:7.5rem;height:2.0625rem;top:28rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXO5lykhJWTma8EMfTGII1d2uo3XCTzO { display:block; }
 }@media only screen and (max-width: 763px) { #fOT6FOuKTK1qaDQBZQRDUscil65nCrU6 { width:7.5rem;height:2.0625rem;top:13.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMJdEJ5GSLlU2BmiTE4KBhER5Nz60y8c { display:block; }
 }@media only screen and (max-width: 763px) { #CFuOl6TgREP5zNGpDdaBs6ic4ME3fGT5 { width:7.5rem;height:2.0625rem;top:45.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3qqcOnHgcXTSMTPM3WOyTUAy9odKx21 { display:block; }
 }@media only screen and (max-width: 763px) { #X9ics5OXiv5i6iPXGa7hKgAa9UpnlreU { width:7.5rem;height:2.0625rem;top:59.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGQplXEUs0X7SbbLLyQ933LTQ98coeft { display:block; }
 }@media only screen and (max-width: 763px) { #Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN { background-color:#313131;background-image:none;display:block; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container { background-color: transparent; background-image: none; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container > .video-iframe-container { display: none; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row > .video-iframe-container { display: none; }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .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); }#Jb5QUSDAUZTLd2FFGPGgPvDw6gfK7AoN > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyMxmFhpMZ1ECHGGCbqUseq08SqFAwuA { width:16.6875rem;height:1.75rem;top:1.875rem;left:1.65625rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTwSsgITONvwJsaBAOEVyMUCLtykGhBu { width:14.8125rem;height:8.25rem;top:4.9375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQJTBTXiisDozlLoIRszA3gzPET5Af3R { width:14.8125rem;height:8.25rem;top:18.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWCh96Cz16HLBAuhoQdVqBXBwfmQHrzU { width:14.8125rem;height:8.25rem;top:36.3125rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUAtTDUQKT7hUwO7L55tnE5PWv18fTgC { width:15.5rem;height:1.75rem;top:33.5rem;left:2.25rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6qF75GRaW6q1HrAiUTX0VMkRVS0qTQ { width:14.8125rem;height:8.25rem;top:50.5625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGWwurcqU49re8KzSC3WDXhorHiLLew8 { width:3.125rem;height:3.125rem;top:64.875rem;left:6.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCWMedbyiMx8tTmso639FktnHHvahbaX { width:3.125rem;height:3.125rem;top:64.875rem;left:10.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1EOklt0aOB4upsuEm1ByZgOJM6G2grl { width:7.5rem;height:2.0625rem;top:14.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1hm8uA9MSd7henTalQrcJx7t5ID9IkT { display:block; }
 }@media only screen and (max-width: 763px) { #XikrPT1NwTPStFShPs7vrqPVVULgaG91 { width:7.5rem;height:2.0625rem;top:28.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6PIXNHwdb4Uf1P89P1WyqAUvU1xeZf8 { display:block; }
 }@media only screen and (max-width: 763px) { #BWxrwpBJUJX85yRNspiHwnSL3nhBd6Wb { width:7.5rem;height:2.0625rem;top:45.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CwVci4Al0TqMXsndegUXDfd27CrOMf { display:block; }
 }@media only screen and (max-width: 763px) { #cV6GS5ievUKJk0clpdpWKohTN4euXzw5 { width:7.5rem;height:2.0625rem;top:60.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnLcwLGSoqgxIWR4xxoOFThBwiPCZzLK { display:block; }
 }@media only screen and (max-width: 763px) { #NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 { display:block; }#NsolKZ2Fn3Qo9FGMZ5DU8dQ2DT0W5Tp9 > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdwovTf1EkoLCBnlfUv1C52d2rSTfVHg { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg { display:block; }#eIi0Gafu70kU6ka0ZDr3TTbaHnvTz1Hg > .row .container { width:20rem;height:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDekd2R6MOVeA9X5Rp9czv7vE25BUDGb { width:7.125rem;height:0;top:2.8125rem;left:6.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4owAWOT0nOSpWEx8EXnHQRLyS7cGrcM { width:18.875rem;height:45.9375rem;top:8rem;left:0.5625rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #MOV6pybFT8qT2TwStwtS7ZZH8ehlS6Kh { width:15.0625rem;height:19.375rem;top:26.125rem;left:2.4375rem;font-size:0.9375rem;display:block; }#MOV6pybFT8qT2TwStwtS7ZZH8ehlS6Kh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4BRvyMq8/check.jpg); }
 }@media only screen and (max-width: 763px) { #Wvrm82N7OJp9KT0fpNQcFRg1fqzrPBEU { width:14.875rem;height:4rem;top:47.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRdQvAqPip6U9vsGurgWEZQtrb6S9kTs { display:block; }
 }@media only screen and (max-width: 763px) { #fdDsIWCpVeTr7Ing4yOToHDgGNFWJRCs { width:18.8125rem;height:18.8125rem;top:5.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbwKzx8byedFZyyMaPSERpErbR5Ob60 { width:8.6875rem;height:3.75rem;top:13.40625rem;left:9.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPHe9xuh2c9c9cDEV0J9xIdb88x96C1i { width:9.1875rem;height:2.8125rem;top:7.6875rem;left:5.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWfkZTcKdDTyZs8lHIizu8S3mbnOC8eG { width:12.625rem;height:1.40625rem;top:18.375rem;left:3.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGqTGHmmzhH55LHmVQ457in7t0mSLQf6 { width:12.625rem;height:1.125rem;top:19.8125rem;left:3.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xw5LuXSQwzuIW8Hn4TDwbMvvHRw31gzS { width:18.875rem;height:43.625rem;top:57.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZCDgATUgflpXAF9D4qvLZnpfA2UbeX { width:14.875rem;height:4rem;top:95.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPtiFHezS1USmND7ld5wL7sVpx4WkQW { display:block; }
 }@media only screen and (max-width: 763px) { #aaeorsZREtZtDhyTioBop1V7GidcPKhz { width:18.9375rem;height:18.9375rem;top:55.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UbRi1oQ5xlXKQTiANWyn2NR3doDSBU { width:12.625rem;height:2.8125rem;top:67.875rem;left:3.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9rFnIhuZUlaUN3T8uxpBdi0VQnzyLnd { width:10.9375rem;height:3.84375rem;top:63.234375rem;left:9.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itk3XGaPMRwVPfWouDBGxXDT5ahk3B3X { width:16.0625rem;height:1.875rem;top:60.4375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy1ObM1z7I9KU1J6ZEWepvSqd3h2rqQr { width:9.1875rem;height:2.8125rem;top:57.625rem;left:5.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTlToWLGwv6nErRLTEeisLnw9FsxX6X { width:20rem;height:2.1933625rem;top:2.8125rem;left:0rem;font-size:1.6875rem;z-index:100007;font-family:larken;display:block; }
 }@media only screen and (max-width: 763px) { #rGTObGQM9wnOIx2pGMGfmSxRDrN6FAAP { width:16.0625rem;height:1.875rem;top:10.625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGOxUWZCC2RaallPqSXwmAHPDiJW2TVy { width:14.9375rem;height:19.375rem;top:75.1875rem;left:2.5625rem;font-size:0.9375rem;display:block; }#yGOxUWZCC2RaallPqSXwmAHPDiJW2TVy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/4BRvyMq8/check.jpg); }
 }@media only screen and (max-width: 763px) { #oy6J0NSdvaR1IqyQzPSHJ2MpgVyT0X9k { width:6.0625rem;height:5.625rem;top:12.34375rem;left:4.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoR4XUv4kWV0MJR7icVZahbFTHLCdcz9 { width:8.5625rem;height:5.625rem;top:62.25rem;left:2rem;font-size:3.75rem;display:block; }
 }