.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,240,241;--color-primary-1:251,205,208;--color-primary-2:246,155,160;--color-primary-3:123,78,80;--color-primary-4:37,23,24;--color-secondary-0:236,228,224;--color-secondary-1:248,172,120;--color-secondary-2:159,121,102;--color-secondary-3:95,73,61;--color-secondary-4:32,24,20;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Versailles";--paragraphs-font-family:"Arial"; }@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; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5f0;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; }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row .container { background-color: transparent; background-image: none; }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row .container > .video-iframe-container { display: none; }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row > .video-iframe-container { display: none; }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .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); }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row .container { border-width: 0; border-radius: 0; }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.5rem;width:75rem;position:relative;display:block; }#L1ESfbeb3GXTUpgLK58MJT13zwxWKt3S { 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:6.375rem;width:6.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AmIgIyVnHsyP63K1VIrlV62KZPOeoUwD { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.46875rem;left:63.9375rem;display:block; }
#fd4TwG4vwGI1wyg6dZDUJNkTpvQo3kQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EuO1SuyJ7vz3a50VIToAWDcw4isUEkJV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.46875rem;left:51.4375rem;display:block; }
#tfqp03JerLOGgQR4iFHCTUbTnL0JIsEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container { background-color: transparent; background-image: none; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container > .video-iframe-container { display: none; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row > .video-iframe-container { display: none; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .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); }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container { border-width: 0; border-radius: 0; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.9375rem;width:75rem;position:relative;display:block; }#u3eNBxaMfPnFJ3MsOtzVN6Ze3KTzGknc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"cormorant garamond";font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.796875rem;left:0rem;height:2.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab921567-f846-4a3f-a0ea-a8a845d7e42c/AdobeStock_378335523.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.adaptive-delivery-prevent-bg, #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.lazyload, #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.lazyloading { background-image: none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container { background-color: transparent; background-image: none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container > .video-iframe-container { display: none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row > .video-iframe-container { display: none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .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); }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container { border-width: 0; border-radius: 0; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#wwOMG197J6I6KwGg1mERG3gJtNlgOUJd { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:versailles;font-size:4.625rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:16.1875rem;left:0rem;height:5.550425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BplV3IMnRDUPS8J0evrvnZi41aElTJSD { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"cormorant garamond";font-size:1.75rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:21.625rem;left:0rem;height:2.625325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:sigurd;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:26.4375rem;left:27.875rem;z-index:15001; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #L7y3N6M41oRkGQfI7hLDaTK2ZrJ8FHDK { display:flex;position:relative;top:0rem;left:0rem; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #Gh1aSBPiRzZgu2ng9zQQRBSnk18F6kb5 { width:auto; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #DelPIe573xHWvyl4Mr7lhcdzLqVCxJoz {  }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #pR56k0o73e3KznymvAR4vZ02NXtzsWhI { display:flex;position:relative;top:0rem;left:0rem; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #zSdKPgT7sSqBXNGdwm83Q3zVShZG8rkU {  }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #HUNqS7ic16MvSEMs51NTqex96Pa4Q2mc {  }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #gbT3fUIABlVJAnDVIqTwrXTdpRQDSTks { display:flex;position:relative;top:0rem;left:0rem; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #vpEGWUyTK30oqfJT2uS1EqQ3wZH38O3I {  }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #WqTlvBZosNbBWkTkMovsPvRla4HcReIS {  }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #p5sLIMBEZlWxgFNfT2N8yZBTTuJLlqxc { display:flex;position:relative;top:0rem;left:0rem; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #kftp23oKWcSxAIaE4V3XG3aTGKorBtfF {  }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #faLkuMQ7lAQK5NKZHcAdUiWCmTCA97Jw {  }
#bzOqVpvILdEO58aH3EHyGdcAHnlDaLNo { position:absolute;display:block;z-index:15002;height:21.7498125rem;width:38.75rem;top:34.044744491577rem;left:18.124109268189rem;display:block; }
#rhi1PmyzqsSrTvJRVWChzLKDOIR3J2y6 { box-sizing:content-box;height:24.437125rem;width:45.4368125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.044743537903rem;left:14.779829025269rem;display:block; }
#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container { background-color: transparent; background-image: none; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container > .video-iframe-container { display: none; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row > .video-iframe-container { display: none; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .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); }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container { border-width: 0; border-radius: 0; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.0625rem;width:75rem;position:relative;display:block; }#RSI72GD1svMUXKCoNgFf7IXiMemNBCfE { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f0ec;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; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row .container { background-color: transparent; background-image: none; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row .container > .video-iframe-container { display: none; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row > .video-iframe-container { display: none; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .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); }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row .container { border-width: 0; border-radius: 0; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#DqcFf6zOnBqvPcWomU5r8ddxfHBVxTx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.34375rem;left:37.5rem;height:16.4952375rem;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; }
#bsRTbTgi2VvRcfpgZr9sysAWDviKeZog { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:1.4375rem;left:37.5rem;height:2.40056875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EDmutduEHxu45GnPGZ4Sk0duWvBp4ItE { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:35.0625rem;top:0.90625rem;left:1.21875rem;overflow:hidden;display:block; }
#AgBUFae1tOJMh7PrOt4Ubs5Bifr5X5mb { background-color:#f69ba0;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.437174916268rem;left:37.500001907349rem;display:block; }
#DMH52UCIE23O3206m5Fbk5gpikia8KdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVEKiqPXeuOzww4NstVSGqeD8RTDG8mr { background-color:#211c18;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.437174916268rem;left:56.249456405639rem;display:block; }
#EsMtx7scWOBrq7yUsCWJZqyF23Awaruq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container { border-width: 0; border-radius: 0; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.0625rem;width:75rem;position:relative;display:none; }#VGXibBzEaumtkWDutJqCHpXNHK6QzTdW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43b3baaf-3917-4329-9b77-ed55488c01bc/IMG_2608.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ.adaptive-delivery-prevent-bg, #ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ.lazyload, #ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ.lazyloading { background-image: none; }#ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ > .row .container { border-width: 0; border-radius: 0; }#ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ > .row .container { font-size:0.875rem;font-family:arial;height:122.875rem;width:75rem;position:relative;display:none; }#bkypb2iKEyXCcmdKKTKT2WeZ5qwEwlLq { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ab07e8f-d2b4-41ed-94fa-ae3abf6c9ee1/IMG_3363.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:3.6875rem;left:20.9375rem;display:block; }#bkypb2iKEyXCcmdKKTKT2WeZ5qwEwlLq.adaptive-delivery-prevent-bg, #bkypb2iKEyXCcmdKKTKT2WeZ5qwEwlLq.lazyload, #bkypb2iKEyXCcmdKKTKT2WeZ5qwEwlLq.lazyloading { background-image: none; }
#f6WaCRocvb9Cl7R4m6WtcuKCkFIKfLzg { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15056;background-color:#f69ba0;background-image:none;top:1.125rem;left:20.9375rem;display:block; }
#V6tKJ7bKf9kH7cer8zD9kAVZJR2Bt53m { color:#000000;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:1.5625rem;left:21.0625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FETM5HbsSNAt9nA4Q4Xfdn6pzqlUZUBm { box-sizing:content-box;height:3.8125rem;width:14.375rem;position:absolute;display:block;z-index:15055;background-color:#f69ba0;background-image:none;top:21.8125rem;left:20.9375rem;display:block; }
#sKQZR6TvePOK3JrPUc5xaV4JywbpwGQL { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:22.3125rem;left:21rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5BkuMlVArHzkkeeAEIZzvMlurgIfeZn { position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0ef50e4-6b30-4d02-b0ad-d44b70c8db26/26.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:3.6875rem;left:39.8125rem;display:block; }#N5BkuMlVArHzkkeeAEIZzvMlurgIfeZn.adaptive-delivery-prevent-bg, #N5BkuMlVArHzkkeeAEIZzvMlurgIfeZn.lazyload, #N5BkuMlVArHzkkeeAEIZzvMlurgIfeZn.lazyloading { background-image: none; }
#N5zQenuXmXyOeogST57bnThimlTEUiDt { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15054;background-color:#f69ba0;background-image:none;top:1.125rem;left:39.8125rem;display:block; }
#fBmGlG35iacMCqnGt7uKqzCmLFWPNbfc { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:1.5625rem;left:40.125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsTN6dA8svkeyOfU2T4KUn8pFGFDfdDA { box-sizing:content-box;height:3.625rem;width:14.375rem;position:absolute;display:block;z-index:15064;background-color:#f69ba0;background-image:none;top:21.8125rem;left:39.8125rem;display:block; }
#EufC4zVJuDtucGSG3TwH23lKeKp1Kt8H { color:#000000;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:22.25634765625rem;left:40rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLyAMeItTIvSxBNiV0y5kVWGCffFLplT { position:absolute;display:block;z-index:15085;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/837a0f8e-7587-4837-bfbf-5b15ed2f89c3/IMG_4479.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:3.6875rem;left:58.4375rem;display:block; }#aLyAMeItTIvSxBNiV0y5kVWGCffFLplT.adaptive-delivery-prevent-bg, #aLyAMeItTIvSxBNiV0y5kVWGCffFLplT.lazyload, #aLyAMeItTIvSxBNiV0y5kVWGCffFLplT.lazyloading { background-image: none; }
#xy7gzebipNT1F2pCKMeCLEVEJFgitKx0 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15076;background-color:#f69ba0;background-image:none;top:1.125rem;left:58.4375rem;display:block; }
#GnErOwZClObQ1F57TQRq5i3ScEu8uyx2 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:1.5625rem;left:58.75rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLawxyPsF2yVt8AF6pJltNcPhpBuRvZT { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15086;background-color:#f69ba0;background-image:none;top:21.8125rem;left:58.4375rem;display:block; }
#U8FJSCswXTaVGFUcBdKxtQAbiEnNeO3G { color:#000000;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:22.337890625rem;left:58.1875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wD4geDM21viZNEIbQaTroUTlb1byZyqu { background-color:#f69ba0;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:117.5625rem;left:27.8125rem;display:block; }
#JHf8z3hALay3gevV7DmIulyTCUoWBkHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xHbDiakq7mGEXU7EdLGnZtOgIu2zTqSQ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15087;background-color:#f69ba0;background-image:none;top:1.125rem;left:2.1875rem;display:block; }
#A2DiTOqcaGSAwWWGAeft2fOWvixUWE9y { position:absolute;display:block;z-index:15095;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d334200d-4736-4611-a924-e4a9564b9304/27.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:3.6875rem;left:2.1875rem;display:block; }#A2DiTOqcaGSAwWWGAeft2fOWvixUWE9y.adaptive-delivery-prevent-bg, #A2DiTOqcaGSAwWWGAeft2fOWvixUWE9y.lazyload, #A2DiTOqcaGSAwWWGAeft2fOWvixUWE9y.lazyloading { background-image: none; }
#qIm6G7H40h0pLPLg7Xuran24Q9LyzgNH { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:1.5625rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPOrhbvrxSNR3qPDCFIXKTceebw5gRPZ { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15099;background-color:#f69ba0;background-image:none;top:21.8125rem;left:2.1875rem;display:block; }
#qhn5oBs2HBZxXwMLIyCifu0MTg8GcsAF { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:22.25rem;left:2.125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a45xN0EqXrgkoEQPD7T6eOQIoZOacMzJ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:26.37451171875rem;left:2.34375rem;height:0.8125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GpTH4enf0W72ZZV4rARagfnPQq0HopAN { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:33.25rem;left:2.375rem;height:3.65668125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVgfVbEJGU3maOl7VfU31l3NJ530kMM6 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:28.5625rem;left:2.3125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTZQgpQxDRPmQF4h0Lu0E56MzHT0dz0c { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15096;background-color:#f69ba0;background-image:none;top:38.25rem;left:2.1875rem;display:block; }
#vnzszIskox4KcTi66KW85KU3k6n0J4pN { position:absolute;display:block;z-index:15104;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cf4aaa12-e617-4259-8ec5-c5fbd619a70c/IMG_3104copy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:40.8125rem;left:2.1875rem;display:block; }#vnzszIskox4KcTi66KW85KU3k6n0J4pN.adaptive-delivery-prevent-bg, #vnzszIskox4KcTi66KW85KU3k6n0J4pN.lazyload, #vnzszIskox4KcTi66KW85KU3k6n0J4pN.lazyloading { background-image: none; }
#zJ7HidfEr5J0UusUmihaGdJlceGqC1Jo { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:38.6875rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dC0fuEVOFHxlFyRq9PqfyNMrriWkEgP6 { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15108;background-color:#f69ba0;background-image:none;top:58.9375rem;left:2.1875rem;display:block; }
#OwTIqKX03r3yEC9f0Wpz7de3mhw8CKmT { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:59.375rem;left:2.125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAmAO74FBu6GXn2D8nwXBK2Vc3EmfSgL { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:63.5rem;left:2.375rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#raUTTwdnTa7MXlwe03GyBexe8EmRozTn { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:65.3125rem;left:2.375rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIB8aeGQXF5z8iBbQJHnOEAGizROV6f2 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:69.75rem;left:2.3125rem;height:5.361325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cFWqbsVnxgU2wtHkBaIDIGPk8AyiVQlv { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:73.8125rem;left:2.3125rem;height:0.7313375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLzcAFo1daTUNb0p61AcTQq9kpb8uBQl { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15105;background-color:#f69ba0;background-image:none;top:38.25rem;left:20.9375rem;display:block; }
#m1Qt5phAOIz9c5I25eQ9yaWkbRToiT9K { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:38.6875rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHPcCCJhVDFwFheT0hLuR0ChvrlZ66pW { position:absolute;display:block;z-index:15113;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bb2f4541-a35b-471b-9114-c97f6f2e0e24/Screenshot20251118at32750PM.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:40.8125rem;left:20.9375rem;display:block; }#tHPcCCJhVDFwFheT0hLuR0ChvrlZ66pW.adaptive-delivery-prevent-bg, #tHPcCCJhVDFwFheT0hLuR0ChvrlZ66pW.lazyload, #tHPcCCJhVDFwFheT0hLuR0ChvrlZ66pW.lazyloading { background-image: none; }
#PCy5LwMX1FGobzFB23a3O06sc97CCdgZ { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15117;background-color:#f69ba0;background-image:none;top:58.9375rem;left:20.9375rem;display:block; }
#fBolTSSM77ifVWO42R3HvT1k524Ikq26 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:60.0625rem;left:20.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QrQilNc9xcMVb400ONulc2bq4VkdrS0T { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:63.5rem;left:21.125rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nW5VF0HX1Pm7DcSCe3NlFE3TK1qWN1gJ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:65.3125rem;left:21.125rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meC7JIqrwcu4eOQ4C0LT8scT3yCBNtvX { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:69.75rem;left:21.0625rem;height:5.361325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tkmNxw20DtHKBUQFP4ISzWXZUMT3usai { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:73.8125rem;left:21.0625rem;height:0.7313375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rt67ZNqcTk8L075wDfb5oBuLKnz7JJvK { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15114;background-color:#f69ba0;background-image:none;top:38.25rem;left:39.6875rem;display:block; }
#fOKyhUT4fxVTkElUGJdolJxSrQTrKtWW { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:38.6875rem;left:39.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypcog8mLhWhxEq2st4yU2i4Z1iqs7fqI { position:absolute;display:block;z-index:15122;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a84266e5-f436-4ef3-a166-9868cf3c91f5/BlushDermaplaning1a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:40.8125rem;left:39.6875rem;display:block; }#ypcog8mLhWhxEq2st4yU2i4Z1iqs7fqI.adaptive-delivery-prevent-bg, #ypcog8mLhWhxEq2st4yU2i4Z1iqs7fqI.lazyload, #ypcog8mLhWhxEq2st4yU2i4Z1iqs7fqI.lazyloading { background-image: none; }
#dokNDTvK1SCketyPID9gdTKcEuUwunbc { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15126;background-color:#f69ba0;background-image:none;top:58.9375rem;left:39.6875rem;display:block; }
#uhhiHAGZxA9JEe6OGygpdpCe97TTX2l9 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:59.375rem;left:39.625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Br38zHSQHfqtX08sQ446gLAqXLrGCOO7 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:63.5rem;left:39.875rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JJGCrLB7RVht8BhlG2BMQDJ7lex0THoy { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:65.3125rem;left:39.875rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzrUHBJtP3T3XuGc2FnJhT0ZtduzfvbT { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:69.75rem;left:39.8125rem;height:5.361325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#IMSixdO4uULHqH114UfDam26EirFJe55 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15115;line-height:1.3;letter-spacing:0;top:73.8125rem;left:39.8125rem;height:0.7313375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tlcrFDPiXavGKwU66zQn0JD64i7chnqV { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15123;background-color:#f69ba0;background-image:none;top:38.25rem;left:58.4375rem;display:block; }
#CW1TMQ1SCdiH70UvgHf1GUGwSF3MIv25 { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:38.6875rem;left:58.6875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zshz3J2lOHXgS9bIfF9nQyxw7VZSh1X7 { position:absolute;display:block;z-index:15131;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/222893c6-3137-410d-aef0-d3295b9179be/IMG_3355.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:40.8125rem;left:58.4375rem;display:block; }#Zshz3J2lOHXgS9bIfF9nQyxw7VZSh1X7.adaptive-delivery-prevent-bg, #Zshz3J2lOHXgS9bIfF9nQyxw7VZSh1X7.lazyload, #Zshz3J2lOHXgS9bIfF9nQyxw7VZSh1X7.lazyloading { background-image: none; }
#PTwXs7ASXy1caEqS2aiVkuOCkMMc8OwO { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15135;background-color:#f69ba0;background-image:none;top:58.9375rem;left:58.4375rem;display:block; }
#FTRCWuHeHrRwRsrJarfJThcNkdvJkO2q { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:59.375rem;left:58.375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NU96TBMhK83s30pXfRhrS6BMm1daDDRi { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:63.5rem;left:58.625rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kyndoZwhmAnKNcNGsUzB1dOoyeKJPWfE { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:65.3125rem;left:58.625rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtMmgVxzNgkqT0OCDu2ZT47fhIoC8hVz { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:69.75rem;left:58.5625rem;height:5.361325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Z8fomGguaRldcdrtFc40BaXzlJthlmnm { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15124;line-height:1.3;letter-spacing:0;top:73.8125rem;left:58.5625rem;height:0.7313375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vyo7vVbxz4mGynsC6CVBC9Z9eztrR9rs { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15105;background-color:#f69ba0;background-image:none;top:77rem;left:2.1875rem;display:block; }
#vVLuzhmhRrRBXecx1RzU9MzwTxh7Qu9k { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:77.4375rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHwNrT08IpTHXR9yV1Lo6zxq87opRTPf { position:absolute;display:block;z-index:15113;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6ac6d35c-f54b-4c03-b4a9-9b48e1a7c8c6/Asset31.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:79.5625rem;left:2.1875rem;display:block; }#EHwNrT08IpTHXR9yV1Lo6zxq87opRTPf.adaptive-delivery-prevent-bg, #EHwNrT08IpTHXR9yV1Lo6zxq87opRTPf.lazyload, #EHwNrT08IpTHXR9yV1Lo6zxq87opRTPf.lazyloading { background-image: none; }
#aET2f4qi17wl8NBC2sXoTcFFufyAdZr6 { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15117;background-color:#f69ba0;background-image:none;top:97.6875rem;left:2.1875rem;display:block; }
#CN3lXbTSGXvUXtAaAsAyAB1S8R80J6Rr { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:98.125rem;left:2.125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3Lbm7SFk93XlqrkMpNRe7P2GCHgABDX { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:102.25rem;left:2.375rem;height:1.7871125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TM7PzS7fhOVJ7Fv7Lyz4NTHFZcXCPaIb { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:104.875rem;left:2.375rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozWy9C5CPZTV5GiL92q5lDRFT8dlFwJq { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:109.8095703125rem;left:2.34375rem;height:4.38801875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hO7pc9oU9iTdOqcayIKGTDXDHDraXXCQ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15114;background-color:#f69ba0;background-image:none;top:77rem;left:20.9375rem;display:block; }
#D77yr5JNsC7ISw7rHsL2EkxiH7ahnunp { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:77.4375rem;left:21.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsRsb2wXmQqDpe2J9HQQ6n2HA8UJd7tU { position:absolute;display:block;z-index:15122;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3865681b-7af0-47b1-bff2-f73a9402683e/Blushvitamininjection1a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:79.5625rem;left:20.9375rem;display:block; }#WsRsb2wXmQqDpe2J9HQQ6n2HA8UJd7tU.adaptive-delivery-prevent-bg, #WsRsb2wXmQqDpe2J9HQQ6n2HA8UJd7tU.lazyload, #WsRsb2wXmQqDpe2J9HQQ6n2HA8UJd7tU.lazyloading { background-image: none; }
#ozXQwwdVfk0NgksLpS0KNRlEFZnNcmhE { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15126;background-color:#f69ba0;background-image:none;top:97.6875rem;left:20.9375rem;display:block; }
#xk25J79Bb8r6PX89n7c0FJt6GsRAlt7z { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:98.125rem;left:20.875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBrd59diDZmIwLWOouwwGBmDx94uozRK { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:102.69677734375rem;left:21.09375rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DgQomFttKuHIbi2OotA5y2PXOcNFT3gy { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:104.875rem;left:21.125rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtLgoTxf9ww5WG9P76T0uWreXuq74AF0 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:109.6875rem;left:21.0625rem;height:5.361325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qSOww73BlmQUVNL3G5TiV60NqFGgm1bD { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15123;background-color:#f69ba0;background-image:none;top:77rem;left:39.6875rem;display:block; }
#cUTrEtB7SSM3cnu9Xm5NkB3TF4BOZJqs { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:77.4375rem;left:39.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJTrZhtEPLnVnQqBBV2F8mz5Kr7EN9Re { position:absolute;display:block;z-index:15131;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc51bc6d-3774-41de-9c06-02af16b201dd/SP.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:79.5625rem;left:39.6875rem;display:block; }#rJTrZhtEPLnVnQqBBV2F8mz5Kr7EN9Re.adaptive-delivery-prevent-bg, #rJTrZhtEPLnVnQqBBV2F8mz5Kr7EN9Re.lazyload, #rJTrZhtEPLnVnQqBBV2F8mz5Kr7EN9Re.lazyloading { background-image: none; }
#lXWIg9NSEZ3y4GmVQUxpPJCEN0Bsu4CS { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15135;background-color:#f69ba0;background-image:none;top:97.6875rem;left:39.6875rem;display:block; }
#gIR4Ho5OofJhqcduLT4fWdH82Tuhr3UB { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:98.125rem;left:39.625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ihKtOq6iumnEkahre2qM2bBHfTsU17dt { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:102.69677734375rem;left:39.84375rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SXAzzU8bPA54JAwhoTNhzbNXk94IlSkm { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:104.875rem;left:39.875rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pk5poNiTrXkf0vG58hhTzvc9TQxkJdOi { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:109.6875rem;left:39.8125rem;height:5.361325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KVsQewd8pwpfN5Jtxdm5XMLsrCnbq1kA { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15132;background-color:#f69ba0;background-image:none;top:77rem;left:58.4375rem;display:block; }
#e3sfwl8oagU4hGFGceMMikaL0eavo3kZ { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15137;line-height:1.3;letter-spacing:0;top:77.4375rem;left:58.6875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0D67o8nmZhlx6ynMTF0XfdTdIoMg3gB { position:absolute;display:block;z-index:15140;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7beb74e0-9857-4081-aad3-511757308cc3/Screenshot20251117at54723PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:18.125rem;width:14.375rem;top:79.5625rem;left:58.4375rem;display:block; }#w0D67o8nmZhlx6ynMTF0XfdTdIoMg3gB.adaptive-delivery-prevent-bg, #w0D67o8nmZhlx6ynMTF0XfdTdIoMg3gB.lazyload, #w0D67o8nmZhlx6ynMTF0XfdTdIoMg3gB.lazyloading { background-image: none; }
#e5LaQwE5wFlZHqpNlkfCR5Po1nAlRo9X { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15144;background-color:#f69ba0;background-image:none;top:97.6875rem;left:58.4375rem;display:block; }
#xuVCPd5RLd88yMes5SodwkPHPFFPkUwX { color:#000000;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15149;line-height:1.3;letter-spacing:0;top:98.125rem;left:58.375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cut7Ta02gOkKZXvVzKrWGFAQfavVeC1R { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:102.25rem;left:58.59375rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lVlKrt1qSh1cxQ42vQHN9zkEnt5WWcyX { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:26.375rem;left:21.125rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#b7V1Tb3879PdEoqpKTfVmndW3UJpTNE0 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:28.5625rem;left:21.0625rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7rRnIxCmxBgybNwo0DaR4SwtdOAL0f3 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:33.25rem;left:21.125rem;height:3.65668125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0GBhdtmghVkX9MqKhvoUAVUIOJge0rF { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:26.375rem;left:39.875rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SHssSqKun88lhb1uC8TxLeTTBiH1QpkC { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:28.5625rem;left:39.8125rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npN7PDWMd9LZg3TMH2aSW6sPJhDIxzqv { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:33.25rem;left:39.875rem;height:3.65668125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WW6pVbnJTg53UTQcSBJOvJ1UpdoGxHow { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:26.375rem;left:58.625rem;height:0.89355625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EwILKs9VU0g7Flz3iq9h66fVIoIyWsSC { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:28.5625rem;left:58.5625rem;height:3.41145rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZaU2GMPVpE85XXHi4z2uceN8NMvGAV8 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:33.25rem;left:58.625rem;height:3.65668125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpqGphb0EscpOtbt42EDfsbHUUWnv9LF { box-sizing:content-box;height:3.75rem;width:14.375rem;position:absolute;display:block;z-index:15086;background-color:#f69ba0;background-image:none;top:21.8125rem;left:58.4375rem;display:none; }
#ZxPQrxEwCgE1dt3GTveQGDKhQq4TLOFQ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15123;line-height:1.3;letter-spacing:0;top:109.6875rem;left:39.8125rem;height:5.361325rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container { background-color: transparent; background-image: none; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container > .video-iframe-container { display: none; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row > .video-iframe-container { display: none; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .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); }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container { border-width: 0; border-radius: 0; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.0625rem;width:75rem;position:relative;display:block; }#kzabkPsaoKiBe0KRmb41gEVBPs9c9LH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdKm4oSqON0bLk9c0lIewvTHdashFDnw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5f0;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; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { background-color: transparent; background-image: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container > .video-iframe-container { display: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container { display: none; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .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); }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { border-width: 0; border-radius: 0; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.6875rem;width:75rem;position:relative;display:block; }#lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { color:#0a0a0a;display:block;width:22.625rem;position:absolute;font-family:"cormorant garamond";font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:17.625rem;left:26rem;height:3.824325rem;font-style:normal;display:block; }
#DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { color:#0a0a0a;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:21.4375rem;left:26.0625rem;height:7.64974375rem;font-style:normal;display:block; }
#t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.375rem;top:2.25rem;left:26.0625rem;overflow:hidden;display:block; }
#xwe00vOeFvtv6pH2pwGvId19Lui43xxb { color:#0a0a0a;display:block;width:22.5rem;position:absolute;font-family:"cormorant garamond";font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:17.6875rem;left:51.5rem;height:3.824325rem;font-style:normal;display:block; }
#UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { color:#0a0a0a;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:21.5rem;left:51.5rem;height:7.64974375rem;font-style:normal;display:block; }
#yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:29.8125rem;left:26.0625rem;display:block; }
#aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4srxos60CnCc6Omdi7nwwU9StTah24T { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:29.875rem;left:51.5rem;display:block; }
#C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFfxH0MsTyJ4lhyPegXxTPuvvlAUzJfg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.375rem;top:2.3125rem;left:51.5rem;overflow:hidden;display:block; }
#y73dbzA2t6huL0Lx3To3OAP4fpk25lX6 { 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:14.875rem;width:22.375rem;top:2.25rem;left:0.875rem;overflow:hidden;display:block; }
#l5ygOA8LuytPuRZDO6TWwqC8EesfINzJ { color:#0a0a0a;display:block;width:22.5rem;position:absolute;font-family:"cormorant garamond";font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:17.624784588814rem;left:0.81108856201175rem;height:3.824325rem;font-style:normal;display:block; }
#MqMS0ieHPUTLnnTMPNaN3zQJpqBtZO4r { color:#0a0a0a;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:21.448568463326rem;left:0.81108856201175rem;height:7.64974375rem;font-style:normal;display:block; }
#aAhP4ETH0aQX3pLc81IRXUDaHXTnHlLq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6865rem;height:2.56239375rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:29.812284588814rem;left:0.8740234375rem;display:block; }
#g12hkUzCQEmgqiDB5pmAx3fVadaCItVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container { background-color: transparent; background-image: none; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container > .video-iframe-container { display: none; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row > .video-iframe-container { display: none; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .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); }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container { border-width: 0; border-radius: 0; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.0625rem;width:75rem;position:relative;display:block; }#GlPBWBWLMAPIuqTE2JGNBcD3qzKa6P9H { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5f0;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; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { background-color: transparent; background-image: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container > .video-iframe-container { display: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container { display: none; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .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); }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { border-width: 0; border-radius: 0; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:25rem;width:75rem;position:relative;display:block; }#PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { color:rgba(var(--color-primary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:2.125rem;left:38.8125rem;height:16.87825rem;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; }
#DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:37.8125rem;top:-0.0625rem;left:0rem;overflow:hidden;display:block; }
#IwHw8IdTZq272WEWyfdhgpcusMRtBPtJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.5625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:20.3125rem;left:38.8125rem;display:block; }
#WI1cdVRkxfTaF6UHEODet23vw6Rocd8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container { background-color: transparent; background-image: none; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container > .video-iframe-container { display: none; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row > .video-iframe-container { display: none; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .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); }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container { border-width: 0; border-radius: 0; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.0625rem;width:75rem;position:relative;display:block; }#QiStREBkCXINQgF4qWoMDVO14VAI9PGE { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b985b803-b9d8-497d-a4d1-ef50598ebab9/Blushcontactbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F.adaptive-delivery-prevent-bg, #ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F.lazyload, #ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F.lazyloading { background-image: none; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container { background-color: transparent; background-image: none; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container > .video-iframe-container { display: none; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row > .video-iframe-container { display: none; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .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); }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container { border-width: 0; border-radius: 0; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.8125rem;width:75rem;position:relative;display:block; }#ATRMDpr4Ga6z0SqfoJ0zti8X5II15STM { position:absolute;display:block;z-index:15000;background-color:#1c1c1c;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.75rem;width:38.5625rem;top:0rem;left:0rem;display:block; }
#VZom8dchCGCCx0D9QeXKhDrTvBH7ZQxq { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-size:auto !important;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:31.25rem;width:0.5rem;top:0rem;left:6.125rem;display:block; }
#KQsXBt0Dz1Wvu7G3mmoKASGLmPTvNmkD { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-size:auto !important;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:31.25rem;width:0.5rem;top:0rem;left:8.5rem;display:block; }
#ZALM9n4ZpIoP6cs6A9rfwQpgJaL3GKX1 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-size:auto !important;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:31.25rem;width:0.5rem;top:0rem;left:3.75rem;display:block; }
#Ah9wyuH8G3RTTzdbV9ZxrVhlNcAcJtdV { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-size:auto !important;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:31.25rem;width:0.5rem;top:0rem;left:10.875rem;display:block; }
#qmvXiD4OHTZUTAV7Quz8LgJ7TIeTXQn1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:sigurd;font-size:2.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.724609375rem;left:1.53125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GpN86taocePDB40OEyeaheD7rbigxJLB { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.587890625rem;left:2.09375rem;height:33.6415rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.5625rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:41.28125rem;left:2.09375rem;display:block; }
#CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container { background-color: transparent; background-image: none; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container > .video-iframe-container { display: none; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row > .video-iframe-container { display: none; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .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); }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container { border-width: 0; border-radius: 0; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.0625rem;width:75rem;position:relative;display:block; }#UhUH0qe5OmapEJbXk3JFrLUw9JLMPLlO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5f0;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; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { background-color: transparent; background-image: none; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container > .video-iframe-container { display: none; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row > .video-iframe-container { display: none; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .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); }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { border-width: 0; border-radius: 0; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.125rem;width:75rem;position:relative;display:block; }#exHkNNDl356Tg9ZCaZL7E4pcHU2Tuz1H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.8125rem;left:42.625rem; }
#FsfO23Bxn7MOnLXw0SKq4VRhsyDSdy7H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.8125rem;left:39.6875rem; }
#JvGQQEmWTWXXLF6evZUiaXPUw42yTFzP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.8125rem;left:36.5625rem; }
#OeqkNiSbUsTgKIP0sN8s25cmKktGGR4r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.8125rem;left:33.4375rem; }
#KfJ3QGh08QnbmM9BflNmgMiiFyxrNwan { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.8125rem;left:30.0625rem; }
#CtmJzuQRu3ahekTeUyV8ilNlFpC1hXKl { color:#0a0a0a;display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.5625rem;left:6.3125rem;height:7.200525rem;text-align:center;text-align-last:center;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; }
#Z8xqOrCBVE3rSOCUNc7gJEMIFKrpb3wP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.375rem;left:29.9375rem;display:block; }
#hKXCEFvqIbCHD9ggOHy8Bng29Gpqv9vi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLxxX4AyiTX2e2p4tT6eAPFuse2eFQTF { color:#0a0a0a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.1875rem;left:0rem;height:4rem;text-align:center;text-align-last:center;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; }
#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container { background-color: transparent; background-image: none; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container > .video-iframe-container { display: none; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row > .video-iframe-container { display: none; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .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); }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container { border-width: 0; border-radius: 0; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.0625rem;width:75rem;position:relative;display:block; }#eTFTV6LRkyTrztafxoRb2fFSWiSqT56i { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.40625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5f0;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; }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row .container { background-color: transparent; background-image: none; }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row .container > .video-iframe-container { display: none; }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row > .video-iframe-container { display: none; }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .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); }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row .container { border-width: 0; border-radius: 0; }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.5rem;width:75rem;position:relative;display:block; }#MirusMScQpbz8cgN3TuBW7hBFhdavugv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0.15625rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dbDTLgbgTwKaGbkUq4TChUNLzLE2TAb9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.1875rem;left:25.21875rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QrpIM5Z3OK9HZBLsO7t4N3TGSfCyeKdh { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.1875rem;left:50.1875rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#maBavcilcL5IigBLgl7VZIira6mmKsr4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.875rem;left:3.96875rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a973t0gpxA4uRrOwCmDVThRLEP6NF5CE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.8935546875rem;left:27.78125rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZzfaQTOScwsRKwTLKrOkGOCRET6wIgv { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.875rem;left:54.5rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHyUJOTJMgWTnMPZ96dTZ6lWnfKee43q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.90625rem;left:7.5rem; }
#Cumf0V7aVTl3OsJfBz2XHivfTsERngDN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.0625rem;width:8.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.9375rem;left:58.46875rem; }
#oX0sKkhmIdJGvTFTfE0WMkG8cN5DargS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.90625rem;left:32.5rem; }
#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5f0;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; }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row .container { background-color: transparent; background-image: none; }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row .container > .video-iframe-container { display: none; }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row > .video-iframe-container { display: none; }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .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); }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row .container { border-width: 0; border-radius: 0; }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.5625rem;width:75rem;position:relative;display:block; }#e8yqOAyE2HFgZmA0otVaqTTZmFp64ph1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:0.78125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;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; }
#L7c32olIwo3XFuIwok1L4cTpzvdC791A { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.8505859375rem;left:20.96875rem;height:;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; }
#Elz55dXkJGGhl5b9MTrQTuk4MkGRUBCb { box-sizing:content-box;height:0.25rem;width:66.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:4.40625rem;display:block; }
#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5f0, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #fff5f0, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #fff5f0, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #fff5f0, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5f0', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5f0', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #fff5f0, rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row .container { background-color: transparent; background-image: none; }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row .container > .video-iframe-container { display: none; }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row > .video-iframe-container { display: none; }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .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); }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row .container { border-width: 0; border-radius: 0; }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.875rem;width:75rem;position:relative;display:block; }#yQauUvch4h9mSWB2DXCV7k80s98F9VSW { 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:24.8125rem;width:19.8125rem;top:0rem;left:2.59375rem;overflow:hidden;display:block; }
#CK5qQAKESevc8DzKBZSlN3dm9AZmZ7UD { 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:24.8125rem;width:19.8125rem;top:0rem;left:27.59375rem;overflow:hidden;display:block; }
#M1FWKmROLKvSs2JVMCuN3UpQfQRJxHw8 { 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:24.8125rem;width:19.8125rem;top:0rem;left:52.59375rem;overflow:hidden;display:block; }
#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row .container { background-color: transparent; background-image: none; }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row .container > .video-iframe-container { display: none; }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row > .video-iframe-container { display: none; }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .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); }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row .container { border-width: 0; border-radius: 0; }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.125rem;width:75rem;position:relative;display:block; }#T0KTkaEl89rIzINPLCNzKi4oBnb0HvuB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.46875rem;left:38.4375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rvZLyIBTkXDve2xSNxmB6PSRufyBzBz2 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.75rem;left:38.78125rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wwPTvfTy4gaBJb9dzfAzJaSzEhMJ6aST { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.71142578125rem;left:39.28125rem;height:5.01301875rem;font-style:normal;display:block; }#wwPTvfTy4gaBJb9dzfAzJaSzEhMJ6aST li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wwPTvfTy4gaBJb9dzfAzJaSzEhMJ6aST li:before{  }
#cuwaqnWESDOB7dkaqzlGvh7xvtuVLoUN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.40625rem;left:38.4375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TP20z1RXaRLsLAZF6O3GRUrGI8r61eTy { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.625rem;left:39.71875rem;height:5.063475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rhzlCqd5e7ctE2gUx97TySgDOmf8JZyx { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.34375rem;left:38.4375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dvBApNkETQpgK85tM0N5J4opTUvNHyZh { box-sizing:content-box;height:7.1875rem;width:29.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.5625rem;left:38.4375rem;display:block; }
#puUDnWRVQtdSnv6KXdeapa7BnqLkQi0A { 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:21.6875rem;width:34.75rem;top:2.46875rem;left:2.8125rem;overflow:hidden;display:block; }
#WH1tQnFB86iT1nhUhsT9WvCAHXDSlcGg { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.75rem;left:2.8125rem;height:0.89355625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vSSzNbW7ffDVO8F82cVE2OvDKFFWBUHa { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.25rem;left:39.71875rem;height:0.89355625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row .container { background-color: transparent; background-image: none; }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row .container > .video-iframe-container { display: none; }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row > .video-iframe-container { display: none; }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .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); }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row .container { border-width: 0; border-radius: 0; }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.8125rem;width:75rem;position:relative;display:block; }#O7Usk5ZwTc65Q5lK7QidAFaysXMzeLGb { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.25rem;left:0.78125rem;display:block; }
#UrJahy2nNW7gmE75nwr9WuNdfmbhvokn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MefsRc7wMIFtSxgEBcRXsizzLOlWXZ8D { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#211c18;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.25rem;left:31.375rem;display:block; }
#flDw9JMKTcPrtiKcPgyOXudpZ8nCQBTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLvEeQM1mTDGxrtL612qtZdTsuHFf7cZ { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#211c18;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.25rem;left:15.78125rem;display:block; }
#Q7v8nOBK7T4bcWhpmUwk2DiNrn947oqt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VtrvRviVdMqs1RKoweqJxTVpqlaFx3E3 { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#211c18;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.25rem;left:62.75rem;display:block; }
#GUXEm9f5E7MNxnwdBZG4k3n9ADJrTFUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtl4LK7cIxnu8wkUkFuoS6XPTKDZ8G4L { 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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#211c18;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.25rem;left:47.125rem;display:block; }
#et617MmKZQte1GSAHkhBHw373dugevHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVgZSV6HaSwN2BLh5fHzvu2wTqfvyvsP { color:rgba(var(--color-tertiary-0),1);display:block;width:63.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:0.6875rem;left:5.90625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98007f90-0fb2-4ed2-a95f-9d52771d9d34/iStock1312113047.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E.adaptive-delivery-prevent-bg, #B8EZXhdETsBEImQ62aQ6tq1FdVTy841E.lazyload, #B8EZXhdETsBEImQ62aQ6tq1FdVTy841E.lazyloading { background-image: none; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container { background-color: transparent; background-image: none; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container > .video-iframe-container { display: none; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row > .video-iframe-container { display: none; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .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); }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container { border-width: 0; border-radius: 0; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#R04TxZDAG8l1WRRpWVXt3mW5B96sarq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:6.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:9.0625rem;left:17.9375rem;height:10rem;text-align:center;text-align-last:center;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; }
#OrsbhMF64NvJWVJ3mLTKP4M0ynW9Ongy { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.4375rem;left:34rem;height:7.1994375rem;text-align:left;text-align-last:left;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; }
#Ir4g7tIZoxWsq7Ti2O5Ou2LJLFSXbsuF { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:19.625rem;left:0rem;height:3.9995625rem;text-align:center;text-align-last:center;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; }
#D6UwSAFpgRCmDziqlkaf081fWB4zdTlr { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.5625rem;left:28.125rem;display:block; }
#Ws6IJ6wRX6aOFPRtEfkyi3Ry3zthem0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXVosLGiqE2MboSuTb9pn9pgqzGarbul { 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; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { background-color: transparent; background-image: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { display: none; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .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); }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { border-width: 0; border-radius: 0; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.125rem;width:75rem;position:relative;display:block; }#WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { color:#0a0a0a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { position:relative;display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { background-color: transparent; background-image: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row > .video-iframe-container { display: none; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .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); }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { border-width: 0; border-radius: 0; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(247,227,220,0.6);background-image:none;vertical-align:top; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:#0a0a0a; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:montserrat;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1); }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.adaptive-delivery-prevent-bg, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyload, #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-trigger.lazyloading { background-image: none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #gxtQmTdQBOaTP7aDvwbLWibUDZfIaxWX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Wg2FFDGk3VT7PFifO5IiK70t3wOy45QA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Vmbh8NzclG4CdIGtOh5FkbQKiGVFLuu4 { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #S4MeByuLA5clKIARD0r80TQehJG97H5o {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JB0F7GqHym4M1n3FTDLQQPMSfbL4SQZ5 { display:none; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #siBTEASv8Ti7oRTNEUT9OxzLIbP6XnxA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #RTqIWgycC0qKHP43xKb5ZKyO7hICvR83 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Zr6x5sNtMTasX02SleyQIuvDSlBN0CFp { display:block;position:relative; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fTcu639uyt4PfLeRifgOibGuu2SchaGJ {  }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MPkfStmUI4tz1PuQKUw9mREzCw2k9Il6 { display:none; }
#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { background-color: transparent; background-image: none; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container > .video-iframe-container { display: none; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row > .video-iframe-container { display: none; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .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); }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { border-width: 0; border-radius: 0; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.125rem;width:75rem;position:relative;display:block; }#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-form-header {  }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:29rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"acumin pro";vertical-align:top;font-weight:300;font-style:normal; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"acumin pro";vertical-align:top;font-weight:300;font-style:normal; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#614068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.75rem;margin-bottom:0.25rem;margin-left:0.75rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:27.5rem;height:2.8125rem;font-family:"acumin pro";overflow:hidden;font-style:normal; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"acumin pro";font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:27.8125rem;overflow:hidden;font-style:normal;float:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-container:first-of-type{padding-top:0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-container:last-of-type{padding-bottom:0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:2.875rem;left:28.5rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29rem;display:block;vertical-align:top; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 {display:block;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:2.875rem;left:36rem;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #VNnOLCrHxOAvy0Im8vUrBJPDvGWdoR1r { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #rwR9ioXqMweTP87cgaltZ3TNCezxXETp { position:relative;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #OTSZi2EoCeG8NLqfHdb7UlMFvITuhBpR { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #nU4bQ2iRwAEceW45u0w1mho2vxDG7eO7 { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #so724ebsogT9BNNfX3ibtZvIReKot4fc { position:relative;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #L7JGBQUWGwlUqIMA1W91OH1UEliV7qkT { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #AZoITCXdJslLKucocOn3b1E3c68M2idR { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #bRt9J7kymHdyy8BnpltWQU6tIvBvCudh { position:relative;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #i0BJ6ztpbHU6ydCwNxny4QTPIyJ5o9D5 { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #fbZVsTgCAVupyMoxzhyRgxooJboyXBDU { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #DiwERqLcrLRwUNG3TQF4zNJhS0oVEufK { position:relative;display:none; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #WlLDza3kltQmSKWJQ2Z2BR5SpiQQH2cu { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #IMvTSvTy2wgZF7xD70RoSs8Tt8HRrBlO { position:relative; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #Z1y8PaV6B1VwUgkAUPgdZ0DzIAC7Qfse { position:relative; }
#TGCiIGh4UDFC5uXqaQR8eMQQSeV2ZA6H { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:10.9375rem;left:1.9375rem;height:5.49913125rem;text-align:left;text-align-last:left;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; }
#Gs4wPVxnBTFcx69F5PxO6ugWXmpp1AKN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:"cormorant garamond";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:21rem;left:1.9375rem;height:2.99913125rem;text-align:left;text-align-last:left;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; }
#xehFryBFZEQSBlur98287GuZom7ZKyc3 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.40625rem;left:1.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbw6nbRAx1ToMVfXQOQWSwNNur1QXBnb { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:17.5rem;left:1.9375rem;height:2.5499125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCB9LDxlkOR6Tue5guDePg2WlOHZ1zXb { position:absolute;display:block;z-index:15024;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:29.4375rem;width:29.25rem;top:3.6875rem;left:44.4375rem;overflow:hidden;display:block; }
#VcbagoUGuwi7xzbBcoVFJVKqyaFv5EwZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.6875rem;left:1.9375rem;display:block; }
#r9GA2EgXOiGdCiUrB80qVmvy4LrdrElT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row .container { background-color: transparent; background-image: none; }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row .container > .video-iframe-container { display: none; }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row > .video-iframe-container { display: none; }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .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); }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row .container { border-width: 0; border-radius: 0; }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.75rem;width:75rem;position:relative;display:block; }#tuFbGo7b6nEJG7NoCrPIgvrcqgvuQ26y { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:4.9375rem;left:46.5rem;height:5.0992875rem;text-align:left;text-align-last:left;display:block; }
#uAqO5El65foEvS8HKm6t7VRxdMqOND5H { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:3.0625rem;left:46.5rem;height:1.9124375rem;text-align:left;text-align-last:left;display:block; }
#PN9F0tb4HirNTS7g10pIFuPevCT5xXQl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:61.125rem;height:5.0992875rem;text-align:left;text-align-last:left;display:block; }
#Jnk4PM5DGU7BTnlKUmxaKeRJIogDDdH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:3rem;left:61.125rem;height:1.9124375rem;text-align:left;text-align-last:left;display:block; }
#xxaukvgu6VqKlwsA2GikaWOe5qIHNTH8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:5.0625rem;left:31.875rem;height:5.0992875rem;text-align:left;text-align-last:left;display:block; }
#seqzS08IyDETT5WeeKh9DH9HdcatQpuc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:5rem;left:17rem;height:5.0992875rem;text-align:left;text-align-last:left;display:block; }
#mdJ5h7RxeSttFuwVJBTEP17TpTBuKNvp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.7;letter-spacing:0;top:4.9375rem;left:2.3125rem;height:5.0992875rem;text-align:left;text-align-last:left;display:block; }
#kQRbAtoCSfF9WgX1TdHHHKxiOKAooyml { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.7;letter-spacing:0;top:3rem;left:2.3125rem;height:1.9124375rem;text-align:left;text-align-last:left;display:block; }
#B9TNT8mdOZmdfG6ETwcMfUeC3ghOxwTh { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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:"cormorant garamond";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.25rem;left:2.3125rem;display:block; }
#NCZqOHTE4k3XIlqhh250hN7GGLr19fvD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NegpmnhSURNZkdcfnvMQwsgnnUGI7GJ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.7;letter-spacing:0;top:3rem;left:17rem;height:1.9124375rem;text-align:left;text-align-last:left;display:block; }
#KK4n2KtdWovGVGIdPTUSnJTWiGp6ZUbl { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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:"cormorant garamond";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.25rem;left:17rem;display:block; }
#EOkUJzwMSD9hqaATT8Kp8wKFXg7ATZxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSaXZ8mDnqIs1a9eCFCkvUWsseUWzGTs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.7;letter-spacing:0;top:3rem;left:31.875rem;height:1.9124375rem;text-align:left;text-align-last:left;display:block; }
#fiNrZMWCct8KmJ9cMNa3avW35zhoU4VX { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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:"cormorant garamond";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.3125rem;left:31.9375rem;display:block; }
#TRPJKOSNnq5AcaR0asnyEIs1poOK9zIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaBMz3zX8loopQeKv4OEqKSWl9MgIoUp { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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:"cormorant garamond";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.25rem;left:46.5rem;display:block; }
#UrrTSgflx9lqqD3q58VFlmZdDJoByg87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JIHuVUTObuHmuRDCOTcgDMfc8qWMItAv { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;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:"cormorant garamond";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:10.25rem;left:61.125rem;display:block; }
#uR9z9Slql5ewMyxZQ3hb8PMNu9JgS2ml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6PyVUz8ITJdtou40GCKV40qaflM2OTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5f0;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; }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row .container { background-color: transparent; background-image: none; }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row .container > .video-iframe-container { display: none; }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row > .video-iframe-container { display: none; }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .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); }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row .container { border-width: 0; border-radius: 0; }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:13.375rem;width:75rem;position:relative;display:block; }#h5itDyPXaMoPQpRLbnmp6fibqA6qpP4v { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:11.125rem;top:2.375rem;left:31.9375rem;overflow:hidden;display:block; }
#sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:9.0625rem;left:34.9375rem; }
#sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#fWShRwL4TlGrTeWUwusaofvT1zuyDQlt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.0625rem;left:38.125rem; }
#fWShRwL4TlGrTeWUwusaofvT1zuyDQlt > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF { display:block; }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1ESfbeb3GXTUpgLK58MJT13zwxWKt3S { top:0rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmIgIyVnHsyP63K1VIrlV62KZPOeoUwD { width:11.0625rem;height:3.4375rem;top:1.4375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd4TwG4vwGI1wyg6dZDUJNkTpvQo3kQe { display:block; }
 }@media only screen and (max-width: 763px) { #EuO1SuyJ7vz3a50VIToAWDcw4isUEkJV { width:11.0625rem;height:3.4375rem;top:1.4375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfqp03JerLOGgQR4iFHCTUbTnL0JIsEc { display:block; }
 }@media only screen and (max-width: 763px) { #RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 { display:block; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3eNBxaMfPnFJ3MsOtzVN6Ze3KTzGknc { top:0.75rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD { display:block; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwOMG197J6I6KwGg1mERG3gJtNlgOUJd { top:16.1875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BplV3IMnRDUPS8J0evrvnZi41aElTJSD { top:21.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 { display:flex;width:18rem;height:5.0625rem;top:33.8125rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #L7y3N6M41oRkGQfI7hLDaTK2ZrJ8FHDK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #Gh1aSBPiRzZgu2ng9zQQRBSnk18F6kb5 {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #DelPIe573xHWvyl4Mr7lhcdzLqVCxJoz {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #pR56k0o73e3KznymvAR4vZ02NXtzsWhI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #zSdKPgT7sSqBXNGdwm83Q3zVShZG8rkU {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #HUNqS7ic16MvSEMs51NTqex96Pa4Q2mc {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #gbT3fUIABlVJAnDVIqTwrXTdpRQDSTks { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #vpEGWUyTK30oqfJT2uS1EqQ3wZH38O3I {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #WqTlvBZosNbBWkTkMovsPvRla4HcReIS {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #p5sLIMBEZlWxgFNfT2N8yZBTTuJLlqxc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #kftp23oKWcSxAIaE4V3XG3aTGKorBtfF {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #faLkuMQ7lAQK5NKZHcAdUiWCmTCA97Jw {  }
 }@media only screen and (max-width: 763px) { #bzOqVpvILdEO58aH3EHyGdcAHnlDaLNo { top:34rem;left:4.4991092681885rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhi1PmyzqsSrTvJRVWChzLKDOIR3J2y6 { top:34rem;left:1.1548290252686rem;width:45.375rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 { display:block; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSI72GD1svMUXKCoNgFf7IXiMemNBCfE { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz { display:block; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqcFf6zOnBqvPcWomU5r8ddxfHBVxTx2 { width:34.1875rem;height:16.5rem;top:4.3125rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsRTbTgi2VvRcfpgZr9sysAWDviKeZog { top:1.4375rem;left:10.5rem;width:37.25rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDmutduEHxu45GnPGZ4Sk0duWvBp4ItE { top:0.875rem;left:0rem;width:35.0625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgBUFae1tOJMh7PrOt4Ubs5Bifr5X5mb { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMH52UCIE23O3206m5Fbk5gpikia8KdV { display:block; }
 }@media only screen and (max-width: 763px) { #eVEKiqPXeuOzww4NstVSGqeD8RTDG8mr { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsMtx7scWOBrq7yUsCWJZqyF23Awaruq { display:block; }
 }@media only screen and (max-width: 763px) { #bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz { display:block; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGXibBzEaumtkWDutJqCHpXNHK6QzTdW { width:47.75rem;height:3.1875rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ { display:block; }#ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bkypb2iKEyXCcmdKKTKT2WeZ5qwEwlLq { top:3.6875rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WaCRocvb9Cl7R4m6WtcuKCkFIKfLzg { top:1.125rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6tKJ7bKf9kH7cer8zD9kAVZJR2Bt53m { top:1.5625rem;left:9.75rem;width:14.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETM5HbsSNAt9nA4Q4Xfdn6pzqlUZUBm { top:21.8125rem;left:9.5rem;width:14.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQZR6TvePOK3JrPUc5xaV4JywbpwGQL { top:22.3125rem;left:9.8125rem;width:14.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5BkuMlVArHzkkeeAEIZzvMlurgIfeZn { top:3.6875rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zQenuXmXyOeogST57bnThimlTEUiDt { top:1.125rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBmGlG35iacMCqnGt7uKqzCmLFWPNbfc { top:1.5625rem;left:22rem;width:13.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTN6dA8svkeyOfU2T4KUn8pFGFDfdDA { top:21.8125rem;left:21.4375rem;width:14.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufC4zVJuDtucGSG3TwH23lKeKp1Kt8H { top:22.25rem;left:22.0625rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLyAMeItTIvSxBNiV0y5kVWGCffFLplT { top:3.6875rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy7gzebipNT1F2pCKMeCLEVEJFgitKx0 { top:1.125rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnErOwZClObQ1F57TQRq5i3ScEu8uyx2 { top:1.5625rem;left:33.9375rem;width:13.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLawxyPsF2yVt8AF6pJltNcPhpBuRvZT { top:21.8125rem;left:33.375rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8FJSCswXTaVGFUcBdKxtQAbiEnNeO3G { top:22.3125rem;left:32.875rem;width:14.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD4geDM21viZNEIbQaTroUTlb1byZyqu { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHf8z3hALay3gevV7DmIulyTCUoWBkHA { display:block; }
 }@media only screen and (max-width: 763px) { #xHbDiakq7mGEXU7EdLGnZtOgIu2zTqSQ { top:1.125rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2DiTOqcaGSAwWWGAeft2fOWvixUWE9y { top:3.6875rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIm6G7H40h0pLPLg7Xuran24Q9LyzgNH { top:1.5625rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOrhbvrxSNR3qPDCFIXKTceebw5gRPZ { top:21.8125rem;left:0rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhn5oBs2HBZxXwMLIyCifu0MTg8GcsAF { top:22.25rem;left:0rem;width:14.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a45xN0EqXrgkoEQPD7T6eOQIoZOacMzJ { top:26.3125rem;left:0rem;width:14.0625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpTH4enf0W72ZZV4rARagfnPQq0HopAN { top:33.25rem;left:0rem;width:14.0625rem;height:3.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVgfVbEJGU3maOl7VfU31l3NJ530kMM6 { top:28.5625rem;left:0rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTZQgpQxDRPmQF4h0Lu0E56MzHT0dz0c { top:38.25rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzszIskox4KcTi66KW85KU3k6n0J4pN { top:40.8125rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ7HidfEr5J0UusUmihaGdJlceGqC1Jo { top:38.6875rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC0fuEVOFHxlFyRq9PqfyNMrriWkEgP6 { top:58.9375rem;left:0rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwTIqKX03r3yEC9f0Wpz7de3mhw8CKmT { top:59.375rem;left:0rem;width:14.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAmAO74FBu6GXn2D8nwXBK2Vc3EmfSgL { top:63.5rem;left:0rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raUTTwdnTa7MXlwe03GyBexe8EmRozTn { top:65.3125rem;left:0rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIB8aeGQXF5z8iBbQJHnOEAGizROV6f2 { top:69.75rem;left:0rem;width:14.0625rem;height:5.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWqbsVnxgU2wtHkBaIDIGPk8AyiVQlv { top:73.8125rem;left:0rem;width:14.0625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLzcAFo1daTUNb0p61AcTQq9kpb8uBQl { top:38.25rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Qt5phAOIz9c5I25eQ9yaWkbRToiT9K { top:38.6875rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHPcCCJhVDFwFheT0hLuR0ChvrlZ66pW { top:40.8125rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCy5LwMX1FGobzFB23a3O06sc97CCdgZ { top:58.9375rem;left:9.5rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBolTSSM77ifVWO42R3HvT1k524Ikq26 { top:60.0625rem;left:9.375rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrQilNc9xcMVb400ONulc2bq4VkdrS0T { top:63.5rem;left:9.8125rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW5VF0HX1Pm7DcSCe3NlFE3TK1qWN1gJ { top:65.3125rem;left:9.8125rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meC7JIqrwcu4eOQ4C0LT8scT3yCBNtvX { top:69.75rem;left:9.8125rem;width:14.0625rem;height:5.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkmNxw20DtHKBUQFP4ISzWXZUMT3usai { top:73.8125rem;left:9.8125rem;width:14.0625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt67ZNqcTk8L075wDfb5oBuLKnz7JJvK { top:38.25rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOKyhUT4fxVTkElUGJdolJxSrQTrKtWW { top:38.6875rem;left:21.875rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypcog8mLhWhxEq2st4yU2i4Z1iqs7fqI { top:40.8125rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dokNDTvK1SCketyPID9gdTKcEuUwunbc { top:58.9375rem;left:21.4375rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhhiHAGZxA9JEe6OGygpdpCe97TTX2l9 { top:59.375rem;left:21.3125rem;width:14.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br38zHSQHfqtX08sQ446gLAqXLrGCOO7 { top:63.5rem;left:21.75rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJGCrLB7RVht8BhlG2BMQDJ7lex0THoy { top:65.3125rem;left:21.75rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrUHBJtP3T3XuGc2FnJhT0ZtduzfvbT { top:69.75rem;left:21.75rem;width:14.0625rem;height:5.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSixdO4uULHqH114UfDam26EirFJe55 { top:73.8125rem;left:21.75rem;width:14.0625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlcrFDPiXavGKwU66zQn0JD64i7chnqV { top:38.25rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW1TMQ1SCdiH70UvgHf1GUGwSF3MIv25 { top:38.6875rem;left:33.8125rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zshz3J2lOHXgS9bIfF9nQyxw7VZSh1X7 { top:40.8125rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwXs7ASXy1caEqS2aiVkuOCkMMc8OwO { top:58.9375rem;left:33.375rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRCWuHeHrRwRsrJarfJThcNkdvJkO2q { top:59.375rem;left:33.25rem;width:14.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU96TBMhK83s30pXfRhrS6BMm1daDDRi { top:63.5rem;left:33.6875rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyndoZwhmAnKNcNGsUzB1dOoyeKJPWfE { top:65.3125rem;left:33.6875rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtMmgVxzNgkqT0OCDu2ZT47fhIoC8hVz { top:69.75rem;left:33.6875rem;width:14.0625rem;height:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8fomGguaRldcdrtFc40BaXzlJthlmnm { top:73.8125rem;left:33.6875rem;width:14.0625rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyo7vVbxz4mGynsC6CVBC9Z9eztrR9rs { top:77rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVLuzhmhRrRBXecx1RzU9MzwTxh7Qu9k { top:77.4375rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHwNrT08IpTHXR9yV1Lo6zxq87opRTPf { top:79.5625rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aET2f4qi17wl8NBC2sXoTcFFufyAdZr6 { top:97.6875rem;left:0rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3lXbTSGXvUXtAaAsAyAB1S8R80J6Rr { top:98.125rem;left:0rem;width:14.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Lbm7SFk93XlqrkMpNRe7P2GCHgABDX { top:102.25rem;left:0rem;width:14.0625rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7PzS7fhOVJ7Fv7Lyz4NTHFZcXCPaIb { top:104.875rem;left:0rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozWy9C5CPZTV5GiL92q5lDRFT8dlFwJq { top:109.75rem;left:0rem;width:14.0625rem;height:5.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO7pc9oU9iTdOqcayIKGTDXDHDraXXCQ { top:77rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D77yr5JNsC7ISw7rHsL2EkxiH7ahnunp { top:77.4375rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsRsb2wXmQqDpe2J9HQQ6n2HA8UJd7tU { top:79.5625rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozXQwwdVfk0NgksLpS0KNRlEFZnNcmhE { top:97.6875rem;left:9.5rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk25J79Bb8r6PX89n7c0FJt6GsRAlt7z { top:98.125rem;left:9.375rem;width:14.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBrd59diDZmIwLWOouwwGBmDx94uozRK { top:102.6875rem;left:9.8125rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgQomFttKuHIbi2OotA5y2PXOcNFT3gy { top:104.875rem;left:9.8125rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtLgoTxf9ww5WG9P76T0uWreXuq74AF0 { top:109.6875rem;left:9.8125rem;width:14.0625rem;height:5.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSOww73BlmQUVNL3G5TiV60NqFGgm1bD { top:77rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTrEtB7SSM3cnu9Xm5NkB3TF4BOZJqs { top:77.4375rem;left:21.875rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTrZhtEPLnVnQqBBV2F8mz5Kr7EN9Re { top:79.5625rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXWIg9NSEZ3y4GmVQUxpPJCEN0Bsu4CS { top:97.6875rem;left:21.4375rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIR4Ho5OofJhqcduLT4fWdH82Tuhr3UB { top:98.125rem;left:21.3125rem;width:14.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihKtOq6iumnEkahre2qM2bBHfTsU17dt { top:102.6875rem;left:21.75rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXAzzU8bPA54JAwhoTNhzbNXk94IlSkm { top:104.875rem;left:21.75rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk5poNiTrXkf0vG58hhTzvc9TQxkJdOi { top:109.6875rem;left:21.75rem;width:14.0625rem;height:5.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVsQewd8pwpfN5Jtxdm5XMLsrCnbq1kA { top:77rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3sfwl8oagU4hGFGceMMikaL0eavo3kZ { top:77.4375rem;left:33.8125rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0D67o8nmZhlx6ynMTF0XfdTdIoMg3gB { top:79.5625rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5LaQwE5wFlZHqpNlkfCR5Po1nAlRo9X { top:97.6875rem;left:33.375rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuVCPd5RLd88yMes5SodwkPHPFFPkUwX { top:98.125rem;left:33.3125rem;width:14.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cut7Ta02gOkKZXvVzKrWGFAQfavVeC1R { top:102.1875rem;left:33.6875rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVlKrt1qSh1cxQ42vQHN9zkEnt5WWcyX { top:26.375rem;left:9.8125rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7V1Tb3879PdEoqpKTfVmndW3UJpTNE0 { top:28.5625rem;left:9.8125rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rRnIxCmxBgybNwo0DaR4SwtdOAL0f3 { top:33.25rem;left:9.8125rem;width:14.0625rem;height:3.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0GBhdtmghVkX9MqKhvoUAVUIOJge0rF { top:26.375rem;left:21.75rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHssSqKun88lhb1uC8TxLeTTBiH1QpkC { top:28.5625rem;left:21.75rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npN7PDWMd9LZg3TMH2aSW6sPJhDIxzqv { top:33.25rem;left:21.75rem;width:14.0625rem;height:3.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW6pVbnJTg53UTQcSBJOvJ1UpdoGxHow { top:26.375rem;left:33.6875rem;width:14.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwILKs9VU0g7Flz3iq9h66fVIoIyWsSC { top:28.5625rem;left:33.6875rem;width:14.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZaU2GMPVpE85XXHi4z2uceN8NMvGAV8 { top:33.25rem;left:33.6875rem;width:14.0625rem;height:3.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpqGphb0EscpOtbt42EDfsbHUUWnv9LF { top:21.8125rem;left:33.375rem;width:14.375rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxPQrxEwCgE1dt3GTveQGDKhQq4TLOFQ { top:109.6875rem;left:21.75rem;width:14.0625rem;height:5.3125rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI { display:block; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzabkPsaoKiBe0KRmb41gEVBPs9c9LH5 { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdKm4oSqON0bLk9c0lIewvTHdashFDnw { display:block; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { top:2.25rem;left:12.4375rem;width:22.3125rem;height:14.833345263202rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe00vOeFvtv6pH2pwGvId19Lui43xxb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { width:13.625rem;height:2.5rem;top:29.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block; }
 }@media only screen and (max-width: 763px) { #y4srxos60CnCc6Omdi7nwwU9StTah24T { width:13.625rem;height:2.5rem;top:29.875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block; }
 }@media only screen and (max-width: 763px) { #hFfxH0MsTyJ4lhyPegXxTPuvvlAUzJfg { top:2.3125rem;left:25.4375rem;width:22.3125rem;height:14.833345263202rem;display:block; }
 }@media only screen and (max-width: 763px) { #y73dbzA2t6huL0Lx3To3OAP4fpk25lX6 { top:2.25rem;left:0rem;width:22.3125rem;height:14.833345263202rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ygOA8LuytPuRZDO6TWwqC8EesfINzJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMS0ieHPUTLnnTMPNaN3zQJpqBtZO4r { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAhP4ETH0aQX3pLc81IRXUDaHXTnHlLq { width:13.625rem;height:2.5rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g12hkUzCQEmgqiDB5pmAx3fVadaCItVc { display:block; }
 }@media only screen and (max-width: 763px) { #eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm { display:block; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlPBWBWLMAPIuqTE2JGNBcD3qzKa6P9H { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { display:block; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { width:35.25rem;height:16.875rem;top:2.125rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { top:-0.0625rem;left:0rem;width:37.8125rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwHw8IdTZq272WEWyfdhgpcusMRtBPtJ { width:13.6875rem;height:2.5625rem;top:20.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1cdVRkxfTaF6UHEODet23vw6Rocd8W { display:block; }
 }@media only screen and (max-width: 763px) { #KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m { display:block; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiStREBkCXINQgF4qWoMDVO14VAI9PGE { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F { display:block; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATRMDpr4Ga6z0SqfoJ0zti8X5II15STM { width:38.5625rem;height:46.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZom8dchCGCCx0D9QeXKhDrTvBH7ZQxq { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQsXBt0Dz1Wvu7G3mmoKASGLmPTvNmkD { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZALM9n4ZpIoP6cs6A9rfwQpgJaL3GKX1 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah9wyuH8G3RTTzdbV9ZxrVhlNcAcJtdV { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmvXiD4OHTZUTAV7Quz8LgJ7TIeTXQn1 { width:32.9375rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpN86taocePDB40OEyeaheD7rbigxJLB { top:6.5625rem;left:0rem;width:34.375rem;height:33.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { width:17.0625rem;height:2.5625rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block; }
 }@media only screen and (max-width: 763px) { #TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k { display:block; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhUH0qe5OmapEJbXk3JFrLUw9JLMPLlO { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqX2QDBFOWizI0KeEdWzF2llHRLItQRh { display:block; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exHkNNDl356Tg9ZCaZL7E4pcHU2Tuz1H { top:3.8125rem;left:29rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsfO23Bxn7MOnLXw0SKq4VRhsyDSdy7H { top:3.8125rem;left:26.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGQQEmWTWXXLF6evZUiaXPUw42yTFzP { top:3.8125rem;left:22.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeqkNiSbUsTgKIP0sN8s25cmKktGGR4r { top:3.8125rem;left:19.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfJ3QGh08QnbmM9BflNmgMiiFyxrNwan { top:3.8125rem;left:16.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtmJzuQRu3ahekTeUyV8ilNlFpC1hXKl { width:47.75rem;height:7.1875rem;top:13.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8xqOrCBVE3rSOCUNc7gJEMIFKrpb3wP { width:15.1875rem;height:3rem;top:22.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKXCEFvqIbCHD9ggOHy8Bng29Gpqv9vi { display:block; }
 }@media only screen and (max-width: 763px) { #QLxxX4AyiTX2e2p4tT6eAPFuse2eFQTF { width:47.75rem;height:4rem;top:8.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkmEWlx5r3a58lT789NBJrLhRNMyLsiH { display:block; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTFTV6LRkyTrztafxoRb2fFSWiSqT56i { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acCBKx6v36QugDtVbwKZfxpvAAU3pvhV { display:block; }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MirusMScQpbz8cgN3TuBW7hBFhdavugv { top:11.1875rem;left:0rem;width:24.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbDTLgbgTwKaGbkUq4TChUNLzLE2TAb9 { top:11.1875rem;left:7.1875rem;width:24.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrpIM5Z3OK9HZBLsO7t4N3TGSfCyeKdh { top:11.1875rem;left:23rem;width:24.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maBavcilcL5IigBLgl7VZIira6mmKsr4 { top:12.875rem;left:0rem;width:17.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a973t0gpxA4uRrOwCmDVThRLEP6NF5CE { top:12.875rem;left:12.3125rem;width:19.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZzfaQTOScwsRKwTLKrOkGOCRET6wIgv { top:12.875rem;left:31.625rem;width:16rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHyUJOTJMgWTnMPZ96dTZ6lWnfKee43q { top:0.875rem;left:2.9375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cumf0V7aVTl3OsJfBz2XHivfTsERngDN { top:1.9375rem;left:35.65625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX0sKkhmIdJGvTFTfE0WMkG8cN5DargS { top:0.875rem;left:18.8125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u { display:block; }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8yqOAyE2HFgZmA0otVaqTTZmFp64ph1 { width:47.75rem;height:4rem;top:0.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7c32olIwo3XFuIwok1L4cTpzvdC791A { top:0.8125rem;left:7.34375rem;width:33.0625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elz55dXkJGGhl5b9MTrQTuk4MkGRUBCb { top:0rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK { display:block; }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQauUvch4h9mSWB2DXCV7k80s98F9VSW { top:0rem;left:0rem;width:19.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK5qQAKESevc8DzKBZSlN3dm9AZmZ7UD { top:0rem;left:11.9375rem;width:19.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1FWKmROLKvSs2JVMCuN3UpQfQRJxHw8 { top:0rem;left:27.8125rem;width:19.8125rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq { display:block; }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0KTkaEl89rIzINPLCNzKi4oBnb0HvuB { top:2.4375rem;left:12.125rem;width:35.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvZLyIBTkXDve2xSNxmB6PSRufyBzBz2 { top:4.75rem;left:12.8125rem;width:34.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwPTvfTy4gaBJb9dzfAzJaSzEhMJ6aST { top:6.6875rem;left:13.8125rem;width:33.9375rem;height:5rem;font-size:1.125rem;display:block; }#wwPTvfTy4gaBJb9dzfAzJaSzEhMJ6aST li:before{  }
 }@media only screen and (max-width: 763px) { #cuwaqnWESDOB7dkaqzlGvh7xvtuVLoUN { top:14.375rem;left:14.6875rem;width:33.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP20z1RXaRLsLAZF6O3GRUrGI8r61eTy { top:17.625rem;left:20.1875rem;width:27.5625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhzlCqd5e7ctE2gUx97TySgDOmf8JZyx { top:24.3125rem;left:14.6875rem;width:33.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvBApNkETQpgK85tM0N5J4opTUvNHyZh { top:16.5625rem;left:13.8125rem;width:29.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puUDnWRVQtdSnv6KXdeapa7BnqLkQi0A { top:2.4375rem;left:0rem;width:34.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH1tQnFB86iT1nhUhsT9WvCAHXDSlcGg { top:24.75rem;left:0rem;width:34.125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSSzNbW7ffDVO8F82cVE2OvDKFFWBUHa { top:12.25rem;left:14.6875rem;width:33.0625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 { display:block; }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7Usk5ZwTc65Q5lK7QidAFaysXMzeLGb { width:12.25rem;height:3.4375rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrJahy2nNW7gmE75nwr9WuNdfmbhvokn { display:block; }
 }@media only screen and (max-width: 763px) { #MefsRc7wMIFtSxgEBcRXsizzLOlWXZ8D { width:12.25rem;height:3.4375rem;top:4.25rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flDw9JMKTcPrtiKcPgyOXudpZ8nCQBTm { display:block; }
 }@media only screen and (max-width: 763px) { #cLvEeQM1mTDGxrtL612qtZdTsuHFf7cZ { width:12.25rem;height:3.4375rem;top:4.25rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7v8nOBK7T4bcWhpmUwk2DiNrn947oqt { display:block; }
 }@media only screen and (max-width: 763px) { #VtrvRviVdMqs1RKoweqJxTVpqlaFx3E3 { width:12.25rem;height:3.4375rem;top:4.25rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUXEm9f5E7MNxnwdBZG4k3n9ADJrTFUe { display:block; }
 }@media only screen and (max-width: 763px) { #rtl4LK7cIxnu8wkUkFuoS6XPTKDZ8G4L { width:12.25rem;height:3.4375rem;top:4.25rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #et617MmKZQte1GSAHkhBHw373dugevHQ { display:block; }
 }@media only screen and (max-width: 763px) { #lVgZSV6HaSwN2BLh5fHzvu2wTqfvyvsP { top:0.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8EZXhdETsBEImQ62aQ6tq1FdVTy841E { display:block; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R04TxZDAG8l1WRRpWVXt3mW5B96sarq6 { width:16.0625rem;height:10rem;top:9.0625rem;left:4.3125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrsbhMF64NvJWVJ3mLTKP4M0ynW9Ongy { width:26.375rem;height:7.1875rem;top:10.4375rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir4g7tIZoxWsq7Ti2O5Ou2LJLFSXbsuF { width:47.75rem;height:4rem;top:19.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6UwSAFpgRCmDziqlkaf081fWB4zdTlr { width:18.75rem;height:3.75rem;top:25.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6IJ6wRX6aOFPRtEfkyi3Ry3zthem0K { display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:47.75rem;height:4rem;top:1rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #gxtQmTdQBOaTP7aDvwbLWibUDZfIaxWX {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Wg2FFDGk3VT7PFifO5IiK70t3wOy45QA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Vmbh8NzclG4CdIGtOh5FkbQKiGVFLuu4 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #S4MeByuLA5clKIARD0r80TQehJG97H5o {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JB0F7GqHym4M1n3FTDLQQPMSfbL4SQZ5 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #siBTEASv8Ti7oRTNEUT9OxzLIbP6XnxA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #RTqIWgycC0qKHP43xKb5ZKyO7hICvR83 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Zr6x5sNtMTasX02SleyQIuvDSlBN0CFp {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fTcu639uyt4PfLeRifgOibGuu2SchaGJ {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MPkfStmUI4tz1PuQKUw9mREzCw2k9Il6 {  }
 }@media only screen and (max-width: 763px) { #FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy { display:block; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-regular-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-button { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.75rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-checkbox-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98  { width:29rem;height:auto;top:2.875rem;left:16.25rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 {display:block;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 { width:29rem;height:auto;top:2.8125rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #VNnOLCrHxOAvy0Im8vUrBJPDvGWdoR1r {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #rwR9ioXqMweTP87cgaltZ3TNCezxXETp {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #OTSZi2EoCeG8NLqfHdb7UlMFvITuhBpR {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #nU4bQ2iRwAEceW45u0w1mho2vxDG7eO7 {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #so724ebsogT9BNNfX3ibtZvIReKot4fc {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #L7JGBQUWGwlUqIMA1W91OH1UEliV7qkT {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #AZoITCXdJslLKucocOn3b1E3c68M2idR {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #bRt9J7kymHdyy8BnpltWQU6tIvBvCudh {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #i0BJ6ztpbHU6ydCwNxny4QTPIyJ5o9D5 {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #fbZVsTgCAVupyMoxzhyRgxooJboyXBDU {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #DiwERqLcrLRwUNG3TQF4zNJhS0oVEufK {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #WlLDza3kltQmSKWJQ2Z2BR5SpiQQH2cu {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #IMvTSvTy2wgZF7xD70RoSs8Tt8HRrBlO {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #Z1y8PaV6B1VwUgkAUPgdZ0DzIAC7Qfse {  }
 }@media only screen and (max-width: 763px) { #TGCiIGh4UDFC5uXqaQR8eMQQSeV2ZA6H { width:27.625rem;height:5.5rem;top:10.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4wPVxnBTFcx69F5PxO6ugWXmpp1AKN { width:33.3125rem;height:3rem;top:21rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xehFryBFZEQSBlur98287GuZom7ZKyc3 { width:30.9375rem;height:3.75rem;top:5.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbw6nbRAx1ToMVfXQOQWSwNNur1QXBnb { width:33.875rem;height:2.5rem;top:17.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCB9LDxlkOR6Tue5guDePg2WlOHZ1zXb { top:3.6875rem;left:17rem;width:29.25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcbagoUGuwi7xzbBcoVFJVKqyaFv5EwZ { width:12.6875rem;height:3rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9GA2EgXOiGdCiUrB80qVmvy4LrdrElT { display:block; }
 }@media only screen and (max-width: 763px) { #NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe { display:block; }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuFbGo7b6nEJG7NoCrPIgvrcqgvuQ26y { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAqO5El65foEvS8HKm6t7VRxdMqOND5H { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9F0tb4HirNTS7g10pIFuPevCT5xXQl { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnk4PM5DGU7BTnlKUmxaKeRJIogDDdH6 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxaukvgu6VqKlwsA2GikaWOe5qIHNTH8 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seqzS08IyDETT5WeeKh9DH9HdcatQpuc { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdJ5h7RxeSttFuwVJBTEP17TpTBuKNvp { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQRbAtoCSfF9WgX1TdHHHKxiOKAooyml { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9TNT8mdOZmdfG6ETwcMfUeC3ghOxwTh { width:11.1875rem;height:2.4375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCZqOHTE4k3XIlqhh250hN7GGLr19fvD { display:block; }
 }@media only screen and (max-width: 763px) { #NegpmnhSURNZkdcfnvMQwsgnnUGI7GJ0 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK4n2KtdWovGVGIdPTUSnJTWiGp6ZUbl { width:11.1875rem;height:2.4375rem;top:10.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOkUJzwMSD9hqaATT8Kp8wKFXg7ATZxK { display:block; }
 }@media only screen and (max-width: 763px) { #ZSaXZ8mDnqIs1a9eCFCkvUWsseUWzGTs { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiNrZMWCct8KmJ9cMNa3avW35zhoU4VX { width:11.1875rem;height:2.4375rem;top:10.3125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPJKOSNnq5AcaR0asnyEIs1poOK9zIF { display:block; }
 }@media only screen and (max-width: 763px) { #AaBMz3zX8loopQeKv4OEqKSWl9MgIoUp { width:11.1875rem;height:2.4375rem;top:10.25rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrrTSgflx9lqqD3q58VFlmZdDJoByg87 { display:block; }
 }@media only screen and (max-width: 763px) { #JIHuVUTObuHmuRDCOTcgDMfc8qWMItAv { width:11.1875rem;height:2.4375rem;top:10.25rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR9z9Slql5ewMyxZQ3hb8PMNu9JgS2ml { display:block; }
 }@media only screen and (max-width: 763px) { #G6PyVUz8ITJdtou40GCKV40qaflM2OTD { display:block; }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5itDyPXaMoPQpRLbnmp6fibqA6qpP4v { top:2.375rem;left:18.3125rem;width:11.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ { top:9.0625rem;left:21.3125rem;width:2rem;height:2rem;display:block; }
#sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fWShRwL4TlGrTeWUwusaofvT1zuyDQlt { top:9.0625rem;left:24.5rem;width:2rem;height:2rem;display:block; }
#fWShRwL4TlGrTeWUwusaofvT1zuyDQlt > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF { display:block; }#DNDPdG5tvPbDEqXZAim4ves7fCJ1GVTF > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1ESfbeb3GXTUpgLK58MJT13zwxWKt3S { width:6rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmIgIyVnHsyP63K1VIrlV62KZPOeoUwD { width:7.75rem;height:1.875rem;top:0.8125rem;left:11.6875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fd4TwG4vwGI1wyg6dZDUJNkTpvQo3kQe { display:block; }
 }@media only screen and (max-width: 763px) { #EuO1SuyJ7vz3a50VIToAWDcw4isUEkJV { width:7.75rem;height:1.875rem;top:3.375rem;left:11.6875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tfqp03JerLOGgQR4iFHCTUbTnL0JIsEc { display:block; }
 }@media only screen and (max-width: 763px) { #RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 { background-color:#f69ba0;background-image:none;display:block; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container { background-color: transparent; background-image: none; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container > .video-iframe-container { display: none; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row > .video-iframe-container { display: none; }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .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); }#RU9KQnCOxZ0yt9u7urGTqLtB46Fligt6 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3eNBxaMfPnFJ3MsOtzVN6Ze3KTzGknc { width:17.625rem;height:2.43815rem;top:0.328125rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0df75a85-7147-4cad-b87e-41bf7cc7b7a9/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.adaptive-delivery-prevent-bg, #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.lazyload, #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.lazyloading { background-image: none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container { background-color: transparent; background-image: none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container > .video-iframe-container { display: none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row > .video-iframe-container { display: none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .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); }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container { border-width: 0; border-radius: 0; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwOMG197J6I6KwGg1mERG3gJtNlgOUJd { width:20rem;height:4.375rem;top:7.5rem;left:0rem;font-size:2.1875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BplV3IMnRDUPS8J0evrvnZi41aElTJSD { width:20rem;height:1.875rem;top:4.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-text.counter-number { padding-top:0.35125rem;padding-right:0.311875rem;padding-bottom:0.35125rem;padding-left:0.311875rem;width:1.870625rem;min-width:1.870625rem;height:1.889375rem;font-size:1.40625rem;line-height:30.23px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.219375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.49375rem;height:0.746875rem;font-size:0.5275rem;line-height:11.95px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 { display:flex;width:14rem;height:3.55810625rem;top:14rem;left:2.5537109375rem;padding-top:0.439375rem;padding-right:0.445625rem;padding-bottom:0.439375rem;padding-left:0.445625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #L7y3N6M41oRkGQfI7hLDaTK2ZrJ8FHDK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #Gh1aSBPiRzZgu2ng9zQQRBSnk18F6kb5 {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #DelPIe573xHWvyl4Mr7lhcdzLqVCxJoz {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #pR56k0o73e3KznymvAR4vZ02NXtzsWhI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #zSdKPgT7sSqBXNGdwm83Q3zVShZG8rkU {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #HUNqS7ic16MvSEMs51NTqex96Pa4Q2mc {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #gbT3fUIABlVJAnDVIqTwrXTdpRQDSTks { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #vpEGWUyTK30oqfJT2uS1EqQ3wZH38O3I {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #WqTlvBZosNbBWkTkMovsPvRla4HcReIS {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #p5sLIMBEZlWxgFNfT2N8yZBTTuJLlqxc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #kftp23oKWcSxAIaE4V3XG3aTGKorBtfF {  }
 }@media only screen and (max-width: 763px) { #OTGhzd7zTIFBTKMOQFgoTEcPo1WXwAk0 #faLkuMQ7lAQK5NKZHcAdUiWCmTCA97Jw {  }
 }@media only screen and (max-width: 763px) { #bzOqVpvILdEO58aH3EHyGdcAHnlDaLNo { width:20rem;height:21.6875rem;top:19.685566896057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhi1PmyzqsSrTvJRVWChzLKDOIR3J2y6 { width:20rem;height:32.5625rem;top:19.684836387634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 { background-color:#f69ba0;background-image:none;display:block; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container { background-color: transparent; background-image: none; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container > .video-iframe-container { display: none; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row > .video-iframe-container { display: none; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .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); }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSI72GD1svMUXKCoNgFf7IXiMemNBCfE { width:20rem;height:1.9939625rem;top:1.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz { display:block; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqcFf6zOnBqvPcWomU5r8ddxfHBVxTx2 { width:20rem;height:21.09375rem;top:17.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsRTbTgi2VvRcfpgZr9sysAWDviKeZog { width:20rem;height:1.5rem;top:1.22607421875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDmutduEHxu45GnPGZ4Sk0duWvBp4ItE { width:20rem;height:13.3125rem;top:3.60107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgBUFae1tOJMh7PrOt4Ubs5Bifr5X5mb { width:18.75rem;height:3.75rem;top:40.375rem;left:0.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #DMH52UCIE23O3206m5Fbk5gpikia8KdV { display:block; }
 }@media only screen and (max-width: 763px) { #eVEKiqPXeuOzww4NstVSGqeD8RTDG8mr { width:18.75rem;height:3.75rem;top:44.0625rem;left:0.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #EsMtx7scWOBrq7yUsCWJZqyF23Awaruq { display:block; }
 }@media only screen and (max-width: 763px) { #bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz { background-color:#f69ba0;background-image:none;display:none; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VGXibBzEaumtkWDutJqCHpXNHK6QzTdW { width:20rem;height:3.98763125rem;top:0.75032448768619rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ { display:none; }#ku6ZvmKTpdBEdOvNT0LtaBT2y4ppgqOQ > .row .container { width:20rem;height:463.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bkypb2iKEyXCcmdKKTKT2WeZ5qwEwlLq { width:14.375rem;height:18.125rem;top:43.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6WaCRocvb9Cl7R4m6WtcuKCkFIKfLzg { width:14.375rem;height:3.3125rem;top:61.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6tKJ7bKf9kH7cer8zD9kAVZJR2Bt53m { width:14.125rem;height:1.462675rem;top:41.25rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FETM5HbsSNAt9nA4Q4Xfdn6pzqlUZUBm { width:14.375rem;height:2.625rem;top:116rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKQZR6TvePOK3JrPUc5xaV4JywbpwGQL { width:14.0625rem;height:2.92535rem;top:61.5625rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5BkuMlVArHzkkeeAEIZzvMlurgIfeZn { width:14.375rem;height:18.125rem;top:80.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zQenuXmXyOeogST57bnThimlTEUiDt { width:14.375rem;height:3.625rem;top:98.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBmGlG35iacMCqnGt7uKqzCmLFWPNbfc { width:13.8125rem;height:1.462675rem;top:78.5625rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsTN6dA8svkeyOfU2T4KUn8pFGFDfdDA { width:14.375rem;height:2.625rem;top:116rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EufC4zVJuDtucGSG3TwH23lKeKp1Kt8H { width:13.75rem;height:2.92535rem;top:99.125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLyAMeItTIvSxBNiV0y5kVWGCffFLplT { width:14.375rem;height:18.125rem;top:118.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy7gzebipNT1F2pCKMeCLEVEJFgitKx0 { width:14.375rem;height:3.625rem;top:136.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnErOwZClObQ1F57TQRq5i3ScEu8uyx2 { width:13.8125rem;height:1.462675rem;top:116.5625rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLawxyPsF2yVt8AF6pJltNcPhpBuRvZT { width:14.375rem;height:2.5rem;top:78.125rem;left:2.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #U8FJSCswXTaVGFUcBdKxtQAbiEnNeO3G { width:14.3125rem;height:2.7615rem;top:137.125rem;left:2.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wD4geDM21viZNEIbQaTroUTlb1byZyqu { width:20rem;height:3.75rem;top:457.81143569946rem;left:0rem;z-index:15039;background-color:#9f7966;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JHf8z3hALay3gevV7DmIulyTCUoWBkHA { display:block; }
 }@media only screen and (max-width: 763px) { #xHbDiakq7mGEXU7EdLGnZtOgIu2zTqSQ { width:14.375rem;height:2.625rem;top:1.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2DiTOqcaGSAwWWGAeft2fOWvixUWE9y { width:14.375rem;height:18.125rem;top:3.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIm6G7H40h0pLPLg7Xuran24Q9LyzgNH { width:13.9375rem;height:1.462675rem;top:1.8125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPOrhbvrxSNR3qPDCFIXKTceebw5gRPZ { width:14.375rem;height:3.75rem;top:22.0625rem;left:2.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qhn5oBs2HBZxXwMLIyCifu0MTg8GcsAF { width:14.5rem;height:2.92535rem;top:22.4375rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a45xN0EqXrgkoEQPD7T6eOQIoZOacMzJ { width:14.0625rem;height:2.11263125rem;top:26.75rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpTH4enf0W72ZZV4rARagfnPQq0HopAN { width:14.0625rem;height:3.65668125rem;top:34.0625rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVgfVbEJGU3maOl7VfU31l3NJ530kMM6 { width:14.0625rem;height:3.41161875rem;top:29.7763671875rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTZQgpQxDRPmQF4h0Lu0E56MzHT0dz0c { width:14.375rem;height:2.625rem;top:153.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzszIskox4KcTi66KW85KU3k6n0J4pN { width:14.375rem;height:18.125rem;top:156.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ7HidfEr5J0UusUmihaGdJlceGqC1Jo { width:13.9375rem;height:1.462675rem;top:154.375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dC0fuEVOFHxlFyRq9PqfyNMrriWkEgP6 { width:14.375rem;height:3.75rem;top:174.625rem;left:2.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #OwTIqKX03r3yEC9f0Wpz7de3mhw8CKmT { width:14.5rem;height:2.92535rem;top:175.0625rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAmAO74FBu6GXn2D8nwXBK2Vc3EmfSgL { width:14.0625rem;height:1.0563125rem;top:179.25rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raUTTwdnTa7MXlwe03GyBexe8EmRozTn { width:14.0625rem;height:3.41145rem;top:181.5625rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIB8aeGQXF5z8iBbQJHnOEAGizROV6f2 { width:14.0625rem;height:3.65668125rem;top:186.25rem;left:2.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFWqbsVnxgU2wtHkBaIDIGPk8AyiVQlv { width:14.0625rem;height:0.7313375rem;top:170.3125rem;left:3.1875rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLzcAFo1daTUNb0p61AcTQq9kpb8uBQl { width:14.375rem;height:2.625rem;top:192.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Qt5phAOIz9c5I25eQ9yaWkbRToiT9K { width:13.9375rem;height:1.462675rem;top:193.375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHPcCCJhVDFwFheT0hLuR0ChvrlZ66pW { width:14.375rem;height:18.125rem;top:195.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCy5LwMX1FGobzFB23a3O06sc97CCdgZ { width:14.375rem;height:3.75rem;top:213.625rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fBolTSSM77ifVWO42R3HvT1k524Ikq26 { width:14.5rem;height:1.462675rem;top:214.75rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrQilNc9xcMVb400ONulc2bq4VkdrS0T { width:14.0625rem;height:1.0563125rem;top:218.3125rem;left:3.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nW5VF0HX1Pm7DcSCe3NlFE3TK1qWN1gJ { width:14.0625rem;height:3.41145rem;top:220.625rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meC7JIqrwcu4eOQ4C0LT8scT3yCBNtvX { width:14.0625rem;height:3.65668125rem;top:225.3125rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkmNxw20DtHKBUQFP4ISzWXZUMT3usai { width:14.0625rem;height:0.7313375rem;top:249.9375rem;left:2.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rt67ZNqcTk8L075wDfb5oBuLKnz7JJvK { width:14.375rem;height:2.625rem;top:232.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOKyhUT4fxVTkElUGJdolJxSrQTrKtWW { width:13.9375rem;height:1.462675rem;top:232.8125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypcog8mLhWhxEq2st4yU2i4Z1iqs7fqI { width:14.375rem;height:18.125rem;top:234.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dokNDTvK1SCketyPID9gdTKcEuUwunbc { width:14.375rem;height:3.75rem;top:253.0625rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uhhiHAGZxA9JEe6OGygpdpCe97TTX2l9 { width:14.5rem;height:2.92535rem;top:253.4375rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Br38zHSQHfqtX08sQ446gLAqXLrGCOO7 { width:14.0625rem;height:1.0563125rem;top:257.625rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJGCrLB7RVht8BhlG2BMQDJ7lex0THoy { width:14.0625rem;height:3.41145rem;top:259.875rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzrUHBJtP3T3XuGc2FnJhT0ZtduzfvbT { width:14.0625rem;height:3.65668125rem;top:264.5625rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMSixdO4uULHqH114UfDam26EirFJe55 { width:14.0625rem;height:0.7313375rem;top:272.125rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlcrFDPiXavGKwU66zQn0JD64i7chnqV { width:14.375rem;height:2.625rem;top:271.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW1TMQ1SCdiH70UvgHf1GUGwSF3MIv25 { width:13.9375rem;height:1.462675rem;top:271.8125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zshz3J2lOHXgS9bIfF9nQyxw7VZSh1X7 { width:14.375rem;height:18.125rem;top:273.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwXs7ASXy1caEqS2aiVkuOCkMMc8OwO { width:14.375rem;height:3.75rem;top:292.0625rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FTRCWuHeHrRwRsrJarfJThcNkdvJkO2q { width:14.5rem;height:2.92535rem;top:292.5rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NU96TBMhK83s30pXfRhrS6BMm1daDDRi { width:14.0625rem;height:2.11263125rem;top:296.5rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kyndoZwhmAnKNcNGsUzB1dOoyeKJPWfE { width:14.0625rem;height:3.41145rem;top:299.625rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtMmgVxzNgkqT0OCDu2ZT47fhIoC8hVz { width:14.0625rem;height:7.3941875rem;top:390.5625rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8fomGguaRldcdrtFc40BaXzlJthlmnm { width:14.0625rem;height:0.7313375rem;top:393.875rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vyo7vVbxz4mGynsC6CVBC9Z9eztrR9rs { width:14.375rem;height:2.625rem;top:310.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVLuzhmhRrRBXecx1RzU9MzwTxh7Qu9k { width:13.9375rem;height:1.462675rem;top:311.1875rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHwNrT08IpTHXR9yV1Lo6zxq87opRTPf { width:14.375rem;height:18.125rem;top:313.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aET2f4qi17wl8NBC2sXoTcFFufyAdZr6 { width:14.375rem;height:3.75rem;top:331.4375rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #CN3lXbTSGXvUXtAaAsAyAB1S8R80J6Rr { width:14.5rem;height:2.92535rem;top:331.8125rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3Lbm7SFk93XlqrkMpNRe7P2GCHgABDX { width:14.0625rem;height:2.11263125rem;top:336.125rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TM7PzS7fhOVJ7Fv7Lyz4NTHFZcXCPaIb { width:14.0625rem;height:3.41145rem;top:339rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozWy9C5CPZTV5GiL92q5lDRFT8dlFwJq { width:14.0625rem;height:4.38801875rem;top:343.5rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hO7pc9oU9iTdOqcayIKGTDXDHDraXXCQ { width:14.375rem;height:2.625rem;top:351.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D77yr5JNsC7ISw7rHsL2EkxiH7ahnunp { width:13.9375rem;height:1.462675rem;top:351.75rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsRsb2wXmQqDpe2J9HQQ6n2HA8UJd7tU { width:14.375rem;height:18.125rem;top:353.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozXQwwdVfk0NgksLpS0KNRlEFZnNcmhE { width:14.375rem;height:3.75rem;top:371.875rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xk25J79Bb8r6PX89n7c0FJt6GsRAlt7z { width:14.5rem;height:2.92535rem;top:372.3125rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBrd59diDZmIwLWOouwwGBmDx94uozRK { width:14.0625rem;height:1.0563125rem;top:377rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgQomFttKuHIbi2OotA5y2PXOcNFT3gy { width:14.0625rem;height:3.41145rem;top:379.3125rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtLgoTxf9ww5WG9P76T0uWreXuq74AF0 { width:14.0625rem;height:3.65668125rem;top:383.9375rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSOww73BlmQUVNL3G5TiV60NqFGgm1bD { width:14.375rem;height:2.625rem;top:390.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTrEtB7SSM3cnu9Xm5NkB3TF4BOZJqs { width:13.9375rem;height:1.462675rem;top:391rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJTrZhtEPLnVnQqBBV2F8mz5Kr7EN9Re { width:14.375rem;height:18.125rem;top:393.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXWIg9NSEZ3y4GmVQUxpPJCEN0Bsu4CS { width:14.375rem;height:3.75rem;top:411.25rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gIR4Ho5OofJhqcduLT4fWdH82Tuhr3UB { width:14.5rem;height:2.7615rem;top:411.75rem;left:2.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihKtOq6iumnEkahre2qM2bBHfTsU17dt { width:14.0625rem;height:1.0563125rem;top:415.625rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SXAzzU8bPA54JAwhoTNhzbNXk94IlSkm { width:14.0625rem;height:3.41145rem;top:417.9375rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pk5poNiTrXkf0vG58hhTzvc9TQxkJdOi { width:14.0625rem;height:3.65668125rem;top:422.3125rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVsQewd8pwpfN5Jtxdm5XMLsrCnbq1kA { width:14.375rem;height:2.625rem;top:429rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3sfwl8oagU4hGFGceMMikaL0eavo3kZ { width:13.9375rem;height:1.462675rem;top:429.4375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0D67o8nmZhlx6ynMTF0XfdTdIoMg3gB { width:14.375rem;height:18.125rem;top:431.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5LaQwE5wFlZHqpNlkfCR5Po1nAlRo9X { width:14.375rem;height:3.75rem;top:449.6875rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xuVCPd5RLd88yMes5SodwkPHPFFPkUwX { width:14.5rem;height:2.92535rem;top:450.0625rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cut7Ta02gOkKZXvVzKrWGFAQfavVeC1R { width:14.0625rem;height:2.11263125rem;top:454.125rem;left:3.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVlKrt1qSh1cxQ42vQHN9zkEnt5WWcyX { width:14.0625rem;height:1.0563125rem;top:65.625rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7V1Tb3879PdEoqpKTfVmndW3UJpTNE0 { width:14.0625rem;height:3.41145rem;top:67.625rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7rRnIxCmxBgybNwo0DaR4SwtdOAL0f3 { width:14.0625rem;height:3.65668125rem;top:71.625rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0GBhdtmghVkX9MqKhvoUAVUIOJge0rF { width:14.0625rem;height:1.0563125rem;top:103.1875rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHssSqKun88lhb1uC8TxLeTTBiH1QpkC { width:14.0625rem;height:3.41145rem;top:105.1875rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npN7PDWMd9LZg3TMH2aSW6sPJhDIxzqv { width:14.0625rem;height:3.65668125rem;top:109.4375rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW6pVbnJTg53UTQcSBJOvJ1UpdoGxHow { width:14.0625rem;height:1.0563125rem;top:141.3125rem;left:3rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwILKs9VU0g7Flz3iq9h66fVIoIyWsSC { width:14.0625rem;height:3.41145rem;top:143.3125rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZaU2GMPVpE85XXHi4z2uceN8NMvGAV8 { width:14.0625rem;height:3.65668125rem;top:147.25rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpqGphb0EscpOtbt42EDfsbHUUWnv9LF { width:14.375rem;height:2.5rem;top:40.875rem;left:2.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZxPQrxEwCgE1dt3GTveQGDKhQq4TLOFQ { width:14.0625rem;height:3.65668125rem;top:304.125rem;left:3rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI { background-color:#f69ba0;background-image:none;display:block; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container { background-color: transparent; background-image: none; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container > .video-iframe-container { display: none; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row > .video-iframe-container { display: none; }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .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); }#GB0lGf5Rl7r67uCDHPWJHUwzIL9JnGsI > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzabkPsaoKiBe0KRmb41gEVBPs9c9LH5 { width:20rem;height:1.9939625rem;top:1.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tdKm4oSqON0bLk9c0lIewvTHdashFDnw { display:block; }#tdKm4oSqON0bLk9c0lIewvTHdashFDnw > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { width:20rem;height:2.5499125rem;top:1.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkQHAAmPht7tvkvZ5GFpP9Q4gRrRp4v3 { width:20rem;height:6.79904375rem;top:17.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0wG1PS4dwh3R6glIW96b4JSsdtdDemL { width:19.875rem;height:13.25rem;top:3.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe00vOeFvtv6pH2pwGvId19Lui43xxb { width:19.9375rem;height:2.5499125rem;top:29.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAIxla9F1ppfuLHwoPh3V6eXtCZrEO4N { width:20rem;height:6.79904375rem;top:45.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOzBe4Wf2iKeRCkS3K2lwSgCcrxPSExH { width:16.25rem;height:2.5625rem;top:25.0625rem;left:1.875rem;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block; }
 }@media only screen and (max-width: 763px) { #y4srxos60CnCc6Omdi7nwwU9StTah24T { width:16.25rem;height:2.5625rem;top:53.3125rem;left:1.875rem;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block; }
 }@media only screen and (max-width: 763px) { #hFfxH0MsTyJ4lhyPegXxTPuvvlAUzJfg { width:20rem;height:13.296089385475rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y73dbzA2t6huL0Lx3To3OAP4fpk25lX6 { width:20rem;height:13.295995754131rem;top:60.958706855774rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ygOA8LuytPuRZDO6TWwqC8EesfINzJ { width:20rem;height:2.5499125rem;top:58.444011688233rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqMS0ieHPUTLnnTMPNaN3zQJpqBtZO4r { width:20rem;height:6.79904375rem;top:75.469832324219rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAhP4ETH0aQX3pLc81IRXUDaHXTnHlLq { width:13.625rem;height:2.5rem;top:83.518332324219rem;left:3.1875rem;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g12hkUzCQEmgqiDB5pmAx3fVadaCItVc { display:block; }
 }@media only screen and (max-width: 763px) { #eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm { background-color:#f69ba0;background-image:none;display:block; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container { background-color: transparent; background-image: none; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container > .video-iframe-container { display: none; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row > .video-iframe-container { display: none; }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .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); }#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlPBWBWLMAPIuqTE2JGNBcD3qzKa6P9H { width:20rem;height:1.9939625rem;top:1.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa { display:block; }#ONQis2xeRTWeTPSGRbkyqvCqxD9Rxmsa > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { width:20rem;height:22.4935rem;top:14.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqZUxd3nP7nxzr8lSEIXD3L4n3AyBLcq { width:20rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwHw8IdTZq272WEWyfdhgpcusMRtBPtJ { width:13.6875rem;height:2.5625rem;top:37.6875rem;left:3.15625rem;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1cdVRkxfTaF6UHEODet23vw6Rocd8W { display:block; }
 }@media only screen and (max-width: 763px) { #KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m { background-color:#f69ba0;background-image:none;display:block; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container { background-color: transparent; background-image: none; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container > .video-iframe-container { display: none; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row > .video-iframe-container { display: none; }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .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); }#KAmSwJ6ReTQRCIiJ4q8wE5RNehGQZM2m > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiStREBkCXINQgF4qWoMDVO14VAI9PGE { width:20rem;height:1.9939625rem;top:1.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F { display:block; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F { background-color: transparent; background-image: none; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container > .video-iframe-container { display: none; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row > .video-iframe-container { display: none; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F { border-width: 0; border-radius: 0; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container { width:20rem;height:52.8125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70c5c2e4-52c6-41da-8d38-854122b245ad/18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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;position:relative;display:block; }#ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container.adaptive-delivery-prevent-bg, #ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container.lazyload, #ed3PUnFAOEsuJG2T7C4s40Aentv4FC9F > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ATRMDpr4Ga6z0SqfoJ0zti8X5II15STM { width:20rem;height:52.875rem;top:0rem;left:0rem;background-color:rgba(28,28,28,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VZom8dchCGCCx0D9QeXKhDrTvBH7ZQxq { width:0.5rem;height:0.0625rem;top:0rem;left:17.375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KQsXBt0Dz1Wvu7G3mmoKASGLmPTvNmkD { width:0.5rem;height:0.0625rem;top:0rem;left:16rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZALM9n4ZpIoP6cs6A9rfwQpgJaL3GKX1 { width:0.5rem;height:0.0625rem;top:0rem;left:19.5rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ah9wyuH8G3RTTzdbV9ZxrVhlNcAcJtdV { width:0.5rem;height:0.0625rem;top:0rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmvXiD4OHTZUTAV7Quz8LgJ7TIeTXQn1 { width:19.8125rem;height:1.70605625rem;top:1.44482421875rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpN86taocePDB40OEyeaheD7rbigxJLB { width:19.3125rem;height:44.17853125rem;top:3.69580078125rem;left:0.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MPe3fsyv8Zv38570TTGqDCHZ0shHfx1Q { width:16.5rem;height:2.5625rem;top:48.75rem;left:0.375rem;color:#ffffff;background-color:#f69ba0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsEED7XVxuuSyvgJAZNb15ttIkBWS4pL { display:block; }
 }@media only screen and (max-width: 763px) { #TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k { background-color:#f69ba0;background-image:none;display:block; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container { background-color: transparent; background-image: none; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container > .video-iframe-container { display: none; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row > .video-iframe-container { display: none; }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .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); }#TuNxRKNwGEuIobRAv2ueXnXIhvsosM3k > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhUH0qe5OmapEJbXk3JFrLUw9JLMPLlO { width:20rem;height:1.9939625rem;top:1.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AqX2QDBFOWizI0KeEdWzF2llHRLItQRh { display:block; }#AqX2QDBFOWizI0KeEdWzF2llHRLItQRh > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exHkNNDl356Tg9ZCaZL7E4pcHU2Tuz1H { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:13.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FsfO23Bxn7MOnLXw0SKq4VRhsyDSdy7H { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #JvGQQEmWTWXXLF6evZUiaXPUw42yTFzP { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OeqkNiSbUsTgKIP0sN8s25cmKktGGR4r { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:6.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #KfJ3QGh08QnbmM9BflNmgMiiFyxrNwan { display:flex;width:1.5625rem;height:1.5625rem;top:2.0625rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #CtmJzuQRu3ahekTeUyV8ilNlFpC1hXKl { width:19.875rem;height:13.49609375rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8xqOrCBVE3rSOCUNc7gJEMIFKrpb3wP { width:16.25rem;height:2.5625rem;top:25.1875rem;left:1.875rem;color:#ffffff;background-color:#f69ba0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKXCEFvqIbCHD9ggOHy8Bng29Gpqv9vi { display:block; }
 }@media only screen and (max-width: 763px) { #QLxxX4AyiTX2e2p4tT6eAPFuse2eFQTF { width:19.8125rem;height:4.60069375rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkmEWlx5r3a58lT789NBJrLhRNMyLsiH { background-color:#f69ba0;background-image:none;display:block; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container { background-color: transparent; background-image: none; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container > .video-iframe-container { display: none; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row > .video-iframe-container { display: none; }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .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); }#EkmEWlx5r3a58lT789NBJrLhRNMyLsiH > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTFTV6LRkyTrztafxoRb2fFSWiSqT56i { width:20rem;height:5.9818875rem;top:0.7509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #acCBKx6v36QugDtVbwKZfxpvAAU3pvhV { display:block; }#acCBKx6v36QugDtVbwKZfxpvAAU3pvhV > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MirusMScQpbz8cgN3TuBW7hBFhdavugv { width:14.5625rem;height:1.29936875rem;top:10rem;left:2.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbDTLgbgTwKaGbkUq4TChUNLzLE2TAb9 { width:14.5625rem;height:1.29936875rem;top:26rem;left:2.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrpIM5Z3OK9HZBLsO7t4N3TGSfCyeKdh { width:14.5625rem;height:1.29936875rem;top:42.3125rem;left:2.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maBavcilcL5IigBLgl7VZIira6mmKsr4 { width:16rem;height:2.5987375rem;top:11.25rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a973t0gpxA4uRrOwCmDVThRLEP6NF5CE { width:16rem;height:3.8981125rem;top:27.25rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZzfaQTOScwsRKwTLKrOkGOCRET6wIgv { width:16rem;height:1.29936875rem;top:43.5rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHyUJOTJMgWTnMPZ96dTZ6lWnfKee43q { display:flex;width:10rem;height:10rem;top:0rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Cumf0V7aVTl3OsJfBz2XHivfTsERngDN { display:flex;width:8.0625rem;height:8.0625rem;top:33rem;left:5.96875rem; }
 }@media only screen and (max-width: 763px) { #oX0sKkhmIdJGvTFTfE0WMkG8cN5DargS { display:flex;width:10rem;height:10rem;top:15.4375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u { display:block; }#saOVwVBQCfTDoiH1VmZ6lZtSLzNLt61u > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8yqOAyE2HFgZmA0otVaqTTZmFp64ph1 { width:20rem;height:6.7496875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L7c32olIwo3XFuIwok1L4cTpzvdC791A { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Elz55dXkJGGhl5b9MTrQTuk4MkGRUBCb { width:20rem;height:0.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK { display:block; }#ZzI9NTILURSlBIwozi3RZhUmkxzeNRtK > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQauUvch4h9mSWB2DXCV7k80s98F9VSW { width:19.8125rem;height:24.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK5qQAKESevc8DzKBZSlN3dm9AZmZ7UD { width:19.8125rem;height:24.8125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1FWKmROLKvSs2JVMCuN3UpQfQRJxHw8 { width:19.8125rem;height:24.8125rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq { display:block; }#d8RltLCW0X3qM0QMT7cloKiDNN99Uzsq > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0KTkaEl89rIzINPLCNzKi4oBnb0HvuB { width:20rem;height:1.625rem;top:15.34375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rvZLyIBTkXDve2xSNxmB6PSRufyBzBz2 { width:20rem;height:2.59874375rem;top:16.96875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wwPTvfTy4gaBJb9dzfAzJaSzEhMJ6aST { width:20rem;height:7.121875rem;top:20.71875rem;left:0rem;font-size:1rem;display:block; }#wwPTvfTy4gaBJb9dzfAzJaSzEhMJ6aST li:before{  }
 }@media only screen and (max-width: 763px) { #cuwaqnWESDOB7dkaqzlGvh7xvtuVLoUN { width:15.25rem;height:3.25rem;top:29.59375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TP20z1RXaRLsLAZF6O3GRUrGI8r61eTy { width:20rem;height:5.9982625rem;top:33.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rhzlCqd5e7ctE2gUx97TySgDOmf8JZyx { width:20rem;height:1.29936875rem;top:40.28125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dvBApNkETQpgK85tM0N5J4opTUvNHyZh { width:20rem;height:6.9375rem;top:32.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puUDnWRVQtdSnv6KXdeapa7BnqLkQi0A { width:19.875rem;height:12.375rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH1tQnFB86iT1nhUhsT9WvCAHXDSlcGg { width:20rem;height:1.9487875rem;top:12.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSSzNbW7ffDVO8F82cVE2OvDKFFWBUHa { width:18.4375rem;height:0.9747875rem;top:27.84228515625rem;left:1.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 { display:block; }#mUUcRliSk9zU7xDQ53XUSWurpsLyzSH4 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7Usk5ZwTc65Q5lK7QidAFaysXMzeLGb { width:12.25rem;height:3.4375rem;top:6.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrJahy2nNW7gmE75nwr9WuNdfmbhvokn { display:block; }
 }@media only screen and (max-width: 763px) { #MefsRc7wMIFtSxgEBcRXsizzLOlWXZ8D { width:12.25rem;height:3.4375rem;top:16.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flDw9JMKTcPrtiKcPgyOXudpZ8nCQBTm { display:block; }
 }@media only screen and (max-width: 763px) { #cLvEeQM1mTDGxrtL612qtZdTsuHFf7cZ { width:12.25rem;height:3.4375rem;top:11.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7v8nOBK7T4bcWhpmUwk2DiNrn947oqt { display:block; }
 }@media only screen and (max-width: 763px) { #VtrvRviVdMqs1RKoweqJxTVpqlaFx3E3 { width:12.25rem;height:3.4375rem;top:25.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUXEm9f5E7MNxnwdBZG4k3n9ADJrTFUe { display:block; }
 }@media only screen and (max-width: 763px) { #rtl4LK7cIxnu8wkUkFuoS6XPTKDZ8G4L { width:12.25rem;height:3.4375rem;top:20.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et617MmKZQte1GSAHkhBHw373dugevHQ { display:block; }
 }@media only screen and (max-width: 763px) { #lVgZSV6HaSwN2BLh5fHzvu2wTqfvyvsP { width:20rem;height:6.46975rem;top:0rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8EZXhdETsBEImQ62aQ6tq1FdVTy841E { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98007f90-0fb2-4ed2-a95f-9d52771d9d34/iStock1312113047.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E.adaptive-delivery-prevent-bg, #B8EZXhdETsBEImQ62aQ6tq1FdVTy841E.lazyload, #B8EZXhdETsBEImQ62aQ6tq1FdVTy841E.lazyloading { background-image: none; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container { background-color: transparent; background-image: none; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container > .video-iframe-container { display: none; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row > .video-iframe-container { display: none; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .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); }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container { border-width: 0; border-radius: 0; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8EZXhdETsBEImQ62aQ6tq1FdVTy841E > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R04TxZDAG8l1WRRpWVXt3mW5B96sarq6 { width:6.25rem;height:3.9000375rem;top:2.9365234375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:3.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OrsbhMF64NvJWVJ3mLTKP4M0ynW9Ongy { width:10.9375rem;height:2.1994375rem;top:3.787109375rem;left:8.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ir4g7tIZoxWsq7Ti2O5Ou2LJLFSXbsuF { width:13.6875rem;height:5.19965rem;top:8.556640625rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D6UwSAFpgRCmDziqlkaf081fWB4zdTlr { width:13.75rem;height:3.75rem;top:16.5625rem;left:3.125rem;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6IJ6wRX6aOFPRtEfkyi3Ry3zthem0K { display:block; }
 }@media only screen and (max-width: 763px) { #OXVosLGiqE2MboSuTb9pn9pgqzGarbul { display:block; }#OXVosLGiqE2MboSuTb9pn9pgqzGarbul > .row .container { width:20rem;height:5.6369018554688rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:20rem;height:4.7247875rem;top:0.94970703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc { display:block; }#GqWXbzss6Cgw0wdkeIZWpy6J8WGB2vKc > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-heading-text { font-size:1.125rem;height:auto; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#TpR2RQp9eXa75zezdbIV4SlREwW1GTJx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #gxtQmTdQBOaTP7aDvwbLWibUDZfIaxWX {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Wg2FFDGk3VT7PFifO5IiK70t3wOy45QA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Vmbh8NzclG4CdIGtOh5FkbQKiGVFLuu4 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #S4MeByuLA5clKIARD0r80TQehJG97H5o {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #JB0F7GqHym4M1n3FTDLQQPMSfbL4SQZ5 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #siBTEASv8Ti7oRTNEUT9OxzLIbP6XnxA {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #RTqIWgycC0qKHP43xKb5ZKyO7hICvR83 {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #Zr6x5sNtMTasX02SleyQIuvDSlBN0CFp {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #fTcu639uyt4PfLeRifgOibGuu2SchaGJ {  }
 }@media only screen and (max-width: 763px) { #TpR2RQp9eXa75zezdbIV4SlREwW1GTJx #MPkfStmUI4tz1PuQKUw9mREzCw2k9Il6 {  }
 }@media only screen and (max-width: 763px) { #FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy { display:block; }#FbgKvTDu1kkWL2VbkW2IOOCPGqPqVHsy > .row .container { width:20rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98  { width:17.5rem;height:18.24rem;top:24.9500875rem;left:0rem; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 {display:block;}#QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 { width:17.5rem;height:18.2395rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #VNnOLCrHxOAvy0Im8vUrBJPDvGWdoR1r {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #rwR9ioXqMweTP87cgaltZ3TNCezxXETp {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #OTSZi2EoCeG8NLqfHdb7UlMFvITuhBpR {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #nU4bQ2iRwAEceW45u0w1mho2vxDG7eO7 {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #so724ebsogT9BNNfX3ibtZvIReKot4fc {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #L7JGBQUWGwlUqIMA1W91OH1UEliV7qkT {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #AZoITCXdJslLKucocOn3b1E3c68M2idR {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #bRt9J7kymHdyy8BnpltWQU6tIvBvCudh {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #i0BJ6ztpbHU6ydCwNxny4QTPIyJ5o9D5 {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #fbZVsTgCAVupyMoxzhyRgxooJboyXBDU {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #DiwERqLcrLRwUNG3TQF4zNJhS0oVEufK {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #WlLDza3kltQmSKWJQ2Z2BR5SpiQQH2cu {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #IMvTSvTy2wgZF7xD70RoSs8Tt8HRrBlO {  }
 }@media only screen and (max-width: 763px) { #QL6OTuXzW3xlCX4lvtEM9Tgey4hmVi98 #Z1y8PaV6B1VwUgkAUPgdZ0DzIAC7Qfse {  }
 }@media only screen and (max-width: 763px) { #TGCiIGh4UDFC5uXqaQR8eMQQSeV2ZA6H { width:20rem;height:8.8688125rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs4wPVxnBTFcx69F5PxO6ugWXmpp1AKN { width:16.9375rem;height:1.800425rem;top:31.3125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xehFryBFZEQSBlur98287GuZom7ZKyc3 { width:20rem;height:5.625rem;top:2.07177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbw6nbRAx1ToMVfXQOQWSwNNur1QXBnb { width:20rem;height:4.7993625rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCB9LDxlkOR6Tue5guDePg2WlOHZ1zXb { width:14.375rem;height:14.5rem;top:35rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcbagoUGuwi7xzbBcoVFJVKqyaFv5EwZ { width:12.6875rem;height:3.0625rem;top:26.28125rem;left:3.65625rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r9GA2EgXOiGdCiUrB80qVmvy4LrdrElT { display:block; }
 }@media only screen and (max-width: 763px) { #NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe { display:block; }#NZJiTCSepVGd3mpKJlVpvTb5cHzBUrWe > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuFbGo7b6nEJG7NoCrPIgvrcqgvuQ26y { width:20rem;height:5.0992875rem;top:49.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAqO5El65foEvS8HKm6t7VRxdMqOND5H { width:20rem;height:1.9124375rem;top:47.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9F0tb4HirNTS7g10pIFuPevCT5xXQl { width:20rem;height:5.0992875rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnk4PM5DGU7BTnlKUmxaKeRJIogDDdH6 { width:20rem;height:1.9124375rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxaukvgu6VqKlwsA2GikaWOe5qIHNTH8 { width:11.25rem;height:5.0992875rem;top:37.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seqzS08IyDETT5WeeKh9DH9HdcatQpuc { width:11.375rem;height:5.0992875rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdJ5h7RxeSttFuwVJBTEP17TpTBuKNvp { width:9.25rem;height:5.0992875rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQRbAtoCSfF9WgX1TdHHHKxiOKAooyml { width:9.1875rem;height:1.9124375rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9TNT8mdOZmdfG6ETwcMfUeC3ghOxwTh { width:11.1875rem;height:2.4375rem;top:8.47314453125rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NCZqOHTE4k3XIlqhh250hN7GGLr19fvD { display:block; }
 }@media only screen and (max-width: 763px) { #NegpmnhSURNZkdcfnvMQwsgnnUGI7GJ0 { width:9.1875rem;height:1.9124375rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK4n2KtdWovGVGIdPTUSnJTWiGp6ZUbl { width:11.1875rem;height:2.4375rem;top:31.25rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EOkUJzwMSD9hqaATT8Kp8wKFXg7ATZxK { display:block; }
 }@media only screen and (max-width: 763px) { #ZSaXZ8mDnqIs1a9eCFCkvUWsseUWzGTs { width:9.1875rem;height:1.9124375rem;top:35.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiNrZMWCct8KmJ9cMNa3avW35zhoU4VX { width:11.1875rem;height:2.4375rem;top:42.75rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TRPJKOSNnq5AcaR0asnyEIs1poOK9zIF { display:block; }
 }@media only screen and (max-width: 763px) { #AaBMz3zX8loopQeKv4OEqKSWl9MgIoUp { width:11.1875rem;height:2.4375rem;top:54.4375rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UrrTSgflx9lqqD3q58VFlmZdDJoByg87 { display:block; }
 }@media only screen and (max-width: 763px) { #JIHuVUTObuHmuRDCOTcgDMfc8qWMItAv { width:11.1875rem;height:2.5625rem;top:19.9375rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uR9z9Slql5ewMyxZQ3hb8PMNu9JgS2ml { display:block; }
 }@media only screen and (max-width: 763px) { #G6PyVUz8ITJdtou40GCKV40qaflM2OTD { display:block; }#G6PyVUz8ITJdtou40GCKV40qaflM2OTD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5itDyPXaMoPQpRLbnmp6fibqA6qpP4v { width:8rem;height:4rem;top:1.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ { display:flex;width:2rem;height:2rem;top:6rem;left:10.4375rem; }
#sXeW4p4wlJcBPSHoq8vFU1UuWRJtQGhJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fWShRwL4TlGrTeWUwusaofvT1zuyDQlt { display:flex;width:2rem;height:2rem;top:6rem;left:7.5625rem; }
#fWShRwL4TlGrTeWUwusaofvT1zuyDQlt > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }