.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,237,247;--color-primary-1:129,196,228;--color-primary-2:3,136,201;--color-primary-3:2,68,101;--color-primary-4:0,20,30;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:189,199,216;--color-tertiary-2:35,69,125;--color-tertiary-3:18,35,63;--color-tertiary-4:3,7,12;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#e2d9d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { background-color: transparent; background-image: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container > .video-iframe-container { display: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container { display: none; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .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); }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { border-width: 0; border-radius: 0; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#pfFlIRARAePf7ERvT3KSrgEZLFxBXMAl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:18.375rem;top:0.97500038146975rem;left:0rem;overflow:hidden;display:block; }
#JOPdMoLQvGrMKl6d3XEfQmNGmd8CUVVL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:15.1875rem;top:0.97500038146975rem;left:19.1875rem;overflow:hidden;display:block; }
#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a49c17-41b0-470b-935e-b4e8c60e7814/noroot.preview.mirror");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:block; }#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:rgba(var(--color-secondary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.5625rem;left:0rem;height:5.775rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:rgba(var(--color-secondary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:29.875rem;left:0rem;height:5.1rem;font-style:normal;display:block; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-form-header {  }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.5; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:21.5rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-container:first-of-type{padding-top:0;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-container:last-of-type{padding-bottom:0;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:16.0625rem;left:36rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm {display:block;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:16.0625rem;left:36rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #neva2HZ4M4QtTeN6PLfkzcVCvvusuwBb { position:relative; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #c00G0hu8907y1Xi1p10TIfD2VERAdLkS { position:relative;display:block; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #Ad3FD659sM8WdpO9Q19i6TrwSH91Z0dO { position:relative; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #TBD9Klw7zWCIRvu18V9OnLFuiKBn867H { position:relative; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #bF12OVDnxPSonFUTRy1SpJDFlG91Or8Q { position:relative;display:block; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #ME4eUrcTBMysT7xTcLh5rRGMQv7MzzaC { position:relative; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #kb7kbCUJseaLhzEh731AGp3qIZJ3ie1N { position:relative; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #UtLfbsOadX0FDDlu7Tw3uy5b6tMA1w0z { position:relative;display:block; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #A9sWLbUulgWMhJbWDoRvyo28nEc2zs9T { position:relative; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #aztXzQ9RBcCw78th4Ir1GPLWwuFROTlk { position:relative; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #xHW6Un8ckCygndE4JV58ZTQgtigKdmtL { position:relative; }
#TxTFtndnTa1ITIaAQwZKOvtfQD79G6wV { color:rgba(var(--color-secondary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.375rem;left:0rem;height:4.225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5860158d-2d76-4ad3-8904-6a4761dcba6e/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn.adaptive-delivery-prevent-bg, #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn.lazyload, #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn.lazyloading { background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:block; }#nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZZVR6TSX6b9KVCx4goalk5vAeOOEubuI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.9375rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:25.25rem;left:32.375rem;height:11.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_03a969a1e9f45b8cba2f8c35dc0a83b023dc18a1.svg); }
#S31O0izcwTzqCPq7EZ6acxUdggchRPvk { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:9.875rem;left:32.75rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g { position:absolute;display:block;z-index:15005;background-color:#e5e7d2;background-image:url("https://images.assets-landingi.com/uc/bcfc711e-5b9e-48cd-9649-46d473d12249/selfdeterminedelderlymanretirementtrainingoutdoorspinewoodholdinghandshiswaistdoingexerciseswarmupbodybeforerunbeardedretiredmalecatchingbreathafterworkout1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:33.625rem;width:30.0625rem;top:9.875rem;left:0rem;display:block; }#vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g.adaptive-delivery-prevent-bg, #vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g.lazyload, #vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g.lazyloading { background-image: none; }
#yUuDMRCyMvFWE1fHT0TqJ8rLTh20IMEf { background-color:rgba(var(--color-primary-2),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39rem;left:31.5rem;display:block; }
#fbq3K0E5RRsIVcnoclxVCZuu1FLO8xqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#MxCZwzedunK7sNHFuAyW7tq3TSBcGSJg { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.3125rem;left:0rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:rgba(var(--color-primary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:7.15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V6tE1pVmp2qEcgevDBcTTtwguabPLCTW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:9.375rem;top:1.125rem;left:0rem;display:block; }
#cnvFQTckkPWiTPrMyWQGZU0WxZPOlNgV { box-sizing:content-box;height:18rem;width:17.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/df3a9d7d-c797-4983-836a-6983a4a77c3e/CKM6_in_Motion_medresPNG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:42.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#cnvFQTckkPWiTPrMyWQGZU0WxZPOlNgV.adaptive-delivery-prevent-bg, #cnvFQTckkPWiTPrMyWQGZU0WxZPOlNgV.lazyload, #cnvFQTckkPWiTPrMyWQGZU0WxZPOlNgV.lazyloading { background-image: none; }
#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { background-color: transparent; background-image: none; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container > .video-iframe-container { display: none; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row > .video-iframe-container { display: none; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .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); }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { border-width: 0; border-radius: 0; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:3.9375rem;left:0.6875rem;height:14.4rem;font-style:normal;display:block; }
#x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:0.6875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:3.9375rem;left:16.125rem;height:16rem;font-style:normal;display:block; }
#pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:16.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.1875rem;left:31.5625rem;height:16rem;font-style:normal;display:block; }
#mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:31.5625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k99RqgXEXW3VohxqOi7CEzKtnbPBGdst { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:4.1875rem;left:46.9375rem;height:14.4rem;font-style:normal;display:block; }
#yGxvR5aZt7XsAmAd9t19tZOWwpAXP4zh { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:46.9375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.1875rem;width:13.75rem;top:0rem;left:0rem;display:block; }
#sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.1875rem;width:13.75rem;top:0rem;left:15.4375rem;display:block; }
#qvHOWeXyIdadi0IVExBavW6fnWFibZgv { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.1875rem;width:13.75rem;top:0rem;left:30.875rem;display:block; }
#wcxHxKvuZbvPM8HN2cq6HPzlcGauryIZ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.1875rem;width:13.75rem;top:0rem;left:46.25rem;display:block; }
#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row .container { background-color: transparent; background-image: none; }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row .container > .video-iframe-container { display: none; }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row > .video-iframe-container { display: none; }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .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); }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row .container { border-width: 0; border-radius: 0; }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#i0RwgHD6VK8TJSVMfCCA3A845wguFuZb { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:9.375rem;top:0rem;left:0rem;display:block; }
#oACmmFeEMxKnLkauuDk9b74DLBLMrQ0C { color:rgba(var(--color-primary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DvNhqhcwOVSiLIGkq7SmXz7JHqieLUzJ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:23.75rem;top:2.5687503814698rem;left:36.25rem;overflow:hidden;display:block; }
#KxSFWwr6uBgsol6P5pVftzZHLGgtq5qR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:10.3125rem;left:0rem;height:7rem;display:block; }
#Bgta1txkU6SqcfscfIPK4xHqmWE5Ueib { color:#f6bb06;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.5rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqaEVcJFrkkTHUKhkQVB0tUL7fuTyWAM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:10.375rem;left:20rem;height:5.6rem;display:block; }
#RbJtGPTKv6sXWSfdBIdPZimXgsqGH2DP { color:#f6bb06;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7.5625rem;left:20rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pdOsFJhwDTA9LyrbGfoZp9FZZeqFcMTr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:10.3125rem;left:40rem;height:8.4rem;display:block; }
#URWgzg0TnULl4wSDHErHxeVoVmKTMOef { color:#f6bb06;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:7.5rem;left:40rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KX0u4EIVZRnRbBgPMDdfKCfl0eg7iDTW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:24.0625rem;left:40rem;height:7rem;display:block; }
#JqsQ5FkziNAyuTTft7kVCN6Vk8Dz4TNm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:24.125rem;left:20rem;height:8.4rem;display:block; }
#XokDQwCDJmmTgBMmbDU8av2qTS1a5Ft6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:24.0625rem;left:0rem;height:5.6rem;display:block; }
#sd1TTo8bz0e6W4tb3zXLOCUIrCqAbLQO { color:#f6bb06;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:21.25rem;left:0rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#thk1TIKmfdeggVEIozK5am54Kz7NWooT { color:#f6bb06;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:21.3125rem;left:20rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UIxkm0ufIGxTiUq0Azlf6rV6pAENkGAn { color:#f6bb06;display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:21.25rem;left:40rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { background-color: transparent; background-image: none; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container > .video-iframe-container { display: none; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row > .video-iframe-container { display: none; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .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); }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { border-width: 0; border-radius: 0; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#rfETGCv7TS7fOTg60rziN6XKKUGUe0eC { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.1875rem;left:0rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtuytHroOnKGP38MSUyfSAnLsORhUrQF { color:rgba(var(--color-primary-2),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:7.15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HnDLuwwXXCGBVAGyLnlBPBl8bhbRilbi { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:9.375rem;top:1.125rem;left:0rem;display:block; }
#DsOHZyITqSNh0hdRUPGI6gBMIqMpGkWZ { box-sizing:content-box;height:16.6875rem;width:17.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/24a20e49-f8fc-494c-84e1-3a557086c4af/179157432_l_normal_none1536x1024.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.21875rem;left:42.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#DsOHZyITqSNh0hdRUPGI6gBMIqMpGkWZ.adaptive-delivery-prevent-bg, #DsOHZyITqSNh0hdRUPGI6gBMIqMpGkWZ.lazyload, #DsOHZyITqSNh0hdRUPGI6gBMIqMpGkWZ.lazyloading { background-image: none; }
#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { background-color: transparent; background-image: none; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container > .video-iframe-container { display: none; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row > .video-iframe-container { display: none; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .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); }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { border-width: 0; border-radius: 0; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;position:relative;display:block; }#TmrKrXHvgqryn37lIyItip0cwldtfFUp { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:5.5rem;left:1.25rem;height:9.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JBq61rae2UN1ToAVRRaTPErhCFXs8WqH { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.4375rem;left:1.25rem;display:block; }
#PgeyTBZkkZSbAUu4cp7DBKtmpFIgfIdg { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I8ZR4BPhJQlKrnmcwHqIRKcqutBVCfp9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.125rem;width:18.125rem;top:0rem;left:0rem;display:block; }
#GoctAkm5mKVK4AdsFoaoCE3RdKJpWC8n { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:5.5rem;left:22.1875rem;height:9.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BWfsMsckGxikWRr0qOcE4rBFfWunXcI3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.125rem;width:18.125rem;top:0rem;left:20.9375rem;display:block; }
#bdubGtOGTVpcV0BtruABbvcsPfH4A4Ze { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.4375rem;left:22.1875rem;display:block; }
#wpKRX7llV5DxM1xT7KNkot483pPPNctK { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:22.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iI9nctsEBapul6ep6f7EKG41v9dagNQu { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:5.5rem;left:43.125rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RWQpHBvNW0TRsnMyaLMW3XZqK12v4Vf7 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:17.125rem;width:18.125rem;top:0rem;left:41.875rem;display:block; }
#G3PkSWQgLkdtfN9EFIHvnP2HleXZwtL7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.4375rem;left:43.125rem;display:block; }
#Or5d6G0qT9mXtAxN8NRHOO8XqipHdqmH { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.125rem;left:43.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bub2CBWxxf4H758yizbe94razKwUCLVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { border-width: 0; border-radius: 0; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { color:rgba(var(--color-primary-2),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.1875rem;left:6.875rem;height:3.025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:6.71875rem;left:8.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgQCUFRrZFM4zsJdlHHzPaemPTfFXnop { background-color:rgba(var(--color-primary-2),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.75rem;left:23rem;display:block; }
#OCk05hAO62g5v5ykqSxr7KFnGffG9ZPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlZJ58i6trDA2OJgHbDITIKoTPdUzdJX { box-sizing:content-box;height:17.5625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #23457d);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #23457d);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #23457d);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #23457d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#23457d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#23457d' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #23457d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { background-color: transparent; background-image: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container > .video-iframe-container { display: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container { display: none; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .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); }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { border-width: 0; border-radius: 0; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#LHQLV5gqw2AB49aoTrByR0eJo41wAiwm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#W2OT9XMEaszGxAfx2BW147oOaT55qEsu { color:rgba(var(--color-tertiary-1),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.5625rem;left:17.59375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#zPbwpygQQycG97dXvizrezDymyg7g10p { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:30.5625rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { display:block; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfFlIRARAePf7ERvT3KSrgEZLFxBXMAl { top:0.9375rem;left:0rem;width:18.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOPdMoLQvGrMKl6d3XEfQmNGmd8CUVVL { top:0.9375rem;left:10.5625rem;width:15.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:17.5625rem;left:0rem;width:34.0625rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:29.875rem;left:0rem;width:30rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm  { width:21.5rem;height:20.4375rem;top:16.0625rem;left:23.75rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm {display:block;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm { width:21.5rem;height:20.4375rem;top:16.0625rem;left:23.75rem; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #neva2HZ4M4QtTeN6PLfkzcVCvvusuwBb {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #c00G0hu8907y1Xi1p10TIfD2VERAdLkS { display:block; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #Ad3FD659sM8WdpO9Q19i6TrwSH91Z0dO {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #TBD9Klw7zWCIRvu18V9OnLFuiKBn867H {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #bF12OVDnxPSonFUTRy1SpJDFlG91Or8Q { display:block; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #ME4eUrcTBMysT7xTcLh5rRGMQv7MzzaC {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #kb7kbCUJseaLhzEh731AGp3qIZJ3ie1N {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #UtLfbsOadX0FDDlu7Tw3uy5b6tMA1w0z { display:block; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #A9sWLbUulgWMhJbWDoRvyo28nEc2zs9T {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #aztXzQ9RBcCw78th4Ir1GPLWwuFROTlk {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #xHW6Un8ckCygndE4JV58ZTQgtigKdmtL {  }
 }@media only screen and (max-width: 763px) { #TxTFtndnTa1ITIaAQwZKOvtfQD79G6wV { top:24.375rem;left:0rem;width:29.5rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { top:3rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVR6TSX6b9KVCx4goalk5vAeOOEubuI { top:5.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M { top:25.25rem;left:22.875rem;width:24.875rem;height:11.375rem;font-size:1.125rem;display:block; }#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_03a969a1e9f45b8cba2f8c35dc0a83b023dc18a1.svg); }
 }@media only screen and (max-width: 763px) { #S31O0izcwTzqCPq7EZ6acxUdggchRPvk { top:9.875rem;left:20.4375rem;width:27.3125rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g { top:9.875rem;left:0rem;width:30.0625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUuDMRCyMvFWE1fHT0TqJ8rLTh20IMEf { width:12.25rem;height:4.1875rem;top:39rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbq3K0E5RRsIVcnoclxVCZuu1FLO8xqK { display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxCZwzedunK7sNHFuAyW7tq3TSBcGSJg { top:11.3125rem;left:0rem;width:38.875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:3rem;left:0rem;width:39.9375rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6tE1pVmp2qEcgevDBcTTtwguabPLCTW { top:1.125rem;left:0rem;width:9.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnvFQTckkPWiTPrMyWQGZU0WxZPOlNgV { top:2.5625rem;left:30.375rem;width:17.375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV { display:block; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { top:3.9375rem;left:0rem;width:12.5rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { top:2rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { top:3.9375rem;left:11.375rem;width:12.5rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { top:2rem;left:11.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { top:4.1875rem;left:23.3125rem;width:12.5rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { top:2.25rem;left:23.3125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k99RqgXEXW3VohxqOi7CEzKtnbPBGdst { top:4.1875rem;left:35.25rem;width:12.5rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxvR5aZt7XsAmAd9t19tZOWwpAXP4zh { top:2.25rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { top:0rem;left:0rem;width:13.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { top:0rem;left:10.125rem;width:13.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHOWeXyIdadi0IVExBavW6fnWFibZgv { top:0rem;left:22.0625rem;width:13.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxHxKvuZbvPM8HN2cq6HPzlcGauryIZ { top:0rem;left:34rem;width:13.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKpru9o6kqqD09hJV1bhL2GR72uDkfBU { display:block; }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0RwgHD6VK8TJSVMfCCA3A845wguFuZb { top:0rem;left:0rem;width:9.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oACmmFeEMxKnLkauuDk9b74DLBLMrQ0C { top:1.875rem;left:0rem;width:39.9375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvNhqhcwOVSiLIGkq7SmXz7JHqieLUzJ { top:2.5625rem;left:8rem;width:23.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxSFWwr6uBgsol6P5pVftzZHLGgtq5qR { top:10.3125rem;left:0rem;width:18.8125rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgta1txkU6SqcfscfIPK4xHqmWE5Ueib { top:7.5rem;left:0rem;width:18.375rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqaEVcJFrkkTHUKhkQVB0tUL7fuTyWAM { top:10.375rem;left:12.9375rem;width:18.8125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbJtGPTKv6sXWSfdBIdPZimXgsqGH2DP { top:7.5625rem;left:13.375rem;width:18.375rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdOsFJhwDTA9LyrbGfoZp9FZZeqFcMTr { top:10.3125rem;left:28.8125rem;width:18.8125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URWgzg0TnULl4wSDHErHxeVoVmKTMOef { top:7.5rem;left:29.25rem;width:18.375rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX0u4EIVZRnRbBgPMDdfKCfl0eg7iDTW { top:24.0625rem;left:28.8125rem;width:18.8125rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqsQ5FkziNAyuTTft7kVCN6Vk8Dz4TNm { top:24.125rem;left:12.9375rem;width:18.8125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XokDQwCDJmmTgBMmbDU8av2qTS1a5Ft6 { top:24.0625rem;left:0rem;width:18.8125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd1TTo8bz0e6W4tb3zXLOCUIrCqAbLQO { top:21.25rem;left:0rem;width:18.375rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thk1TIKmfdeggVEIozK5am54Kz7NWooT { top:21.3125rem;left:13.375rem;width:18.375rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIxkm0ufIGxTiUq0Azlf6rV6pAENkGAn { top:21.25rem;left:29.25rem;width:18.375rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN { display:block; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfETGCv7TS7fOTg60rziN6XKKUGUe0eC { top:11.1875rem;left:0rem;width:41.5rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtuytHroOnKGP38MSUyfSAnLsORhUrQF { top:3rem;left:0rem;width:39.9375rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDLuwwXXCGBVAGyLnlBPBl8bhbRilbi { top:1.125rem;left:0rem;width:9.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsOHZyITqSNh0hdRUPGI6gBMIqMpGkWZ { top:1.1875rem;left:30.375rem;width:17.375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrvzuU7CIW37uDHJmTy1H9OU47aVb208 { display:block; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmrKrXHvgqryn37lIyItip0cwldtfFUp { top:5.5rem;left:0rem;width:15.625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBq61rae2UN1ToAVRRaTPErhCFXs8WqH { top:1.4375rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgeyTBZkkZSbAUu4cp7DBKtmpFIgfIdg { top:2.125rem;left:0rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZR4BPhJQlKrnmcwHqIRKcqutBVCfp9 { top:0rem;left:0rem;width:18.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoctAkm5mKVK4AdsFoaoCE3RdKJpWC8n { top:5.5rem;left:16rem;width:15.625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWfsMsckGxikWRr0qOcE4rBFfWunXcI3 { top:0rem;left:13.625rem;width:18.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdubGtOGTVpcV0BtruABbvcsPfH4A4Ze { top:1.4375rem;left:16rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKRX7llV5DxM1xT7KNkot483pPPNctK { top:2.125rem;left:16.1875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI9nctsEBapul6ep6f7EKG41v9dagNQu { top:5.5rem;left:32rem;width:15.625rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWQpHBvNW0TRsnMyaLMW3XZqK12v4Vf7 { top:0rem;left:29.5rem;width:18.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3PkSWQgLkdtfN9EFIHvnP2HleXZwtL7 { top:1.4375rem;left:32.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or5d6G0qT9mXtAxN8NRHOO8XqipHdqmH { top:2.125rem;left:33rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { top:3.1875rem;left:0rem;width:47.6875rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { top:6.6875rem;left:0rem;width:41.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgQCUFRrZFM4zsJdlHHzPaemPTfFXnop { width:13.25rem;height:4.1875rem;top:10.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCk05hAO62g5v5ykqSxr7KFnGffG9ZPt { display:block; }
 }@media only screen and (max-width: 763px) { #KlZJ58i6trDA2OJgHbDITIKoTPdUzdJX { top:0rem;left:0rem;width:47.75rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { display:block; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHQLV5gqw2AB49aoTrByR0eJo41wAiwm { top:2rem;left:0rem;width:24.375rem;height:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2OT9XMEaszGxAfx2BW147oOaT55qEsu { top:16.5625rem;left:11.46875rem;width:24.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPbwpygQQycG97dXvizrezDymyg7g10p { top:2rem;left:23.375rem;width:24.375rem;height:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H { position:relative;z-index:auto;display:block; }#imq2m2hHv6yhDpEIpV4wR8wWB62vAH7H > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfFlIRARAePf7ERvT3KSrgEZLFxBXMAl { width:12.1875rem;height:2.5625rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOPdMoLQvGrMKl6d3XEfQmNGmd8CUVVL { width:15.1875rem;height:4.25rem;top:5.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64a49c17-41b0-470b-935e-b4e8c60e7814/noroot.preview.mirror");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.52); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.52); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:20rem;height:3.7125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:8rem;top:12.47500038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-text {padding-top: 0; padding-bottom: 0;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-select {padding-top: 0; padding-bottom: 0;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm  { width:17.5rem;height:auto;top:20.47500038147rem;left:0rem; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm {display:block;}#XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm { width:17.5rem;height:auto;top:20.47500038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #neva2HZ4M4QtTeN6PLfkzcVCvvusuwBb {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #c00G0hu8907y1Xi1p10TIfD2VERAdLkS { display:block; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #Ad3FD659sM8WdpO9Q19i6TrwSH91Z0dO {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #TBD9Klw7zWCIRvu18V9OnLFuiKBn867H {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #bF12OVDnxPSonFUTRy1SpJDFlG91Or8Q { display:block; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #ME4eUrcTBMysT7xTcLh5rRGMQv7MzzaC {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #kb7kbCUJseaLhzEh731AGp3qIZJ3ie1N {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #UtLfbsOadX0FDDlu7Tw3uy5b6tMA1w0z { display:block; }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #A9sWLbUulgWMhJbWDoRvyo28nEc2zs9T {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #aztXzQ9RBcCw78th4Ir1GPLWwuFROTlk {  }
 }@media only screen and (max-width: 763px) { #XoiTMK9XGhIQUF0qgZTfqxHIKAODONVm #xHW6Un8ckCygndE4JV58ZTQgtigKdmtL {  }
 }@media only screen and (max-width: 763px) { #TxTFtndnTa1ITIaAQwZKOvtfQD79G6wV { width:20rem;height:5.11875rem;top:6.2125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { width:20rem;height:3.7125rem;top:1.25rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVR6TSX6b9KVCx4goalk5vAeOOEubuI { width:20rem;height:0;top:7.7rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M { width:20rem;height:10.225rem;top:38.775rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#rIyWqIQ0G46wboJIQI0kWPZdwUxBtE4M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_03a969a1e9f45b8cba2f8c35dc0a83b023dc18a1.svg); }
 }@media only screen and (max-width: 763px) { #S31O0izcwTzqCPq7EZ6acxUdggchRPvk { width:20rem;height:16rem;top:21.525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g { width:20rem;height:14.0625rem;top:6.2125rem;left:0rem;background-color:#e5e7d2;background-image:url("https://images.assets-landingi.com/uc/bcfc711e-5b9e-48cd-9649-46d473d12249/selfdeterminedelderlymanretirementtrainingoutdoorspinewoodholdinghandshiswaistdoingexerciseswarmupbodybeforerunbeardedretiredmalecatchingbreathafterworkout1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g.adaptive-delivery-prevent-bg, #vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g.lazyload, #vC8FvoBKDBXwSZuUnBuApO2abVMFbv9g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yUuDMRCyMvFWE1fHT0TqJ8rLTh20IMEf { width:15.4375rem;height:4.1875rem;top:50.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbq3K0E5RRsIVcnoclxVCZuu1FLO8xqK { display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxCZwzedunK7sNHFuAyW7tq3TSBcGSJg { width:20rem;height:14.4rem;top:7.8375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:3.7125rem;top:2.875rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6tE1pVmp2qEcgevDBcTTtwguabPLCTW { width:9.375rem;height:0.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnvFQTckkPWiTPrMyWQGZU0WxZPOlNgV { width:17.375rem;height:18rem;top:23.4875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV { display:block; }#IUPddr9sP3uLOuFymrsBnN2p0MB5BZmV > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvKhXoutHNMM9XPBilTGAi9xwLgB3H2B { width:12.5rem;height:14.4rem;top:5.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BX8podG9BsPso3rm5SqCaTGWcmoSKy { width:12.5rem;height:1.4625rem;top:3.25rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSH1cu4OEzEXvTL6MT1sW2siOu7Vd3L3 { width:12.5rem;height:16rem;top:27.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2F5Wk9laW6nCQlUeREC97So4zzSiOr { width:12.5rem;height:1.4625rem;top:25.6875rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw3w6DFgtbQXgaNPJg6zt0C65oLCFBdO { width:12.5rem;height:16rem;top:50.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrQrEyPrM96d4KDHKyb0DUmEVl1ZiFy { width:12.5rem;height:1.4625rem;top:48.375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k99RqgXEXW3VohxqOi7CEzKtnbPBGdst { width:12.5rem;height:14.4rem;top:72.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGxvR5aZt7XsAmAd9t19tZOWwpAXP4zh { width:12.5rem;height:1.4625rem;top:70.8125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkCNB9ka9yp584pJc3nrWoT7xV2gfTPe { width:13.75rem;height:21.1875rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC7hDQSLVf0UlsfRQ2Gy3JWbEQ3TrTVw { width:13.75rem;height:21.1875rem;top:23.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvHOWeXyIdadi0IVExBavW6fnWFibZgv { width:13.75rem;height:21.1875rem;top:46.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxHxKvuZbvPM8HN2cq6HPzlcGauryIZ { width:13.75rem;height:21.1875rem;top:68.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKpru9o6kqqD09hJV1bhL2GR72uDkfBU { display:block; }#HKpru9o6kqqD09hJV1bhL2GR72uDkfBU > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0RwgHD6VK8TJSVMfCCA3A845wguFuZb { width:9.375rem;height:0.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oACmmFeEMxKnLkauuDk9b74DLBLMrQ0C { width:20rem;height:3.7125rem;top:2.875rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvNhqhcwOVSiLIGkq7SmXz7JHqieLUzJ { width:20rem;height:1.8421052631579rem;top:7.2125005722044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxSFWwr6uBgsol6P5pVftzZHLGgtq5qR { width:18.8125rem;height:7rem;top:14.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bgta1txkU6SqcfscfIPK4xHqmWE5Ueib { width:18.375rem;height:2.2rem;top:10.625rem;left:0.875rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqaEVcJFrkkTHUKhkQVB0tUL7fuTyWAM { width:18.8125rem;height:5.6rem;top:36.37916875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbJtGPTKv6sXWSfdBIdPZimXgsqGH2DP { width:18.375rem;height:2.2rem;top:32.92916875rem;left:0.8125rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdOsFJhwDTA9LyrbGfoZp9FZZeqFcMTr { width:18.8125rem;height:8.4rem;top:59.77916875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URWgzg0TnULl4wSDHErHxeVoVmKTMOef { width:18.375rem;height:2.2rem;top:56.32916875rem;left:0.8125rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KX0u4EIVZRnRbBgPMDdfKCfl0eg7iDTW { width:18.8125rem;height:7rem;top:72.87916875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqsQ5FkziNAyuTTft7kVCN6Vk8Dz4TNm { width:18.8125rem;height:8.4rem;top:46.67916875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XokDQwCDJmmTgBMmbDU8av2qTS1a5Ft6 { width:18.8125rem;height:5.6rem;top:25.8125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sd1TTo8bz0e6W4tb3zXLOCUIrCqAbLQO { width:18.375rem;height:2.2rem;top:22.375rem;left:0.875rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thk1TIKmfdeggVEIozK5am54Kz7NWooT { width:18.375rem;height:2.2rem;top:43.22916875rem;left:0.8125rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIxkm0ufIGxTiUq0Azlf6rV6pAENkGAn { width:18.375rem;height:2.2rem;top:69.42916875rem;left:0.8125rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN { display:block; }#fiE3iCM1aFAhIdyqTmT6CMcb0o80tEFN > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfETGCv7TS7fOTg60rziN6XKKUGUe0eC { width:20rem;height:12.8rem;top:9.69375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FtuytHroOnKGP38MSUyfSAnLsORhUrQF { width:20rem;height:5.56875rem;top:2.875rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnDLuwwXXCGBVAGyLnlBPBl8bhbRilbi { width:9.375rem;height:0.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsOHZyITqSNh0hdRUPGI6gBMIqMpGkWZ { width:17.375rem;height:16.6875rem;top:23.74375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrvzuU7CIW37uDHJmTy1H9OU47aVb208 { display:block; }#LrvzuU7CIW37uDHJmTy1H9OU47aVb208 > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmrKrXHvgqryn37lIyItip0cwldtfFUp { width:15.6875rem;height:9.6rem;top:6.75rem;left:2.1875rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JBq61rae2UN1ToAVRRaTPErhCFXs8WqH { width:2.9375rem;height:2.9375rem;top:2.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgeyTBZkkZSbAUu4cp7DBKtmpFIgfIdg { width:2.5rem;height:1.625rem;top:3.375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZR4BPhJQlKrnmcwHqIRKcqutBVCfp9 { width:18.125rem;height:17.125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoctAkm5mKVK4AdsFoaoCE3RdKJpWC8n { width:15.625rem;height:9.6rem;top:25.125rem;left:2.1875rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BWfsMsckGxikWRr0qOcE4rBFfWunXcI3 { width:18.125rem;height:17.125rem;top:19.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdubGtOGTVpcV0BtruABbvcsPfH4A4Ze { width:2.9375rem;height:2.9375rem;top:21.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKRX7llV5DxM1xT7KNkot483pPPNctK { width:2.5rem;height:1.625rem;top:21.75rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI9nctsEBapul6ep6f7EKG41v9dagNQu { width:15.625rem;height:8rem;top:43.5rem;left:2.1875rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RWQpHBvNW0TRsnMyaLMW3XZqK12v4Vf7 { width:18.125rem;height:16.125rem;top:38rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3PkSWQgLkdtfN9EFIHvnP2HleXZwtL7 { width:2.9375rem;height:2.9375rem;top:39.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or5d6G0qT9mXtAxN8NRHOO8XqipHdqmH { width:2.5rem;height:1.625rem;top:40.125rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { width:20rem;height:4.4rem;top:4.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { width:20rem;height:3.6rem;top:9.84375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #hgQCUFRrZFM4zsJdlHHzPaemPTfFXnop { width:15.4375rem;height:4.1875rem;top:15.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCk05hAO62g5v5ykqSxr7KFnGffG9ZPt { display:block; }
 }@media only screen and (max-width: 763px) { #KlZJ58i6trDA2OJgHbDITIKoTPdUzdJX { width:20rem;height:17.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW { display:block; }#qveJv1KpiVQccueuzmPUaZ6Lt2HBXycW > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHQLV5gqw2AB49aoTrByR0eJo41wAiwm { width:20rem;height:9.50625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2OT9XMEaszGxAfx2BW147oOaT55qEsu { width:20rem;height:1.95rem;top:19.943748474121rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPbwpygQQycG97dXvizrezDymyg7g10p { width:20rem;height:6.3375rem;top:12.456249237061rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }