.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:255,255,255;--color-primary-1:251,251,251;--color-primary-2:237,237,237;--color-primary-3:127,127,127;--color-primary-4:47,47,47;--color-secondary-0:253,254,255;--color-secondary-1:248,253,255;--color-secondary-2:241,250,255;--color-secondary-3:121,125,128;--color-secondary-4:36,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:127,122,123;--color-tertiary-2:116,116,116;--color-tertiary-3:81,81,81;--color-tertiary-4:0,0,0;--headlines-font-family:SF-UI-Display-Heavy-Blk-bld;--paragraphs-font-family:SF-UI-Display-Heavy-Blk-bld; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.adaptive-delivery-prevent-bg, #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.lazyload, #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.lazyloading { background-image: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { background-color: transparent; background-image: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container > .video-iframe-container { display: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container { display: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .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); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { border-width: 0; border-radius: 0; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR::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; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#RdrFo5S3foNza7U7vqMyiplQpmc5IpGp { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:27.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z0TpgbPBOgMihQJhQ26EIfkORXe00lVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HfQZGCOvl6pAiWT6fy8AtmclQbBTGCR7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:30rem;top:4.8125rem;left:30rem;overflow:hidden;display:none; }
#dgPrl6ryWvdinfWTAelT2oyUsXLDoLXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.0625rem;left:23.6875rem;display:none; }
#TZzVkkeA4lUcvqTrxPZ0Dsd3UqpPfHe8 { position:absolute;display:block;z-index:15041;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:9.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#psvvLb8SX0UTa3aHru9xfRHtXN65WLyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:1.0625rem;left:56.875rem;display:none; }
#psvvLb8SX0UTa3aHru9xfRHtXN65WLyT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#UDcTC7VrNN1WIxGChg3MyDXbnkLM06kc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#6b6b6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sf-pro-display-various;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.375rem;left:13.3125rem;display:block; }
#aFRMpuOwlDnR4MDKUfhRhGlGyhvGToqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSTvfZ1n04tVRWZu5FHgnkLSwG0BQfsd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7d7d7d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sf-pro-display-various;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.375rem;left:21.5rem;display:block; }
#wikfiKb6IOT7fcE72pJEuNB0DxQ3yglw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QfM782DCl5BRut2xcgzBOU5l5bMT0frU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#7d7d7d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sf-pro-display-various;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.375rem;left:33.0625rem;display:block; }
#gAU0kSDocroNfLF3TPVMCWhqkhDi2VN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1Gdrz7TsWXTchAwbJ8qaTp8TqxfTqWt { color:#6a6a6a;display:block;width:8.375rem;position:absolute;font-family:heebo;font-size:0.75rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:3.8125rem;left:0.4375rem;height:0.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/97c76f9b-1ba3-413b-a513-2b558ae1cd1d/WACAwelcomeESTATICON12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8.adaptive-delivery-prevent-bg, #tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8.lazyload, #tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8.lazyloading { background-image: none; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container { background-color: transparent; background-image: none; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container > .video-iframe-container { display: none; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row > .video-iframe-container { display: none; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .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); }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container { border-width: 0; border-radius: 0; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container { font-size:0.875rem;font-family:"open sans";height:48.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#V1uknrGwohRP9tSyiJQwIZQsMtkTe80u { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.375rem;top:4.5625rem;left:0rem;overflow:hidden;display:none; }
#SkJowvtouJGl3GvMd5pvSMI2uEQPw4U8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:45rem;left:0rem;display:none; }
#xxmseRgGvwfRkeXRWK9EXaMUkVJX6EsW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:breeextrabold;font-size:5.75rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.5rem 1.75rem rgba(37,37,37,0.51);top:6.8125rem;left:0rem;height:10.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e7mw08cdmQpgqNKkfBAvXa3v0tEcvhPX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:8.9375rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#zTUd1hMmOh35bdKOABi5WI2dga0b7A6L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:17.59375rem;left:25.625rem; }
#mKbz4fGXz9aJmGc2XbzD1vTnqSDRVfvK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:"bree light";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.625rem;left:1.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HeUTLdc0XCIPxagGyyKWLzHHDktGUbP1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:23.0625rem;left:0rem; }
#W95982KnUe31TnOKn0LO1LxPOMeEVuOU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:24.6875rem;left:0rem; }
#MIDgTm05eHNd1T3yH4x5l2VkOdEx8OXn { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:"bree light";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.0625rem;left:1.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTu9m6kuyqEederOJ6kNNgPGOEt0mN6L { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:"bree light";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:27.875rem;left:1.6875rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CHSWWcyFtAOaZPIyazn5tthx3gEONg8J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:27.9375rem;left:0rem; }
#GxmnJFKflFALKGgsBSW9iWruB56WkRCd { z-index:15003;top:34.0625rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.375rem 0.5625rem 2rem rgba(var(--color-primary-0),0.84) ;box-sizing:border-box;color:#3b0dbc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:5.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cM1Fy4BDV9EzimPK51yDDe7TxqgNfaFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DEiErb7xrxMViwb87FBGd9hhrbMXReAD { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.5rem 1.75rem rgba(32,32,32,0.54);top:17.5rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H6O99q7MemD4bAOfSGdCV0EzKI0kP9t4 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5625rem;position:absolute;font-family:heebo;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:26.5625rem;left:1.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#bxthSePt6QxSPN4a58Frlkm7Iu7LWPBH { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.375rem;left:0.125rem; }
#K2xpOLTwM0J5fVVZuN38t15fG0uWHBQ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:"bree light";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.adaptive-delivery-prevent-bg, #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.lazyload, #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.lazyloading { background-image: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { background-color: transparent; background-image: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container > .video-iframe-container { display: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container { display: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .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); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { border-width: 0; border-radius: 0; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro::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; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:60rem;position:relative;display:block; }#kHcPRa5UPioAw0OoClncNFvU7DEoHwp2 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:22.2451171875rem;left:2.40625rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zDIU5PcsgJuvMD976fQAOnCm0CcIh966 { color:#383838;display:block;width:15.0625rem;position:absolute;font-family:sf-ui-display-reg-med-thin;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:32.3125rem;left:22.4375rem;height:9.4453125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yQ5g8U9m8iCyGzHbePu006yokI0Eqola { color:#717171;display:block;width:14.875rem;position:absolute;font-family:sf-ui-display-reg-med-thin;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:26.63671875rem;left:2.40625rem;height:9.4453125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RP2ne4hNV7u5EFN5dozAiy9U5gbke9Tp { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:27.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#epN8vrLFLagUw9y6UJr4WZTTHOLDpJku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Iax2G1Vml4VsZ0dWUImIgRiOqyib1u7w { color:rgba(var(--color-tertiary-3),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.8330078125rem;left:2.4375rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CL93RZRAQvAFAayV8Jor6bc1o8Ou5Ie1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:40.5rem;top:4.8125rem;left:34.5rem;overflow:hidden;display:none; }
#CAQ8TknrDcx3wKF5aBU3BbZpIenPn5aE { color:#717171;display:block;width:15.875rem;position:absolute;font-family:sf-ui-display-reg-med-thin;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:32.3125rem;left:42.40625rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PKdPVKaztGxOl9mIKPPJVVbnvf8yvNK6 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:19.25rem;left:42.03125rem;height:10.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BR1EoMIbM61KPN86sOPUzTgp4t9r5khF { color:#6605ff;display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.34375rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtBFoG6e7TNp6UHTT3nsuFMST0F1UQyI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.0625rem;left:26.8427734375rem;display:none; }
#El37gauUMDLQOhzzfvHDsTZlC90uJ4zy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;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: 0rem 0.625rem 3.75rem rgba(var(--color-tertiary-4),0.12) ;height:34.125rem;width:19.6875rem;top:12.3125rem;left:0rem;display:block; }
#kfmuTbEkoZMUGbtuXN2dHWceWR6qobpe { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:13.875rem;left:2.4375rem;overflow:hidden;display:block; }
#WUskttaSaTpQeqBD3oxRrzea28G8inEN { position:absolute;display:block;z-index:15042;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.9375rem;width:4.9375rem;top:13.875rem;left:22.4375rem;overflow:hidden;display:block; }
#HV7wblMZlUbJbmCvNpRISwfR8aCmUMMa { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:13.1455078125rem;left:42.40625rem;overflow:hidden;display:block; }
#rlbROKASyZDXvZNknANwJVO5TZMB2RSV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;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: 0rem 0.625rem 3.75rem rgba(var(--color-tertiary-4),0.12) ;height:34.125rem;width:19.1875rem;top:12.3125rem;left:20.65625rem;display:block; }
#NidRySLmI0WRhKnuTUNkVGGuhbqwc7FQ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),1);background-image:none;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: 0rem 0.625rem 3.75rem rgba(var(--color-tertiary-4),0.12) ;height:34.125rem;width:19.3125rem;top:12.3125rem;left:40.6875rem;display:block; }
#AVemQ49LsTt7KBGzlm3HRhlE3E5lVFTy { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:19.3837890625rem;left:22.4375rem;height:8.097625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fHRW7EH4AdcwTcR5LcRJZkVQqiV50Z90 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:2.4375rem;left:28.59375rem; }
#LbqfvmwJgMesG4lr8501w189JFZTqvXm { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:50.5rem;left:0rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 { 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; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container { background-color: transparent; background-image: none; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container > .video-iframe-container { display: none; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row > .video-iframe-container { display: none; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .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); }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container { border-width: 0; border-radius: 0; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:60rem;position:relative;display:block; }#yBdXZwRKGaiTAO6iF3mGEhT7N5RzL6ap { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:27.8125rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vqGKnLgWXe7kzanTf5hBT7523SGT7LAT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LaTdXhgFR4ZGh3DCTq19IBaNTViObsU4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:40.5rem;top:4.8125rem;left:34.5rem;overflow:hidden;display:none; }
#Qn6Ik6rLS1C4ySw1422r0moaX3MFuM9C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.0625rem;left:26.8427734375rem;display:none; }
#DSl8AHQpmzZN3r5K3g2LVD8F6dil2G5A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:11.0244140625rem;left:1.5625rem; }
#ilBswuPL89zh8WDbeFbCNF3LykvIQpyP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:10.9619140625rem;left:22.8125rem; }
#Rb10UdDtylwQ2R9okxMOts3PNVQhv5UL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:24.1875rem;left:22.1875rem; }
#AEw3fg3T9T9XvuD7I17ouMrnbaub6LJg { color:#909090;display:block;width:15.625rem;position:absolute;font-family:heebo;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.34375rem;left:1.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XRg8czppPoVNbJGlThd73P2kBd1arQNM { color:rgba(var(--color-tertiary-1),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:3.0126953125rem;left:0rem;height:4.54980625rem;font-style:normal;display:block; }
#pOqVhadtGSUent4nRg2XyORhuc6ExRHD { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:13.1494140625rem;left:1.6875rem;height:2.35546875rem;font-style:normal;display:block; }
#ISl5Eiv5usDeEhTc9UET2siLLUSZfPn8 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:13.5390625rem;left:23.0625rem;height:4.7109375rem;font-style:normal;display:block; }
#ZWUTrdRkuAMuTap99NmFlJAt9DxIyfro { color:rgba(var(--color-tertiary-1),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:27.8623046875rem;left:22.40625rem;height:8.699225rem;font-style:normal;display:block; }
#B3w3v9X4OQrDqBrIxblbGBWVDNPCFddP { position:absolute;display:block;z-index:15010;background-color:#fffafa;background-image:none;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:34.125rem;width:19.6875rem;top:9.125rem;left:0rem;display:block; }
#oyx9OTkq887128eTWoRTwKCvmOi4643O { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;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:34.125rem;width:18.75rem;top:9.125rem;left:20.59375rem;display:block; }
#KTuz7Qq8aHWMwf5a8goJ0meuueqTy9eK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;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:34.125rem;width:19.6875rem;top:9.125rem;left:40.3125rem;display:block; }
#TbfrthrtLBWvU4Wyw0DV601lugllewE0 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:16.8125rem;top:21.25rem;left:1.5625rem;overflow:hidden;display:block; }
#QBBvcTGHG3OpX1sttkZtMUzABa7iUC28 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14.0625rem;top:24.1875rem;left:43.125rem;overflow:hidden;display:block; }
#qRgGTGJui4Mq6Q2hDgRcpbxpiVePOseQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:11.5625rem;left:42.625rem; }
#h3Z5A55oO394Hz5miexyMHVQAGsaBTT6 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:15.5048828125rem;left:42.625rem;height:7.06640625rem;font-style:normal;display:block; }
#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA { 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; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { background-color: transparent; background-image: none; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container > .video-iframe-container { display: none; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row > .video-iframe-container { display: none; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .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); }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { border-width: 0; border-radius: 0; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#DWfW3D8KzESVEU8QQ4rXhV3MvT47hC69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.84375rem;left:24.125rem; }
#TT6JBZpJAm20TeBpPBEElhST713o7hQ7 { position:absolute;display:block;z-index:15012;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:19rem;width:16.1875rem;top:1.25rem;left:43.8125rem;overflow:hidden;display:block; }
#IWHfPEzz668sTFidzKxQ9qIh6yf8zqvZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.375rem;left:0rem; }
#JHtq99sWuTg8eJcn0Z6XaqeXil2h16L7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.9375rem;left:0.1875rem; }
#Gzqs1xWFbt5TrEiRhpNffFexKBk9Op9L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21rem;left:0rem; }
#zlyXvbvT1aAfCw7zimlpTgV4dI35n01r { color:#272727;display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15046;line-height:1.1;letter-spacing:0;top:3.25rem;left:0rem;height:8.66015625rem;font-style:normal;display:block; }
#RWk40uNMzTPoW0K0MG6iCycFqkXHV4z0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.5625rem;left:27.1875rem; }
#XWsnMFZv0xupEQEdTZnnxH3X30o3ux8V { color:rgba(var(--color-tertiary-1),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:16.0625rem;left:2.125rem;height:2.35546875rem;font-style:normal;display:block; }
#d0E6fpf9A1LxenBF7xM1ZdFutbkbKxh2 { color:rgba(var(--color-tertiary-1),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2.3125rem;height:2.35546875rem;font-style:normal;display:block; }
#n7lHVIbwzqoPZdJ3qBgDTn4voKvtVcnH { color:rgba(var(--color-tertiary-1),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:20.822265625rem;left:2.125rem;height:2.35546875rem;font-style:normal;display:block; }
#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c4bc1f7d-751e-4adf-bf60-5cd01ec2eccd/HEADVSA11.png");background-position:center !important;background-repeat:repeat-y !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; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl.adaptive-delivery-prevent-bg, #TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl.lazyload, #TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl.lazyloading { background-image: none; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container { background-color: transparent; background-image: none; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container > .video-iframe-container { display: none; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row > .video-iframe-container { display: none; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .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); }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container { border-width: 0; border-radius: 0; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:60rem;position:relative;display:block; }#PJhvnaDcZoI4UGy8Rg1xEett9S8DlL4i { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:4.5625rem;left:17rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MNeg1BXzT4hTyTqmpTu5mpz5TNGD30SH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:7.5625rem;left:20.96875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nh8i9ieWW4RN986HA7X15lGgEf1WTWWw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:9.7880859375rem;left:26.46875rem;height:3.1494125rem;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;text-align:left;text-align-last:left;display:block; }
#xiKXgMqTEs2KE9wNQpDxIUM6GgA57K11 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.7880859375rem;left:24.625rem; }
#f67wNX9T3oksmcnowWFDBMgBs4SFs0pg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JKSUXyoo6rrFbPOFuprUgUrowUMSyZKo { color:#4f4f4f;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:10.875rem;left:14.09375rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CvQLzIWAoWH4WC6o2O8AzDVITF1L5FNi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.5rem;left:28.46875rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-form-header {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;color:#464646;width:24.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.1; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-text { 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-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-text {padding-top: 0; padding-bottom: 0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-textarea { 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-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-select {padding-top: 0; padding-bottom: 0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#2c2ce6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.125rem;margin-bottom:0.25rem;margin-left:3.25rem;display:block;box-sizing:border-box;font-size:2rem;font-weight:700;color:rgba(var(--color-primary-0),1);width:18.4375rem;height:4.125rem;font-family:"work sans";overflow:hidden;font-style:normal;line-height:1.4;text-align:center;text-align-last:center; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]:-moz-placeholder { color:#383838;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]::-moz-placeholder { color:#383838;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]:-ms-input-placeholder { color:#383838;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]::-webkit-input-placeholder { color:#383838;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .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.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .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; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.75rem;vertical-align:middle;font-family:rubik;font-size:0.875rem;font-weight:700;color:#2c2c2c;overflow:hidden;font-style:normal;line-height:1.2;text-align:center;text-align-last:center; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container:first-of-type{padding-top:0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container:last-of-type{padding-bottom:0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:17.125rem;top:14rem;z-index:15003;position:absolute; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.9375rem;display:block;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.8125rem;line-height:1.4;font-weight:700;color:#2f8724;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg {display:block;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:17.125rem;top:14rem;z-index:15003;position:absolute; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FF4yrdgcr5RSH2mO2HXgqrNN280MpQFy { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #CZfAQ9ApmRGlTywsfLq0N81iyBJ2LgeE { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZWOCHMfAkzWdUbkh3Lh0x5sDkpVEooZE { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #V8NRaB9tz9ggVhSQ13xtrqSRwVVdnKSK { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #o1QmlI1zsKapcuCN6mB7wWTmQi7TVx7H { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #pPZV0GhBrW8KFkc4ZVqFOxTlo4R0H7BX { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zdw9v3c7vcA4NscpmyDIWEou4UhieuEg { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #cikO3rlZiOzpNXuomtBeGuN0WTHfoeaz { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #dRQdMVOE0ERWGBTEirh2Xigrdt84RxaX { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #GprpzyhrNqP5Jk1U5aVJq75wC3rCoBzD { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #NUJdiLV83bNxyTIoVXfmW8ydd2HOcB76 { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #QHEWQZdFrIVETE5aR9HzD9thtZaqnwH7 { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #l7zAU1hZwoiTsVsdkCXnNILI7sqVLWKA { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #boAKCOepPmKRun6GTOBFEUqXRCxmSQsJ { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #eFozteBQlXLo536VB61bgcvGtMxwHOLJ { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W .container-column{width:100%;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZqBPr280BfskipXNsVdyZPSANsU07Lfm { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rBtn5DRCoQKTfvsBG5qnIsQBekIVtnud { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #HRtfZPUJE36TG3iCSRA8eS50uTMmovWF { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #C2NQGg5bqEOBUvGBXTwTXDnoI3qDFp3n { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #h0P6WZb5Xzc7lPfNypzGlwTAFKegpien { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 .container-column{width:100%;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #MoVg9Tu9CvOWNfdXxMt65ApFxG36TTsg { position:relative;display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zBRk8MSNtOFSbTXTX0T58Oz0PLlP8AeI { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #IVJElF7WN7UXCUspxuqtrg5d3VWblkoT { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #osTCwELFcQSJ0PpD3W5ezcJTRHHxvVKA { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rKI6Lv7U2axuXvixiGgi9sthnTknasBJ { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Lym08ZCTOy7PdkM2FqIgl1kMghUpnoZ6 { position:relative;z-index:2; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mi4siDNONG5phLdEvMkqHzDFJ5nlnafK { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #OiNxmQQpIbm7zp2AhunO9yPKou6xTD8U { position:relative;display:block;z-index:15000; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mbnl1qtkikPKQsc1PXPxI0y2BH0LW5Mh { position:relative;display:block;z-index:15000; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #uNrmfNsJJ4RTBZXeaQTlLU5LNp64nmWw { position:relative; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #deycGHQHF1hfVc7oL8srt4awIJfsTLJE { position:relative; }
#FHPBFM3mUTtXSEn3KrcNtCn98daZ8c8H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:45.75rem;left:37rem; }
#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW { 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; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { background-color: transparent; background-image: none; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container > .video-iframe-container { display: none; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row > .video-iframe-container { display: none; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .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); }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { border-width: 0; border-radius: 0; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#dC3GEQA6itrTmJgbRvu6uiUkc3ZASbxt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.8125rem;top:12.5rem;left:3.375rem;overflow:hidden;display:block; }
#aAL0E4Ffkl78zrC6MCNC733FyhWcMhmM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mTwD6pobEeTfRdqWOkgnG24oGKDX12yK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.75rem;left:0rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#O1EdccAN4aKoBiShbEf2V5qwwoxSbXA4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.9375rem;top:27.25rem;left:1.3125rem;overflow:hidden;display:block; }
#AepZ43wx81CA7ehpq9bguTun3eoSDKWT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:15.5rem;top:12.5rem;left:44.5rem;overflow:hidden;display:block; }
#iAnoBnSpSXPMAwG4J6aAcM7vkXXxwa47 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.4375rem;left:47.125rem;height:3.16699375rem;text-align:center;text-align-last:center;display:block; }
#G2wfAzLnCQWNIG3vdD62GDed1faxVlig { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:12.9375rem;top:27.25rem;left:47.0625rem;overflow:hidden;display:block; }
#TZTpslQdOeMmMIUu9LIy0sVIGN5RITMo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35rem;left:47.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#H87xMT6ToLFQaGvpVoM3od8TWSaqdmWX { position:absolute;display:block;z-index:15031;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.875rem;width:4.625rem;top:30.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#yXWbG1StOiDoRCUQ59SaP9MRT7VX4UOf { position:absolute;display:block;z-index:15029;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.875rem;width:4.625rem;top:16.5625rem;left:49.9375rem;overflow:hidden;display:block; }
#xtwOvRuOynJz6Jwv7p1v8tNxFWfhJBNw { position:absolute;display:block;z-index:15030;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.9375rem;width:5rem;top:32.0625rem;left:51.0625rem;overflow:hidden;display:block; }
#WgQvJcBsdNFXKfaozL9NTSDTzWeGscqe { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:5.625rem;top:15.75rem;left:2.5rem;overflow:hidden;display:block; }
#PXnIAVbXtrD5Dx1UM34UbUmWfoQTBTzc { position:absolute;display:block;z-index:14999;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:32.4375rem;width:35.75rem;top:13.875rem;left:10.625rem;overflow:hidden;display:block; }
#nvrUdc1M13X0TzaNKKL58mqPix87SD9A { color:#6b6b6b;display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:4.5625rem;left:9.8125rem;height:1.6494125rem;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; }
#xc8JO61xZJ6uB0Mai2DR61v5ESV4w1iD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:40.5rem;top:13.4375rem;left:7.875rem;overflow:hidden;display:none; }
#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.adaptive-delivery-prevent-bg, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyload, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyloading { background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { background-color: transparent; background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .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); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { border-width: 0; border-radius: 0; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM::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; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#qLNTkMiZU5U16P8NWbCMxup2pr39tIgX { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1865234375rem;left:15.75rem;height:2.51855625rem;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; }
#lHGSw6QATVHOpO3CezH3KxpEJui9TocU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:44.125rem;left:43.6875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJRDJe1LfdvU391hiGbJwbbqRcVFU0eR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:43.3125rem;left:0.5rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6QGhrtbnoUr7M8U1ATwU5mQ5N1g0o6u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:43.8125rem;left:23.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3zyfIS1UbXdODeHdOV887xwHTK6rqCM { color:#777777;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:2.2;letter-spacing:0;top:12.5859375rem;left:33.1875rem;height:23.097625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UXgBTumcpcC06gpsh4EZqEDtQoBZe1ZL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.8125rem;width:29.4375rem;top:11.2275390625rem;left:0rem;overflow:hidden;display:block; }
#cLEdBQr8E2yI48SC5LhgIa9pU4P5CO9v { color:#9d9d9d;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:46.625rem;left:43.8125rem;height:1.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsDG87NylH9lcA6Ns3mFbs3I0ZQJqhRo { color:#9d9d9d;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:45.5rem;left:0rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hIXTESMA7FONaGZVBs3bIE7ahstT9F5S { color:#9d9d9d;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:46.1875rem;left:22.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0fCUDoEgPa2XZBZRD9tC1hQHLHIBhqp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:41.5625rem;left:28.875rem; }
#swXBvlw4d0ANrWgzq2yekBJcqAf8k21f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:41rem;left:5.5625rem; }
#EdeKCrVlgtUbaehbT3PNyC1oeZ8t1lra { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:41.4375rem;left:50.3125rem; }
#EMCx0rFR8M7a8cEV3ehNWE3X2NPBuP2q { color:#5c48ff;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:6.3935546875rem;left:18.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP { border-bottom:0;border-left:0;border-right:0;border-top: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; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { background-color: transparent; background-image: none; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container > .video-iframe-container { display: none; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row > .video-iframe-container { display: none; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .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); }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { border-width: 0; border-radius: 0; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { font-size:0.875rem;font-family:"open sans";height:6.6875rem;width:60rem;position:relative;display:block; }#OJ9WOoMxUXmdqWvLlMI62eXT91ZSHuyP { display:block;width:24.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.71875rem;left:2.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;color:#666665;display:block; }
#Kq87apXOdAiEQzhPMrKsb1sr46uf62ux { 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:3.4375rem;width:8.5625rem;top:1.25rem;left:51.4375rem;overflow:hidden;display:block; }
#v6Rf1zsu2JfFCd4PgDd3uFM5xeE4vJI7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5625rem;left:0rem; }
#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 { border-top:0.0625rem solid #c1c1c1;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { background-color: transparent; background-image: none; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container > .video-iframe-container { display: none; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row > .video-iframe-container { display: none; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .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); }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { border-width: 0; border-radius: 0; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#fIr8yJWveyRXbnT6Aw4Tks0tNcUr49ZE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:heebo;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:16.5625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR { display:block; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdrFo5S3foNza7U7vqMyiplQpmc5IpGp { width:18.4375rem;height:1.3125rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0TpgbPBOgMihQJhQ26EIfkORXe00lVx { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfQZGCOvl6pAiWT6fy8AtmclQbBTGCR7 { width:40.5rem;height:49.6125rem;top:4.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgPrl6ryWvdinfWTAelT2oyUsXLDoLXk { width:6.3125rem;height:6.3125rem;top:27.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZzVkkeA4lUcvqTrxPZ0Dsd3UqpPfHe8 { width:9.375rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psvvLb8SX0UTa3aHru9xfRHtXN65WLyT { width:3.125rem;height:3.125rem;top:1.0625rem;left:44.625rem;display:block; }
#psvvLb8SX0UTa3aHru9xfRHtXN65WLyT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #UDcTC7VrNN1WIxGChg3MyDXbnkLM06kc { width:5.3125rem;height:2.5rem;top:1.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFRMpuOwlDnR4MDKUfhRhGlGyhvGToqx { display:block; }
 }@media only screen and (max-width: 763px) { #vSTvfZ1n04tVRWZu5FHgnkLSwG0BQfsd { width:8.5rem;height:2.5rem;top:1.375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wikfiKb6IOT7fcE72pJEuNB0DxQ3yglw { display:block; }
 }@media only screen and (max-width: 763px) { #QfM782DCl5BRut2xcgzBOU5l5bMT0frU { width:9.75rem;height:2.5rem;top:1.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAU0kSDocroNfLF3TPVMCWhqkhDi2VN0 { display:block; }
 }@media only screen and (max-width: 763px) { #g1Gdrz7TsWXTchAwbJ8qaTp8TqxfTqWt { width:8.375rem;height:0.75rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 { display:block; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1uknrGwohRP9tSyiJQwIZQsMtkTe80u { width:6.1875rem;height:2.5rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkJowvtouJGl3GvMd5pvSMI2uEQPw4U8 { width:2.3125rem;height:2.3125rem;top:45rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxmseRgGvwfRkeXRWK9EXaMUkVJX6EsW { width:32.6875rem;height:10.3125rem;top:6.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7mw08cdmQpgqNKkfBAvXa3v0tEcvhPX { width:8.9375rem;height:3.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTUd1hMmOh35bdKOABi5WI2dga0b7A6L { width:1.5625rem;height:1.5625rem;top:17.5625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKbz4fGXz9aJmGc2XbzD1vTnqSDRVfvK { width:25.125rem;height:1.625rem;top:24.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeUTLdc0XCIPxagGyyKWLzHHDktGUbP1 { width:1.25rem;height:1.25rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95982KnUe31TnOKn0LO1LxPOMeEVuOU { width:1.3125rem;height:1.3125rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIDgTm05eHNd1T3yH4x5l2VkOdEx8OXn { width:20.3125rem;height:1.625rem;top:23.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTu9m6kuyqEederOJ6kNNgPGOEt0mN6L { width:14.1875rem;height:2.875rem;top:27.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHSWWcyFtAOaZPIyazn5tthx3gEONg8J { width:1.3125rem;height:1.3125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxmnJFKflFALKGgsBSW9iWruB56WkRCd { top:34.0625rem;left:0rem;width:23.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM1Fy4BDV9EzimPK51yDDe7TxqgNfaFE { display:block; }
 }@media only screen and (max-width: 763px) { #DEiErb7xrxMViwb87FBGd9hhrbMXReAD { width:41.4375rem;height:1.75rem;top:17.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6O99q7MemD4bAOfSGdCV0EzKI0kP9t4 { width:25.5625rem;height:0.9375rem;top:26.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxthSePt6QxSPN4a58Frlkm7Iu7LWPBH { width:1.125rem;height:1.125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2xpOLTwM0J5fVVZuN38t15fG0uWHBQ6 { width:20.3125rem;height:1.25rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro { display:block; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHcPRa5UPioAw0OoClncNFvU7DEoHwp2 { width:17.9375rem;height:2.375rem;top:22.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDIU5PcsgJuvMD976fQAOnCm0CcIh966 { width:15.0625rem;height:9.4375rem;top:32.3125rem;left:8.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ5g8U9m8iCyGzHbePu006yokI0Eqola { width:14.875rem;height:9.4375rem;top:26.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP2ne4hNV7u5EFN5dozAiy9U5gbke9Tp { width:18.4375rem;height:1.3125rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #epN8vrLFLagUw9y6UJr4WZTTHOLDpJku { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iax2G1Vml4VsZ0dWUImIgRiOqyib1u7w { width:16.75rem;height:3.375rem;top:18.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL93RZRAQvAFAayV8Jor6bc1o8Ou5Ie1 { width:40.5rem;height:36.75rem;top:4.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAQ8TknrDcx3wKF5aBU3BbZpIenPn5aE { width:15.875rem;height:6.25rem;top:32.3125rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKdPVKaztGxOl9mIKPPJVVbnvf8yvNK6 { width:16.625rem;height:10.75rem;top:19.25rem;left:31.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR1EoMIbM61KPN86sOPUzTgp4t9r5khF { width:47.75rem;height:4.5rem;top:5.125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtBFoG6e7TNp6UHTT3nsuFMST0F1UQyI { width:6.3125rem;height:6.3125rem;top:27.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #El37gauUMDLQOhzzfvHDsTZlC90uJ4zy { width:19.6875rem;height:34.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfmuTbEkoZMUGbtuXN2dHWceWR6qobpe { width:5.3125rem;height:5.3125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUskttaSaTpQeqBD3oxRrzea28G8inEN { width:4.9375rem;height:4.9375rem;top:13.875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7wblMZlUbJbmCvNpRISwfR8aCmUMMa { width:5.1875rem;height:5.1875rem;top:13.125rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlbROKASyZDXvZNknANwJVO5TZMB2RSV { width:19.1875rem;height:34.125rem;top:12.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NidRySLmI0WRhKnuTUNkVGGuhbqwc7FQ { width:19.3125rem;height:34.125rem;top:12.3125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVemQ49LsTt7KBGzlm3HRhlE3E5lVFTy { width:16.1875rem;height:10.8125rem;top:19.375rem;left:7.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHRW7EH4AdcwTcR5LcRJZkVQqiV50Z90 { width:2.75rem;height:2.75rem;top:2.4375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbqfvmwJgMesG4lr8501w189JFZTqvXm { width:47.75rem;height:1.5625rem;top:50.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 { display:block; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBdXZwRKGaiTAO6iF3mGEhT7N5RzL6ap { width:18.4375rem;height:1.3125rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqGKnLgWXe7kzanTf5hBT7523SGT7LAT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaTdXhgFR4ZGh3DCTq19IBaNTViObsU4 { width:40.5rem;height:36.75rem;top:4.8125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qn6Ik6rLS1C4ySw1422r0moaX3MFuM9C { width:6.3125rem;height:6.3125rem;top:27.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSl8AHQpmzZN3r5K3g2LVD8F6dil2G5A { width:1.9375rem;height:1.9375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilBswuPL89zh8WDbeFbCNF3LykvIQpyP { width:2.4375rem;height:2.4375rem;top:10.9375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb10UdDtylwQ2R9okxMOts3PNVQhv5UL { width:2.5rem;height:2.5rem;top:24.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEw3fg3T9T9XvuD7I17ouMrnbaub6LJg { width:15.625rem;height:2.5625rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRg8czppPoVNbJGlThd73P2kBd1arQNM { width:24.625rem;height:4.5rem;top:3rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqVhadtGSUent4nRg2XyORhuc6ExRHD { width:16.5rem;height:2.3125rem;top:13.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISl5Eiv5usDeEhTc9UET2siLLUSZfPn8 { width:14.75rem;height:4.6875rem;top:13.5rem;left:9.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWUTrdRkuAMuTap99NmFlJAt9DxIyfro { width:16.0625rem;height:8.6875rem;top:27.8125rem;left:7.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3w3v9X4OQrDqBrIxblbGBWVDNPCFddP { width:19.6875rem;height:34.125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyx9OTkq887128eTWoRTwKCvmOi4643O { width:18.75rem;height:34.125rem;top:9.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuz7Qq8aHWMwf5a8goJ0meuueqTy9eK { width:19.6875rem;height:34.125rem;top:9.125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbfrthrtLBWvU4Wyw0DV601lugllewE0 { width:16.8125rem;height:15.9375rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBBvcTGHG3OpX1sttkZtMUzABa7iUC28 { width:14.0625rem;height:16.75rem;top:24.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRgGTGJui4Mq6Q2hDgRcpbxpiVePOseQ { width:3.0625rem;height:3.0625rem;top:11.5625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Z5A55oO394Hz5miexyMHVQAGsaBTT6 { width:17.375rem;height:7.0625rem;top:15.5rem;left:30.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA { display:block; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWfW3D8KzESVEU8QQ4rXhV3MvT47hC69 { width:3.9375rem;height:3.9375rem;top:3.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6JBZpJAm20TeBpPBEElhST713o7hQ7 { width:16.1875rem;height:19rem;top:1.25rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWHfPEzz668sTFidzKxQ9qIh6yf8zqvZ { width:1.6875rem;height:1.6875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHtq99sWuTg8eJcn0Z6XaqeXil2h16L7 { width:1.625rem;height:1.625rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzqs1xWFbt5TrEiRhpNffFexKBk9Op9L { width:2rem;height:2rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlyXvbvT1aAfCw7zimlpTgV4dI35n01r { width:42.1875rem;height:8.625rem;top:3.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWk40uNMzTPoW0K0MG6iCycFqkXHV4z0 { width:6.5rem;height:6.5rem;top:2.5625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWsnMFZv0xupEQEdTZnnxH3X30o3ux8V { width:42.1875rem;height:2.3125rem;top:16.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0E6fpf9A1LxenBF7xM1ZdFutbkbKxh2 { width:42.1875rem;height:2.3125rem;top:18.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7lHVIbwzqoPZdJ3qBgDTn4voKvtVcnH { width:42.1875rem;height:2.3125rem;top:20.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl { display:block; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container { width:47.75rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJhvnaDcZoI4UGy8Rg1xEett9S8DlL4i { width:27.6875rem;height:3rem;top:4.5625rem;left:10.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNeg1BXzT4hTyTqmpTu5mpz5TNGD30SH { width:18.0625rem;height:1.1875rem;top:7.5625rem;left:14.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh8i9ieWW4RN986HA7X15lGgEf1WTWWw { width:12.8125rem;height:3.125rem;top:9.75rem;left:20.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiKXgMqTEs2KE9wNQpDxIUM6GgA57K11 { width:1.1875rem;height:1.1875rem;top:9.75rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f67wNX9T3oksmcnowWFDBMgBs4SFs0pg { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKSUXyoo6rrFbPOFuprUgUrowUMSyZKo { width:8.375rem;height:1.25rem;top:14.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvQLzIWAoWH4WC6o2O8AzDVITF1L5FNi { width:3.0625rem;height:3.0625rem;top:1.5rem;left:22.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-regular-label { display:block; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-checkbox-label { width:21.625rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg  { width:38.3125rem;height:auto; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg {display:block;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg { width:38.3125rem;height:auto; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FF4yrdgcr5RSH2mO2HXgqrNN280MpQFy {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #CZfAQ9ApmRGlTywsfLq0N81iyBJ2LgeE { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZWOCHMfAkzWdUbkh3Lh0x5sDkpVEooZE {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #V8NRaB9tz9ggVhSQ13xtrqSRwVVdnKSK {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #o1QmlI1zsKapcuCN6mB7wWTmQi7TVx7H { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #pPZV0GhBrW8KFkc4ZVqFOxTlo4R0H7BX {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zdw9v3c7vcA4NscpmyDIWEou4UhieuEg {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #cikO3rlZiOzpNXuomtBeGuN0WTHfoeaz { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #dRQdMVOE0ERWGBTEirh2Xigrdt84RxaX {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #GprpzyhrNqP5Jk1U5aVJq75wC3rCoBzD {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #NUJdiLV83bNxyTIoVXfmW8ydd2HOcB76 { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #QHEWQZdFrIVETE5aR9HzD9thtZaqnwH7 {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #l7zAU1hZwoiTsVsdkCXnNILI7sqVLWKA {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #boAKCOepPmKRun6GTOBFEUqXRCxmSQsJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #eFozteBQlXLo536VB61bgcvGtMxwHOLJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W .container-column{width:50%;} }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZqBPr280BfskipXNsVdyZPSANsU07Lfm {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rBtn5DRCoQKTfvsBG5qnIsQBekIVtnud {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #HRtfZPUJE36TG3iCSRA8eS50uTMmovWF {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #C2NQGg5bqEOBUvGBXTwTXDnoI3qDFp3n {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #h0P6WZb5Xzc7lPfNypzGlwTAFKegpien {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #MoVg9Tu9CvOWNfdXxMt65ApFxG36TTsg {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zBRk8MSNtOFSbTXTX0T58Oz0PLlP8AeI {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #IVJElF7WN7UXCUspxuqtrg5d3VWblkoT {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #osTCwELFcQSJ0PpD3W5ezcJTRHHxvVKA {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rKI6Lv7U2axuXvixiGgi9sthnTknasBJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Lym08ZCTOy7PdkM2FqIgl1kMghUpnoZ6 {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mi4siDNONG5phLdEvMkqHzDFJ5nlnafK {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #OiNxmQQpIbm7zp2AhunO9yPKou6xTD8U {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mbnl1qtkikPKQsc1PXPxI0y2BH0LW5Mh {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #uNrmfNsJJ4RTBZXeaQTlLU5LNp64nmWw {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #deycGHQHF1hfVc7oL8srt4awIJfsTLJE {  }
 }@media only screen and (max-width: 763px) { #FHPBFM3mUTtXSEn3KrcNtCn98daZ8c8H { width:2.125rem;height:2.125rem;top:45.75rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fls84W38c5ESsMrAeVVN4dCTVvm6ONeW { display:block; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC3GEQA6itrTmJgbRvu6uiUkc3ZASbxt { width:3.8125rem;height:2rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAL0E4Ffkl78zrC6MCNC733FyhWcMhmM { width:10.625rem;height:2.4375rem;top:17.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwD6pobEeTfRdqWOkgnG24oGKDX12yK { width:8.4375rem;height:3.375rem;top:32.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1EdccAN4aKoBiShbEf2V5qwwoxSbXA4 { width:5.9375rem;height:1.75rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepZ43wx81CA7ehpq9bguTun3eoSDKWT { width:15.5rem;height:3.4375rem;top:12.5rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnoBnSpSXPMAwG4J6aAcM7vkXXxwa47 { width:10.25rem;height:3.125rem;top:18.4375rem;left:37.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2wfAzLnCQWNIG3vdD62GDed1faxVlig { width:12.9375rem;height:5.6875rem;top:27.25rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTpslQdOeMmMIUu9LIy0sVIGN5RITMo { width:12.5rem;height:2.5625rem;top:35rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87xMT6ToLFQaGvpVoM3od8TWSaqdmWX { width:4.625rem;height:0.875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWbG1StOiDoRCUQ59SaP9MRT7VX4UOf { width:4.625rem;height:0.875rem;top:16.5625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtwOvRuOynJz6Jwv7p1v8tNxFWfhJBNw { width:5rem;height:0.9375rem;top:32.0625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQvJcBsdNFXKfaozL9NTSDTzWeGscqe { width:5.625rem;height:1.0625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXnIAVbXtrD5Dx1UM34UbUmWfoQTBTzc { width:35.75rem;height:32.4375rem;top:13.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvrUdc1M13X0TzaNKKL58mqPix87SD9A { top:4.5625rem;left:3.6875rem;width:40.375rem;height:1.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc8JO61xZJ6uB0Mai2DR61v5ESV4w1iD { width:40.5rem;height:36.75rem;top:13.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lRVQV6I5/photo-1464746133101-a2c3f88e0dd9.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.adaptive-delivery-prevent-bg, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyload, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyloading { background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { background-color: transparent; background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .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); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLNTkMiZU5U16P8NWbCMxup2pr39tIgX { top:3.125rem;left:9.625rem;width:30.0625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHGSw6QATVHOpO3CezH3KxpEJui9TocU { top:44.125rem;left:31.4375rem;width:16.3125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJRDJe1LfdvU391hiGbJwbbqRcVFU0eR { top:43.3125rem;left:0rem;width:12.8125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6QGhrtbnoUr7M8U1ATwU5mQ5N1g0o6u { top:43.8125rem;left:17.5rem;width:12.8125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zyfIS1UbXdODeHdOV887xwHTK6rqCM { width:26.5625rem;height:34.3154375rem;top:25.1357421875rem;left:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgBTumcpcC06gpsh4EZqEDtQoBZe1ZL { width:29.4375rem;height:25.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEdBQr8E2yI48SC5LhgIa9pU4P5CO9v { width:16.1875rem;height:1.0625rem;top:46.625rem;left:31.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsDG87NylH9lcA6Ns3mFbs3I0ZQJqhRo { width:14.4375rem;height:2.125rem;top:45.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIXTESMA7FONaGZVBs3bIE7ahstT9F5S { width:14.8125rem;height:1.125rem;top:46.1875rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0fCUDoEgPa2XZBZRD9tC1hQHLHIBhqp { width:1.8125rem;height:1.8125rem;top:41.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #swXBvlw4d0ANrWgzq2yekBJcqAf8k21f { width:2.3125rem;height:2.3125rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdeKCrVlgtUbaehbT3PNyC1oeZ8t1lra { width:2.1875rem;height:2.1875rem;top:41.4375rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMCx0rFR8M7a8cEV3ehNWE3X2NPBuP2q { width:24.9375rem;height:1.9375rem;top:6.375rem;left:12.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3GyPEeJoelblKa8TGppEoLVMLbdfeP { display:block; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ9WOoMxUXmdqWvLlMI62eXT91ZSHuyP { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq87apXOdAiEQzhPMrKsb1sr46uf62ux { width:8.5625rem;height:3.4375rem;top:1.25rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Rf1zsu2JfFCd4PgDd3uFM5xeE4vJI7 { width:1.6875rem;height:1.6875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 { display:block; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIr8yJWveyRXbnT6Aw4Tks0tNcUr49ZE { width:26.8125rem;height:1.125rem;top:1.6875rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); } }@media only screen and (max-width: 763px) { #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.adaptive-delivery-prevent-bg, #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.lazyload, #Iq7m22QoLl9FbdcG287s3tNxkCUgqICR.lazyloading { background-image: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { background-color: transparent; background-image: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container > .video-iframe-container { display: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row > .video-iframe-container { display: none; }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .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); }#Iq7m22QoLl9FbdcG287s3tNxkCUgqICR > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdrFo5S3foNza7U7vqMyiplQpmc5IpGp { width:18.4375rem;height:1.3496125rem;top:138.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Z0TpgbPBOgMihQJhQ26EIfkORXe00lVx { display:flex;top:138rem;left:2.5625rem;width:2.1875rem;height:2.1875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #HfQZGCOvl6pAiWT6fy8AtmclQbBTGCR7 { width:20rem;height:18.148148148148rem;top:85.75rem;left:1.40625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #dgPrl6ryWvdinfWTAelT2oyUsXLDoLXk { display:flex;width:2.25rem;height:2.25rem;top:5.4375rem;left:17rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #TZzVkkeA4lUcvqTrxPZ0Dsd3UqpPfHe8 { width:7.625rem;height:2.9375rem;top:0rem;left:6.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #psvvLb8SX0UTa3aHru9xfRHtXN65WLyT { display:flex;width:2.5rem;height:2.5rem;top:0.34375rem;left:15.9375rem;display:none; }
#psvvLb8SX0UTa3aHru9xfRHtXN65WLyT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #UDcTC7VrNN1WIxGChg3MyDXbnkLM06kc { width:5.3125rem;height:2.5rem;top:3rem;left:1rem;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aFRMpuOwlDnR4MDKUfhRhGlGyhvGToqx { display:block; }
 }@media only screen and (max-width: 763px) { #vSTvfZ1n04tVRWZu5FHgnkLSwG0BQfsd { width:8.5rem;height:2.5rem;top:3rem;left:11.5rem;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wikfiKb6IOT7fcE72pJEuNB0DxQ3yglw { display:block; }
 }@media only screen and (max-width: 763px) { #QfM782DCl5BRut2xcgzBOU5l5bMT0frU { width:9.75rem;height:2.5rem;top:3rem;left:5.125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gAU0kSDocroNfLF3TPVMCWhqkhDi2VN0 { display:block; }
 }@media only screen and (max-width: 763px) { #g1Gdrz7TsWXTchAwbJ8qaTp8TqxfTqWt { width:8.375rem;height:0.625rem;top:2.9375rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#5a5a5a;font-family:"bree thin";display:block; }
 }@media only screen and (max-width: 763px) { #tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c11008d-d500-4a29-ae03-e8151d9ea6b8/1TMsHeadDesktopEWX600x1000px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8.adaptive-delivery-prevent-bg, #tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8.lazyload, #tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8.lazyloading { background-image: none; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container { background-color: transparent; background-image: none; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container > .video-iframe-container { display: none; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row > .video-iframe-container { display: none; }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .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); }#tMUvk3ueMKv4Mve6VpqpvWcTQXFbSZQ8 > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1uknrGwohRP9tSyiJQwIZQsMtkTe80u { width:5.1875rem;height:2rem;top:0.5625rem;left:7.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SkJowvtouJGl3GvMd5pvSMI2uEQPw4U8 { display:flex;width:2.5rem;height:2.5rem;top:43.0625rem;left:2.09375rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #xxmseRgGvwfRkeXRWK9EXaMUkVJX6EsW { width:20rem;height:5.625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;font-weight:700;font-style:normal;color:#ffffff;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #e7mw08cdmQpgqNKkfBAvXa3v0tEcvhPX { width:9.5625rem;height:3.75rem;top:39.4560546875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTUd1hMmOh35bdKOABi5WI2dga0b7A6L { display:flex;width:1.375rem;height:1.375rem;top:29.9375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKbz4fGXz9aJmGc2XbzD1vTnqSDRVfvK { width:17.8125rem;height:1.4619125rem;top:37.1875rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree regular";display:block; }
 }@media only screen and (max-width: 763px) { #HeUTLdc0XCIPxagGyyKWLzHHDktGUbP1 { display:flex;width:1.375rem;height:1.375rem;top:35.53125rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #W95982KnUe31TnOKn0LO1LxPOMeEVuOU { display:flex;width:1.25rem;height:1.25rem;top:37.1875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #MIDgTm05eHNd1T3yH4x5l2VkOdEx8OXn { width:17.9375rem;height:1.4619125rem;top:35.375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree regular";display:block; }
 }@media only screen and (max-width: 763px) { #TTu9m6kuyqEederOJ6kNNgPGOEt0mN6L { width:17.375rem;height:2.2734375rem;top:41.6875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:300;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree regular";display:block; }
 }@media only screen and (max-width: 763px) { #CHSWWcyFtAOaZPIyazn5tthx3gEONg8J { display:flex;width:1.25rem;height:1.25rem;top:41.5625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #GxmnJFKflFALKGgsBSW9iWruB56WkRCd { top:30.5625rem;left:0.4375rem;width:18.75rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM1Fy4BDV9EzimPK51yDDe7TxqgNfaFE { display:block; }
 }@media only screen and (max-width: 763px) { #DEiErb7xrxMViwb87FBGd9hhrbMXReAD { width:20rem;height:3.625rem;top:8.6103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree bold";display:block; }
 }@media only screen and (max-width: 763px) { #H6O99q7MemD4bAOfSGdCV0EzKI0kP9t4 { width:14.125rem;height:1.94921875rem;top:39.25rem;left:2.21875rem;font-size:0.8125rem;color:#eff2f8;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bxthSePt6QxSPN4a58Frlkm7Iu7LWPBH { display:flex;width:1.25rem;height:1.25rem;top:39.443359375rem;left:0.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #K2xpOLTwM0J5fVVZuN38t15fG0uWHBQ6 { width:20rem;height:1.29980625rem;top:1.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);color:#ffffff;font-family:"bree regular";display:block; }
 }@media only screen and (max-width: 763px) { #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.adaptive-delivery-prevent-bg, #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.lazyload, #Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro.lazyloading { background-image: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { background-color: transparent; background-image: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container > .video-iframe-container { display: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row > .video-iframe-container { display: none; }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .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); }#Lk6nk58wPR1NSL0EUK6MC2skKGKuQQro > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHcPRa5UPioAw0OoClncNFvU7DEoHwp2 { width:10.5625rem;height:1.25rem;top:21.1875rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #zDIU5PcsgJuvMD976fQAOnCm0CcIh966 { width:7.875rem;height:14.619125rem;top:24.5625rem;left:11.75rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;font-family:sf-ui-display-reg-med-thin;display:block; }
 }@media only screen and (max-width: 763px) { #yQ5g8U9m8iCyGzHbePu006yokI0Eqola { width:8.375rem;height:16.08103125rem;top:23.4130859375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;font-family:sf-ui-display-reg-med-thin;display:block; }
 }@media only screen and (max-width: 763px) { #RP2ne4hNV7u5EFN5dozAiy9U5gbke9Tp { width:18.4375rem;height:0;top:138.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #epN8vrLFLagUw9y6UJr4WZTTHOLDpJku { display:flex;top:138rem;left:2.5625rem;width:2.1875rem;height:2.1875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Iax2G1Vml4VsZ0dWUImIgRiOqyib1u7w { width:7.75rem;height:1.7871125rem;top:19.4375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;color:#313131;display:block; }
 }@media only screen and (max-width: 763px) { #CL93RZRAQvAFAayV8Jor6bc1o8Ou5Ie1 { width:20rem;height:18.148148148148rem;top:85.75rem;left:1.40625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #CAQ8TknrDcx3wKF5aBU3BbZpIenPn5aE { width:15.6875rem;height:4.38574375rem;top:51.125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PKdPVKaztGxOl9mIKPPJVVbnvf8yvNK6 { width:15.4375rem;height:2.875rem;top:47.125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BR1EoMIbM61KPN86sOPUzTgp4t9r5khF { width:20rem;height:4.875rem;top:6.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.4375rem;line-height:1;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #UtBFoG6e7TNp6UHTT3nsuFMST0F1UQyI { display:flex;width:2.25rem;height:2.25rem;top:5.4375rem;left:17rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #El37gauUMDLQOhzzfvHDsTZlC90uJ4zy { width:9.8125rem;height:27.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfmuTbEkoZMUGbtuXN2dHWceWR6qobpe { width:4.125rem;height:4.125rem;top:14.875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUskttaSaTpQeqBD3oxRrzea28G8inEN { width:3.5625rem;height:3.5625rem;top:14.9375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV7wblMZlUbJbmCvNpRISwfR8aCmUMMa { width:4.25rem;height:4.25rem;top:42.8125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlbROKASyZDXvZNknANwJVO5TZMB2RSV { width:9.5rem;height:27.25rem;top:13.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NidRySLmI0WRhKnuTUNkVGGuhbqwc7FQ { width:19.8125rem;height:14.25rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVemQ49LsTt7KBGzlm3HRhlE3E5lVFTy { width:8rem;height:4.125rem;top:19.5625rem;left:11.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #fHRW7EH4AdcwTcR5LcRJZkVQqiV50Z90 { display:flex;width:2.9375rem;height:2.9375rem;top:2.3974609375rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #LbqfvmwJgMesG4lr8501w189JFZTqvXm { width:16.0625rem;height:6.296875rem;top:57.875rem;left:1.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33aa344a-8aff-4cb6-8684-b31525898b8b/82cc941acaeb4b75adaa4bda6c672708.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4.adaptive-delivery-prevent-bg, #OGizZCzBmodTbw8VtE7pTWMPSp74WXH4.lazyload, #OGizZCzBmodTbw8VtE7pTWMPSp74WXH4.lazyloading { background-image: none; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container { background-color: transparent; background-image: none; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container > .video-iframe-container { display: none; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row > .video-iframe-container { display: none; }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .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); }#OGizZCzBmodTbw8VtE7pTWMPSp74WXH4 > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBdXZwRKGaiTAO6iF3mGEhT7N5RzL6ap { width:18.4375rem;height:0;top:138.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #vqGKnLgWXe7kzanTf5hBT7523SGT7LAT { display:flex;top:138rem;left:2.5625rem;width:2.1875rem;height:2.1875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #LaTdXhgFR4ZGh3DCTq19IBaNTViObsU4 { width:20rem;height:18.148148148148rem;top:85.75rem;left:1.40625rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Qn6Ik6rLS1C4ySw1422r0moaX3MFuM9C { display:flex;width:2.25rem;height:2.25rem;top:5.4375rem;left:17rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #DSl8AHQpmzZN3r5K3g2LVD8F6dil2G5A { display:flex;width:2.5rem;height:2.5rem;top:10.25rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #ilBswuPL89zh8WDbeFbCNF3LykvIQpyP { display:flex;width:2.5625rem;height:2.5625rem;top:35.3125rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #Rb10UdDtylwQ2R9okxMOts3PNVQhv5UL { display:flex;width:2.6875rem;height:2.6875rem;top:46.25rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #AEw3fg3T9T9XvuD7I17ouMrnbaub6LJg { width:14.75rem;height:2.25rem;top:15.5625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.2;font-weight:400;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #XRg8czppPoVNbJGlThd73P2kBd1arQNM { width:20rem;height:4.95605625rem;top:2.3125rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqVhadtGSUent4nRg2XyORhuc6ExRHD { width:16.5rem;height:2.35546875rem;top:13.20703125rem;left:3.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISl5Eiv5usDeEhTc9UET2siLLUSZfPn8 { width:14.75rem;height:4.7109375rem;top:37.875rem;left:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWUTrdRkuAMuTap99NmFlJAt9DxIyfro { width:16.0625rem;height:8.699225rem;top:49.8125rem;left:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3w3v9X4OQrDqBrIxblbGBWVDNPCFddP { width:19.6875rem;height:24.5rem;top:8.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyx9OTkq887128eTWoRTwKCvmOi4643O { width:19.25rem;height:27.125rem;top:34.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuz7Qq8aHWMwf5a8goJ0meuueqTy9eK { width:19.6875rem;height:15.25rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbfrthrtLBWvU4Wyw0DV601lugllewE0 { width:13.8125rem;height:13.0625rem;top:19.162109375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBBvcTGHG3OpX1sttkZtMUzABa7iUC28 { width:15rem;height:17.875rem;top:68.5625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRgGTGJui4Mq6Q2hDgRcpbxpiVePOseQ { display:flex;width:3.0625rem;height:3.0625rem;top:65.4375rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #h3Z5A55oO394Hz5miexyMHVQAGsaBTT6 { width:17.375rem;height:7.06640625rem;top:69rem;left:1.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA { display:block; }#F5AOqw3hOlGJxJTLbQFZisMFTKhTTThA > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWfW3D8KzESVEU8QQ4rXhV3MvT47hC69 { display:flex;width:4rem;height:4rem;top:9.529296875rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #TT6JBZpJAm20TeBpPBEElhST713o7hQ7 { width:9rem;height:10.625rem;top:10.9091796875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWHfPEzz668sTFidzKxQ9qIh6yf8zqvZ { display:flex;width:1.75rem;height:1.75rem;top:23.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JHtq99sWuTg8eJcn0Z6XaqeXil2h16L7 { display:flex;width:1.5rem;height:1.5rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gzqs1xWFbt5TrEiRhpNffFexKBk9Op9L { display:flex;width:1.5rem;height:1.5rem;top:27.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zlyXvbvT1aAfCw7zimlpTgV4dI35n01r { width:20rem;height:6.59765625rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWk40uNMzTPoW0K0MG6iCycFqkXHV4z0 { display:flex;width:4.3125rem;height:4.3125rem;top:13.529296875rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #XWsnMFZv0xupEQEdTZnnxH3X30o3ux8V { width:13.3125rem;height:1.7871125rem;top:23rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0E6fpf9A1LxenBF7xM1ZdFutbkbKxh2 { width:15.875rem;height:1.7871125rem;top:25.3125rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7lHVIbwzqoPZdJ3qBgDTn4voKvtVcnH { width:15.8125rem;height:1.7871125rem;top:27.5rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4bc1f7d-751e-4adf-bf60-5cd01ec2eccd/HEADVSA11.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl.adaptive-delivery-prevent-bg, #TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl.lazyload, #TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl.lazyloading { background-image: none; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container { background-color: transparent; background-image: none; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container > .video-iframe-container { display: none; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row > .video-iframe-container { display: none; }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .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); }#TaEcfEyTLmlod3O1o4ocMh1hysQU8aVl > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJhvnaDcZoI4UGy8Rg1xEett9S8DlL4i { width:18.3125rem;height:6.125rem;top:6.087890625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:3.0625rem;font-weight:700;font-style:normal;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MNeg1BXzT4hTyTqmpTu5mpz5TNGD30SH { width:20rem;height:1.23730625rem;top:13rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:"source sans pro";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nh8i9ieWW4RN986HA7X15lGgEf1WTWWw { width:12.8125rem;height:auto;top:9.75rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#fd8b39;font-weight:300;font-style:italic;line-height:1.1;font-family:"fira sans";display:none; }
 }@media only screen and (max-width: 763px) { #xiKXgMqTEs2KE9wNQpDxIUM6GgA57K11 { display:flex;width:2.5rem;height:2.5rem;top:31.1220703125rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f67wNX9T3oksmcnowWFDBMgBs4SFs0pg { display:flex;top:14.2373046875rem;left:13.8125rem;width:1.3125rem;height:1.3125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #JKSUXyoo6rrFbPOFuprUgUrowUMSyZKo { width:8.375rem;height:1.3056625rem;top:14.2373046875rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15020;font-family:"source sans pro";font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CvQLzIWAoWH4WC6o2O8AzDVITF1L5FNi { display:flex;width:2.3125rem;height:2.3125rem;top:3.837890625rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-form-header {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1rem;font-weight:400;color:#3f363f;width:17.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-text { background-color:#ededed;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.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1.1875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:400;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-text {padding-top: 0; padding-bottom: 0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-textarea { background-color:#ededed;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.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.1875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:400;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-select {padding-top: 0; padding-bottom: 0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#4d00ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#ffffff;width:12.625rem;height:3.4375rem;font-family:"work sans";overflow:hidden;line-height:0; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]:-moz-placeholder { color:#2e2e2e;font-family:"open sans";font-size:1.125rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]::-moz-placeholder { color:#2e2e2e;font-family:"open sans";font-size:1.125rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]:-ms-input-placeholder { color:#2e2e2e;font-family:"open sans";font-size:1.125rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg [class*="-text"]::-webkit-input-placeholder { color:#2e2e2e;font-family:"open sans";font-size:1.125rem; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .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; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.5625rem;vertical-align:middle;font-family:poppins;font-size:0.875rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container:first-of-type{padding-top:0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-container:last-of-type{padding-bottom:0;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0.4375rem;top:17.25rem;z-index:15002; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.8125rem;line-height:1.3;font-weight:700;color:#2eac1d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg {display:block;}#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0.4375rem;top:17.25rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FF4yrdgcr5RSH2mO2HXgqrNN280MpQFy {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #CZfAQ9ApmRGlTywsfLq0N81iyBJ2LgeE { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZWOCHMfAkzWdUbkh3Lh0x5sDkpVEooZE {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #V8NRaB9tz9ggVhSQ13xtrqSRwVVdnKSK {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #o1QmlI1zsKapcuCN6mB7wWTmQi7TVx7H { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #pPZV0GhBrW8KFkc4ZVqFOxTlo4R0H7BX {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zdw9v3c7vcA4NscpmyDIWEou4UhieuEg {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #cikO3rlZiOzpNXuomtBeGuN0WTHfoeaz { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #dRQdMVOE0ERWGBTEirh2Xigrdt84RxaX {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #GprpzyhrNqP5Jk1U5aVJq75wC3rCoBzD {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #NUJdiLV83bNxyTIoVXfmW8ydd2HOcB76 { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #QHEWQZdFrIVETE5aR9HzD9thtZaqnwH7 {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #l7zAU1hZwoiTsVsdkCXnNILI7sqVLWKA {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #boAKCOepPmKRun6GTOBFEUqXRCxmSQsJ { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #eFozteBQlXLo536VB61bgcvGtMxwHOLJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #N0hB1GIHaeyAeJyeMEVq2TwovQ1xVw1W .container-column{width:100%;} }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #ZqBPr280BfskipXNsVdyZPSANsU07Lfm { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rBtn5DRCoQKTfvsBG5qnIsQBekIVtnud {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #HRtfZPUJE36TG3iCSRA8eS50uTMmovWF {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #C2NQGg5bqEOBUvGBXTwTXDnoI3qDFp3n {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #h0P6WZb5Xzc7lPfNypzGlwTAFKegpien {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 {  }
#y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #FshX6Th4v0RXsvS1pgV1KRo7k1GxmsT0 .container-column{width:100%;} }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #MoVg9Tu9CvOWNfdXxMt65ApFxG36TTsg { display:block; }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #zBRk8MSNtOFSbTXTX0T58Oz0PLlP8AeI {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #IVJElF7WN7UXCUspxuqtrg5d3VWblkoT {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #osTCwELFcQSJ0PpD3W5ezcJTRHHxvVKA {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #rKI6Lv7U2axuXvixiGgi9sthnTknasBJ {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Lym08ZCTOy7PdkM2FqIgl1kMghUpnoZ6 {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mi4siDNONG5phLdEvMkqHzDFJ5nlnafK {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #OiNxmQQpIbm7zp2AhunO9yPKou6xTD8U {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #Mbnl1qtkikPKQsc1PXPxI0y2BH0LW5Mh {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #uNrmfNsJJ4RTBZXeaQTlLU5LNp64nmWw {  }
 }@media only screen and (max-width: 763px) { #y5xToWzf0uKMR02mGu2Bmeb5dDGH6ypg #deycGHQHF1hfVc7oL8srt4awIJfsTLJE {  }
 }@media only screen and (max-width: 763px) { #FHPBFM3mUTtXSEn3KrcNtCn98daZ8c8H { display:flex;width:2.125rem;height:2.125rem;top:52rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #fls84W38c5ESsMrAeVVN4dCTVvm6ONeW { display:block; }#fls84W38c5ESsMrAeVVN4dCTVvm6ONeW > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dC3GEQA6itrTmJgbRvu6uiUkc3ZASbxt { width:3.9375rem;height:2.0625rem;top:19.0625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAL0E4Ffkl78zrC6MCNC733FyhWcMhmM { width:10.125rem;height:2.2734375rem;top:22.8125rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwD6pobEeTfRdqWOkgnG24oGKDX12yK { width:14.3125rem;height:2.111325rem;top:14.4375rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1EdccAN4aKoBiShbEf2V5qwwoxSbXA4 { width:5.5rem;height:1.625rem;top:10.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepZ43wx81CA7ehpq9bguTun3eoSDKWT { width:10.8125rem;height:2.375rem;top:29.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnoBnSpSXPMAwG4J6aAcM7vkXXxwa47 { width:12.9375rem;height:2.2734375rem;top:32.25rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2wfAzLnCQWNIG3vdD62GDed1faxVlig { width:12.9375rem;height:5.6875rem;top:37.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTpslQdOeMmMIUu9LIy0sVIGN5RITMo { width:12.5rem;height:2.2734375rem;top:41.875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H87xMT6ToLFQaGvpVoM3od8TWSaqdmWX { width:4.625rem;height:0.875rem;top:12.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWbG1StOiDoRCUQ59SaP9MRT7VX4UOf { width:4.625rem;height:0.875rem;top:37.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtwOvRuOynJz6Jwv7p1v8tNxFWfhJBNw { width:5rem;height:0.9375rem;top:27.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQvJcBsdNFXKfaozL9NTSDTzWeGscqe { width:5.625rem;height:1.0625rem;top:21.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXnIAVbXtrD5Dx1UM34UbUmWfoQTBTzc { width:11.875rem;height:22.4375rem;top:10.125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvrUdc1M13X0TzaNKKL58mqPix87SD9A { width:17.625rem;height:4.3984375rem;top:2.0625rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xc8JO61xZJ6uB0Mai2DR61v5ESV4w1iD { width:5.625rem;height:5.625rem;top:12.875rem;left:-3.46875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7e2b9314-9b93-4fc2-a2e4-e7d468328191/FlyerYogaton2022.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.adaptive-delivery-prevent-bg, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyload, #UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM.lazyloading { background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { background-color: transparent; background-image: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row > .video-iframe-container { display: none; }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .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); }#UvZ6VLnlaZeDSDnGbxSQ7seSO3s5RUXM > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLNTkMiZU5U16P8NWbCMxup2pr39tIgX { width:13.125rem;height:3.375rem;top:2.0625rem;left:2.84375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:.9;color:#6b546d;display:block; }
 }@media only screen and (max-width: 763px) { #lHGSw6QATVHOpO3CezH3KxpEJui9TocU { width:12.8125rem;height:2.19921875rem;top:86.5rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"bree bold";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #eJRDJe1LfdvU391hiGbJwbbqRcVFU0eR { width:12.8125rem;height:2.19921875rem;top:66.75rem;left:2.9375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"bree bold";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #D6QGhrtbnoUr7M8U1ATwU5mQ5N1g0o6u { width:12.8125rem;height:2.19921875rem;top:77.625rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"bree bold";color:#3f3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #F3zyfIS1UbXdODeHdOV887xwHTK6rqCM { width:18.25rem;height:30rem;top:31.25rem;left:0.875rem;font-size:0.9375rem;line-height:1.6;font-weight:300;font-style:normal;color:#464646;display:block; }
 }@media only screen and (max-width: 763px) { #UXgBTumcpcC06gpsh4EZqEDtQoBZe1ZL { width:20rem;height:17.5625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLEdBQr8E2yI48SC5LhgIa9pU4P5CO9v { width:16.1875rem;height:0.8496125rem;top:88.6875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;color:#191919;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #zsDG87NylH9lcA6Ns3mFbs3I0ZQJqhRo { width:14.4375rem;height:1.69921875rem;top:69.6875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:700;font-style:normal;color:#191919;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #hIXTESMA7FONaGZVBs3bIE7ahstT9F5S { width:14.8125rem;height:0.8994125rem;top:79.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;color:#191919;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #n0fCUDoEgPa2XZBZRD9tC1hQHLHIBhqp { display:flex;width:1.8125rem;height:1.8125rem;top:74.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #swXBvlw4d0ANrWgzq2yekBJcqAf8k21f { display:flex;width:2.3125rem;height:2.3125rem;top:63.9375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #EdeKCrVlgtUbaehbT3PNyC1oeZ8t1lra { display:flex;width:2.1875rem;height:2.1875rem;top:83.5625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #EMCx0rFR8M7a8cEV3ehNWE3X2NPBuP2q { width:20rem;height:1.625rem;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3GyPEeJoelblKa8TGppEoLVMLbdfeP { display:block; }#xf3GyPEeJoelblKa8TGppEoLVMLbdfeP > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJ9WOoMxUXmdqWvLlMI62eXT91ZSHuyP { width:16.0625rem;height:2.125rem;top:5.8125rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq87apXOdAiEQzhPMrKsb1sr46uf62ux { width:6.25rem;height:2.5rem;top:9.6875rem;left:6.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v6Rf1zsu2JfFCd4PgDd3uFM5xeE4vJI7 { display:flex;width:2.6875rem;height:2.6875rem;top:2.3125rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 { display:block; }#LgK6Nq89EJulyzkAiRq6Io63lNEegqE1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIr8yJWveyRXbnT6Aw4Tks0tNcUr49ZE { width:20rem;height:0.9746125rem;top:1.775390625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }