.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,244,219;--color-primary-1:255,223,147;--color-primary-2:255,201,75;--color-primary-3:255,214,38;--color-primary-4:51,40,15;--color-secondary-0:222,223,231;--color-secondary-1:157,158,184;--color-secondary-2:91,93,137;--color-secondary-3:50,53,107;--color-secondary-4:3,5,56;--color-tertiary-0:255,255,255;--color-tertiary-1:161,134,211;--color-tertiary-2:98,53,182;--color-tertiary-3:59,3,164;--color-tertiary-4:3,5,56;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2dd10a3c-3427-44de-babe-4c8078213db7/MantraMeditationwithSwamijiBerlin11252160x1080px1.png");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; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { border-width: 0; border-radius: 0; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;position:relative;display:block; }#fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.0625rem;top:2.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:10.375rem;left:1.3125rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);top:20.0625rem;left:1.3125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-form-header {  }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.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;text-align:left;text-align-last:left;vertical-align:top; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);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:18.9375rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-4),0.5);font-size:1.125rem;overflow:hidden;font-family:"work sans";box-shadow: none;vertical-align:top; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);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:18.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),0.5);font-size:1.125rem;overflow:hidden;font-family:"work sans";vertical-align:top; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-select { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);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:18.9375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-2),1);font-family:"work sans";font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .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; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffd626;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#2f2f2f;width:18.9375rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .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; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-container:first-of-type{padding-top:0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-container:last-of-type{padding-bottom:0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt  { background-color:rgba(var(--color-tertiary-0),0.63);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;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;position:absolute;top:24.73828125rem;left:1.3125rem; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem;display:block;vertical-align:top; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt {display:block;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt { background-color:rgba(var(--color-tertiary-0),0.63);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;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;position:absolute;top:24.73828125rem;left:1.3125rem; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #BDtC3ITxn4tm5dGZ4zHCB1aPuLcC2TeE { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #U8PTq0rPuDKtDdsuaLwRcadv2apBFoC6 { position:relative;display:none; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #txhVJCb3OWbGI5xqtDDBh5mxQosvWiA8 { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #OaIk1MMQLXyg7sWeEIrINL6O3w9eNGiu { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #BPxzSh0qPiQB1q04DR5FxpMBnuISGxAd { position:relative;display:none; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #Uo5Izk3tUeQwI13iVZrQcmHACiECGWoS { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #qL7G2BuscNRz28Sh7TI7oqyLthlvazOs { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #xIMHD6swPCTObE4J0uRwgGpSLCiwxfu9 { position:relative;display:none; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #EKq8QvuFc6T4bznFXzaLNCAVXC3fuQrp { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #n10KfGn0KH3gGdunTDSJiWdlnZlNaxba { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #vdaAQmMNtGKWgSefpTgm9DXOE1uOEtLb { position:relative;display:none; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #ArX4JPCNl8VBagaWHEm5Qt4uFFsKKKcp { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #LTyheRU2h3np3t5e57kw3qTtgsTikrUX { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #qwlfCuMU5iekgOHHvTpBwTv4JG7Gd319 { position:relative;z-index:2; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #d4xfksfNB4sSdMpn5y2V6Tf3IVUyea5y { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #buTc7HIDxh6H3V3FFWsnMVWLiIX99uDb { position:relative; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #v68mXwkgIUVfQ9GOeoi7zNpkxnLf8knd { position:relative; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { 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; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:6rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { 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:2.375rem;width:4.8125rem;top:1.5rem;left:17.875rem;overflow:hidden;display:block; }
#QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { 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.3125rem;top:1.625rem;left:25.25rem;overflow:hidden;display:block; }
#lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.75rem;top:1.6875rem;left:32.5rem;overflow:hidden;display:block; }
#BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { position:absolute;display:block;z-index:15006;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.5rem;width:3.875rem;top:1.4375rem;left:42.125rem;overflow:hidden;display:block; }
#vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { position:absolute;display:block;z-index:15006;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.3125rem;width:5.5625rem;top:2.0625rem;left:48.5rem;overflow:hidden;display:block; }
#a5fwKeXrzrbqioxvfvJdy03V2odFowxk { 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; }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row .container { background-color: transparent; background-image: none; }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row .container > .video-iframe-container { display: none; }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row > .video-iframe-container { display: none; }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .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); }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row .container { border-width: 0; border-radius: 0; }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:block; }#TIyvAOJav8zZNECJV4JQMUn187mdIpCJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.875rem;width:18.9375rem;top:12.9375rem;left:20.5rem;display:block; }
#T6m9KfgIorIBndHsaSQUx56Oi5MkoOsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5rem;left:21.5rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Syt4AhuKT5VvR6u1HWqyCWA2IEJcTJzr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:4.0625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wVwXkQLx6TeZBoT0Fx4zrAt90cxXAHbX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:23.9375rem;height:2.2749rem;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; }
#XKJNRNtsVI346stHmwKVPh9SdQcHPEOC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.125rem;left:22.5625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbB3W9Wme0pqcbeu9700JZMzczd19SE4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.125rem;left:24.4375rem; }
#skmVyk9z7K3SV9F3ACkZ0708KHgKqLaU { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.6875rem;width:18.9375rem;top:27.8125rem;left:20.5rem;display:block; }
#PkTML6oyQmltlxq6PQkW0VeVWvX1TaUy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:29.8125rem;left:23.9375rem;height:2.2749rem;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; }
#hB058w4dpDNAQK9cLmseUink4i69rpP0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:32.375rem;left:21.5rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xILIT7adbNy1dur85dokdt1dBgblksqh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:36rem;left:22.25rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8KeGa2aAUAsJmLyZJLDVHvP7tZTP062 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:36rem;left:22.625rem; }
#p7TBnLPVS01efFRqom2sC5RrefSwLqJn { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:18.9375rem;top:12.9375rem;left:0rem;display:block; }
#nPk1ulVsGc8UfemK4QhLRW5RQLsCerSH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:14.9375rem;left:3.4375rem;height:2.2749rem;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; }
#e0O4sDelB6WWwsM5JnIF21cixNV3vCdo { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.5rem;left:0.9375rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1C8SHqrbIQrBsPtTPR6WBufQGUQJwf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:21.1875rem;left:1.9375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CirKBQ803Tf1DXxTCif1GLw4kDhth8IE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21.125rem;left:1.75rem; }
#RoEulbm4CyPIxJU6fAz9UuLLomQyW8Za { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.1875rem;width:18.9375rem;top:12.9375rem;left:41.0625rem;display:block; }
#KMu3tJs815gMK6Zsw0uCd4z3qK3EyMGy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:15.1875rem;left:44.5rem;height:2.2749rem;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; }
#mUiUQZK1HPLasivWHED4ilPT7u9gXD5P { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:17.9375rem;left:42.0625rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyKmsRRUNLONclgJ6dThPXW8C6CUpqor { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:21.125rem;left:43.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2xETpxs2kucI4TBEroxqBGQhFpTzwTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.125rem;left:43rem; }
#xRJKuHUffDDmoQ9ENzg70ZwxKSpSaNTF { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.375rem;width:18.9375rem;top:28rem;left:0rem;display:block; }
#wt5rd84Xc0FLl3GUW8nAAu8xUt0rmXF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:36.1875rem;left:2.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8O4JGaeCOlaaM8ztWL7enNR8pqgShzq { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:33.125rem;left:1rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbXHB9qh7x9h3Rt797ShBspeSes2sKGA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:30.25rem;left:3.5625rem;height:2.2749rem;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; }
#pvo4fJeLxdyBNOCiIhIIDTfPcaPgvV7f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:36.125rem;left:4.3125rem; }
#fJsUsNScIu2NdKi9JnchNCfBwdHOb144 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:7.6875rem;left:5.9375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApKg6GFSy1AlRIvizhTBCxgX8Xh9CQV9 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.25rem;left:22.84375rem;display:none; }
#enqBEXZKimm6ZTTZrrwJGNyFWaCeFJtB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g56KdQIon6IJFvnU9TcEkXvAGvgmU8ZO { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.6875rem;width:18.9375rem;top:27.8125rem;left:41.0625rem;display:block; }
#TceRprQasdOxmu22O88TzAQ2JWREIAOq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:36rem;left:42.8125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKtrJrciNO148mUcdkQhDNQBeRkRDlRc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:36rem;left:43.1875rem; }
#XH9zXE3ziQamty9TthN6HfDs97txEfRK { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:32.375rem;left:42.0625rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ykerWdXMi2rlb1fINMPp6pHHPfAm0IDT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:44.5rem;height:2.2749rem;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; }
#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4ea3b4, #036690);background-image: -moz-linear-gradient(180deg, #4ea3b4, #036690);background-image: -ms-linear-gradient(180deg, #4ea3b4, #036690);background-image: -o-linear-gradient(180deg, #4ea3b4, #036690);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea3b4', endColorstr='#036690' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea3b4', endColorstr='#036690' );";background-image: linear-gradient(180deg, #4ea3b4, #036690);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { background-color: transparent; background-image: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { display: none; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .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); }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { border-width: 0; border-radius: 0; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:60rem;position:relative;display:block; }#RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { color:#ffebbc;display:block;width:51.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.25rem;left:4.0625rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:4.0625rem;height:19.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.25rem;left:22.84375rem;display:block; }
#bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWMQqdlx5Na1IEgqdOZCTF9nuUUIHnZk { position:absolute;display:block;z-index:15004;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:22.5625rem;width:40.75rem;top:41.625rem;left:9.625rem;overflow:hidden;display:block; }
#FLcLayDzxtTHUS4195eBioym33DZZiaz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:.66;top:50.34375rem;left:28.09375rem; }
#FLcLayDzxtTHUS4195eBioym33DZZiaz > img { max-width: 100%;max-height:100%; width:5.125rem; height:5.125rem; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { 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; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { background-color: transparent; background-image: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { display: none; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .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); }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { border-width: 0; border-radius: 0; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCNBOziUJWCGsVrdTT50mrkHOypByFAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ff7a47df-3f7b-4006-9676-86eddf90e547/Frame27.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe.adaptive-delivery-prevent-bg, #xCNBOziUJWCGsVrdTT50mrkHOypByFAe.lazyload, #xCNBOziUJWCGsVrdTT50mrkHOypByFAe.lazyloading { background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { border-width: 0; border-radius: 0; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { box-sizing:content-box;height:17.625rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.375rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.96875rem;height:3.25rem;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; }
#L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.75rem;left:2.75rem;height:5.0625rem;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; }
#vyC9LaViU2uMaalOPo2oARK1FStICxGZ { box-sizing:content-box;height:17.625rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.375rem;left:21.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.75rem;left:22.8125rem;height:5.0625rem;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; }
#q8U9CRkMoskOwK1I1adigb6ug6V83vXV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:24.375rem;height:3.25rem;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; }
#BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { box-sizing:content-box;height:17.625rem;width:16.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.375rem;left:41.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.75rem;left:42.21875rem;height:5.0625rem;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; }
#W5wwI7d57F62QtGFMZboTPPew8XP99S0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:44.40625rem;height:3.25rem;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; }
#mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { position:absolute;display:block;z-index:15012;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:7.5625rem;width:7.5625rem;top:0rem;left:6.25rem;overflow:hidden;display:block; }
#twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { position:absolute;display:block;z-index:15013;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:7.5625rem;width:7.5625rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { 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:7.5625rem;width:7.5625rem;top:0rem;left:46.25rem;overflow:hidden;display:block; }
#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #4ea3b4);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #4ea3b4);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #4ea3b4);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #4ea3b4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#4ea3b4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#4ea3b4' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #4ea3b4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { background-color: transparent; background-image: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { display: none; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .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); }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { border-width: 0; border-radius: 0; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S { box-sizing:content-box;height:24.875rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c2f39b0e-c6cb-4b56-82bd-0e6a5fee19b5/5.crop_1124x1315_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:2.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#EuHJaL06FxvZI6AHB8higceSvnmyAn1S.adaptive-delivery-prevent-bg, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyload, #EuHJaL06FxvZI6AHB8higceSvnmyAn1S.lazyloading { background-image: none; }
#TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:29.625rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { color:#ffebbc;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.39990234375rem;left:0rem;height:6.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTerEgcNL8EPnsx0unsfMcqV2VLOTkQ4 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.8125rem;left:22.1875rem;display:block; }
#BSHhhLxGlcdhOmMWm614kDFawHUZoHPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { 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; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { background-color: transparent; background-image: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container > .video-iframe-container { display: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container { display: none; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .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); }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { border-width: 0; border-radius: 0; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#MKkZTgIdcodueM578CCRBODIqeupEIB6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-4),0.2) ;height:14rem;width:18.9375rem;top:9.8125rem;left:0rem;display:block; }
#xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:12.5625rem;left:0.96875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-4),0.2) ;height:14.125rem;width:18.9375rem;top:9.8125rem;left:20.5625rem;display:block; }
#oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:12.5625rem;left:21.25rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-4),0.2) ;height:14.25rem;width:18.9375rem;top:9.8125rem;left:41.0625rem;display:block; }
#fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:12.5625rem;left:42.0625rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.4375rem;left:0.96875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:20.4375rem;left:21.5rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:20.4375rem;left:42.03125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { position:absolute;display:block;z-index:15006;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.125rem;width:4.1875rem;top:7.875rem;left:0.96875rem;overflow:hidden;display:block; }
#XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.1875rem;top:7.875rem;left:21.25rem;overflow:hidden;display:block; }
#ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { position:absolute;display:block;z-index:15012;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.125rem;width:4.1875rem;top:7.875rem;left:42.0625rem;overflow:hidden;display:block; }
#fknbaW0GHg61P3rdShFPzK7HrnInL40J { 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; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { background-color: transparent; background-image: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { display: none; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .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); }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { border-width: 0; border-radius: 0; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:16.75rem;left:15.0625rem;overflow:hidden;display:block; }
#qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { 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:17.625rem;width:17.625rem;top:1.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { 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:12.875rem;width:12.875rem;top:18.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { color:#036690;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.625rem;left:30.4375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:28.1875rem;left:15.625rem;height:2.13720625rem;font-style:normal;display:block; }
#KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:14.61328125rem;left:19.1875rem;height:2.13720625rem;font-style:normal;display:block; }
#cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { color:#3d4051;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:32.3125rem;left:2.625rem;height:2.69921875rem;font-style:normal;display:block; }
#OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { color:#000000;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.65185546875rem;left:30.4375rem;height:20.473625rem;font-style:normal;display:block; }
#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { background-color: transparent; background-image: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { display: none; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .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); }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { border-width: 0; border-radius: 0; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3125rem;left:47.625rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:51.4375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3125rem;left:19.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.0625rem;left:48.0625rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#Dq2TGUcxi3eKO8DtCWzzqAqqykJfFiXt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.375rem;left:48.0625rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { top:2.3125rem;left:0rem;width:8.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { top:10.375rem;left:0rem;width:33.75rem;height:9rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { top:20.0625rem;left:0rem;width:32.1875rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-regular-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt  { width:18.9375rem;height:auto;top:24.6875rem;left:0rem; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt {display:block;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt { width:18.9375rem;height:auto;top:24.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #BDtC3ITxn4tm5dGZ4zHCB1aPuLcC2TeE {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #U8PTq0rPuDKtDdsuaLwRcadv2apBFoC6 {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #txhVJCb3OWbGI5xqtDDBh5mxQosvWiA8 {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #OaIk1MMQLXyg7sWeEIrINL6O3w9eNGiu {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #BPxzSh0qPiQB1q04DR5FxpMBnuISGxAd {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #Uo5Izk3tUeQwI13iVZrQcmHACiECGWoS {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #qL7G2BuscNRz28Sh7TI7oqyLthlvazOs {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #xIMHD6swPCTObE4J0uRwgGpSLCiwxfu9 {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #EKq8QvuFc6T4bznFXzaLNCAVXC3fuQrp {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #n10KfGn0KH3gGdunTDSJiWdlnZlNaxba {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #vdaAQmMNtGKWgSefpTgm9DXOE1uOEtLb {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #ArX4JPCNl8VBagaWHEm5Qt4uFFsKKKcp {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #LTyheRU2h3np3t5e57kw3qTtgsTikrUX {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #qwlfCuMU5iekgOHHvTpBwTv4JG7Gd319 {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #d4xfksfNB4sSdMpn5y2V6Tf3IVUyea5y {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #buTc7HIDxh6H3V3FFWsnMVWLiIX99uDb {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #v68mXwkgIUVfQ9GOeoi7zNpkxnLf8knd {  }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { top:1.75rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { top:1.5rem;left:11.75rem;width:4.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { top:1.625rem;left:19.125rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { top:1.6875rem;left:26.375rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { top:1.4375rem;left:36rem;width:3.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { top:2.0625rem;left:42.1875rem;width:5.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5fwKeXrzrbqioxvfvJdy03V2odFowxk { display:block; }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIyvAOJav8zZNECJV4JQMUn187mdIpCJ { width:18.9375rem;height:13.875rem;top:12.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6m9KfgIorIBndHsaSQUx56Oi5MkoOsQ { width:17rem;height:2.875rem;top:17.5rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syt4AhuKT5VvR6u1HWqyCWA2IEJcTJzr { top:4.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVwXkQLx6TeZBoT0Fx4zrAt90cxXAHbX { top:14.9375rem;left:17.8125rem;width:12.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJNRNtsVI346stHmwKVPh9SdQcHPEOC { width:15.6875rem;height:2.625rem;top:21.125rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbB3W9Wme0pqcbeu9700JZMzczd19SE4 { top:21.125rem;left:18.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skmVyk9z7K3SV9F3ACkZ0708KHgKqLaU { width:18.9375rem;height:13.6875rem;top:27.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTML6oyQmltlxq6PQkW0VeVWvX1TaUy { top:29.8125rem;left:17.8125rem;width:12.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB058w4dpDNAQK9cLmseUink4i69rpP0 { width:17rem;height:2.875rem;top:32.375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xILIT7adbNy1dur85dokdt1dBgblksqh { width:15.5rem;height:2.625rem;top:36rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KeGa2aAUAsJmLyZJLDVHvP7tZTP062 { top:36rem;left:16.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7TBnLPVS01efFRqom2sC5RrefSwLqJn { width:18.9375rem;height:13.8125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPk1ulVsGc8UfemK4QhLRW5RQLsCerSH { top:14.9375rem;left:0rem;width:12.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0O4sDelB6WWwsM5JnIF21cixNV3vCdo { width:17rem;height:2.875rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1C8SHqrbIQrBsPtTPR6WBufQGUQJwf5 { width:15.25rem;height:2.625rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CirKBQ803Tf1DXxTCif1GLw4kDhth8IE { top:21.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoEulbm4CyPIxJU6fAz9UuLLomQyW8Za { width:18.9375rem;height:13.1875rem;top:12.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMu3tJs815gMK6Zsw0uCd4z3qK3EyMGy { top:15.1875rem;left:35.6875rem;width:12.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUiUQZK1HPLasivWHED4ilPT7u9gXD5P { width:17rem;height:2.875rem;top:17.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyKmsRRUNLONclgJ6dThPXW8C6CUpqor { width:14.5625rem;height:2.625rem;top:21.125rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2xETpxs2kucI4TBEroxqBGQhFpTzwTF { top:21.125rem;left:36.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJKuHUffDDmoQ9ENzg70ZwxKSpSaNTF { width:18.9375rem;height:13.375rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt5rd84Xc0FLl3GUW8nAAu8xUt0rmXF9 { width:13.5625rem;height:2.625rem;top:36.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8O4JGaeCOlaaM8ztWL7enNR8pqgShzq { width:17rem;height:2.875rem;top:33.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbXHB9qh7x9h3Rt797ShBspeSes2sKGA { top:30.25rem;left:0rem;width:12.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvo4fJeLxdyBNOCiIhIIDTfPcaPgvV7f { top:36.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJsUsNScIu2NdKi9JnchNCfBwdHOb144 { top:7.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApKg6GFSy1AlRIvizhTBCxgX8Xh9CQV9 { width:15.625rem;height:3.4375rem;top:34.25rem;left:16.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #enqBEXZKimm6ZTTZrrwJGNyFWaCeFJtB { display:block; }
 }@media only screen and (max-width: 763px) { #g56KdQIon6IJFvnU9TcEkXvAGvgmU8ZO { width:18.9375rem;height:13.6875rem;top:27.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceRprQasdOxmu22O88TzAQ2JWREIAOq { width:15.5rem;height:2.625rem;top:36rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtrJrciNO148mUcdkQhDNQBeRkRDlRc { top:36rem;left:37.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH9zXE3ziQamty9TthN6HfDs97txEfRK { width:17rem;height:2.875rem;top:32.375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykerWdXMi2rlb1fINMPp6pHHPfAm0IDT { top:29.8125rem;left:35.6875rem;width:12.0625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { top:4.25rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { top:11.875rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:15.625rem;height:3.4375rem;top:34.25rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #IWMQqdlx5Na1IEgqdOZCTF9nuUUIHnZk { top:41.625rem;left:3.5rem;width:40.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLcLayDzxtTHUS4195eBioym33DZZiaz { top:50.3125rem;left:21.96875rem;width:5.125rem;height:5.125rem;display:block; }
#FLcLayDzxtTHUS4195eBioym33DZZiaz > img { max-width: 100%;max-height:100%; width:5.125rem; height:5.125rem; } }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { top:3.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { top:2.375rem;left:0rem;width:16.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { top:7.875rem;left:1.90625rem;width:12.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { top:11.75rem;left:0.6875rem;width:14.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { top:2.375rem;left:15.1875rem;width:16.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { top:11.75rem;left:16.625rem;width:14.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { top:7.875rem;left:18.1875rem;width:11.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { top:2.375rem;left:31.0625rem;width:16.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { top:11.75rem;left:31.90625rem;width:15.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { top:7.875rem;left:34.09375rem;width:11.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { top:0rem;left:4.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { top:0rem;left:20.0625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { top:0rem;left:35.9375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { top:12.75rem;left:0rem;width:23.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { top:13.3125rem;left:0rem;width:27.625rem;height:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { top:3.375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTerEgcNL8EPnsx0unsfMcqV2VLOTkQ4 { width:15.625rem;height:3.4375rem;top:41.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSHhhLxGlcdhOmMWm614kDFawHUZoHPI { display:block; }
 }@media only screen and (max-width: 763px) { #oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkZTgIdcodueM578CCRBODIqeupEIB6 { width:18.9375rem;height:14rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { width:17rem;height:6.75rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { width:18.9375rem;height:14.125rem;top:9.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { width:17.5rem;height:6.75rem;top:12.5625rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { width:18.9375rem;height:14.25rem;top:9.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { width:17rem;height:6.75rem;top:12.5625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { width:17rem;height:1.6875rem;top:20.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { width:17rem;height:1.6875rem;top:20.4375rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { width:17rem;height:1.6875rem;top:20.4375rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { width:4.1875rem;height:3.125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { width:4.1875rem;height:3.125rem;top:7.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { width:4.1875rem;height:3.125rem;top:7.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:11.3125rem;height:11.3125rem;top:16.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:17.625rem;height:17.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:12.875rem;height:12.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:23.3125rem;height:2.5rem;top:3.625rem;left:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:15.625rem;height:2.125rem;top:28.1875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:8.5rem;height:2.125rem;top:14.5625rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:12.0625rem;height:2.6875rem;top:32.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { top:7.625rem;left:5.5rem;width:26.25rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { top:5.0625rem;left:0rem;width:15.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { top:2.3125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { top:3.6875rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { top:1.5rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { top:2.3125rem;left:13.5625rem;width:20.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { top:5.0625rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq2TGUcxi3eKO8DtCWzzqAqqykJfFiXt { top:6.375rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9cc1ffe8-5a67-431d-b2fe-baba5881f154/MantraandMeditationTour2025Swami800x2000px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.adaptive-delivery-prevent-bg, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyload, #g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ.lazyloading { background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { background-color: transparent; background-image: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,2,102,0.37); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row > .video-iframe-container { display: none; }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .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); }#g8oMkTniaewgXitWuPGxdPbFQvc1ofPJ > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUvXU0fpy22R2iM5GpN7CSx1aHQc33ti { width:5.625rem;height:2.0625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9CAAKOUg1L6OoTdFPC8PvTn5f62TpB { width:17.125rem;height:5.375rem;top:4.625rem;left:0rem;font-size:2.6875rem;z-index:14999;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NVFMtAnt8KC2twdMTG6gsUBIKL4cqui2 { width:16.3125rem;height:1.51220625rem;top:10.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-text {padding-top: 0; padding-bottom: 0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-select {padding-top: 0; padding-bottom: 0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-container:first-of-type{padding-top:0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .widget-container:last-of-type{padding-bottom:0;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt  { width:17.5rem;height:auto;top:15.0625rem;left:0rem; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt {display:block;}#lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt { width:17.5rem;height:auto;top:15.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #BDtC3ITxn4tm5dGZ4zHCB1aPuLcC2TeE {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #U8PTq0rPuDKtDdsuaLwRcadv2apBFoC6 {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #txhVJCb3OWbGI5xqtDDBh5mxQosvWiA8 {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #OaIk1MMQLXyg7sWeEIrINL6O3w9eNGiu {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #BPxzSh0qPiQB1q04DR5FxpMBnuISGxAd {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #Uo5Izk3tUeQwI13iVZrQcmHACiECGWoS {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #qL7G2BuscNRz28Sh7TI7oqyLthlvazOs {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #xIMHD6swPCTObE4J0uRwgGpSLCiwxfu9 {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #EKq8QvuFc6T4bznFXzaLNCAVXC3fuQrp {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #n10KfGn0KH3gGdunTDSJiWdlnZlNaxba {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #vdaAQmMNtGKWgSefpTgm9DXOE1uOEtLb {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #ArX4JPCNl8VBagaWHEm5Qt4uFFsKKKcp {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #LTyheRU2h3np3t5e57kw3qTtgsTikrUX {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #qwlfCuMU5iekgOHHvTpBwTv4JG7Gd319 {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #d4xfksfNB4sSdMpn5y2V6Tf3IVUyea5y {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #buTc7HIDxh6H3V3FFWsnMVWLiIX99uDb {  }
 }@media only screen and (max-width: 763px) { #lsA2NCGtZthwfgJuiLW0N0ZR89Kkb7Qt #v68mXwkgIUVfQ9GOeoi7zNpkxnLf8knd {  }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCUrWr0h45mfvJUnnulxPh0OFT4cGMU4 { width:20rem;height:1.4624rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERSKTyiyUqEZvhMxn40cQSsUCFQ4iJOA { width:3.375rem;height:1.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMT50ObMG2UXX4E2fk0rJ9GpQQWRLck { width:4rem;height:1.5625rem;top:3.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTxzJwL8aiNTSTxtyvZST1mWnpWRmUBH { width:4.625rem;height:1.3125rem;top:3.1875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIAgaNe5ccQ5r0e0SZre4TwwEfpA5qfK { width:3.0625rem;height:1.9375rem;top:2.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWHXiiTdsEx3kNcwrTtT8l9oWfPaHSN { width:4rem;height:0.875rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5fwKeXrzrbqioxvfvJdy03V2odFowxk { display:block; }#a5fwKeXrzrbqioxvfvJdy03V2odFowxk > .row .container { width:20rem;height:98.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIyvAOJav8zZNECJV4JQMUn187mdIpCJ { width:18.9375rem;height:11.375rem;top:24.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6m9KfgIorIBndHsaSQUx56Oi5MkoOsQ { width:17.5rem;height:2.5996125rem;top:28.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syt4AhuKT5VvR6u1HWqyCWA2IEJcTJzr { width:18.4375rem;height:1.6499rem;top:2.25rem;left:0.78125rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wVwXkQLx6TeZBoT0Fx4zrAt90cxXAHbX { width:12.0625rem;height:1.79980625rem;top:26.375rem;left:4rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XKJNRNtsVI346stHmwKVPh9SdQcHPEOC { width:15.75rem;height:2.625rem;top:31.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbB3W9Wme0pqcbeu9700JZMzczd19SE4 { display:flex;width:1.375rem;height:1.375rem;top:31rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #skmVyk9z7K3SV9F3ACkZ0708KHgKqLaU { width:18.9375rem;height:11.6875rem;top:63.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTML6oyQmltlxq6PQkW0VeVWvX1TaUy { width:12.0625rem;height:1.79980625rem;top:65.5625rem;left:3.9375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hB058w4dpDNAQK9cLmseUink4i69rpP0 { width:17rem;height:2.5996125rem;top:67.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xILIT7adbNy1dur85dokdt1dBgblksqh { width:15.0625rem;height:2.625rem;top:70.6875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KeGa2aAUAsJmLyZJLDVHvP7tZTP062 { display:flex;width:1.375rem;height:1.375rem;top:70.6875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #p7TBnLPVS01efFRqom2sC5RrefSwLqJn { width:18.9375rem;height:12.25rem;top:11.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPk1ulVsGc8UfemK4QhLRW5RQLsCerSH { width:12.0625rem;height:1.79980625rem;top:13.6875rem;left:4rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e0O4sDelB6WWwsM5JnIF21cixNV3vCdo { width:17rem;height:2.5996125rem;top:15.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1C8SHqrbIQrBsPtTPR6WBufQGUQJwf5 { width:14.8125rem;height:2.625rem;top:18.625rem;left:3rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CirKBQ803Tf1DXxTCif1GLw4kDhth8IE { display:flex;width:1.375rem;height:1.375rem;top:18.625rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #RoEulbm4CyPIxJU6fAz9UuLLomQyW8Za { width:18.9375rem;height:12.5625rem;top:36.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMu3tJs815gMK6Zsw0uCd4z3qK3EyMGy { width:12.0625rem;height:1.79980625rem;top:38.9375rem;left:4.0625rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mUiUQZK1HPLasivWHED4ilPT7u9gXD5P { width:17rem;height:2.3994125rem;top:40.75rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qyKmsRRUNLONclgJ6dThPXW8C6CUpqor { width:12.875rem;height:2.625rem;top:44.0625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2xETpxs2kucI4TBEroxqBGQhFpTzwTF { display:flex;width:1.375rem;height:1.375rem;top:44.0625rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #xRJKuHUffDDmoQ9ENzg70ZwxKSpSaNTF { width:18.9375rem;height:12.9375rem;top:50.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt5rd84Xc0FLl3GUW8nAAu8xUt0rmXF9 { width:13.625rem;height:2.625rem;top:57.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8O4JGaeCOlaaM8ztWL7enNR8pqgShzq { width:17rem;height:2.5996125rem;top:54.375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbXHB9qh7x9h3Rt797ShBspeSes2sKGA { width:12.0625rem;height:1.79980625rem;top:52.0625rem;left:3.9375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pvo4fJeLxdyBNOCiIhIIDTfPcaPgvV7f { display:flex;width:1.375rem;height:1.375rem;top:57.875rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #fJsUsNScIu2NdKi9JnchNCfBwdHOb144 { width:19.375rem;height:6.186525rem;top:4.6875rem;left:0.3125rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ApKg6GFSy1AlRIvizhTBCxgX8Xh9CQV9 { width:15.625rem;height:3.4375rem;top:91.9345703125rem;left:2.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #enqBEXZKimm6ZTTZrrwJGNyFWaCeFJtB { display:block; }
 }@media only screen and (max-width: 763px) { #g56KdQIon6IJFvnU9TcEkXvAGvgmU8ZO { width:18.9375rem;height:13.6875rem;top:76.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceRprQasdOxmu22O88TzAQ2JWREIAOq { width:15.5rem;height:2.625rem;top:84.4375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtrJrciNO148mUcdkQhDNQBeRkRDlRc { display:flex;width:1.375rem;height:1.375rem;top:84.4375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #XH9zXE3ziQamty9TthN6HfDs97txEfRK { width:17rem;height:2.5996125rem;top:80.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykerWdXMi2rlb1fINMPp6pHHPfAm0IDT { width:12.0625rem;height:1.79980625rem;top:79.0751953125rem;left:3.96875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V5rz04ETtTzyNtbsubQcFaciPSgaxv4a { display:block; }#V5rz04ETtTzyNtbsubQcFaciPSgaxv4a > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJ7GP30b6iCUysJmGUSJL6yAwsgs56R9 { width:20rem;height:4.53661875rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZ3yQfAcb5nB6PhloPOo9o4chZHePRc { width:18.5rem;height:35.0976625rem;top:8.0869140625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqD3UkI90xwaNLZEd1PeK93wakNMaG9w { width:15.625rem;height:3.4375rem;top:44.4970703125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVOta7rGDT3li41QA3g2ArDvoG0bERfV { display:block; }
 }@media only screen and (max-width: 763px) { #IWMQqdlx5Na1IEgqdOZCTF9nuUUIHnZk { width:20rem;height:11.1875rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLcLayDzxtTHUS4195eBioym33DZZiaz { display:flex;width:3.8125rem;height:3.8125rem;top:53.375rem;left:8.5625rem; }
#FLcLayDzxtTHUS4195eBioym33DZZiaz > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { #aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 { display:block; }#aWol7qX2OWb4RTUfAobzpVgOnGo4esp8 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO5bQqTU1KV9wR8DE0GA4IMqcwyJDSnw { width:14.375rem;height:3.0244125rem;top:2.18701171875rem;left:2.8125rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xCNBOziUJWCGsVrdTT50mrkHOypByFAe { background-color:#ffffff;background-image:none;display:block; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { background-color: transparent; background-image: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row > .video-iframe-container { display: none; }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .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); }#xCNBOziUJWCGsVrdTT50mrkHOypByFAe > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M81ei2FO7F7fQSWT35rL7F5wV5voB8hP { width:16.5625rem;height:12.9375rem;top:2.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGM7PRROOUnsBuRef4J1M9nmTdqRKtkP { width:12.0625rem;height:3rem;top:6.6875rem;left:3.96875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L5g0PT8w7KLd3nAaqDHpxzB8yxprg2DO { width:14.625rem;height:4.38720625rem;top:9.9375rem;left:2.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vyC9LaViU2uMaalOPo2oARK1FStICxGZ { width:16.5625rem;height:13.125rem;top:19.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDxlOmQVi0UaI4Ex1qez177Vs8LAxL68 { width:15rem;height:4.38720625rem;top:26.75rem;left:2.5rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9CRkMoskOwK1I1adigb6ug6V83vXV { width:12.4375rem;height:3rem;top:23.375rem;left:3.75rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BKuVhd0Rg3kEL0WaMKEuLV3rK9SpW1aD { width:16.5625rem;height:13.75rem;top:36rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtRm8uDVfeifuGOf8UJziiTgOl6hb3tJ { width:15.25rem;height:4.38720625rem;top:43.75rem;left:2.375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W5wwI7d57F62QtGFMZboTPPew8XP99S0 { width:11.1875rem;height:3rem;top:40.4375rem;left:4.40625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mD68ncanNteVTps9cbHKU2PMAlvNfn7Z { width:6.6875rem;height:6.6875rem;top:0rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtO9MC6ivwtETKoyKWRHcaV4AtUiKhH { width:6.6875rem;height:6.6875rem;top:16.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNHz9e0xxADBJgnL73AuL0ZbVwTT6M9J { width:6.75rem;height:6.75rem;top:33.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm { display:block; }#xRvGPELTOlxfLaaEPW10rQZu3ul1dPtm > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHJaL06FxvZI6AHB8higceSvnmyAn1S { width:17.6875rem;height:19.625rem;top:1.625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTzP2Say5ZuiIwbUnM8WmZTcI3fOlbt5 { width:19.5rem;height:27.785625rem;top:27.25rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDHa9VqJb5v9ubMv6XbP3d4mSd3FOypq { width:20rem;height:3.0244125rem;top:22.89990234375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTerEgcNL8EPnsx0unsfMcqV2VLOTkQ4 { width:15.625rem;height:3.4375rem;top:55.03466796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSHhhLxGlcdhOmMWm614kDFawHUZoHPI { display:block; }
 }@media only screen and (max-width: 763px) { #oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo { display:block; }#oSZiQu2S5D91WtRGr8pft5pQvwI4TtLo > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKkZTgIdcodueM578CCRBODIqeupEIB6 { width:18.9375rem;height:12.25rem;top:6.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp7BFGsD5kyDN2pSr6icPHZwkWe0kMK6 { width:17.5rem;height:6.75rem;top:8.5rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THnck3Jm8UE3FeL51gEis7MBrFCuNyNV { width:18.9375rem;height:12.25rem;top:21.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTAHpFhMdyPMCaxzyBEzbTsv230CJmBx { width:17.5rem;height:6.75rem;top:23.3125rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNkcwkP1aqoNQAtzghu0uaXMB5IS1g5V { width:18.9375rem;height:12.25rem;top:35.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfV3Swf4GCxZzLdUlJT9WGN09PeJXMH { width:17.5rem;height:6.75rem;top:38.0625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwtZ630VzJ9zbpZEml5CK0MECqltmHJH { width:20rem;height:1.51220625rem;top:2.25rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UcT2JnbHVfgMILPyyqdFcc3vhdIL7IAi { width:17rem;height:1.6875rem;top:15.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRn12FMlCX3Tgsn3R2hPLgW8AJ0zT1AC { width:17rem;height:1.6875rem;top:30.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4xgImDIa9INklHh0W3Ryt4vbtHo3Juq { width:17rem;height:1.6875rem;top:45.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79v8C1aoJ7mxhHHhsuavlgyMAhdMHgd { width:4.1875rem;height:3.125rem;top:4.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwHZpUOQZ4P7kI0fGtsyTVaevNLCNKV { width:4.1875rem;height:3.125rem;top:19.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye9WFFCRguxmdRQkP1zSmHX7VF3k5ksO { width:4.1875rem;height:3.125rem;top:34.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fknbaW0GHg61P3rdShFPzK7HrnInL40J { display:block; }#fknbaW0GHg61P3rdShFPzK7HrnInL40J > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfR34VWTEt9gWBtgV8R6QR8bDHsU6DmX { width:13.5rem;height:13.5rem;top:34.0625rem;left:6.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qW5O8Trfk8EE3H7T91CaJweFW2SNAM3M { width:10.25rem;height:10.25rem;top:46.5rem;left:8.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #caPlJ1TD8qIDTq7tDFV7BTgu2fQtPsoI { width:11.3125rem;height:11.3125rem;top:42.625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #su0ir45NDpQGEgcfgD3T5ehlWaOIBNih { width:18rem;height:2.0625rem;top:1.3125rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TnPZHa04T4NOsMRgn94uu1qQMRqM9yZW { width:5.625rem;height:1.69970625rem;top:32.25rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KMvIlixS7alUgHJHz9RQvskiU8VTQMwK { width:4.375rem;height:1.69970625rem;top:40.875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cfPv4rHXteHcaUTGnkn64gWXOT3xKM6i { width:9.125rem;height:2.5996125rem;top:57.0625rem;left:9.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OOKrdt8rTsqG1WTVfuRB4gREnmasT5wp { width:20rem;height:26.32325rem;top:4.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi { display:block; }#aqmhvyX3nZfp27WUmhKsm4JSi8HeMnxi > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH8cdnV5biptoK2Xsf4ZRToGIdvsEr8w { width:15rem;height:2.2744125rem;top:19.224609375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGgknW9fNEXwtGam8JQ0wenouPT9ygTo { width:10.1875rem;height:1.13720625rem;top:12.9375rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dc9kNhw2Xqyx5JWTPdpyAb1KRVpi6XN7 { width:9.125rem;height:1.13720625rem;top:11.4375rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6UrOrser58TMDGAsMCvO8uFQQ5JEB02 { width:7.9375rem;height:2.8125rem;top:2.037109375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvM7TAvzihTVqZr3bacMlqsJ4EFLzmf { width:20rem;height:2.5996125rem;top:5.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2PikTezRoTB0Si6FH5SvicJEdaRyNiw { width:11.9375rem;height:1.13720625rem;top:14.5rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq2TGUcxi3eKO8DtCWzzqAqqykJfFiXt { width:11.9375rem;height:1.13720625rem;top:16.24853515625rem;left:4.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }