.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:253,246,246;--color-primary-1:247,225,225;--color-primary-2:239,195,195;--color-primary-3:120,98,98;--color-primary-4:36,29,29;--color-secondary-0:225,225,231;--color-secondary-1:224,203,253;--color-secondary-2:104,105,136;--color-secondary-3:62,63,82;--color-secondary-4:3,5,56;--color-tertiary-0:255,255,255;--color-tertiary-1:248,245,245;--color-tertiary-2:149,147,147;--color-tertiary-3:89,88,88;--color-tertiary-4:0,0,0;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;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); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt { 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/53f369c8-d25d-4af8-9a56-9e2f8838b91a/BannerMantrasbreathworketmditation2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt.adaptive-delivery-prevent-bg, #f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt.lazyload, #f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt.lazyloading { background-image: none; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container { background-color: transparent; background-image: none; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container > .video-iframe-container { display: none; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row > .video-iframe-container { display: none; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .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); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container { border-width: 0; border-radius: 0; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#QW6MLsqaVl89V1eV6frHV9zpbuF4xzH5 { color:#ffeea7;display:block;width:48.25rem;position:absolute;font-family:"work sans";font-size:4.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.69);top:16.0625rem;left:13.375rem;height:9.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#a8bGHioucQWxMuq32Sx3kP8mdJbD1dp3 { box-sizing:content-box;height:2.625rem;width:39.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(255,255,255,0.44);border-left:0.125rem solid rgba(255,255,255,0.44);border-right:0.125rem solid rgba(255,255,255,0.44);border-bottom:0.125rem solid rgba(255,255,255,0.44);top:26.125rem;left:16.25rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#MSXIyty8pc26ZVXkTkegBTRok3LlX9A0 { color:#ffffff;display:block;width:41rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.9375rem;left:15.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7I0chqyR7c4gbaiNK9WT5RBDkJdlbcy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.375rem;left:27.34375rem;display:block; }
#plgqXeOb9eHSZBrhIWbZ08UKa9EVA6Px { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3M4IDqPE2kS9elrJChLPNSLGISOSxAG { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:"work sans";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.5625rem;left:26.5rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZVNpoQFbgwSOxfSsQMxXPg78TDEZXf5 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:"work sans";font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.4375rem;left:33.4375rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvvnn00MHnwzL7guMLNdKPLWlAkaAIRa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31rem;left:30.625rem; }
#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013554;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; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { background-color: transparent; background-image: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container > .video-iframe-container { display: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container { display: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .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); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { border-width: 0; border-radius: 0; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { 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:4.25rem;width:8.625rem;top:1.4375rem;left:62.5rem;overflow:hidden;display:block; }
#K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { 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:3.625rem;width:7.5rem;top:1.75rem;left:51.1875rem;overflow:hidden;display:block; }
#Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { 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:4.4375rem;width:5.0625rem;top:1.375rem;left:69.9375rem;overflow:hidden;display:block; }
#PXudFB95N0pO4oSNlrweyugOniy1TNWT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.5rem;top:1.8125rem;left:57.75rem;overflow:hidden;display:block; }
#WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.875rem;top:2.6875rem;left:31.5rem;overflow:hidden;display:block; }
#cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:2.8125rem;left:37.125rem;overflow:hidden;display:block; }
#sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7rem;top:2.875rem;left:7.125rem;overflow:hidden;display:block; }
#uxr7Duxdv84BxgXkGuGAEcronkxORlNq { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.4375rem;top:2.4375rem;left:14.75rem;overflow:hidden;display:block; }
#fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.4375rem;top:2.4375rem;left:23.5rem;overflow:hidden;display:block; }
#Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:2.375rem;left:44rem;overflow:hidden;display:block; }
#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row .container { background-color: transparent; background-image: none; }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row .container > .video-iframe-container { display: none; }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row > .video-iframe-container { display: none; }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .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); }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row .container { border-width: 0; border-radius: 0; }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#eEWdaiFPTVX4e6BiTBQWNHxcvcvIo9d4 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10rem;left:10.9375rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fDJqgnPRKgXsroHO1ygTn2O1RGlJZE6x { color:rgba(var(--color-tertiary-4),1);display:block;width:64.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:5.25rem;left:5.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWQNAeDpRqoTzFt46hOzn7GRrrtqaeuI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28rem;left:28.75rem;display:block; }
#p1GXf8A175sw37cwuTMmPRS4CClPWvml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container { background-color: transparent; background-image: none; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container > .video-iframe-container { display: none; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row > .video-iframe-container { display: none; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .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); }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container { border-width: 0; border-radius: 0; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#u7KPAJ8ugeB1J6wI261SqxUyViUOiGOM { box-sizing:content-box;height:42.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#013554;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:0rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#XTWa9heWMLP0SOHs6c0IIh4a6rEUsOm4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.625rem;width:37.625rem;top:10.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#WwH0ddsDhX7U3JwRx8EVc6PeMb20oEmQ { color:#ffeea7;display:block;width:63.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8.1875rem;left:5.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w1rLXLTLun8beW25Vc2xI1MTEC2uIlET { box-sizing:content-box;height:12.375rem;width:15rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:16.5rem;left:40rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#sU4wd0PrBxnECh76yCuPihNvmPBH4NDu { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.5625rem;left:42rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AlBS5LAqbsRAqA7vaWeKQs9gnnMLAoiJ { box-sizing:content-box;height:12.4375rem;width:15rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:16.4375rem;left:56.375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#daz8q4h3MaLfLyqN1kVy8nyNal4C97IS { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:20.625rem;left:58.6875rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LUgJ8GssM1wHB0ORH5I0g8xZwTlJsVfD { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.22;letter-spacing:0;top:18.3125rem;left:58.6875rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#CFh4XQTpqQTaHud3KRfeoskT3vMqFVQg { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.22;letter-spacing:0;top:18.1875rem;left:42rem;height:1.8125rem;text-align:left;text-align-last:left;display:block; }
#EobTknpJGpcOIVV2wDsVME15MGsqF8GA { box-sizing:content-box;height:12.4375rem;width:15rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:30rem;left:40rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ATuJTDQQOu6yRJ5B6sEWQ274uzFzCAPT { box-sizing:content-box;height:12.375rem;width:15rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:30.0625rem;left:56.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#VTvoUMXIWJWpWsWTQy331K79MFLstwyC { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:35.9375rem;left:41.9375rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkXRT7ovaB1mKWJm89fEKpOdkg2cPN9D { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:35.6875rem;left:58.9375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KUzMmo6W5tS3Oo20fbEgGq2sbZTsGZ4f { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:31.75rem;left:41.9375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#ZzutczxGe9JmOereaqUpDKvN3nMInTZe { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:31.75rem;left:58.9375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b39a7a37-9f81-4c6b-be71-f57162e7a78f/BannerMantras.jpg");background-position:center !important;background-repeat:repeat-x !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; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ.adaptive-delivery-prevent-bg, #KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ.lazyload, #KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ.lazyloading { background-image: none; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row .container { background-color: transparent; background-image: none; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row .container > .video-iframe-container { display: none; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row > .video-iframe-container { display: none; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .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); }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row .container { border-width: 0; border-radius: 0; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#GkBIZZPTTJDTmLTXSpcZ9DtipfWo44NR { box-sizing:content-box;height:5.375rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:25.1875rem;display:block; }
#PCPM9frD494Fny9cp2ZwfgMdJSsPVMvu { box-sizing:content-box;height:5.375rem;width:0.125rem;position:absolute;display:block;z-index:15054;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:47.25rem;display:block; }
#ezLh6aNTVTsTUo6TqZKHceh7bNhMKk0C { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.3125rem;left:30.125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1uX7CKs5z7hMWTXNgpvGU8nD9hxIG8Z { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.3125rem;left:11.5rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PJtSUVVm7INJE1BQWGdGTF6n74pE2gcZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:15.375rem;left:8.8125rem; }
#oBipKNGCOLyOqqWNPC5eo0cFqqtQFIGM { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.25rem;left:52.1875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zb1HzwCxAEvIKtv64PXDw12s1voAqAMA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:15.3125rem;left:27.25rem; }
#gmDy3IUufdhAI7Gqh6IWeif1xiTIquy6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:15.25rem;left:49.75rem; }
#CzhZUoT0yfQSQodndahKn6AMTEOgJfcS { color:#ffeea7;display:block;width:62.5625rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:9.4375rem;left:6.25rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vvEmexuoiV2F67mMAWcls3IygUVw2blD { color:#ffeea7;display:block;width:63.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:5.625rem;left:5.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fc5ifMbXwTxekwBzThzGippRPBFAeadl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:22.4375rem;left:27.25rem;display:block; }
#N4J3R5OZ0x8OySQtnU57LJG2NDwXTn3S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b39a7a37-9f81-4c6b-be71-f57162e7a78f/BannerMantras.jpg");background-position:center !important;background-repeat:repeat-x !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:none; }#cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T.adaptive-delivery-prevent-bg, #cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T.lazyload, #cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T.lazyloading { background-image: none; }#cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T > .row .container { border-width: 0; border-radius: 0; }#cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:none; }#TksM2y80fcQ5DbbfmZkeLCbVG8r0r9aU { color:#ffeea7;display:block;width:62.5625rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:8.6875rem;left:6.25rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GmTZgScKplM3ZziZPzruWrPgJ0VFVUD2 { color:#ffeea7;display:block;width:62.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:5rem;left:6.34375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNQ3kp2WJnfhLSUsTVJvGwpsdJ9OTpwh { position:absolute;display:block;z-index:15025;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-2),0.2) ;height:24.125rem;width:19.8125rem;top:15rem;left:16.875rem;display:block; }
#HJ8KG3VTkLoIw4pz7P5LiGH0ZdyTX7Tr { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15082;background-color:rgba(0,0,0,0.21);background-image:none;top:31.75rem;left:19.75rem;display:block; }
#OmAvPmUuWRz0OPQqthIrAEv33OL6RcT2 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.5;letter-spacing:0;top:28.4375rem;left:21.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbzW3JVei5Q8ZzL1ymm6LZ3kzVT9nXwg { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0.21);background-image:none;top:27.4375rem;left:19.6875rem;display:block; }
#klMwySZXxgKFTTkvPMKCLdxxttTfBlRO { color:#000000;display:block;width:12.375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:24.125rem;left:21.75rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WZ5WExw0q9lNgTdNoNfnMphMNHhNIeHz { 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:15066;opacity:1;top:28.5625rem;left:19.6875rem; }
#JCXLZOgoTC6mQvUlOy6Ph0Etn8HfzakU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:24.3125rem;left:19.5rem; }
#y4T30zf62GHs4bm6hbzndmBENQiQgo4t { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15081;background-color:rgba(0,0,0,0.21);background-image:none;top:23.125rem;left:19.75rem;display:block; }
#xmQX5kJMRfqCEB4oEfRfXBpDmTHlChXM { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.5;letter-spacing:0;top:20.5rem;left:21.8125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u2c2Zphi9BZTZXrZuU5naDB73Vt64U6y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:20.6875rem;left:19.5625rem; }
#gSGadRNSBC8k3gQTnO8c9Oe8wDI49xMT { color:#000000;display:block;width:15.125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:17.0625rem;left:19.25rem;height:2.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UnyRdT91h8tTd0EBIzK8UCNkteQXyWoG { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:16.3125rem;left:20.625rem;height:0;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; }
#vy49a0TElJoCFOgQbEn9czZEOuuNepUg { position:absolute;display:block;z-index:15037;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-2),0.2) ;height:24.125rem;width:19.8125rem;top:15.0625rem;left:38.25rem;display:block; }
#X2SmSVdM58A4wefcizruxsEDHNSKtQbH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.3125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:33.5rem;left:40.5625rem;display:block; }
#UqLuL77WENbCtoPieCLiuhyFkec1RNOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKO7DGFeBnr9hNtIfCzuFaM4mavFqZu6 { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0.21);background-image:none;top:31.8125rem;left:41.125rem;display:block; }
#HhJnOTWUKR74BNMif47JHhaB9tZOoIX5 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:28.5rem;left:43.1875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Aa2kMV7ktCRyXbfG350DPz859vUZFkr7 { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15092;background-color:rgba(0,0,0,0.21);background-image:none;top:27.5rem;left:41.0625rem;display:block; }
#PsXVXyAywVOqbo10H7vvN8F6gne9QFUT { color:#000000;display:block;width:12.375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:24.1875rem;left:43.1875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VelZsQUiiUrenTuBCu5Vk1bJBeHnW2nS { box-sizing:content-box;height:0.125rem;width:14.6875rem;position:absolute;display:block;z-index:15093;background-color:rgba(0,0,0,0.21);background-image:none;top:23.1875rem;left:41.125rem;display:block; }
#sV12oGrP4KldtvOICxtU2KoTJRa3Kluv { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:20.5625rem;left:43.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eIX6G9L0Gv9xz2V83LxcaUDTpwgCTTzs { color:#000000;display:block;width:15.125rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:17.125rem;left:40.625rem;height:2.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R84iKCqSu5bKXQcH9eohVL94tC6hKswL { 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:15078;opacity:1;top:28.625rem;left:41.0625rem; }
#pnHvakSxvMS3N8x4HTosipMDqOzNTqQH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:24.375rem;left:40.875rem; }
#s5oKM4Cmlo3AnC9OlJE4iqi9Tsb7QCoF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:20.75rem;left:40.9375rem; }
#muT5teyLNHGIksT8GVffCSogfs7XMulS { background-color:#ec4400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:33.5rem;left:19.1875rem;display:block; }
#bxBS7vEzIbUfAM2h39a0A35XIMbXlPWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,203,253,0.29);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; }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row .container { background-color: transparent; background-image: none; }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row .container > .video-iframe-container { display: none; }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row > .video-iframe-container { display: none; }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .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); }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row .container { border-width: 0; border-radius: 0; }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#rEc7T4EwCduwcrRTht3c804JNQfIqR3G { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.59375rem;left:6.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.29);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; }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row .container { background-color: transparent; background-image: none; }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row .container > .video-iframe-container { display: none; }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row > .video-iframe-container { display: none; }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .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); }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row .container { border-width: 0; border-radius: 0; }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#S0TURTkWGDFVBSSrLBF2UEgWzsv8g72c { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:2.375rem;left:3.3125rem;height:22.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eAcEDN5mXii68IT2vXvNKXUxJQP1NsFF { box-sizing:content-box;height:14.875rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d45b14dd-a531-4d4a-9a3f-a352386b65db/ANGERSVisuelsYoga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.3125rem;left:40.3125rem;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(var(--color-tertiary-4),0.5) ;display:block; }#eAcEDN5mXii68IT2vXvNKXUxJQP1NsFF.adaptive-delivery-prevent-bg, #eAcEDN5mXii68IT2vXvNKXUxJQP1NsFF.lazyload, #eAcEDN5mXii68IT2vXvNKXUxJQP1NsFF.lazyloading { background-image: none; }
#BlwvnJuhCJdpTJ7bX7DNlFZZO9EChiVo { box-sizing:content-box;height:14.875rem;width:14.375rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3eae512-8fda-4a16-8018-35f204f52cbe/VisuelsMantrasNEW3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.3125rem;left:55.5625rem;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(var(--color-tertiary-4),0.5) ;display:block; }#BlwvnJuhCJdpTJ7bX7DNlFZZO9EChiVo.adaptive-delivery-prevent-bg, #BlwvnJuhCJdpTJ7bX7DNlFZZO9EChiVo.lazyload, #BlwvnJuhCJdpTJ7bX7DNlFZZO9EChiVo.lazyloading { background-image: none; }
#TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c { box-sizing:content-box;height:15.0625rem;width:14.1875rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83bd8785-1763-471a-93ca-69444c6e9d6b/Mantras.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:55.65625rem;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(var(--color-tertiary-4),0.5) ;display:block; }#TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c.adaptive-delivery-prevent-bg, #TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c.lazyload, #TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c.lazyloading { background-image: none; }
#fAq6sf3shQ0mDtR3PItPfKFmeyhMOTBP { box-sizing:content-box;height:14.9375rem;width:14.25rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3594e9f1-7d06-476a-81f7-f75dc91aaf5c/VisuelsMantrasbreathworketmditation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:40.375rem;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(var(--color-tertiary-4),0.5) ;display:block; }#fAq6sf3shQ0mDtR3PItPfKFmeyhMOTBP.adaptive-delivery-prevent-bg, #fAq6sf3shQ0mDtR3PItPfKFmeyhMOTBP.lazyload, #fAq6sf3shQ0mDtR3PItPfKFmeyhMOTBP.lazyloading { background-image: none; }
#coI5snsdMbuknnElotn0dRwXbRgdGllt { background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:"work sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.8125rem;left:3.3125rem;display:block; }
#TB6JsMxDWvANNpGlHDoKL8XOWpWqNc24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { 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; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { background-color: transparent; background-image: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .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); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { border-width: 0; border-radius: 0; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:5.75rem;left:6.3125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:15.125rem;left:5.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dypme7i92odloVNnq813dGvzQ5xSyGel { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:16.75rem;left:10.875rem;overflow:hidden;display:block; }
#wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:15.125rem;left:29rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:5.75rem;left:28.6875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { position:absolute;display:block;z-index:15037;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.4375rem;width:6.25rem;top:16.5625rem;left:34.375rem;overflow:hidden;display:block; }
#TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:5.8125rem;left:53.3125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:15.125rem;left:52.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IW8DiB33oghyphuWEa8fuMhkgp8Am11p { position:absolute;display:block;z-index:15037;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.4375rem;width:6.25rem;top:16.625rem;left:57.875rem;overflow:hidden;display:block; }
#nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:4.625rem;left:49.9375rem;display:block; }
#QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#S9nuJpmoai1tDMTTbgME7T1TPayviP2O { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:4.625rem;left:24.9375rem;display:block; }
#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row .container { background-color: transparent; background-image: none; }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row .container > .video-iframe-container { display: none; }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row > .video-iframe-container { display: none; }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .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); }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row .container { border-width: 0; border-radius: 0; }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#NZ8TSpyL5BOmyFDAzT6DLqI8V99olNLp { color:rgba(var(--color-tertiary-4),1);display:block;width:61.8125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.59375rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VXVR1l7VqAHByqV9d1CJGtgRVCLN67IL { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.96875rem;left:13.03125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row .container { background-color: transparent; background-image: none; }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row .container > .video-iframe-container { display: none; }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row > .video-iframe-container { display: none; }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .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); }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row .container { border-width: 0; border-radius: 0; }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#X0viviLCoD3p8sNTNIBtdbh8pz1fkUo3 { color:#000000;display:block;width:30rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.5rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iJRWiSFaQ3lqo7zfDcfw0rmbqyvAF2r0 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:8.4375rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MolgKxUk7T6e07RMmsxHuglok1WqtlAM { color:#000000;display:block;width:29.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:12.4375rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CdsTq2MzRyyfS94dPgBJtDFJHm5P8ZoG { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:16.4375rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C3pPz5Kq92aaOTCVGIvyd15IE1xyVWIL { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.25rem;left:38.375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#drvTMAHGd6fx6mLHdH77LexR8OXGqbrV { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.25rem;left:38.375rem;display:block; }
#OtMWKq2WWW3KWDtbTg7kkMuqq0wcDdnc { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:38.375rem;display:block; }
#izImgcE9RGequUma8luRdOEgHO5vQMzt { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:38.375rem;display:block; }
#d8ScTRMeSDaShkZU4w84KSVm3KNnS8Gl { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.4375rem;left:38.375rem;display:block; }
#G4FvyzISU2lmTSrMLf5xbe0TGAEdbkV5 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:29.6875rem;top:0.5625rem;left:5.8125rem;overflow:hidden;display:block; }
#hleCI1ln5sSthFq85OcKWyIX6TfNDRGP { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#A39kuo5QWhxuGcdtTzuk7eFTe8zN6WXk { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#wIuZd5TrrprNC05dxVArTu7AJma2aWHG { box-sizing:content-box;height:0.125rem;width:29.5625rem;position:absolute;display:block;z-index:15023;background-color:#dfd5ab;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:37.375rem;display:none; }
#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container { background-color: transparent; background-image: none; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container > .video-iframe-container { display: none; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row > .video-iframe-container { display: none; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .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); }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container { border-width: 0; border-radius: 0; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#QauaAW9QgmEBTAqToFJGvTkP0NiOmRZ7 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.6875rem;left:6.9375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#RMBNTs2hbP78kOftok8quOgnexDkBuOO { color:#000000;display:block;width:9rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:4.6875rem;left:6.9375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d3DU2zg28NqxAEHkgSbZxd5SFkhHlivP { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.6875rem;left:26.125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#i7wLwvR0CHqLlmSoIU62TEPk8T9R2afG { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.125rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zXUuet1aaiBbdolevw8GITv6rE94fhSb { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.6875rem;left:45.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#PVFmEOWshe7oHqwCfCDv39OysyU0bRTm { color:#000000;display:block;width:7.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:4.75rem;left:45.1875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tzyikHeT7ecxA3bB0oHC8ff7T93bHQ3g { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.6875rem;left:62.3125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#aWcAwhtTvksmSzaaLOFylB8m9EiunXwT { color:#000000;display:block;width:11.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:4.75rem;left:62.3125rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sqMpM7JHXa3KrZuW6XrGTdceh3ocBsZD { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:3rem;top:1.125rem;left:21.5rem;overflow:hidden;display:block; }
#JvXMv6H8ooOBydm9r40rfk31ZXDgsBLZ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:3rem;top:1.625rem;left:2.8125rem;overflow:hidden;display:block; }
#iMDs5nXcOJLAUivCKMa0GddrIgTLbf3F { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:3rem;top:1.125rem;left:40.9375rem;overflow:hidden;display:block; }
#bS8eg6rD9WmHQywTwXOFwR8NhqLFGlsl { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:3rem;top:1.125rem;left:57.8125rem;overflow:hidden;display:block; }
#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row .container { background-color: transparent; background-image: none; }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row .container > .video-iframe-container { display: none; }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row > .video-iframe-container { display: none; }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .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); }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row .container { border-width: 0; border-radius: 0; }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#JQsDXIaWr7rDDGLAdOZPBA7QBuN6alrv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Fygm8OZ71zffH4pIrSWosnIPGWOcu68w { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Nb1TlGFimxuWRhf9EF4bMSmIhV7yM030 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CVS0zqOW7GFW5Uaqo4tMO3NKmlQJZrmo { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:14.1875rem;display:block; }
#AxaMRJ3NUTxo4r0HsFyDvUXZSeix5tI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:4.75rem;left:23.8125rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wwRzw2BfhrwX63C9Xc2NFcuVNBgIv5ze { 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:2.75rem;width:5.4375rem;top:4.1875rem;left:16.1875rem;overflow:hidden;display:block; }
#qk410yKm88Sa9EzoRAwtm9LIeGu1qb7b { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:10rem;left:14.1875rem;display:block; }
#Uyn9Bo8RaisNPz86ZHhpA7FbgphpEHkX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:11.25rem;left:23.8125rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KdckWLtwGqMAWTeFpipWUTav1cACODni { 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:1.875rem;width:6.5625rem;top:12.8125rem;left:16.1875rem;overflow:hidden;display:block; }
#B0dcaELXLocIcvqw0zriJHLhzcMBhdDG { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:1.875rem;left:37.875rem;display:block; }
#dFmwy1Mku56g4vlkU9IRm2LM2s1B99O3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:3.21875rem;left:47.375rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PS38w9z9KdprfB2pXBTH6fZkvIy6JJDX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:5.4375rem;top:11.875rem;left:40.1875rem;overflow:hidden;display:block; }
#yy8faaCE9OHzUxlMJfVLCycbvbqySf1V { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.6875rem;top:4.125rem;left:39.4375rem;overflow:hidden;display:block; }
#OClEmerkIZneRnT8kd7UAQ4Z0fGVPqDX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:7.375rem;width:23rem;top:9.9375rem;left:37.875rem;display:block; }
#PJzgxkHIciGI9hDuc4EchpmuJTdeTcbh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:11.34375rem;left:47.4375rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QOJr9zXcCA0tRpXafd03rc9BOkLe3mkh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.375rem;left:28.78125rem;display:block; }
#xMRQPDIA2q6XuLr0EUimaJFf1qXZUvFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container { background-color: transparent; background-image: none; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container > .video-iframe-container { display: none; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row > .video-iframe-container { display: none; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .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); }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container { border-width: 0; border-radius: 0; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#AI3W7dnnGBR6rEOICP8zsgkg2LeyoItZ { color:#000000;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7rem;left:39rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qp7dtui0TzrOpRMSAvgQg4TBJwSmCkbo { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.0625rem;left:38.9375rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eq52qJbr6oVV8Ty9BzPifETiDm0zqd6V { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.0625rem;width:16.625rem;top:28.625rem;left:1.9375rem;overflow:hidden;display:block; }
#pPAFtulS3JH7JchbyDDCx3TLWAvXkIsG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(51,59,76,0.5) ;height:21.4375rem;width:16.375rem;top:6.5625rem;left:2rem;overflow:hidden;display:block; }
#GeRT0kZhWkxeIwUmGu330Kd9ilRuMkZT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9rem;width:17.0625rem;top:28.625rem;left:19.25rem;overflow:hidden;display:block; }
#tF4bh5EFzC0lBd4FRclS7DsGLy5I71pm { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.75rem;width:16.8125rem;top:17.125rem;left:19.25rem;overflow:hidden;display:block; }
#ZAN76VcfAeqG9utTrdrrZozSMkzAJU2f { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:16.75rem;top:6.75rem;left:19.3125rem;overflow:hidden;display:block; }
#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy { 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:none; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { border-width: 0; border-radius: 0; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:none; }#oezdEBqpXmUSs0rZ2rJO8Iy7IAEDtEnB { color:#2f2f2f;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.3125rem;left:4rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#wIOR2VPnfirrqlCyFMyO7vIfJLcqanrG { color:#2f2f2f;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:4rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#rOKPvR3b1MH9BXgUAFdKo2QtVQvBv0fE { color:#2f2f2f;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:19.9375rem;left:4.0625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#wicSb3IVRGhzZo2zgZv9KzdXIFnwzqJO { color:#2f2f2f;display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.0625rem;left:4.0625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#Po1zluvZvkJT7X9RRGXuSL0xMxdl8B2g { color:#2f2f2f;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:18.75rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#J6zwnQ51lsPGthiUApm0xmbRkU60O4eM { color:#2f2f2f;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:18.6875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#hTrB2D9XTNthLBJqQt3fc8RlPKkaTcWr { color:#2f2f2f;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.25rem;left:18.8125rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#GVslt2P4dD2lD8kIFb0scinWr3LMTDFt { color:#2f2f2f;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:18.8125rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#WVrAXZrC0atHFvEeK8Fn7w7oi29arKTx { color:#2f2f2f;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:18.5625rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#NtLh1zrFuoepJ4Tr1TDZLSKGCKEPGBBE { color:#2f2f2f;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:20rem;left:18.5625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#nD4vQttXddN4UWyiHwkD8dyWBexzR2qH { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:3.3125rem;left:37.375rem;height:4.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v1g2lbpO10akCpTLGZH5d1IXZG13TtVr { color:#2f2f2f;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5625rem;left:37.5625rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#SRisdzsb35Sm9DZTkifl2NeT87iINRa5 { color:#2f2f2f;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.4375rem;left:37.5625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#SPRgWU4LcAAwlmM0vybWRGGtLwl48sZf { color:#2f2f2f;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6875rem;left:50.0625rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#vMGdhxXTd4ihJztNZiUoRcVoQXometR9 { color:#2f2f2f;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:3.4375rem;left:50.0625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#dc48yiycqe3dLi5uIdkrbeEtTB1fwQpD { color:#2f2f2f;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.625rem;left:49.75rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#TCGXw9x4h0QxVI2glkGNDDNlQKMDFZrT { color:#2f2f2f;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:10.8125rem;left:49.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#QBgEnBzGOLlxIMKSdg79CSIRGS48685C { color:#2f2f2f;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.6875rem;left:49.6875rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#VCbrgD3h5feCtTCIurf9yQDrnytxMZ3z { color:#2f2f2f;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.8125rem;left:49.75rem;height:3.625rem;text-align:left;text-align-last:left;display:block; }
#LTnIVyiFdACJuZtWJ3B7xw1f64gA2Mwp { color:#2f2f2f;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.8125rem;left:37.3125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#r4LIrIDatwCAfUlfQJQnRBkP6G1qGdli { color:#2f2f2f;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:19.75rem;left:37.3125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#HDXiGIQI4ZinbTyGC1Du5fC4Cc2SpbGl { color:#2f2f2f;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.6875rem;left:61.8125rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#uEx9vbPJTIiBB3wDdfmwvxRk9sgr6z9O { color:#2f2f2f;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:10.875rem;left:61.9375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#CuXAthwt2usepq2cZNlPewmZJNpUy6In { color:#2f2f2f;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.4375rem;left:64.5rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#bxCe9NMwVk03kOhdSFmgypKi3O8iHFFf { color:#2f2f2f;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.5rem;left:64.3125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#XUqIiBLSHQXxWO4ukZED7WUanCm0bXLS { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:16.1875rem;top:24.9375rem;left:21.1875rem;overflow:hidden;display:none; }
#QMILgpDIz2bk310yHny93RRCtnAZMim7 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.3125rem;width:14.625rem;top:77.375rem;left:58.1875rem;overflow:hidden;display:none; }
#Eb8An12p7aFJ4JucnSJTdaGwX5crLTdR { box-sizing:content-box;height:10.5rem;width:14.1875rem;position:absolute;display:block;z-index:15035;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:7.375rem;left:2.4375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#l1xwL0OXmPKa8m3tTO1ruIVSJE6W3gVd { box-sizing:content-box;height:10.0625rem;width:13.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:18.6875rem;left:2.5625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#wqVSG7ErT9FCioMkqULda9kf9lNeGxxb { box-sizing:content-box;height:15.875rem;width:17.5625rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:2.0625rem;left:17.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Tkliqf2Ni6iQkCOKS5cXDTOvNL47iQun { box-sizing:content-box;height:10.0625rem;width:17.5625rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:18.6875rem;left:17.4375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#SHkGi7OCMvx9o6pxLk6WVtf6KV9QhbkO { box-sizing:content-box;height:8.3125rem;width:11.875rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:9.6875rem;left:36.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ywAIDqUWZ8RQDNLK5ZtlmdiSsUgqOoqL { box-sizing:content-box;height:6.75rem;width:23.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:2.125rem;left:49rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#BInb6tCiGMqyAtfKk9RO76Xkh9TxBfT1 { box-sizing:content-box;height:9.1875rem;width:11.4375rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:9.6875rem;left:48.9375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#tngVT4E5KATsGythbB0pHXnzvAzGLR0W { box-sizing:content-box;height:9rem;width:14rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:19.6875rem;left:49rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#c3U5KPxIz8NB38lTTemsCNmaMhXi4imW { box-sizing:content-box;height:10rem;width:11.8125rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:18.75rem;left:36.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#H4RmQtimNDn2ItyPRW0XHOVTUSPobFvo { box-sizing:content-box;height:9rem;width:9.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:19.6875rem;left:63.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#sPbfNnM6WSBIgxVMRSlBOiopu2KD9iiV { box-sizing:content-box;height:9.3125rem;width:11.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:9.5625rem;left:60.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#S2KLumQHZzKZlQGTvOZ7OT1sENGygVg8 { box-sizing:content-box;height:4.6875rem;width:14.1875rem;position:absolute;display:block;z-index:14999;background-color:#2484bc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.0625rem;left:2.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#VbD5LfAgJV8nmMhQQThytNX6PFwEiBNU { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.625rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F2BuTbbgHWfgDHmHd3USNhlMksmLpal6 { box-sizing:content-box;height:7rem;width:12rem;position:absolute;display:block;z-index:14998;background-color:#2484bc;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.0625rem;left:36.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { background-color: transparent; background-image: none; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container > .video-iframe-container { display: none; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row > .video-iframe-container { display: none; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .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); }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { border-width: 0; border-radius: 0; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#GN2H8w448cl3WC4OS0ucucvwXhOZ3sME { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5625rem;left:19.75rem;height:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ncqfWFml1RLo9us8cGmd6OxvtTmdNN9r { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5625rem;left:58.625rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gZx1n50JFrcNOr4JzGZTOBo2LHHHZhwE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:7.9375rem;left:58.625rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ruMAzoi8nboHuXvTVPxBMn6463Tq672r { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5625rem;left:37.375rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mEplr1mk2o6vFHHn55zZqxxiKugADA57 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.9375rem;left:39.875rem;height:3.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G62aNFbw7TEwBlyiQR27b699LSUz5ThN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F1VKmeFb0gQPq9OZuGT0SqsunyD2fz6L { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.875rem;left:0.3125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dOzEVtRTGdlTmhUaJ06n0WpufE22nZON { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.0625rem;left:63.375rem; }
#tcfi92HH65MLW5ccHPi00oJr2Kx1PLTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.0625rem;left:44.5625rem; }
#zFaZLfEJTDoTHE5c9cFkKJ6MQ65ifTit { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.1875rem;left:7.0625rem; }
#UHBxLCbh3H1V5a7AaVJD9dVya2eL9waC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.8125rem;left:21.125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BVDQpbUVtlPIo0kiiIIvvuJTam2EXrhG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.0625rem;left:25.875rem; }
#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013554;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; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { background-color: transparent; background-image: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .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); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:11.3125rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.3125rem;left:8.1875rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { position:absolute;display:block;z-index:15011;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.1875rem;width:6.5rem;top:2rem;left:0.8125rem;overflow:hidden;display:block; }
#T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.625rem;left:44.25rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5.625rem;left:56.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.25rem;left:56.0625rem;display:block; }
#dGuoFimiptmLB24bqAbkOwLUUNMAvceL { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.25rem;left:67.3125rem;display:block; }
#t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:5.4375rem;left:67.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#FWqVKTnxbqZyJRhrnxtDcazir044A2AN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5rem;left:47.25rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0.8125rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#h5ua45EUxTsiziLdygQoLby8Q1E3w7Th { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.28125rem;left:14.53125rem; }
#h5ua45EUxTsiziLdygQoLby8Q1E3w7Th > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013554;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;z-index:auto;display:block; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { background-color: transparent; background-image: none; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container > .video-iframe-container { display: none; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row > .video-iframe-container { display: none; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .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); }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { border-width: 0; border-radius: 0; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013554;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row .container { background-color: transparent; background-image: none; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row .container > .video-iframe-container { display: none; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row > .video-iframe-container { display: none; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .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); }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row .container { border-width: 0; border-radius: 0; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#H5dkqHcy7O9ZATo6t5tpBy4KC6wszgo2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:2.25rem;left:42.375rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vFZ4NBwU7yf24CQahBIZ5p84Grri1sqb { background-color:#efc3c3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#050505;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:11.1875rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.375rem;left:62.8125rem;display:block; }
#O4uEHeKEP6GW26tc4PIf1mzbxgKNtmkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiICLPlvo4u4JRstnMxUIUom85T7riaT { 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.1875rem;width:6.5rem;top:1.53125rem;left:0.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt { display:block; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QW6MLsqaVl89V1eV6frHV9zpbuF4xzH5 { top:16.0625rem;left:0rem;width:47.75rem;height:9.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8bGHioucQWxMuq32Sx3kP8mdJbD1dp3 { top:26.125rem;left:2.625rem;width:39.8125rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSXIyty8pc26ZVXkTkegBTRok3LlX9A0 { top:26.9375rem;left:2.125rem;width:41rem;height:1.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7I0chqyR7c4gbaiNK9WT5RBDkJdlbcy { width:17.875rem;height:3.4375rem;top:38.375rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plgqXeOb9eHSZBrhIWbZ08UKa9EVA6Px { display:block; }
 }@media only screen and (max-width: 763px) { #W3M4IDqPE2kS9elrJChLPNSLGISOSxAG { top:33.5625rem;left:12.875rem;width:19.5625rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZVNpoQFbgwSOxfSsQMxXPg78TDEZXf5 { top:30.4375rem;left:19.8125rem;width:8.1875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvvnn00MHnwzL7guMLNdKPLWlAkaAIRa { top:31rem;left:17rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { display:block; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { top:1.4375rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { top:1.75rem;left:37.5625rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { top:1.375rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXudFB95N0pO4oSNlrweyugOniy1TNWT { top:1.8125rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { top:2.8125rem;left:0rem;width:6.375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { top:2.6875rem;left:17.875rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { top:2.8125rem;left:23.5rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { top:2.875rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxr7Duxdv84BxgXkGuGAEcronkxORlNq { top:2.4375rem;left:1.125rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { top:2.4375rem;left:9.875rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { top:2.375rem;left:30.375rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI { display:block; }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEWdaiFPTVX4e6BiTBQWNHxcvcvIo9d4 { top:10rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDJqgnPRKgXsroHO1ygTn2O1RGlJZE6x { top:5.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQNAeDpRqoTzFt46hOzn7GRrrtqaeuI { width:17.5rem;height:3.4375rem;top:28rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1GXf8A175sw37cwuTMmPRS4CClPWvml { display:block; }
 }@media only screen and (max-width: 763px) { #HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N { display:block; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7KPAJ8ugeB1J6wI261SqxUyViUOiGOM { top:5rem;left:0rem;width:47.75rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWa9heWMLP0SOHs6c0IIh4a6rEUsOm4 { top:10.0625rem;left:0rem;width:37.625rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwH0ddsDhX7U3JwRx8EVc6PeMb20oEmQ { top:8.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1rLXLTLun8beW25Vc2xI1MTEC2uIlET { top:16.5rem;left:26.375rem;width:15rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU4wd0PrBxnECh76yCuPihNvmPBH4NDu { top:20.5625rem;left:28.375rem;width:12.1875rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlBS5LAqbsRAqA7vaWeKQs9gnnMLAoiJ { top:16.4375rem;left:32.625rem;width:15rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daz8q4h3MaLfLyqN1kVy8nyNal4C97IS { top:20.625rem;left:36.9375rem;width:10.8125rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUgJ8GssM1wHB0ORH5I0g8xZwTlJsVfD { top:18.3125rem;left:37.375rem;width:10.375rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFh4XQTpqQTaHud3KRfeoskT3vMqFVQg { top:18.1875rem;left:28.375rem;width:5.0625rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EobTknpJGpcOIVV2wDsVME15MGsqF8GA { top:30rem;left:26.375rem;width:15rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATuJTDQQOu6yRJ5B6sEWQ274uzFzCAPT { top:30.0625rem;left:32.625rem;width:15rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvoUMXIWJWpWsWTQy331K79MFLstwyC { top:35.9375rem;left:28.3125rem;width:11.1875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkXRT7ovaB1mKWJm89fEKpOdkg2cPN9D { top:35.6875rem;left:35.6875rem;width:12.0625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUzMmo6W5tS3Oo20fbEgGq2sbZTsGZ4f { top:31.75rem;left:28.3125rem;width:8.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzutczxGe9JmOereaqUpDKvN3nMInTZe { top:31.75rem;left:36.9375rem;width:10.8125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ { display:block; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkBIZZPTTJDTmLTXSpcZ9DtipfWo44NR { top:14.375rem;left:11.5625rem;width:0.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCPM9frD494Fny9cp2ZwfgMdJSsPVMvu { top:14.375rem;left:33.625rem;width:0.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLh6aNTVTsTUo6TqZKHceh7bNhMKk0C { top:15.3125rem;left:16.5rem;width:14.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1uX7CKs5z7hMWTXNgpvGU8nD9hxIG8Z { top:15.3125rem;left:0rem;width:11.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJtSUVVm7INJE1BQWGdGTF6n74pE2gcZ { top:15.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBipKNGCOLyOqqWNPC5eo0cFqqtQFIGM { top:15.25rem;left:33.6875rem;width:14.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1HzwCxAEvIKtv64PXDw12s1voAqAMA { top:15.3125rem;left:13.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmDy3IUufdhAI7Gqh6IWeif1xiTIquy6 { top:15.25rem;left:36.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzhZUoT0yfQSQodndahKn6AMTEOgJfcS { top:9.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvEmexuoiV2F67mMAWcls3IygUVw2blD { top:5.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc5ifMbXwTxekwBzThzGippRPBFAeadl { width:17.1875rem;height:3.3125rem;top:22.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4J3R5OZ0x8OySQtnU57LJG2NDwXTn3S { display:block; }
 }@media only screen and (max-width: 763px) { #cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T { display:block; }#cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TksM2y80fcQ5DbbfmZkeLCbVG8r0r9aU { top:8.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmTZgScKplM3ZziZPzruWrPgJ0VFVUD2 { top:5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNQ3kp2WJnfhLSUsTVJvGwpsdJ9OTpwh { width:19.8125rem;height:24.125rem;top:15rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ8KG3VTkLoIw4pz7P5LiGH0ZdyTX7Tr { top:31.75rem;left:6.125rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmAvPmUuWRz0OPQqthIrAEv33OL6RcT2 { width:11.8125rem;height:2.625rem;top:28.4375rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbzW3JVei5Q8ZzL1ymm6LZ3kzVT9nXwg { top:27.4375rem;left:6.0625rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klMwySZXxgKFTTkvPMKCLdxxttTfBlRO { width:12.375rem;height:2.625rem;top:24.125rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ5WExw0q9lNgTdNoNfnMphMNHhNIeHz { top:28.5625rem;left:6.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCXLZOgoTC6mQvUlOy6Ph0Etn8HfzakU { top:24.3125rem;left:5.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4T30zf62GHs4bm6hbzndmBENQiQgo4t { top:23.125rem;left:6.125rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmQX5kJMRfqCEB4oEfRfXBpDmTHlChXM { width:9.5625rem;height:1.375rem;top:20.5rem;left:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2c2Zphi9BZTZXrZuU5naDB73Vt64U6y { top:20.6875rem;left:5.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSGadRNSBC8k3gQTnO8c9Oe8wDI49xMT { width:15.125rem;height:2.3125rem;top:17.0625rem;left:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnyRdT91h8tTd0EBIzK8UCNkteQXyWoG { top:16.3125rem;left:7rem;width:12.0625rem;height:0;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy49a0TElJoCFOgQbEn9czZEOuuNepUg { width:19.8125rem;height:24.125rem;top:15.0625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2SmSVdM58A4wefcizruxsEDHNSKtQbH { width:15.3125rem;height:3.3125rem;top:33.5rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqLuL77WENbCtoPieCLiuhyFkec1RNOd { display:block; }
 }@media only screen and (max-width: 763px) { #qKO7DGFeBnr9hNtIfCzuFaM4mavFqZu6 { top:31.8125rem;left:27.5rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhJnOTWUKR74BNMif47JHhaB9tZOoIX5 { width:11.8125rem;height:2.625rem;top:28.5rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa2kMV7ktCRyXbfG350DPz859vUZFkr7 { top:27.5rem;left:27.4375rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsXVXyAywVOqbo10H7vvN8F6gne9QFUT { width:12.375rem;height:2.625rem;top:24.1875rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VelZsQUiiUrenTuBCu5Vk1bJBeHnW2nS { top:23.1875rem;left:27.5rem;width:14.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV12oGrP4KldtvOICxtU2KoTJRa3Kluv { width:9.5625rem;height:1.375rem;top:20.5625rem;left:29.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIX6G9L0Gv9xz2V83LxcaUDTpwgCTTzs { width:15.125rem;height:2.3125rem;top:17.125rem;left:27rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R84iKCqSu5bKXQcH9eohVL94tC6hKswL { top:28.625rem;left:27.4375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnHvakSxvMS3N8x4HTosipMDqOzNTqQH { top:24.375rem;left:27.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5oKM4Cmlo3AnC9OlJE4iqi9Tsb7QCoF { top:20.75rem;left:27.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muT5teyLNHGIksT8GVffCSogfs7XMulS { width:15.3125rem;height:3.3125rem;top:33.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxBS7vEzIbUfAM2h39a0A35XIMbXlPWK { display:block; }
 }@media only screen and (max-width: 763px) { #bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP { display:block; }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEc7T4EwCduwcrRTht3c804JNQfIqR3G { top:4.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0JQEB7n2fV2J27BU54MSdid2JEsP9gr { display:block; }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0TURTkWGDFVBSSrLBF2UEgWzsv8g72c { top:2.375rem;left:0rem;width:30.8125rem;height:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAcEDN5mXii68IT2vXvNKXUxJQP1NsFF { top:18.3125rem;left:26.6875rem;width:14.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlwvnJuhCJdpTJ7bX7DNlFZZO9EChiVo { top:18.3125rem;left:33.375rem;width:14.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c { top:2.375rem;left:33.5625rem;width:14.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAq6sf3shQ0mDtR3PItPfKFmeyhMOTBP { top:2.375rem;left:26.75rem;width:14.25rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coI5snsdMbuknnElotn0dRwXbRgdGllt { width:16.4375rem;height:3.4375rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB6JsMxDWvANNpGlHDoKL8XOWpWqNc24 { display:block; }
 }@media only screen and (max-width: 763px) { #BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { display:block; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { width:15.375rem;height:6.75rem;top:5.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { width:17rem;height:1.3125rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dypme7i92odloVNnq813dGvzQ5xSyGel { top:16.75rem;left:6.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { width:17rem;height:1.3125rem;top:15.125rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { width:17.625rem;height:8.4375rem;top:5.75rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { top:16.5625rem;left:20.6875rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { width:15.375rem;height:6.75rem;top:5.8125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { width:17rem;height:1.3125rem;top:15.125rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW8DiB33oghyphuWEa8fuMhkgp8Am11p { top:16.625rem;left:35.0625rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { top:4.625rem;left:31.625rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { display:none; }
 }@media only screen and (max-width: 763px) { #amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { display:none; }
 }@media only screen and (max-width: 763px) { #S9nuJpmoai1tDMTTbgME7T1TPayviP2O { top:4.625rem;left:15.75rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izfPLM2R8L1sXK65gmGbtwQ7u21dBHON { display:block; }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ8TSpyL5BOmyFDAzT6DLqI8V99olNLp { top:2.5625rem;left:0rem;width:19.9375rem;height:7.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXVR1l7VqAHByqV9d1CJGtgRVCLN67IL { top:4.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z { display:block; }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0viviLCoD3p8sNTNIBtdbh8pz1fkUo3 { top:4.5rem;left:17.75rem;width:30rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJRWiSFaQ3lqo7zfDcfw0rmbqyvAF2r0 { top:8.4375rem;left:19.375rem;width:28.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MolgKxUk7T6e07RMmsxHuglok1WqtlAM { top:12.4375rem;left:18rem;width:29.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdsTq2MzRyyfS94dPgBJtDFJHm5P8ZoG { top:16.4375rem;left:15.9375rem;width:31.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pPz5Kq92aaOTCVGIvyd15IE1xyVWIL { top:20.25rem;left:22.0625rem;width:25.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drvTMAHGd6fx6mLHdH77LexR8OXGqbrV { top:19.25rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtMWKq2WWW3KWDtbTg7kkMuqq0wcDdnc { top:15.3125rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izImgcE9RGequUma8luRdOEgHO5vQMzt { top:11.25rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ScTRMeSDaShkZU4w84KSVm3KNnS8Gl { top:7.4375rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4FvyzISU2lmTSrMLf5xbe0TGAEdbkV5 { top:0.5625rem;left:0rem;width:29.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hleCI1ln5sSthFq85OcKWyIX6TfNDRGP { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A39kuo5QWhxuGcdtTzuk7eFTe8zN6WXk { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIuZd5TrrprNC05dxVArTu7AJma2aWHG { top:10.5625rem;left:18.1875rem;width:29.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J05blubkeEEbwmGwu4oKLqfbZUHoTzOp { display:block; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QauaAW9QgmEBTAqToFJGvTkP0NiOmRZ7 { top:0.6875rem;left:3.25rem;width:8.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMBNTs2hbP78kOftok8quOgnexDkBuOO { top:4.6875rem;left:2.9375rem;width:9rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3DU2zg28NqxAEHkgSbZxd5SFkhHlivP { top:0.6875rem;left:15.90625rem;width:7.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7wLwvR0CHqLlmSoIU62TEPk8T9R2afG { top:4.75rem;left:15.1875rem;width:8.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXUuet1aaiBbdolevw8GITv6rE94fhSb { top:0.6875rem;left:28.15625rem;width:7.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVFmEOWshe7oHqwCfCDv39OysyU0bRTm { top:4.75rem;left:28.15625rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyikHeT7ecxA3bB0oHC8ff7T93bHQ3g { top:0.6875rem;left:38.46875rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWcAwhtTvksmSzaaLOFylB8m9EiunXwT { top:4.75rem;left:36.625rem;width:11.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqMpM7JHXa3KrZuW6XrGTdceh3ocBsZD { top:1.125rem;left:11.9375rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvXMv6H8ooOBydm9r40rfk31ZXDgsBLZ { top:1.625rem;left:0rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMDs5nXcOJLAUivCKMa0GddrIgTLbf3F { top:1.125rem;left:23.90625rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS8eg6rD9WmHQywTwXOFwR8NhqLFGlsl { top:1.125rem;left:35.8125rem;width:3rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 { display:block; }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQsDXIaWr7rDDGLAdOZPBA7QBuN6alrv { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Fygm8OZ71zffH4pIrSWosnIPGWOcu68w { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Nb1TlGFimxuWRhf9EF4bMSmIhV7yM030 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CVS0zqOW7GFW5Uaqo4tMO3NKmlQJZrmo { width:23rem;height:7.375rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxaMRJ3NUTxo4r0HsFyDvUXZSeix5tI3 { top:4.75rem;left:10.1875rem;width:8.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwRzw2BfhrwX63C9Xc2NFcuVNBgIv5ze { top:4.1875rem;left:2.5625rem;width:5.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk410yKm88Sa9EzoRAwtm9LIeGu1qb7b { width:23rem;height:7.375rem;top:10rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyn9Bo8RaisNPz86ZHhpA7FbgphpEHkX { top:11.25rem;left:10.1875rem;width:12.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdckWLtwGqMAWTeFpipWUTav1cACODni { top:12.8125rem;left:2.5625rem;width:6.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dcaELXLocIcvqw0zriJHLhzcMBhdDG { width:23rem;height:7.375rem;top:1.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFmwy1Mku56g4vlkU9IRm2LM2s1B99O3 { top:3.1875rem;left:33.75rem;width:12.1875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS38w9z9KdprfB2pXBTH6fZkvIy6JJDX { top:11.875rem;left:26.5625rem;width:5.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy8faaCE9OHzUxlMJfVLCycbvbqySf1V { top:4.125rem;left:25.8125rem;width:6.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OClEmerkIZneRnT8kd7UAQ4Z0fGVPqDX { width:23rem;height:7.375rem;top:9.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJzgxkHIciGI9hDuc4EchpmuJTdeTcbh { top:11.3125rem;left:33.8125rem;width:12.875rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOJr9zXcCA0tRpXafd03rc9BOkLe3mkh { width:17.4375rem;height:3.4375rem;top:21.375rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMRQPDIA2q6XuLr0EUimaJFf1qXZUvFP { display:block; }
 }@media only screen and (max-width: 763px) { #Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM { display:block; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AI3W7dnnGBR6rEOICP8zsgkg2LeyoItZ { width:30.25rem;height:2.3125rem;top:7rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7dtui0TzrOpRMSAvgQg4TBJwSmCkbo { top:11.0625rem;left:13.625rem;width:34.125rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq52qJbr6oVV8Ty9BzPifETiDm0zqd6V { top:28.625rem;left:0rem;width:16.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPAFtulS3JH7JchbyDDCx3TLWAvXkIsG { top:6.5625rem;left:0rem;width:16.375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeRT0kZhWkxeIwUmGu330Kd9ilRuMkZT { top:28.625rem;left:5.625rem;width:17.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4bh5EFzC0lBd4FRclS7DsGLy5I71pm { top:17.125rem;left:5.625rem;width:16.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAN76VcfAeqG9utTrdrrZozSMkzAJU2f { top:6.75rem;left:5.6875rem;width:16.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy { display:block; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oezdEBqpXmUSs0rZ2rJO8Iy7IAEDtEnB { top:10.3125rem;left:0rem;width:12.25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIOR2VPnfirrqlCyFMyO7vIfJLcqanrG { top:8.0625rem;left:0rem;width:12.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOKPvR3b1MH9BXgUAFdKo2QtVQvBv0fE { top:19.9375rem;left:0rem;width:10.4375rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wicSb3IVRGhzZo2zgZv9KzdXIFnwzqJO { top:24.0625rem;left:0rem;width:10.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po1zluvZvkJT7X9RRGXuSL0xMxdl8B2g { top:5.5625rem;left:5.125rem;width:13.875rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6zwnQ51lsPGthiUApm0xmbRkU60O4eM { top:2.9375rem;left:5.0625rem;width:12.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrB2D9XTNthLBJqQt3fc8RlPKkaTcWr { top:14.25rem;left:5.1875rem;width:15.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVslt2P4dD2lD8kIFb0scinWr3LMTDFt { top:11.6875rem;left:5.1875rem;width:14.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVrAXZrC0atHFvEeK8Fn7w7oi29arKTx { top:22.4375rem;left:4.9375rem;width:15.8125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLh1zrFuoepJ4Tr1TDZLSKGCKEPGBBE { top:20rem;left:4.9375rem;width:13.1875rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4vQttXddN4UWyiHwkD8dyWBexzR2qH { top:3.3125rem;left:23.75rem;width:9.9375rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1g2lbpO10akCpTLGZH5d1IXZG13TtVr { top:14.5625rem;left:23.9375rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRisdzsb35Sm9DZTkifl2NeT87iINRa5 { top:10.4375rem;left:23.9375rem;width:10.5625rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRgWU4LcAAwlmM0vybWRGGtLwl48sZf { top:5.6875rem;left:25.9375rem;width:21.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMGdhxXTd4ihJztNZiUoRcVoQXometR9 { top:3.4375rem;left:28.75rem;width:19rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc48yiycqe3dLi5uIdkrbeEtTB1fwQpD { top:14.625rem;left:36.125rem;width:9.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGXw9x4h0QxVI2glkGNDDNlQKMDFZrT { top:10.8125rem;left:36.125rem;width:10.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBgEnBzGOLlxIMKSdg79CSIRGS48685C { top:24.6875rem;left:34.25rem;width:13.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCbrgD3h5feCtTCIurf9yQDrnytxMZ3z { top:20.8125rem;left:35.875rem;width:11.875rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnIVyiFdACJuZtWJ3B7xw1f64gA2Mwp { top:23.8125rem;left:23.6875rem;width:8.875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4LIrIDatwCAfUlfQJQnRBkP6G1qGdli { top:19.75rem;left:23.6875rem;width:10.8125rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDXiGIQI4ZinbTyGC1Du5fC4Cc2SpbGl { top:14.6875rem;left:37.3125rem;width:10.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEx9vbPJTIiBB3wDdfmwvxRk9sgr6z9O { top:10.875rem;left:37.5rem;width:10.25rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuXAthwt2usepq2cZNlPewmZJNpUy6In { top:24.4375rem;left:40.5625rem;width:7.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxCe9NMwVk03kOhdSFmgypKi3O8iHFFf { top:20.5rem;left:39.625rem;width:8.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqIiBLSHQXxWO4ukZED7WUanCm0bXLS { top:24.9375rem;left:7.5625rem;width:16.1875rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMILgpDIz2bk310yHny93RRCtnAZMim7 { top:77.375rem;left:33.125rem;width:14.625rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eb8An12p7aFJ4JucnSJTdaGwX5crLTdR { top:7.375rem;left:0rem;width:14.1875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1xwL0OXmPKa8m3tTO1ruIVSJE6W3gVd { top:18.6875rem;left:0rem;width:13.9375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVSG7ErT9FCioMkqULda9kf9lNeGxxb { top:2.0625rem;left:3.75rem;width:17.5625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkliqf2Ni6iQkCOKS5cXDTOvNL47iQun { top:18.6875rem;left:3.8125rem;width:17.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHkGi7OCMvx9o6pxLk6WVtf6KV9QhbkO { top:9.6875rem;left:22.75rem;width:11.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywAIDqUWZ8RQDNLK5ZtlmdiSsUgqOoqL { top:2.125rem;left:24rem;width:23.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BInb6tCiGMqyAtfKk9RO76Xkh9TxBfT1 { top:9.6875rem;left:35.3125rem;width:11.4375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tngVT4E5KATsGythbB0pHXnzvAzGLR0W { top:19.6875rem;left:33.625rem;width:14rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3U5KPxIz8NB38lTTemsCNmaMhXi4imW { top:18.75rem;left:22.75rem;width:11.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4RmQtimNDn2ItyPRW0XHOVTUSPobFvo { top:19.6875rem;left:38.5rem;width:9.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPbfNnM6WSBIgxVMRSlBOiopu2KD9iiV { top:9.5625rem;left:35.875rem;width:11.75rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2KLumQHZzKZlQGTvOZ7OT1sENGygVg8 { top:2.0625rem;left:0rem;width:14.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbD5LfAgJV8nmMhQQThytNX6PFwEiBNU { top:2.75rem;left:0rem;width:12.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2BuTbbgHWfgDHmHd3USNhlMksmLpal6 { top:2.0625rem;left:22.75rem;width:12rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu { display:block; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GN2H8w448cl3WC4OS0ucucvwXhOZ3sME { top:12.5625rem;left:7.4375rem;width:16.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqfWFml1RLo9us8cGmd6OxvtTmdNN9r { top:12.5625rem;left:34.0625rem;width:13.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZx1n50JFrcNOr4JzGZTOBo2LHHHZhwE { top:7.9375rem;left:34.0625rem;width:13.6875rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMAzoi8nboHuXvTVPxBMn6463Tq672r { top:12.5625rem;left:5.1875rem;width:18.6875rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEplr1mk2o6vFHHn55zZqxxiKugADA57 { top:7.9375rem;left:22.125rem;width:13.6875rem;height:3.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G62aNFbw7TEwBlyiQR27b699LSUz5ThN { top:12.5625rem;left:0rem;width:18.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1VKmeFb0gQPq9OZuGT0SqsunyD2fz6L { top:7.875rem;left:0rem;width:17.75rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzEVtRTGdlTmhUaJ06n0WpufE22nZON { top:3.0625rem;left:39.53125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcfi92HH65MLW5ccHPi00oJr2Kx1PLTQ { top:3.0625rem;left:27.53125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFaZLfEJTDoTHE5c9cFkKJ6MQ65ifTit { top:3.1875rem;left:3.65625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHBxLCbh3H1V5a7AaVJD9dVya2eL9waC { top:7.8125rem;left:10.1875rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVDQpbUVtlPIo0kiiIIvvuJTam2EXrhG { top:3.0625rem;left:15.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { top:2.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { top:2.3125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { top:2rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { top:5.625rem;left:30.625rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { top:5.625rem;left:37.5625rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { top:6.25rem;left:42.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { top:6.25rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { top:5.4375rem;left:40.1875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { top:3.5rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { top:5.6875rem;left:0rem;width:20.625rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ua45EUxTsiziLdygQoLby8Q1E3w7Th { top:2.25rem;left:0.90625rem;width:2.6875rem;height:2.6875rem;display:block; }
#h5ua45EUxTsiziLdygQoLby8Q1E3w7Th > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG { display:block; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e { display:block; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5dkqHcy7O9ZATo6t5tpBy4KC6wszgo2 { top:2.25rem;left:27.125rem;width:20.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFZ4NBwU7yf24CQahBIZ5p84Grri1sqb { width:11.1875rem;height:3.25rem;top:1.375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4uEHeKEP6GW26tc4PIf1mzbxgKNtmkt { display:block; }
 }@media only screen and (max-width: 763px) { #wiICLPlvo4u4JRstnMxUIUom85T7riaT { top:1.5rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d045ee49-603c-4f80-b9bb-bfbe58555dd9/BannerMantrasbreathworketmditation4.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt.adaptive-delivery-prevent-bg, #f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt.lazyload, #f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt.lazyloading { background-image: none; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container { background-color: transparent; background-image: none; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container > .video-iframe-container { display: none; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row > .video-iframe-container { display: none; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .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); }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container { border-width: 0; border-radius: 0; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1m11ixuUuqTqgPPXSOCa9NGm9quLEyt > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QW6MLsqaVl89V1eV6frHV9zpbuF4xzH5 { width:20rem;height:9rem;top:16.3125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;font-family:"work sans";line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #a8bGHioucQWxMuq32Sx3kP8mdJbD1dp3 { top:25.8125rem;left:0rem;width:20rem;height:3.1875rem;z-index:15002;border-top:0.0625rem solid rgba(255,255,255,0.52);border-left:0.0625rem solid rgba(255,255,255,0.52);border-right:0.0625rem solid rgba(255,255,255,0.52);border-bottom:0.0625rem solid rgba(255,255,255,0.52);background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSXIyty8pc26ZVXkTkegBTRok3LlX9A0 { width:20rem;height:2.5rem;top:26.1875rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D7I0chqyR7c4gbaiNK9WT5RBDkJdlbcy { width:16.3125rem;height:3.4375rem;top:37.125rem;left:1.84375rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #plgqXeOb9eHSZBrhIWbZ08UKa9EVA6Px { display:block; }
 }@media only screen and (max-width: 763px) { #W3M4IDqPE2kS9elrJChLPNSLGISOSxAG { width:13.9375rem;height:2.5rem;top:32.8125rem;left:3.03125rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVNpoQFbgwSOxfSsQMxXPg78TDEZXf5 { width:5.625rem;height:1.9375rem;top:30.875rem;left:8.125rem;font-size:1.5rem;text-align:left;text-align-last:left;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #cvvnn00MHnwzL7guMLNdKPLWlAkaAIRa { display:flex;width:1.625rem;height:1.625rem;top:31rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { display:block; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { width:5.9375rem;height:2.75rem;top:5.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXudFB95N0pO4oSNlrweyugOniy1TNWT { width:4.375rem;height:1.9375rem;top:6rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { width:5.25rem;height:1.4375rem;top:1.8125rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { width:3.375rem;height:1.5625rem;top:4.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { width:4.375rem;height:1.3125rem;top:6.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { width:4.5rem;height:1.125rem;top:4.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxr7Duxdv84BxgXkGuGAEcronkxORlNq { width:5.375rem;height:1.5625rem;top:4rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { width:3.9375rem;height:1.375rem;top:4.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { width:4.625rem;height:1.5625rem;top:6.0625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI { display:block; }#LzSQ1MaCGB0ELKc5XSdTx8uKdD4h8LVI > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEWdaiFPTVX4e6BiTBQWNHxcvcvIo9d4 { width:20rem;height:29.6875rem;top:11.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDJqgnPRKgXsroHO1ygTn2O1RGlJZE6x { width:20rem;height:7.3125rem;top:3rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWQNAeDpRqoTzFt46hOzn7GRrrtqaeuI { width:15.8125rem;height:3.4375rem;top:43.75rem;left:2.125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #p1GXf8A175sw37cwuTMmPRS4CClPWvml { display:block; }
 }@media only screen and (max-width: 763px) { #HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N { background-color:#ffffff;background-image:none;display:block; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container { background-color: transparent; background-image: none; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container > .video-iframe-container { display: none; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row > .video-iframe-container { display: none; }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .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); }#HzuQ4LAg5KiSCWbPMR3DbE7QHd6IDo8N > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7KPAJ8ugeB1J6wI261SqxUyViUOiGOM { width:20rem;height:80.4375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWa9heWMLP0SOHs6c0IIh4a6rEUsOm4 { width:19.6875rem;height:19.6875rem;top:11.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwH0ddsDhX7U3JwRx8EVc6PeMb20oEmQ { width:17.8125rem;height:6.75rem;top:5.0625rem;left:1.125rem;font-size:2.0625rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #w1rLXLTLun8beW25Vc2xI1MTEC2uIlET { width:15rem;height:12rem;top:32.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU4wd0PrBxnECh76yCuPihNvmPBH4NDu { width:12.25rem;height:6.25rem;top:36.625rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AlBS5LAqbsRAqA7vaWeKQs9gnnMLAoiJ { width:15rem;height:10.75rem;top:45.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #daz8q4h3MaLfLyqN1kVy8nyNal4C97IS { width:11rem;height:5rem;top:49.75rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LUgJ8GssM1wHB0ORH5I0g8xZwTlJsVfD { width:10.3125rem;height:1.8125rem;top:46.9375rem;left:4.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CFh4XQTpqQTaHud3KRfeoskT3vMqFVQg { width:10rem;height:1.8125rem;top:33.8125rem;left:4.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EobTknpJGpcOIVV2wDsVME15MGsqF8GA { width:15rem;height:11rem;top:56.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATuJTDQQOu6yRJ5B6sEWQ274uzFzCAPT { width:15rem;height:11.8125rem;top:68.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvoUMXIWJWpWsWTQy331K79MFLstwyC { width:11.125rem;height:3.75rem;top:62.4375rem;left:4.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GkXRT7ovaB1mKWJm89fEKpOdkg2cPN9D { width:10.9375rem;height:5rem;top:74.25rem;left:5.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KUzMmo6W5tS3Oo20fbEgGq2sbZTsGZ4f { width:8.75rem;height:3.25rem;top:58.375rem;left:4.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZzutczxGe9JmOereaqUpDKvN3nMInTZe { width:8.4375rem;height:3.25rem;top:70.125rem;left:5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ { display:block; }#KhygbqLZ9r4K2EwQ6kBMGMpaMPz0d6CJ > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkBIZZPTTJDTmLTXSpcZ9DtipfWo44NR { width:17.3125rem;height:0.125rem;top:20.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCPM9frD494Fny9cp2ZwfgMdJSsPVMvu { width:17.3125rem;height:0.125rem;top:27.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLh6aNTVTsTUo6TqZKHceh7bNhMKk0C { width:13.8125rem;height:4.3125rem;top:22.375rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #d1uX7CKs5z7hMWTXNgpvGU8nD9hxIG8Z { width:13.75rem;height:2.875rem;top:16.5rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #PJtSUVVm7INJE1BQWGdGTF6n74pE2gcZ { display:flex;width:1.5625rem;height:1.5625rem;top:16.875rem;left:2.125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #oBipKNGCOLyOqqWNPC5eo0cFqqtQFIGM { width:14.0625rem;height:2.875rem;top:29.25rem;left:4.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #Zb1HzwCxAEvIKtv64PXDw12s1voAqAMA { display:flex;width:1.875rem;height:1.875rem;top:22.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #gmDy3IUufdhAI7Gqh6IWeif1xiTIquy6 { display:flex;width:1.4375rem;height:1.4375rem;top:29.25rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #CzhZUoT0yfQSQodndahKn6AMTEOgJfcS { width:20rem;height:3.875rem;top:10.375rem;left:0rem;font-size:1.5rem;line-height:1.3;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #vvEmexuoiV2F67mMAWcls3IygUVw2blD { width:20rem;height:6.375rem;top:3.625rem;left:0rem;font-size:1.9375rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #fc5ifMbXwTxekwBzThzGippRPBFAeadl { width:15.3125rem;height:3.3125rem;top:35.3125rem;left:2.3125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #N4J3R5OZ0x8OySQtnU57LJG2NDwXTn3S { display:block; }
 }@media only screen and (max-width: 763px) { #cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T { display:none; }#cdCnbVn4Jzt3bzDMUTpb1lddJO0x1T7T > .row .container { width:20rem;height:72.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TksM2y80fcQ5DbbfmZkeLCbVG8r0r9aU { width:20rem;height:4.125rem;top:11.0625rem;left:0rem;font-size:1.625rem;line-height:1.3;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #GmTZgScKplM3ZziZPzruWrPgJ0VFVUD2 { width:20rem;height:7.3125rem;top:3.3125rem;left:0rem;font-size:2.25rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #pNQ3kp2WJnfhLSUsTVJvGwpsdJ9OTpwh { width:19.8125rem;height:24.125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ8KG3VTkLoIw4pz7P5LiGH0ZdyTX7Tr { width:14.6875rem;height:0.125rem;top:33.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmAvPmUuWRz0OPQqthIrAEv33OL6RcT2 { width:11.8125rem;height:2.625rem;top:30.3125rem;left:5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbzW3JVei5Q8ZzL1ymm6LZ3kzVT9nXwg { width:14.6875rem;height:0.125rem;top:29.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klMwySZXxgKFTTkvPMKCLdxxttTfBlRO { width:12.375rem;height:2.625rem;top:26rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ5WExw0q9lNgTdNoNfnMphMNHhNIeHz { display:flex;width:1.375rem;height:1.375rem;top:30.4375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #JCXLZOgoTC6mQvUlOy6Ph0Etn8HfzakU { display:flex;width:1.5rem;height:1.5rem;top:26.1875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #y4T30zf62GHs4bm6hbzndmBENQiQgo4t { width:14.6875rem;height:0.125rem;top:25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmQX5kJMRfqCEB4oEfRfXBpDmTHlChXM { width:9.5625rem;height:1.5rem;top:22.375rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2c2Zphi9BZTZXrZuU5naDB73Vt64U6y { display:flex;width:1.3125rem;height:1.3125rem;top:22.5625rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #gSGadRNSBC8k3gQTnO8c9Oe8wDI49xMT { width:15.625rem;height:2.3125rem;top:18.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnyRdT91h8tTd0EBIzK8UCNkteQXyWoG { width:12.0625rem;height:0;top:18.1875rem;left:3.75rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vy49a0TElJoCFOgQbEn9czZEOuuNepUg { width:19.8125rem;height:24.125rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2SmSVdM58A4wefcizruxsEDHNSKtQbH { width:16.625rem;height:3.3125rem;top:60.625rem;left:1.6875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UqLuL77WENbCtoPieCLiuhyFkec1RNOd { display:block; }
 }@media only screen and (max-width: 763px) { #qKO7DGFeBnr9hNtIfCzuFaM4mavFqZu6 { width:14.6875rem;height:0.125rem;top:58.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhJnOTWUKR74BNMif47JHhaB9tZOoIX5 { width:11.8125rem;height:2.625rem;top:55.625rem;left:5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa2kMV7ktCRyXbfG350DPz859vUZFkr7 { width:14.6875rem;height:0.125rem;top:54.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsXVXyAywVOqbo10H7vvN8F6gne9QFUT { width:12.375rem;height:2.625rem;top:51.3125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VelZsQUiiUrenTuBCu5Vk1bJBeHnW2nS { width:14.6875rem;height:0.125rem;top:50.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV12oGrP4KldtvOICxtU2KoTJRa3Kluv { width:9.5625rem;height:1.5rem;top:47.6875rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIX6G9L0Gv9xz2V83LxcaUDTpwgCTTzs { width:16rem;height:2.3125rem;top:44.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R84iKCqSu5bKXQcH9eohVL94tC6hKswL { display:flex;width:1.375rem;height:1.375rem;top:55.75rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #pnHvakSxvMS3N8x4HTosipMDqOzNTqQH { display:flex;width:1.5rem;height:1.5rem;top:51.5rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #s5oKM4Cmlo3AnC9OlJE4iqi9Tsb7QCoF { display:flex;width:1.3125rem;height:1.3125rem;top:47.875rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #muT5teyLNHGIksT8GVffCSogfs7XMulS { width:15.8125rem;height:3.3125rem;top:35.875rem;left:2.09375rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bxBS7vEzIbUfAM2h39a0A35XIMbXlPWK { display:block; }
 }@media only screen and (max-width: 763px) { #bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP { display:block; }#bCCGN2iGWqTsH8zcWHyKmPAvptQyWvFP > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEc7T4EwCduwcrRTht3c804JNQfIqR3G { width:20rem;height:6.75rem;top:3.1875rem;left:0rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E0JQEB7n2fV2J27BU54MSdid2JEsP9gr { display:block; }#E0JQEB7n2fV2J27BU54MSdid2JEsP9gr > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0TURTkWGDFVBSSrLBF2UEgWzsv8g72c { width:20rem;height:33.75rem;top:0.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAcEDN5mXii68IT2vXvNKXUxJQP1NsFF { width:9.75rem;height:9.75rem;top:53.875rem;left:10.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BlwvnJuhCJdpTJ7bX7DNlFZZO9EChiVo { width:9.6875rem;height:10rem;top:43.1875rem;left:10.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c { width:9.4375rem;height:10rem;top:43.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83bd8785-1763-471a-93ca-69444c6e9d6b/Mantras.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c.adaptive-delivery-prevent-bg, #TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c.lazyload, #TqTc7n3l6MqACS8DSTLhPnoRJG8lfd1c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fAq6sf3shQ0mDtR3PItPfKFmeyhMOTBP { width:9.5625rem;height:9.75rem;top:53.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #coI5snsdMbuknnElotn0dRwXbRgdGllt { width:16.6875rem;height:3.4375rem;top:36.8125rem;left:1.65625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TB6JsMxDWvANNpGlHDoKL8XOWpWqNc24 { display:block; }
 }@media only screen and (max-width: 763px) { #BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { background-color: transparent; background-image: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .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); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { border-width: 0; border-radius: 0; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { width:15.375rem;height:6rem;top:2.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bHODUFR6w59FhdnMPxDAx9WXnrWaI44U { width:17rem;height:1.3125rem;top:11.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Dypme7i92odloVNnq813dGvzQ5xSyGel { width:6.25rem;height:1.4375rem;top:12.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { width:17rem;height:1.3125rem;top:27.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ndKnXTPCqoWsTJm2QmPKpKdW5a0ibTKM { width:15.6875rem;height:7.5rem;top:17.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { width:6.25rem;height:1.4375rem;top:29.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdJHHT6VISuPAlgpqPxpB5RaAqrPwtJ { width:15.375rem;height:6rem;top:34.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gsS7TPiTo4sBHIlWT13XFgQZoUCxDd7H { width:17rem;height:1.3125rem;top:41.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #IW8DiB33oghyphuWEa8fuMhkgp8Am11p { width:6.25rem;height:1.4375rem;top:43.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIMDAFmaAIsDXThAnVayIqzqZBu0igQ4 { width:0.125rem;height:14.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { top:32.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { top:16.125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #S9nuJpmoai1tDMTTbgME7T1TPayviP2O { width:0.125rem;height:14.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #izfPLM2R8L1sXK65gmGbtwQ7u21dBHON { display:block; }#izfPLM2R8L1sXK65gmGbtwQ7u21dBHON > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ8TSpyL5BOmyFDAzT6DLqI8V99olNLp { width:19.9375rem;height:8rem;top:2.9853515625rem;left:0rem;font-size:1.6875rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15010;font-weight:300;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #VXVR1l7VqAHByqV9d1CJGtgRVCLN67IL { width:20rem;height:11rem;top:2.625rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z { display:block; }#kNsmzEEasFz2xpCw4D9LbsNTyA7m5N9Z > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0viviLCoD3p8sNTNIBtdbh8pz1fkUo3 { width:18.4375rem;height:2.875rem;top:20.375rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJRWiSFaQ3lqo7zfDcfw0rmbqyvAF2r0 { width:18.5rem;height:1.4375rem;top:25.3125rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MolgKxUk7T6e07RMmsxHuglok1WqtlAM { width:13.6875rem;height:2.875rem;top:28.9375rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CdsTq2MzRyyfS94dPgBJtDFJHm5P8ZoG { width:16.5625rem;height:2.875rem;top:33.75rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3pPz5Kq92aaOTCVGIvyd15IE1xyVWIL { width:16.9375rem;height:1.4375rem;top:39.375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drvTMAHGd6fx6mLHdH77LexR8OXGqbrV { width:20rem;height:0.125rem;top:44.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtMWKq2WWW3KWDtbTg7kkMuqq0wcDdnc { width:20rem;height:0.125rem;top:38.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #izImgcE9RGequUma8luRdOEgHO5vQMzt { width:20rem;height:0.125rem;top:32.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8ScTRMeSDaShkZU4w84KSVm3KNnS8Gl { width:16.9375rem;height:0.125rem;top:24.25rem;left:1.8125rem;background-color:rgba(0,0,0,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G4FvyzISU2lmTSrMLf5xbe0TGAEdbkV5 { width:20rem;height:18.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hleCI1ln5sSthFq85OcKWyIX6TfNDRGP { width:16.9375rem;height:0.125rem;top:27.8125rem;left:1.875rem;background-color:rgba(0,0,0,0.2);background-image:none;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #A39kuo5QWhxuGcdtTzuk7eFTe8zN6WXk { width:16.9375rem;height:0.125rem;top:32.625rem;left:1.875rem;background-color:rgba(0,0,0,0.21);background-image:none;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #wIuZd5TrrprNC05dxVArTu7AJma2aWHG { width:16.9375rem;height:0.125rem;top:38.0625rem;left:1.875rem;background-color:rgba(0,0,0,0.2);background-image:none;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #J05blubkeEEbwmGwu4oKLqfbZUHoTzOp { background-color:#fafafa;background-image:none;display:block; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container { background-color: transparent; background-image: none; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container > .video-iframe-container { display: none; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row > .video-iframe-container { display: none; }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .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); }#J05blubkeEEbwmGwu4oKLqfbZUHoTzOp > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QauaAW9QgmEBTAqToFJGvTkP0NiOmRZ7 { width:5.25rem;height:2rem;top:1.4375rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMBNTs2hbP78kOftok8quOgnexDkBuOO { width:4.5625rem;height:2.5rem;top:3.4375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3DU2zg28NqxAEHkgSbZxd5SFkhHlivP { width:6.5rem;height:2rem;top:7.9375rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7wLwvR0CHqLlmSoIU62TEPk8T9R2afG { width:5.375rem;height:3.75rem;top:9.9375rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zXUuet1aaiBbdolevw8GITv6rE94fhSb { width:4.1875rem;height:2rem;top:1.4375rem;left:13.6865234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVFmEOWshe7oHqwCfCDv39OysyU0bRTm { width:5.6875rem;height:1.25rem;top:3.4375rem;left:13.6865234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tzyikHeT7ecxA3bB0oHC8ff7T93bHQ3g { width:4.8125rem;height:2rem;top:7.9375rem;left:13.6865234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWcAwhtTvksmSzaaLOFylB8m9EiunXwT { width:6rem;height:5rem;top:10rem;left:13.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sqMpM7JHXa3KrZuW6XrGTdceh3ocBsZD { width:3rem;height:5.5625rem;top:7.9375305175781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvXMv6H8ooOBydm9r40rfk31ZXDgsBLZ { width:3rem;height:5.5625rem;top:1.4249877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMDs5nXcOJLAUivCKMa0GddrIgTLbf3F { width:3rem;height:5.5625rem;top:7.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS8eg6rD9WmHQywTwXOFwR8NhqLFGlsl { width:3rem;height:5.5625rem;top:1.4499816894531rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 { display:block; }#NZ3owM29k1thyyVPTxMLuVGlWmb57gc2 > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQsDXIaWr7rDDGLAdOZPBA7QBuN6alrv { top:20.475006103516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #Fygm8OZ71zffH4pIrSWosnIPGWOcu68w { top:36.486724853516rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #Nb1TlGFimxuWRhf9EF4bMSmIhV7yM030 { top:52.587493896484rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #CVS0zqOW7GFW5Uaqo4tMO3NKmlQJZrmo { width:20rem;height:4.6875rem;top:1.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #AxaMRJ3NUTxo4r0HsFyDvUXZSeix5tI3 { width:7.125rem;height:1rem;top:3rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wwRzw2BfhrwX63C9Xc2NFcuVNBgIv5ze { width:5.3125rem;height:2.625rem;top:2rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk410yKm88Sa9EzoRAwtm9LIeGu1qb7b { width:20rem;height:5.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyn9Bo8RaisNPz86ZHhpA7FbgphpEHkX { width:9.625rem;height:3rem;top:12.75rem;left:9.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KdckWLtwGqMAWTeFpipWUTav1cACODni { width:6.6875rem;height:2rem;top:13.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dcaELXLocIcvqw0zriJHLhzcMBhdDG { width:20rem;height:5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFmwy1Mku56g4vlkU9IRm2LM2s1B99O3 { width:9.8125rem;height:3rem;top:7.3125rem;left:9.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PS38w9z9KdprfB2pXBTH6fZkvIy6JJDX { width:5.625rem;height:3.5625rem;top:18.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy8faaCE9OHzUxlMJfVLCycbvbqySf1V { width:7rem;height:2.9375rem;top:7.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OClEmerkIZneRnT8kd7UAQ4Z0fGVPqDX { width:20rem;height:5.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJzgxkHIciGI9hDuc4EchpmuJTdeTcbh { width:9rem;height:3rem;top:18.3125rem;left:9.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QOJr9zXcCA0tRpXafd03rc9BOkLe3mkh { width:16.0625rem;height:3.4375rem;top:25.5rem;left:1.96875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xMRQPDIA2q6XuLr0EUimaJFf1qXZUvFP { display:block; }
 }@media only screen and (max-width: 763px) { #Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM { background-color:#ffffff;background-image:none;display:block; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container { background-color: transparent; background-image: none; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container > .video-iframe-container { display: none; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row > .video-iframe-container { display: none; }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .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); }#Oln75XhhuxlGWHkmelc8PD5PfFQT0ICM > .row .container { width:20rem;height:136.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AI3W7dnnGBR6rEOICP8zsgkg2LeyoItZ { width:18.8125rem;height:4.5rem;top:3.9375rem;left:0.125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7dtui0TzrOpRMSAvgQg4TBJwSmCkbo { width:20rem;height:45.5625rem;top:10.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eq52qJbr6oVV8Ty9BzPifETiDm0zqd6V { width:20rem;height:11.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPAFtulS3JH7JchbyDDCx3TLWAvXkIsG { width:20rem;height:25.8125rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeRT0kZhWkxeIwUmGu330Kd9ilRuMkZT { width:20rem;height:10.9375rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4bh5EFzC0lBd4FRclS7DsGLy5I71pm { width:20rem;height:12.875rem;top:109.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZAN76VcfAeqG9utTrdrrZozSMkzAJU2f { width:20rem;height:11.8125rem;top:97rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy { display:none; }#rKuiyqCrH3qNV43Cut7cx1X4R6OpXuyy > .row .container { width:20rem;height:367.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oezdEBqpXmUSs0rZ2rJO8Iy7IAEDtEnB { width:17.625rem;height:3.75rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIOR2VPnfirrqlCyFMyO7vIfJLcqanrG { width:12.5625rem;height:1.75rem;top:18.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOKPvR3b1MH9BXgUAFdKo2QtVQvBv0fE { width:19.0625rem;height:1.5rem;top:39.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wicSb3IVRGhzZo2zgZv9KzdXIFnwzqJO { width:15.125rem;height:2.5rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po1zluvZvkJT7X9RRGXuSL0xMxdl8B2g { width:16.5rem;height:3.75rem;top:60.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J6zwnQ51lsPGthiUApm0xmbRkU60O4eM { width:9.625rem;height:1.75rem;top:58.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hTrB2D9XTNthLBJqQt3fc8RlPKkaTcWr { width:14.8125rem;height:2.5rem;top:67.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GVslt2P4dD2lD8kIFb0scinWr3LMTDFt { width:14.5rem;height:1.75rem;top:65.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WVrAXZrC0atHFvEeK8Fn7w7oi29arKTx { width:8.625rem;height:10rem;top:76.375rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLh1zrFuoepJ4Tr1TDZLSKGCKEPGBBE { width:8.875rem;height:3rem;top:72.875rem;left:11.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4vQttXddN4UWyiHwkD8dyWBexzR2qH { width:19.4375rem;height:2rem;top:90.3125rem;left:0rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v1g2lbpO10akCpTLGZH5d1IXZG13TtVr { width:14.8125rem;height:1.25rem;top:109.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRisdzsb35Sm9DZTkifl2NeT87iINRa5 { width:13.625rem;height:1.5rem;top:107.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPRgWU4LcAAwlmM0vybWRGGtLwl48sZf { width:15.375rem;height:2.5rem;top:126.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMGdhxXTd4ihJztNZiUoRcVoQXometR9 { width:17.75rem;height:1.375rem;top:124.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc48yiycqe3dLi5uIdkrbeEtTB1fwQpD { width:17.8125rem;height:1.25rem;top:146.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCGXw9x4h0QxVI2glkGNDDNlQKMDFZrT { width:17.75rem;height:1.5rem;top:144.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBgEnBzGOLlxIMKSdg79CSIRGS48685C { width:19.875rem;height:2.5rem;top:165.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCbrgD3h5feCtTCIurf9yQDrnytxMZ3z { width:20rem;height:1.5rem;top:163.875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LTnIVyiFdACJuZtWJ3B7xw1f64gA2Mwp { width:15.375rem;height:2.5rem;top:186.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4LIrIDatwCAfUlfQJQnRBkP6G1qGdli { width:16.9375rem;height:1.5rem;top:184.875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HDXiGIQI4ZinbTyGC1Du5fC4Cc2SpbGl { width:18.6875rem;height:1.25rem;top:207.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEx9vbPJTIiBB3wDdfmwvxRk9sgr6z9O { width:13.0625rem;height:1.5rem;top:205.75rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuXAthwt2usepq2cZNlPewmZJNpUy6In { width:13.3125rem;height:1.25rem;top:226.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxCe9NMwVk03kOhdSFmgypKi3O8iHFFf { width:17.6875rem;height:1.75rem;top:224.5rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqIiBLSHQXxWO4ukZED7WUanCm0bXLS { width:20rem;height:11.1875rem;top:46.1875rem;left:0rem;overflow:hidden;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #QMILgpDIz2bk310yHny93RRCtnAZMim7 { width:20rem;height:12.625rem;top:211rem;left:0rem;overflow:hidden;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Eb8An12p7aFJ4JucnSJTdaGwX5crLTdR { width:14.1875rem;height:10.5rem;top:235.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1xwL0OXmPKa8m3tTO1ruIVSJE6W3gVd { width:13.9375rem;height:10.0625rem;top:290.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqVSG7ErT9FCioMkqULda9kf9lNeGxxb { width:17.5625rem;height:15.875rem;top:247rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkliqf2Ni6iQkCOKS5cXDTOvNL47iQun { width:17.5625rem;height:10.0625rem;top:301.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHkGi7OCMvx9o6pxLk6WVtf6KV9QhbkO { width:11.875rem;height:8.3125rem;top:280.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywAIDqUWZ8RQDNLK5ZtlmdiSsUgqOoqL { width:19.875rem;height:6.75rem;top:272.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BInb6tCiGMqyAtfKk9RO76Xkh9TxBfT1 { width:11.4375rem;height:9.1875rem;top:324.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tngVT4E5KATsGythbB0pHXnzvAzGLR0W { width:14rem;height:9rem;top:345.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3U5KPxIz8NB38lTTemsCNmaMhXi4imW { width:11.8125rem;height:10rem;top:313.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4RmQtimNDn2ItyPRW0XHOVTUSPobFvo { width:9.125rem;height:8.9375rem;top:356.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPbfNnM6WSBIgxVMRSlBOiopu2KD9iiV { width:11.75rem;height:9.3125rem;top:335.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2KLumQHZzKZlQGTvOZ7OT1sENGygVg8 { width:14.1875rem;height:4.6875rem;top:229.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbD5LfAgJV8nmMhQQThytNX6PFwEiBNU { width:12.5625rem;height:2rem;top:229.875rem;left:4rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F2BuTbbgHWfgDHmHd3USNhlMksmLpal6 { width:12rem;height:7rem;top:264.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu { display:block; }#Su4rvxoDdGH8BCTFyiXdNJ82y1qnW0Tu > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GN2H8w448cl3WC4OS0ucucvwXhOZ3sME { width:7.8125rem;height:2.5rem;top:7.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqfWFml1RLo9us8cGmd6OxvtTmdNN9r { width:8.9375rem;height:2.5rem;top:7.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZx1n50JFrcNOr4JzGZTOBo2LHHHZhwE { width:8.1875rem;height:2.5rem;top:4.75rem;left:1.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ruMAzoi8nboHuXvTVPxBMn6463Tq672r { width:9.9375rem;height:6.25rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEplr1mk2o6vFHHn55zZqxxiKugADA57 { width:8.6875rem;height:2.5rem;top:16.75rem;left:0.5625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #G62aNFbw7TEwBlyiQR27b699LSUz5ThN { width:8.1875rem;height:5rem;top:19.6875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1VKmeFb0gQPq9OZuGT0SqsunyD2fz6L { width:10.25rem;height:2.5rem;top:16.75rem;left:9.75rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dOzEVtRTGdlTmhUaJ06n0WpufE22nZON { display:flex;width:3.25rem;height:3.25rem;top:0.875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #tcfi92HH65MLW5ccHPi00oJr2Kx1PLTQ { display:flex;width:3.4375rem;height:3.4375rem;top:12.5625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #zFaZLfEJTDoTHE5c9cFkKJ6MQ65ifTit { display:flex;width:3.0625rem;height:3.0625rem;top:12.8125rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #UHBxLCbh3H1V5a7AaVJD9dVya2eL9waC { width:7.5rem;height:2.5rem;top:4.75rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVDQpbUVtlPIo0kiiIIvvuJTam2EXrhG { display:flex;width:3.625rem;height:3.625rem;top:0.6875rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:20rem;height:17.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JS5Qrakra6PFybVRdCkABfSx0tb0CBMb { top:6.75rem;left:2.0625rem;width:15.875rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.26);background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.59);border-left:0.0625rem solid rgba(255,255,255,0.59);border-right:0.0625rem solid rgba(255,255,255,0.59);border-bottom:0.0625rem solid rgba(255,255,255,0.59);display:block; }
 }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { display:flex;width:2.625rem;height:2.625rem;top:3.1875rem;left:12rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { display:flex;width:2.625rem;height:2.625rem;top:3.1875rem;left:8.8125rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { width:5.5625rem;height:2.6875rem;top:3.125rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { width:6.75rem;height:1.625rem;top:12.75rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { width:6.375rem;height:1.625rem;top:12.8125rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { width:0.125rem;height:1.25rem;top:13rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { width:0.125rem;height:1.25rem;top:13rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { width:4.5625rem;height:0;top:12.8125rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { width:18.9375rem;height:1rem;top:11rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { width:18rem;height:2rem;top:7.5rem;left:1rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5ua45EUxTsiziLdygQoLby8Q1E3w7Th { display:flex;width:2.6875rem;height:2.6875rem;top:3.1875rem;left:15.25rem; }
#h5ua45EUxTsiziLdygQoLby8Q1E3w7Th > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG { position:relative;z-index:auto;display:block; }#DD0NQ9sFlHc2nHJStWldDDNhM9zcpkVG > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#g6V8UO5lkPNeO2eDbQhxw4JGcZCH4C7e > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5dkqHcy7O9ZATo6t5tpBy4KC6wszgo2 { width:7.875rem;height:2.5rem;top:1.5rem;left:0.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFZ4NBwU7yf24CQahBIZ5p84Grri1sqb { width:11.1875rem;height:3.25rem;top:1.125rem;left:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4uEHeKEP6GW26tc4PIf1mzbxgKNtmkt { display:block; }
 }@media only screen and (max-width: 763px) { #wiICLPlvo4u4JRstnMxUIUom85T7riaT { width:6.5rem;height:3.1875rem;top:25.5rem;left:6.75rem;overflow:hidden;display:none; }
 }