.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:214,234,250;--color-primary-1:133,193,239;--color-primary-2:51,151,229;--color-primary-3:0,125,223;--color-primary-4:0,71,187;--color-secondary-0:255,236,217;--color-secondary-1:255,198,142;--color-secondary-2:255,160,67;--color-secondary-3:255,103,32;--color-secondary-4:51,32,13;--color-tertiary-0:255,255,255;--color-tertiary-1:242,239,246;--color-tertiary-2:145,143,148;--color-tertiary-3:84,84,84;--color-tertiary-4:0,0,0;--headlines-font-family:"st ryde";--paragraphs-font-family:"st ryde"; }@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;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); }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row .container { background-color: transparent; background-image: none; }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row .container > .video-iframe-container { display: none; }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row > .video-iframe-container { display: none; }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .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); }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row .container { border-width: 0; border-radius: 0; }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#zpLPfzkZvhysqEb51ZcyLCZwIFFaQTtZ { position:absolute;display:block;z-index:15021;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.93706875rem;width:13.0620625rem;top:1.3812934160232rem;left:1.25rem;overflow:hidden;display:block; }
#VCQQk8RIQBiHK1EPS0IURi6y9PphMZbp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.499rem;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:3.75rem;left:15rem;height:3.89941875rem;display:block; }
#keXBDJaP2m5962upualMqaMSaTDIPGRu { 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:1.875rem;width:1.875rem;top:4.0625rem;left:36.5625rem;overflow:hidden;display:block; }
#MyltQiHgPUfmgcws0gA18u7QHgz1oR2x { 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:1.875rem;width:1.875rem;top:4.0625rem;left:39.09375rem;overflow:hidden;display:block; }
#MyEcrTE5LoPhBDKsxGMATcWdtfvTFuTQ { 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:1.875rem;width:1.875rem;top:4.0625rem;left:41.59375rem;overflow:hidden;display:block; }
#uP90zEusTgNocft0N0g5py2x2TvvZWpE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.0625rem;left:44.09375rem;overflow:hidden;display:block; }
#TOqRDLQ8CWTQ1SSZMxwaadXgsNPpy2Ne { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:1.8125rem;width:1.875rem;top:4.0625rem;left:46.5625rem;overflow:hidden;display:block; }
#r8QRGk9DfkMh7Xr65QKIPM9DKTvMa353 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.125rem;height:2.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.96875rem;left:50.6875rem;display:block; }
#WK4Q6aIJBLSlkkw6kPEB5nFKQywb91KQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LeC3BnfEMDb19SkLQfppVSdsT6IsKXbD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.125rem 0rem 0.25rem rgba(32,32,32,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:13.375rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.96875rem;left:60.375rem;display:block; }
#OkmU8CoUfhJRfIm1TLPIBybUwlWNvEwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnNfnDmkkZnP96gbLoECTxHPWzuHfIf3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.68725rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:9.190673828125rem;left:0rem;display:block; }
#HC7gxJktNM8o6kLe29Br1Aci5obwy7TT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRX0JENZJT72rwIQ93fJXRlJhTiQ7PSX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.1904296875rem;left:10.685546875rem;display:block; }
#PSqMvtViUrGhp9fVNoazSL0DhyZxLIDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbJ5xu4qbCpCx8aksDZmtsVzOgWTeODf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1904296875rem;left:20.685546875rem;display:block; }
#LW1MBobfDV0yuehxfHmWIld629QgnwUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfdL6ZtDlnIGTnrIxu8BMaFWNiHdAz3t { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:9.1901044845581rem;left:30.684896469116rem;display:block; }
#arNxbdQv7FT3WL62DAz0XBF0uGFf67LO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQ6nIPV3nOEKx6JlK73gQpw7QHKP6hUp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:9.1901044845581rem;left:55.083337783814rem;display:block; }
#nn5d23UdbNJV6bGPrhBPm43ruorR6Tz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mu9pSfylUzmMIqvrd6TaKRvw3pQlh4JB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:9.1901044845581rem;left:65.00000190735rem;display:block; }
#TorvweERotSOyeC26t1fAdTyV572XGGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mLVEWQ0LUM22eNpipcvcA5VZI0KlvtMg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3111875rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:9.1901044845581rem;left:42.559900283814rem;display:block; }
#g0D95qb8VRuzAMdkAGPDiGnhDT3ewd6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK { 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; }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row .container { background-color: transparent; background-image: none; }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row .container > .video-iframe-container { display: none; }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row > .video-iframe-container { display: none; }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .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); }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row .container { border-width: 0; border-radius: 0; }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#TbNdJoM7SvupscPiB4bVEepl44snGmx0 { z-index:15002;top:3.75rem;left:1.25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:1.875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#H6olHk19R1lwNCp8SScsymsZZD8BTPTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qs0CgRPz2eEnTgCfKBzvwz3kaLeBllGm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1rem;top:3.875rem;left:15.125rem;overflow:hidden;display:block; }
#CqCfZdw84ER2RC7FBBdm2wfcpfVfmLtX { z-index:15002;top:3.75rem;left:17.4990234375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e03c31;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:1.875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#pWNndre4yQlJ8h2Oa0uK9wQly2vKwga2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc59a9;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; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container { background-color: transparent; background-image: none; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container > .video-iframe-container { display: none; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row > .video-iframe-container { display: none; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .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); }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container { border-width: 0; border-radius: 0; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container { font-size:0.875rem;font-family:arial;height:134rem;width:75rem;position:relative;display:block; }#fayvsXM0gI0PUqQhQxbUcsqH0LoeuMLy { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:32.5625rem;width:21.625rem;top:6.6875rem;left:1.25rem;display:block; }
#Z6hI2GiVI9TnCOKMghQbnwDrx2xqIBUq { color:#202020;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:20.9375rem;left:2.5rem;height:1.4433625rem;font-style:normal;display:block; }
#xBDdnA4U57NE9OsK9AoFpuTunavHI1WV { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:23.25rem;left:2.0634765625rem;height:11.0215rem;display:block; }
#KWCcTNitvgOkvNR5KJIwGTz3GKvAuQwo { color:#202020;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:21rem;left:27.3125rem;height:1.4433625rem;font-style:normal;display:block; }
#mUyO9QXNP6n2apgRmSnMtpswG8qqduFH { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:23.94580078125rem;left:27.31201171875rem;height:12.2461125rem;display:block; }
#Gi0zOId70fqabTLgE7pnJ6N2c14wL1X3 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:64.125rem;width:21.875rem;top:53.6875rem;left:0.5009765625rem;display:block; }
#FyTo4wyAHAg9I582SmwsUKXEJWtFDVdn { color:#202020;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:80.2529296875rem;left:0.5009765625rem;height:1.4433625rem;font-style:normal;display:block; }
#WushH0IeLqyi5V6CQP5F6NaJtTqDNbRH { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:84.134765625rem;left:1.24951171875rem;height:13.4707125rem;display:block; }
#WggEPA0lTXTlTa5rvH44u8nMXBdpZLbk { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:1.17578125rem;left:1.25rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c8wImQlwZwEok0c9Qmpkm7krNn6K1zrO { z-index:15004;top:1.25rem;left:58.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf1f4;text-shadow:0.0625rem 0rem 0.125rem rgba(var(--color-tertiary-4),0.12);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#kE5K9MOkGr75bnVy8zfCBkDonXsS38xC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6uASde1kPZq0HaVR7RVWr1lHLesy05D { position:absolute;display:block;z-index:15066;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.5rem;width:1.6875rem;top:2.375rem;left:72.125rem;overflow:hidden;display:block; }
#P3qlRXMmLFiam0f5rSs6qTnsGaSqndyL { color:#5c019a;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:47.42578125rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dz7ReVkPAwkBUKOpXnuxdivIHOoS9zfZ { z-index:15008;top:47.5rem;left:58.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#eaf1f4;text-shadow:0.0625rem 0rem 0.125rem rgba(var(--color-tertiary-4),0.12);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#bKq4Ha6HvLXhIPZUlp5nPWbJ3l1Mhb9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QV3KZuEgnLg6OfWBTSV6FTHIQx33ihMt { position:absolute;display:block;z-index:15070;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.5rem;width:1.6875rem;top:48.625rem;left:72.125rem;overflow:hidden;display:block; }
#phRC5CUU7skCIfqwrWVcO8LiFenUun8z { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:21.625rem;top:7.5600407123569rem;left:1.247829914093rem;display:block; }
#TsigcyEDF8ghSA9OKoKQkk7fo3NPNRLt { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:21.625rem;top:7.5593173503875rem;left:26.686199665069rem;display:block; }
#GefyB3uln8eLm0f3A4QR6Dq8ZKNnI6Nz { position:absolute;display:block;z-index:15137;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:24.5625rem;width:21.9375rem;top:54.25rem;left:0.52375296912114rem;overflow:hidden;display:block; }
#qHdKa1tulTTMqP12Lk4clNf71BDHNNmt { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:32.5625rem;width:21.625rem;top:6.6875rem;left:26.6875rem;display:block; }
#bAVKrSzpVPgFTdgHfo75w31WDFKd3ktz { position:absolute;display:block;z-index:15139;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:1.5rem;left:54.59375rem;overflow:hidden;display:block; }
#NRfFig8gpLcMdtokzyLCAwUbUQ9QUmiz { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:47.75rem;left:54.59375rem;overflow:hidden;display:block; }
#BcoRxJQQyPdPikWIwr9ezmDgmheLq8hv { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:64.5rem;width:21.875rem;top:53.6875rem;left:26.5rem;display:block; }
#nVOTgRTARFXzUp4ZnICyxQZ8X2vaoC2I { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:84.134765625rem;left:26.53125rem;height:26.941375rem;display:block; }
#budJvEGWfg8T9QUa7tMQXwCeimTGeuBT { color:#202020;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:80.2529296875rem;left:27.31201171875rem;height:1.4433625rem;font-style:normal;display:block; }
#tssI7ygxLq7ZT0WBgNE60xHMRi8S3ZRn { position:absolute;display:block;z-index:15141;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:21.9375rem;width:21.0625rem;top:54.25rem;left:26.96875rem;overflow:hidden;display:block; }
#E20We8K541lX6kKZ6bZVXXbPwHBIeTQX { position:absolute;display:block;z-index:15145;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:22.125rem;width:22.125rem;top:54.5625rem;left:51.9375rem;overflow:hidden;display:block; }
#aOgZQqm5fJsQKX9vTIipe5c1FCvez1v0 { color:#202020;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:80.2529296875rem;left:52.84423828125rem;height:1.4433625rem;font-style:normal;display:block; }
#rNQbRTBRaR0ZvExn8dLAughMHKPQqD3Q { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:64.625rem;width:21.875rem;top:53.6865234375rem;left:52.06201171875rem;display:block; }
#VooRx7wfypJCJ1tVqHRy67Bb4rJXsdpU { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:84.134765625rem;left:52.84423828125rem;height:23.26756875rem;display:block; }
#TpF4XBaLaK8T3inqaDfI1qTlbW10IsTW { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.5rem;width:21.625rem;top:7.5625rem;left:52.25rem;display:block; }
#XkydXuZn9CpNaas6zeQUnWPaqDmyT1HK { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:32.5625rem;width:21.625rem;top:6.6875rem;left:52.25rem;display:block; }
#LqTQFTiBUxTB7tpm7IHHgONV2d6Tufiu { color:#202020;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:20.9375rem;left:52.8125rem;height:;font-style:normal;display:block; }
#rqZkgfWRmte7MqlD2Py3xL0rOlJkWMHk { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:23.25rem;left:52.875rem;height:12.246125rem;display:block; }
#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { background-color: transparent; background-image: none; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container > .video-iframe-container { display: none; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row > .video-iframe-container { display: none; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .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); }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { border-width: 0; border-radius: 0; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#HUICgXVhhowGTknM5JxMmZZBOVK1OG1d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.25rem;top:2.5rem;left:1.25rem;overflow:hidden;display:block; }
#rSe4Li2Ov3VPyaUfoCRsRQaggPqvqlHk { color:#840b55;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.1875rem;left:1.25rem;height:1.6494125rem;font-style:normal;display:block; }
#xGRy6EuDKu5tJDMboS8VGPBWmhnCNAp3 { color:#202020;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:3.125rem;left:55.75rem;height:9rem;text-align:right;text-align-last:right;display:block; }
#chTiGn59GwvcUx0m8h1OwPPvM6Kekany { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:13.5rem;left:71.625rem;overflow:hidden;display:block; }
#XTP07boCmlioONbmG5Zn9tPp30xCaqm9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:13.5rem;left:69.125rem;overflow:hidden;display:block; }
#Fuiz0dyyeVTvWfpFwp5MBP2LTqJNEkBq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:13.5rem;left:66.625rem;overflow:hidden;display:block; }
#xDUooH65UvDVqFMIGPq8A2FuiMemDzd1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:13.5rem;left:64.125rem;overflow:hidden;display:block; }
#CaB2sOUnoCxT0VxAFZbFVESfEmCbU2Pw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:13.5rem;left:61.625rem;overflow:hidden;display:block; }
#IMkbOO0QpKLWXWbWudKfyluk965LTcpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn.adaptive-delivery-prevent-bg, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyload, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyloading { background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { border-width: 0; border-radius: 0; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { color:#202020;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:4.0625rem;left:18.0625rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef { display:block; }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpLPfzkZvhysqEb51ZcyLCZwIFFaQTtZ { top:1.375rem;left:0rem;width:13rem;height:4.913610982186rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCQQk8RIQBiHK1EPS0IURi6y9PphMZbp { top:3.75rem;left:1.375rem;width:20.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #keXBDJaP2m5962upualMqaMSaTDIPGRu { top:4.0625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyltQiHgPUfmgcws0gA18u7QHgz1oR2x { top:4.0625rem;left:25.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyEcrTE5LoPhBDKsxGMATcWdtfvTFuTQ { top:4.0625rem;left:27.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP90zEusTgNocft0N0g5py2x2TvvZWpE { top:4.0625rem;left:30.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOqRDLQ8CWTQ1SSZMxwaadXgsNPpy2Ne { top:4.0625rem;left:32.9375rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8QRGk9DfkMh7Xr65QKIPM9DKTvMa353 { width:8.125rem;height:2.125rem;top:3.9375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK4Q6aIJBLSlkkw6kPEB5nFKQywb91KQ { display:block; }
 }@media only screen and (max-width: 763px) { #LeC3BnfEMDb19SkLQfppVSdsT6IsKXbD { width:13.375rem;height:2.125rem;top:3.9375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkmU8CoUfhJRfIm1TLPIBybUwlWNvEwP { display:block; }
 }@media only screen and (max-width: 763px) { #TnNfnDmkkZnP96gbLoECTxHPWzuHfIf3 { width:10.625rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC7gxJktNM8o6kLe29Br1Aci5obwy7TT { display:block; }
 }@media only screen and (max-width: 763px) { #lRX0JENZJT72rwIQ93fJXRlJhTiQ7PSX { width:10rem;height:2.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSqMvtViUrGhp9fVNoazSL0DhyZxLIDc { display:block; }
 }@media only screen and (max-width: 763px) { #lbJ5xu4qbCpCx8aksDZmtsVzOgWTeODf { width:10rem;height:2.5rem;top:9.1875rem;left:7.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW1MBobfDV0yuehxfHmWIld629QgnwUP { display:block; }
 }@media only screen and (max-width: 763px) { #tfdL6ZtDlnIGTnrIxu8BMaFWNiHdAz3t { width:11.875rem;height:2.5rem;top:9.1875rem;left:17.059896469116rem;display:block; }
 }@media only screen and (max-width: 763px) { #arNxbdQv7FT3WL62DAz0XBF0uGFf67LO { display:block; }
 }@media only screen and (max-width: 763px) { #qQ6nIPV3nOEKx6JlK73gQpw7QHKP6hUp { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn5d23UdbNJV6bGPrhBPm43ruorR6Tz3 { display:block; }
 }@media only screen and (max-width: 763px) { #Mu9pSfylUzmMIqvrd6TaKRvw3pQlh4JB { width:10rem;height:2.5rem;top:9.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TorvweERotSOyeC26t1fAdTyV572XGGT { display:block; }
 }@media only screen and (max-width: 763px) { #mLVEWQ0LUM22eNpipcvcA5VZI0KlvtMg { width:11.25rem;height:2.5rem;top:9.1875rem;left:28.934900283814rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0D95qb8VRuzAMdkAGPDiGnhDT3ewd6I { display:block; }
 }@media only screen and (max-width: 763px) { #B0rioT1d0LTUedO5KzevoLFzKAHpXWyK { display:block; }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbNdJoM7SvupscPiB4bVEepl44snGmx0 { top:3.75rem;left:0rem;width:12.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6olHk19R1lwNCp8SScsymsZZD8BTPTy { display:block; }
 }@media only screen and (max-width: 763px) { #qs0CgRPz2eEnTgCfKBzvwz3kaLeBllGm { top:3.875rem;left:1.5rem;width:1rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqCfZdw84ER2RC7FBBdm2wfcpfVfmLtX { top:3.75rem;left:3.8740234375rem;width:15rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNndre4yQlJ8h2Oa0uK9wQly2vKwga2 { display:block; }
 }@media only screen and (max-width: 763px) { #kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z { display:block; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fayvsXM0gI0PUqQhQxbUcsqH0LoeuMLy { top:6.6875rem;left:0rem;width:21.5625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6hI2GiVI9TnCOKMghQbnwDrx2xqIBUq { top:20.875rem;left:0rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBDdnA4U57NE9OsK9AoFpuTunavHI1WV { top:23.25rem;left:0rem;width:18.75rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWCcTNitvgOkvNR5KJIwGTz3GKvAuQwo { top:21rem;left:13.68701171875rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUyO9QXNP6n2apgRmSnMtpswG8qqduFH { top:23.9375rem;left:13.68701171875rem;width:18.75rem;height:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi0zOId70fqabTLgE7pnJ6N2c14wL1X3 { top:53.6875rem;left:0rem;width:21.875rem;height:64.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTo4wyAHAg9I582SmwsUKXEJWtFDVdn { top:80.25rem;left:0rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WushH0IeLqyi5V6CQP5F6NaJtTqDNbRH { top:84.125rem;left:0rem;width:20.25rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WggEPA0lTXTlTa5rvH44u8nMXBdpZLbk { top:1.125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wImQlwZwEok0c9Qmpkm7krNn6K1zrO { top:1.25rem;left:31.5rem;width:16.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE5K9MOkGr75bnVy8zfCBkDonXsS38xC { display:block; }
 }@media only screen and (max-width: 763px) { #L6uASde1kPZq0HaVR7RVWr1lHLesy05D { top:2.375rem;left:46.0625rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3qlRXMmLFiam0f5rSs6qTnsGaSqndyL { top:47.375rem;left:0rem;width:20.6875rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz7ReVkPAwkBUKOpXnuxdivIHOoS9zfZ { top:47.5rem;left:31.5rem;width:16.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKq4Ha6HvLXhIPZUlp5nPWbJ3l1Mhb9G { display:block; }
 }@media only screen and (max-width: 763px) { #QV3KZuEgnLg6OfWBTSV6FTHIQx33ihMt { top:48.625rem;left:46.0625rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #phRC5CUU7skCIfqwrWVcO8LiFenUun8z { top:7.5rem;left:0rem;width:21.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsigcyEDF8ghSA9OKoKQkk7fo3NPNRLt { top:7.5rem;left:13.061199665069rem;width:21.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefyB3uln8eLm0f3A4QR6Dq8ZKNnI6Nz { top:54.25rem;left:0rem;width:21.9375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHdKa1tulTTMqP12Lk4clNf71BDHNNmt { top:6.6875rem;left:13.0625rem;width:21.5625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAVKrSzpVPgFTdgHfo75w31WDFKd3ktz { top:1.5rem;left:40.96875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRfFig8gpLcMdtokzyLCAwUbUQ9QUmiz { top:47.75rem;left:40.96875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcoRxJQQyPdPikWIwr9ezmDgmheLq8hv { top:53.6875rem;left:12.875rem;width:21.875rem;height:64.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVOTgRTARFXzUp4ZnICyxQZ8X2vaoC2I { top:84.125rem;left:12.90625rem;width:20.25rem;height:26.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #budJvEGWfg8T9QUa7tMQXwCeimTGeuBT { top:80.25rem;left:13.68701171875rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tssI7ygxLq7ZT0WBgNE60xHMRi8S3ZRn { top:54.25rem;left:13.34375rem;width:21.0625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E20We8K541lX6kKZ6bZVXXbPwHBIeTQX { top:54.5625rem;left:25.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOgZQqm5fJsQKX9vTIipe5c1FCvez1v0 { top:80.25rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQbRTBRaR0ZvExn8dLAughMHKPQqD3Q { top:53.625rem;left:25.875rem;width:21.875rem;height:64.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VooRx7wfypJCJ1tVqHRy67Bb4rJXsdpU { top:84.125rem;left:27.5rem;width:20.25rem;height:23.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpF4XBaLaK8T3inqaDfI1qTlbW10IsTW { top:7.5625rem;left:26.125rem;width:21.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkydXuZn9CpNaas6zeQUnWPaqDmyT1HK { top:6.6875rem;left:26.125rem;width:21.625rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqTQFTiBUxTB7tpm7IHHgONV2d6Tufiu { top:20.875rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqZkgfWRmte7MqlD2Py3xL0rOlJkWMHk { top:23.25rem;left:29rem;width:18.75rem;height:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQk9XVs7elPc0QGJzadyvJrvsxUX0QT { display:block; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUICgXVhhowGTknM5JxMmZZBOVK1OG1d { top:2.5rem;left:0rem;width:18.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSe4Li2Ov3VPyaUfoCRsRQaggPqvqlHk { top:12.1875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRy6EuDKu5tJDMboS8VGPBWmhnCNAp3 { top:3.125rem;left:29.625rem;width:18rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chTiGn59GwvcUx0m8h1OwPPvM6Kekany { top:13.5rem;left:45.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTP07boCmlioONbmG5Zn9tPp30xCaqm9 { top:13.5rem;left:45.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuiz0dyyeVTvWfpFwp5MBP2LTqJNEkBq { top:13.5rem;left:43.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDUooH65UvDVqFMIGPq8A2FuiMemDzd1 { top:13.5rem;left:41.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaB2sOUnoCxT0VxAFZbFVESfEmCbU2Pw { top:13.5rem;left:38.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { top:4.0625rem;left:4.4375rem;width:38.875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef { position:relative;z-index:auto;display:block; }#RVkezTLGAfAzWOEld9Tu3sQrmPcEtTef > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpLPfzkZvhysqEb51ZcyLCZwIFFaQTtZ { width:10.625rem;height:3.93676875rem;top:0.8740234375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCQQk8RIQBiHK1EPS0IURi6y9PphMZbp { width:20rem;height:3.208975rem;top:11.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #keXBDJaP2m5962upualMqaMSaTDIPGRu { width:1.875rem;height:1.875rem;top:17.8125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyltQiHgPUfmgcws0gA18u7QHgz1oR2x { width:1.875rem;height:1.875rem;top:17.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyEcrTE5LoPhBDKsxGMATcWdtfvTFuTQ { width:1.875rem;height:1.875rem;top:17.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP90zEusTgNocft0N0g5py2x2TvvZWpE { width:1.875rem;height:1.875rem;top:17.8125rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOqRDLQ8CWTQ1SSZMxwaadXgsNPpy2Ne { width:1.875rem;height:1.8125rem;top:17.8125rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8QRGk9DfkMh7Xr65QKIPM9DKTvMa353 { width:7.5rem;height:2.5rem;top:15.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK4Q6aIJBLSlkkw6kPEB5nFKQywb91KQ { display:block; }
 }@media only screen and (max-width: 763px) { #LeC3BnfEMDb19SkLQfppVSdsT6IsKXbD { width:10rem;height:2.5rem;top:15.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkmU8CoUfhJRfIm1TLPIBybUwlWNvEwP { display:block; }
 }@media only screen and (max-width: 763px) { #TnNfnDmkkZnP96gbLoECTxHPWzuHfIf3 { width:7.1875rem;height:1.5rem;top:5.82763671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC7gxJktNM8o6kLe29Br1Aci5obwy7TT { display:block; }
 }@media only screen and (max-width: 763px) { #lRX0JENZJT72rwIQ93fJXRlJhTiQ7PSX { width:6.5625rem;height:1.43676875rem;top:5.858154296875rem;left:7.15625rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSqMvtViUrGhp9fVNoazSL0DhyZxLIDc { display:block; }
 }@media only screen and (max-width: 763px) { #lbJ5xu4qbCpCx8aksDZmtsVzOgWTeODf { width:5.625rem;height:1.25rem;top:5.9521484375rem;left:14.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW1MBobfDV0yuehxfHmWIld629QgnwUP { display:block; }
 }@media only screen and (max-width: 763px) { #tfdL6ZtDlnIGTnrIxu8BMaFWNiHdAz3t { width:7.8125rem;height:1.43676875rem;top:7.32666015625rem;left:2.265625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #arNxbdQv7FT3WL62DAz0XBF0uGFf67LO { display:block; }
 }@media only screen and (max-width: 763px) { #qQ6nIPV3nOEKx6JlK73gQpw7QHKP6hUp { width:6.8103125rem;height:1.186525rem;top:7.451171875rem;left:11.59423828125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn5d23UdbNJV6bGPrhBPm43ruorR6Tz3 { display:block; }
 }@media only screen and (max-width: 763px) { #Mu9pSfylUzmMIqvrd6TaKRvw3pQlh4JB { width:3.999025rem;height:1.186525rem;top:9.405517578125rem;left:11.390380859375rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TorvweERotSOyeC26t1fAdTyV572XGGT { display:block; }
 }@media only screen and (max-width: 763px) { #mLVEWQ0LUM22eNpipcvcA5VZI0KlvtMg { width:7.56225rem;height:2.5rem;top:8.75rem;left:2.51708984375rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0D95qb8VRuzAMdkAGPDiGnhDT3ewd6I { display:block; }
 }@media only screen and (max-width: 763px) { #B0rioT1d0LTUedO5KzevoLFzKAHpXWyK { display:block; }#B0rioT1d0LTUedO5KzevoLFzKAHpXWyK > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbNdJoM7SvupscPiB4bVEepl44snGmx0 { top:2.5rem;left:0rem;width:10rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6olHk19R1lwNCp8SScsymsZZD8BTPTy { display:block; }
 }@media only screen and (max-width: 763px) { #qs0CgRPz2eEnTgCfKBzvwz3kaLeBllGm { width:1rem;height:1.5rem;top:2.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqCfZdw84ER2RC7FBBdm2wfcpfVfmLtX { top:2.5rem;left:13.75rem;width:6.25rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNndre4yQlJ8h2Oa0uK9wQly2vKwga2 { display:block; }
 }@media only screen and (max-width: 763px) { #kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z { background-color:#f16cea;background-image:none;display:block; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container { background-color: transparent; background-image: none; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container > .video-iframe-container { display: none; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row > .video-iframe-container { display: none; }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .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); }#kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z > .row .container { width:20rem;height:309.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fayvsXM0gI0PUqQhQxbUcsqH0LoeuMLy { width:20rem;height:30.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6hI2GiVI9TnCOKMghQbnwDrx2xqIBUq { width:17.5rem;height:1.4433625rem;top:20.875rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBDdnA4U57NE9OsK9AoFpuTunavHI1WV { width:17.5rem;height:11.0083125rem;top:24rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWCcTNitvgOkvNR5KJIwGTz3GKvAuQwo { width:17.5rem;height:1.44286875rem;top:52.1162109375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUyO9QXNP6n2apgRmSnMtpswG8qqduFH { width:17.5rem;height:12.23145625rem;top:55.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi0zOId70fqabTLgE7pnJ6N2c14wL1X3 { width:20rem;height:68.25rem;top:117.150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTo4wyAHAg9I582SmwsUKXEJWtFDVdn { width:17.5rem;height:1.44286875rem;top:144.67822265625rem;left:1.21728515625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WushH0IeLqyi5V6CQP5F6NaJtTqDNbRH { width:19.6875rem;height:13.5170875rem;top:146.81689453125rem;left:0.2490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WggEPA0lTXTlTa5rvH44u8nMXBdpZLbk { width:8.75rem;height:2.5996125rem;top:0.8369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wImQlwZwEok0c9Qmpkm7krNn6K1zrO { top:3.75rem;left:7.5rem;width:12.5rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE5K9MOkGr75bnVy8zfCBkDonXsS38xC { display:block; }
 }@media only screen and (max-width: 763px) { #L6uASde1kPZq0HaVR7RVWr1lHLesy05D { width:1.375rem;height:1.25rem;top:4.375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3qlRXMmLFiam0f5rSs6qTnsGaSqndyL { width:14.375rem;height:2.5996125rem;top:108.4052734375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz7ReVkPAwkBUKOpXnuxdivIHOoS9zfZ { top:111.748046875rem;left:6.5625rem;width:12.5rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKq4Ha6HvLXhIPZUlp5nPWbJ3l1Mhb9G { display:block; }
 }@media only screen and (max-width: 763px) { #QV3KZuEgnLg6OfWBTSV6FTHIQx33ihMt { width:1.375rem;height:1.25rem;top:112.435546875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phRC5CUU7skCIfqwrWVcO8LiFenUun8z { height:11.5603125rem;width:19.99925rem;top:8.4353275299075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsigcyEDF8ghSA9OKoKQkk7fo3NPNRLt { height:11.5603125rem;width:19.99925rem;top:40.557726860046rem;left:0.00072336196899413rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefyB3uln8eLm0f3A4QR6Dq8ZKNnI6Nz { width:19.75rem;height:22.125rem;top:118.4619140625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHdKa1tulTTMqP12Lk4clNf71BDHNNmt { width:19.999rem;height:32.499rem;top:39.2841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAVKrSzpVPgFTdgHfo75w31WDFKd3ktz { width:3rem;height:3rem;top:111.498046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRfFig8gpLcMdtokzyLCAwUbUQ9QUmiz { width:3rem;height:3rem;top:3.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcoRxJQQyPdPikWIwr9ezmDgmheLq8hv { width:20rem;height:64.5rem;top:186.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVOTgRTARFXzUp4ZnICyxQZ8X2vaoC2I { width:20rem;height:26.9091875rem;top:213rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #budJvEGWfg8T9QUa7tMQXwCeimTGeuBT { width:18.75rem;height:1.44286875rem;top:210.625rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tssI7ygxLq7ZT0WBgNE60xHMRi8S3ZRn { width:19.125rem;height:19.9375rem;top:186.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E20We8K541lX6kKZ6bZVXXbPwHBIeTQX { width:17.8125rem;height:17.8125rem;top:255.1845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOgZQqm5fJsQKX9vTIipe5c1FCvez1v0 { width:18.75rem;height:1.44286875rem;top:275.806640625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQbRTBRaR0ZvExn8dLAughMHKPQqD3Q { width:20rem;height:50.375rem;top:253.12353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VooRx7wfypJCJ1tVqHRy67Bb4rJXsdpU { width:20rem;height:23.364725rem;top:278.24853515625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpF4XBaLaK8T3inqaDfI1qTlbW10IsTW { height:11.560693641619rem;width:20rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkydXuZn9CpNaas6zeQUnWPaqDmyT1HK { width:20rem;height:32.5625rem;top:73.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqTQFTiBUxTB7tpm7IHHgONV2d6Tufiu { width:18.75rem;height:1.4433625rem;top:87.4375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqZkgfWRmte7MqlD2Py3xL0rOlJkWMHk { width:18.75rem;height:12.2314375rem;top:90.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQk9XVs7elPc0QGJzadyvJrvsxUX0QT { display:block; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUICgXVhhowGTknM5JxMmZZBOVK1OG1d { width:9.75rem;height:3.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSe4Li2Ov3VPyaUfoCRsRQaggPqvqlHk { width:9.9375rem;height:1.62305rem;top:2.40625rem;left:10rem;font-size:1.25rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xGRy6EuDKu5tJDMboS8VGPBWmhnCNAp3 { width:12.5rem;height:6.46190625rem;top:16.5rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #chTiGn59GwvcUx0m8h1OwPPvM6Kekany { width:1.75rem;height:1.75rem;top:24.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTP07boCmlioONbmG5Zn9tPp30xCaqm9 { width:1.75rem;height:1.75rem;top:24.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuiz0dyyeVTvWfpFwp5MBP2LTqJNEkBq { width:1.75rem;height:1.75rem;top:24.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDUooH65UvDVqFMIGPq8A2FuiMemDzd1 { width:1.75rem;height:1.75rem;top:24.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaB2sOUnoCxT0VxAFZbFVESfEmCbU2Pw { width:1.75rem;height:1.75rem;top:24.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkbOO0QpKLWXWbWudKfyluk965LTcpn { background-color:rgba(251,251,251,0.8);background-image:url("https://images.assets-landingi.com/DydQtXUi/bgm_footer_circles.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn.adaptive-delivery-prevent-bg, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyload, #IMkbOO0QpKLWXWbWudKfyluk965LTcpn.lazyloading { background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { background-color: transparent; background-image: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row > .video-iframe-container { display: none; }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .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); }#IMkbOO0QpKLWXWbWudKfyluk965LTcpn > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #misB5qLh2CwKPI2Fs4KBSeXo9QqT2xVc { width:17.5rem;height:4.259275rem;top:1.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }