.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:255,236,217;--color-primary-1:255,198,142;--color-primary-2:255,160,67;--color-primary-3:255,103,32;--color-primary-4:237,91,5;--color-secondary-0:214,234,250;--color-secondary-1:133,193,239;--color-secondary-2:51,151,229;--color-secondary-3:0,125,223;--color-secondary-4:0,71,187;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--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-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-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-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-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; }
#oc70mgAIR1znsyTwdfQVIy0xX3zyCV8S { z-index:15003;top:3.75rem;left:32.373046875rem;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:14.0625rem;height:1.875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#CGixBmHmaa71i1Vg0KsG8PUVhuImGy2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hPQSDavQ5qxeXEg38rep6wnOOaKZknFO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:0.999025rem;top:3.9375rem;left:30.59326171875rem;overflow:hidden;display:block; }
#xTrLTKO3T4d36xOX3DgADrp5TTcS2XOJ { z-index:15003;top:3.75rem;left:17.06103515625rem;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.624rem;height:1.875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#zPRezv592GvA6UTcSR5ixy1Cv5edkKtR { 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:rgba(var(--color-primary-4),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; }#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:145.375rem;width:75rem;position:relative;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:65.6875rem;width:21.875rem;top:7.625rem;left:0.5625rem;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:39.625rem;left:1.3125rem;height:2.88671875rem;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:43.9375rem;left:1.3125rem;height:25.71676875rem;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:1.375rem;left:1.3125rem;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; }
#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:30.8125rem;width:21.6875rem;top:8.125rem;left:0.6875rem;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:3.061525rem;width:3.061525rem;top:1.7900390625rem;left:22.435546875rem;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:65.0625rem;width:21.875rem;top:7.625rem;left:26.5625rem;display:block; }
#nVOTgRTARFXzUp4ZnICyxQZ8X2vaoC2I { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;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:34.3125rem;left:27.4375rem;height:14.6953rem;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:31.9375rem;left:27.375rem;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.9375rem;top:8.1875rem;left:26.625rem;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:21.9375rem;width:21.9375rem;top:8.1875rem;left:52rem;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:31.25rem;left:52.875rem;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.75rem;width:21.875rem;top:7.625rem;left:52.125rem;display:block; }
#VooRx7wfypJCJ1tVqHRy67Bb4rJXsdpU { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3125rem;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:33.4375rem;left:52.8125rem;height:20.81833125rem;display:block; }
#vZI5mcWwbGz66fQ23uynZdlczlgtCA7W { position:absolute;display:block;z-index:15035;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:65.6875rem;width:21.875rem;top:75.375rem;left:0.8125rem;display:block; }
#WzTnP1sCrBzeo0xRSITcFHn8mXKHp0P3 { position:absolute;display:block;z-index:15149;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.625rem;width:21.625rem;top:75.9990234375rem;left:0.90478515625rem;overflow:hidden;display:block; }
#zepQxEBv793gsgabIub8wW2aLFGdtEmW { position:absolute;display:block;z-index:15039;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:65.0625rem;width:21.875rem;top:76rem;left:26.8125rem;display:block; }
#aLRCeHRfbvwyhzUs6H71ZUBbVRIrRDUu { color:#202020;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:99.6884765625rem;left:27.4365234375rem;height:1.4433625rem;font-style:normal;display:block; }
#pvaCEMaXoiiNfbI9xJmHq2kq2h0nhEsM { position:absolute;display:block;z-index:15153;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.5rem;top:76.3125rem;left:27.02978515625rem;overflow:hidden;display:block; }
#fUFwI2uzV2ZzTHRFXmf6lpizxibhUuy5 { 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:15043;line-height:1.4;letter-spacing:0;top:103.271484375rem;left:27.310546875rem;height:34.28905rem;display:block; }
#R7Q1tEVeBXW7qNQZiqCpCsugthXs3E2T { color:#202020;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:98.93701171875rem;left:1.3125rem;height:2.88671875rem;font-style:normal;display:block; }
#ngmtx3KxLbK6zkI5BS5ClJvU62VgLRab { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3100625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:103.271484375rem;left:1.31103515625rem;height:26.94139375rem;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) { #oc70mgAIR1znsyTwdfQVIy0xX3zyCV8S { top:3.75rem;left:18.748046875rem;width:14.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGixBmHmaa71i1Vg0KsG8PUVhuImGy2m { display:block; }
 }@media only screen and (max-width: 763px) { #hPQSDavQ5qxeXEg38rep6wnOOaKZknFO { top:3.9375rem;left:16.96826171875rem;width:0.9375rem;height:1.4076224318711rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrLTKO3T4d36xOX3DgADrp5TTcS2XOJ { top:3.75rem;left:3.43603515625rem;width:12.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPRezv592GvA6UTcSR5ixy1Cv5edkKtR { 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) { #Gi0zOId70fqabTLgE7pnJ6N2c14wL1X3 { top:7.625rem;left:0rem;width:21.875rem;height:65.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTo4wyAHAg9I582SmwsUKXEJWtFDVdn { top:39.625rem;left:0rem;width:18.75rem;height:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WushH0IeLqyi5V6CQP5F6NaJtTqDNbRH { top:43.9375rem;left:0rem;width:20.25rem;height:25.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3qlRXMmLFiam0f5rSs6qTnsGaSqndyL { top:1.375rem;left:0rem;width:20.6875rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefyB3uln8eLm0f3A4QR6Dq8ZKNnI6Nz { top:8.125rem;left:0rem;width:21.625rem;height:30.723414372666rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRfFig8gpLcMdtokzyLCAwUbUQ9QUmiz { top:1.75rem;left:8.810546875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcoRxJQQyPdPikWIwr9ezmDgmheLq8hv { top:7.625rem;left:12.9375rem;width:21.8125rem;height:65.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVOTgRTARFXzUp4ZnICyxQZ8X2vaoC2I { top:34.3125rem;left:13.8125rem;width:20.25rem;height:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #budJvEGWfg8T9QUa7tMQXwCeimTGeuBT { top:31.9375rem;left:13.75rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tssI7ygxLq7ZT0WBgNE60xHMRi8S3ZRn { top:8.1875rem;left:13rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E20We8K541lX6kKZ6bZVXXbPwHBIeTQX { top:8.1875rem;left:25.8125rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOgZQqm5fJsQKX9vTIipe5c1FCvez1v0 { top:31.25rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQbRTBRaR0ZvExn8dLAughMHKPQqD3Q { top:7.625rem;left:25.9375rem;width:21.8125rem;height:64.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VooRx7wfypJCJ1tVqHRy67Bb4rJXsdpU { top:33.4375rem;left:27.5rem;width:20.25rem;height:20.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZI5mcWwbGz66fQ23uynZdlczlgtCA7W { top:75.375rem;left:0rem;width:21.8125rem;height:65.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTnP1sCrBzeo0xRSITcFHn8mXKHp0P3 { top:75.9375rem;left:0rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zepQxEBv793gsgabIub8wW2aLFGdtEmW { top:76rem;left:13.1875rem;width:21.8125rem;height:65.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLRCeHRfbvwyhzUs6H71ZUBbVRIrRDUu { top:99.6875rem;left:13.8115234375rem;width:18.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaCEMaXoiiNfbI9xJmHq2kq2h0nhEsM { top:76.3125rem;left:13.40478515625rem;width:21.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUFwI2uzV2ZzTHRFXmf6lpizxibhUuy5 { top:103.25rem;left:13.685546875rem;width:20.25rem;height:34.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Q1tEVeBXW7qNQZiqCpCsugthXs3E2T { top:98.875rem;left:0rem;width:18.75rem;height:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngmtx3KxLbK6zkI5BS5ClJvU62VgLRab { top:103.25rem;left:0rem;width:20.25rem;height:26.9375rem;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:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpLPfzkZvhysqEb51ZcyLCZwIFFaQTtZ { width:10.6245rem;height:3.9360375rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCQQk8RIQBiHK1EPS0IURi6y9PphMZbp { width:19.9995rem;height:3.208975rem;top:6.4360375rem;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.499025rem;top:10.89404375rem;left:6.25rem;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:9.999rem;height:2.499025rem;top:14.64306875rem;left:5rem;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.1865rem;height:1.5rem;top:18.39209375rem;left:6.375rem;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.43555rem;top:21.14209375rem;left:6.6875rem;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.2495125rem;top:23.82764375rem;left:7.1875rem;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.812rem;height:1.43555rem;top:26.32715625rem;left:6.0625rem;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.8100625rem;height:1.186525rem;top:32.76173125rem;left:6.5625rem;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:35.19825625rem;left:8rem;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.5615rem;height:2.499025rem;top:29.01270625rem;left:6.1875rem;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:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbNdJoM7SvupscPiB4bVEepl44snGmx0 { top:1.25rem;left:5rem;width:9.999rem;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:0.999025rem;height:1.5rem;top:4.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc70mgAIR1znsyTwdfQVIy0xX3zyCV8S { top:13.2802734375rem;left:4.99951171875rem;width:14.0625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGixBmHmaa71i1Vg0KsG8PUVhuImGy2m { display:block; }
 }@media only screen and (max-width: 763px) { #hPQSDavQ5qxeXEg38rep6wnOOaKZknFO { width:0.9375rem;height:1.4076224318711rem;top:10.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrLTKO3T4d36xOX3DgADrp5TTcS2XOJ { top:7.078125rem;left:4.99951171875rem;width:12.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPRezv592GvA6UTcSR5ixy1Cv5edkKtR { display:block; }
 }@media only screen and (max-width: 763px) { #kZ0AqxfFmdC3RGnDuWunMLHJtTd9oO1Z { background-color:#fb9100;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:311.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi0zOId70fqabTLgE7pnJ6N2c14wL1X3 { width:19.9995rem;height:85.125rem;top:9.53418125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTo4wyAHAg9I582SmwsUKXEJWtFDVdn { width:17.499rem;height:2.94824375rem;top:41.53369296875rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WushH0IeLqyi5V6CQP5F6NaJtTqDNbRH { width:19.6875rem;height:25.7485125rem;top:45.84619296875rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3qlRXMmLFiam0f5rSs6qTnsGaSqndyL { width:14.3745rem;height:2.59863125rem;top:1.25rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GefyB3uln8eLm0f3A4QR6Dq8ZKNnI6Nz { width:17.5605625rem;height:24.75rem;top:10.03369296875rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRfFig8gpLcMdtokzyLCAwUbUQ9QUmiz { width:3.1245125rem;height:3.1245125rem;top:5.09716875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcoRxJQQyPdPikWIwr9ezmDgmheLq8hv { width:19.9995rem;height:39.9375rem;top:95.90918125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVOTgRTARFXzUp4ZnICyxQZ8X2vaoC2I { width:19.9980625rem;height:14.74020625rem;top:122.59716953125rem;left:0.0019375000000004rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #budJvEGWfg8T9QUa7tMQXwCeimTGeuBT { width:18.75rem;height:1.44286875rem;top:120.22119296875rem;left:0.81298828125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tssI7ygxLq7ZT0WBgNE60xHMRi8S3ZRn { width:19.9980625rem;height:19.9980625rem;top:96.47168125rem;left:0.0019375000000004rem;display:block; }
 }@media only screen and (max-width: 763px) { #E20We8K541lX6kKZ6bZVXXbPwHBIeTQX { width:19.9980625rem;height:19.9980625rem;top:138.58641953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOgZQqm5fJsQKX9vTIipe5c1FCvez1v0 { width:18.75rem;height:1.44286875rem;top:162.146484375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQbRTBRaR0ZvExn8dLAughMHKPQqD3Q { width:20rem;height:27.875rem;top:159.89698203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VooRx7wfypJCJ1tVqHRy67Bb4rJXsdpU { width:19.9980625rem;height:20.9184625rem;top:166.1455078125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vZI5mcWwbGz66fQ23uynZdlczlgtCA7W { width:20rem;height:35rem;top:211.4560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTnP1sCrBzeo0xRSITcFHn8mXKHp0P3 { width:20rem;height:20rem;top:190.51611328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zepQxEBv793gsgabIub8wW2aLFGdtEmW { width:20rem;height:38.375rem;top:269.45654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLRCeHRfbvwyhzUs6H71ZUBbVRIrRDUu { width:18.75rem;height:1.44286875rem;top:270.58447265625rem;left:0.6240234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvaCEMaXoiiNfbI9xJmHq2kq2h0nhEsM { width:20rem;height:20.407451336078rem;top:247.95849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUFwI2uzV2ZzTHRFXmf6lpizxibhUuy5 { width:19.9995rem;height:34.3105375rem;top:273.10400390625rem;left:0.00146484375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7Q1tEVeBXW7qNQZiqCpCsugthXs3E2T { width:18.75rem;height:2.94824375rem;top:213.017578125rem;left:0.6240234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngmtx3KxLbK6zkI5BS5ClJvU62VgLRab { width:19.9995rem;height:28.19483125rem;top:217.53955078125rem;left:0.00146484375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQk9XVs7elPc0QGJzadyvJrvsxUX0QT { display:block; }#waQk9XVs7elPc0QGJzadyvJrvsxUX0QT > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUICgXVhhowGTknM5JxMmZZBOVK1OG1d { width:9.75rem;height:3.9375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSe4Li2Ov3VPyaUfoCRsRQaggPqvqlHk { width:9.9375rem;height:1.62305rem;top:6.4375rem;left:5rem;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.4995rem;height:6.46190625rem;top:9.31055rem;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.749025rem;height:1.749025rem;top:29.2055875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTP07boCmlioONbmG5Zn9tPp30xCaqm9 { width:1.749025rem;height:1.749025rem;top:26.2065625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuiz0dyyeVTvWfpFwp5MBP2LTqJNEkBq { width:1.749025rem;height:1.749025rem;top:23.2075375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDUooH65UvDVqFMIGPq8A2FuiMemDzd1 { width:1.749025rem;height:1.749025rem;top:20.1460125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaB2sOUnoCxT0VxAFZbFVESfEmCbU2Pw { width:1.749025rem;height:1.749025rem;top:17.0844875rem;left:9.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.499rem;height:4.259275rem;top:1.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }