.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:none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.adaptive-delivery-prevent-bg, #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.lazyload, #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.lazyloading { background-image: none; }#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:48.9375rem;width:75rem;position:relative;display:none; }#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.54980625rem;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.625rem;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 {  }
#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0df75a85-7147-4cad-b87e-41bf7cc7b7a9/3.png");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; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd.adaptive-delivery-prevent-bg, #srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd.lazyload, #srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd.lazyloading { background-image: none; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container { background-color: transparent; background-image: none; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container > .video-iframe-container { display: none; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .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); }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row > .video-iframe-container { display: none; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .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); }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container { border-width: 0; border-radius: 0; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd::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; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#IvCuQ0WuNFReWxPUMMhl8ktzPSVy4qJq { 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:20.32470703125rem;left:0rem;height:5.54980625rem;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; }
#ikmy0WTFG8z2IMJr9m5SRFZyuTKh40Df { 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:26.3125rem;left:0rem;height:2.625rem;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; }
#kMSrgfa3RcLZix0fBuMgWipweITuGiWG { 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; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container { background-color: transparent; background-image: none; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container > .video-iframe-container { display: none; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row > .video-iframe-container { display: none; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .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); }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container { border-width: 0; border-radius: 0; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:8.0625rem;width:75rem;position:relative;display:block; }#skv3O3Qqy6vLuhuCVsX5t5cesQVZPC2R { 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; }
#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ee;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; }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row .container { background-color: transparent; background-image: none; }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row .container > .video-iframe-container { display: none; }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row > .video-iframe-container { display: none; }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .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); }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row .container { border-width: 0; border-radius: 0; }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#RmCVPOhWaF8N4HyZr71XFX3r2T3FxLWq { 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:15018;text-align:center;text-align-last:center;top:20.3125rem;left:56.25rem;display:block; }
#Lk7vEWfdnBez5iyNM9TogQCxN30FDxJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5IxLkRKEpndxngrGb7NhlZ5sONUPDW2 { 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:15017;text-align:center;text-align-last:center;top:20.3125rem;left:37.5625rem;display:block; }
#QTg1c63loAkQo7wTcpCdwVDPL75yEm7d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gL43q9TJki0DIxfI814ZmhXPbxBNBobL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:36.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vNmhO3VOJUVxgf5FBKSRufrKTe9WoZ0D { color:#201c18;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:5.73095703125rem;left:37.5rem;height:12.7968875rem;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; }
#F9KzQyvHNNI01AdZk3Q4AugrlkgRex6d { 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:15005;line-height:1.6;letter-spacing:0;top:1.6875rem;left:37.625rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;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:none; }#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:none; }#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:none; }#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:none; }#DqcFf6zOnBqvPcWomU5r8ddxfHBVxTx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.875rem;left:37.5rem;height:15.46875rem;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.3999rem;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.375rem;left:37.5rem;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.375rem;left:56.25rem;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:block; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container { background-color: transparent; background-image: none; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container > .video-iframe-container { display: none; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row > .video-iframe-container { display: none; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .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); }#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:block; }#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.25rem;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; }#p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { color:#0a0a0a;display:block;width:22.5rem;position:absolute;font-family:"cormorant garamond";font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:17.6875rem;left:0rem;height:3.82470625rem;font-style:normal;display:block; }
#Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { color:#0a0a0a;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:21.5rem;left:0rem;height:7.6484375rem;font-style:normal;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.6875rem;left:26.1875rem;height:3.82470625rem;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.5rem;left:26.25rem;height:7.6484375rem;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.3125rem;left:26.25rem;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:52.5rem;height:3.82470625rem;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:52.5rem;height:7.6484375rem;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.875rem;left:26.25rem;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:52.5rem;display:block; }
#C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { 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:0rem;overflow:hidden;display:block; }
#pXNcKNqNzArRKp7nwoceFIQE9khhmuxf { 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:0rem;display:block; }
#lui4m4hIdNJnSZNiz1ikrtLvxTXsi2LQ { 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:52.5rem;overflow:hidden;display:block; }
#eUCqv01UxQ74DoJdrO6uzhyI3xGutdAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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: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; }#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-tertiary-0),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.875rem;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-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; }#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.63525rem;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.199225rem;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-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.9248rem;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.92480625rem;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.4624rem;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.4624rem;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.01220625rem;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.0625rem;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.199225rem;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: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; }
#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.5rem;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:3rem;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.54980625rem;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.09911875rem;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.9121125rem;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.09911875rem;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.9121125rem;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.09911875rem;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.09911875rem;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.09911875rem;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.9121125rem;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.9121125rem;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.9121125rem;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) { #srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd { display:block; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvCuQ0WuNFReWxPUMMhl8ktzPSVy4qJq { top:20.3125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikmy0WTFG8z2IMJr9m5SRFZyuTKh40Df { top:26.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMSrgfa3RcLZix0fBuMgWipweITuGiWG { display:block; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skv3O3Qqy6vLuhuCVsX5t5cesQVZPC2R { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AysIEP5mNiuruV9BGEeBlH6koBK6qeTS { display:block; }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmCVPOhWaF8N4HyZr71XFX3r2T3FxLWq { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk7vEWfdnBez5iyNM9TogQCxN30FDxJk { display:block; }
 }@media only screen and (max-width: 763px) { #O5IxLkRKEpndxngrGb7NhlZ5sONUPDW2 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTg1c63loAkQo7wTcpCdwVDPL75yEm7d { display:block; }
 }@media only screen and (max-width: 763px) { #gL43q9TJki0DIxfI814ZmhXPbxBNBobL { top:0rem;left:0rem;width:36.125rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNmhO3VOJUVxgf5FBKSRufrKTe9WoZ0D { width:33.8125rem;height:12.75rem;top:5.6875rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9KzQyvHNNI01AdZk3Q4AugrlkgRex6d { top:1.6875rem;left:10.5rem;width:37.25rem;height:2.375rem;font-size:1.5rem;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:15.4375rem;top:4.875rem;left:13.5625rem;font-size:0.9375rem;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.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) { #p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { 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) { #Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;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.3125rem;left:12.625rem;width:22.375rem;height:14.875rem;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.6875rem;height:2.5625rem;top:29.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNs5hp9I2LITJFfzxdRxQggS3Fc688IT { display:block; }
 }@media only screen and (max-width: 763px) { #y4srxos60CnCc6Omdi7nwwU9StTah24T { width:13.6875rem;height:2.5625rem;top:29.875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q8WvQsmqInEDHCqTJDrWV4yfr9sxID { display:block; }
 }@media only screen and (max-width: 763px) { #ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { top:2.3125rem;left:0rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNcKNqNzArRKp7nwoceFIQE9khhmuxf { width:13.6875rem;height:2.5625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lui4m4hIdNJnSZNiz1ikrtLvxTXsi2LQ { display:block; }
 }@media only screen and (max-width: 763px) { #hFfxH0MsTyJ4lhyPegXxTPuvvlAUzJfg { top:2.3125rem;left:25.375rem;width:22.375rem;height:14.875rem;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:6.0625rem;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:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3eNBxaMfPnFJ3MsOtzVN6Ze3KTzGknc { width:17.625rem;height:2.4375rem;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:none; }#oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.adaptive-delivery-prevent-bg, #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.lazyload, #oLDgAVEd9SpLDTRdUAWFQZ3bXCXPfnZD.lazyloading { background-image: none; }#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:22.5625rem;position:relative;display:none; } }@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) { #srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd { 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; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd.adaptive-delivery-prevent-bg, #srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd.lazyload, #srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd.lazyloading { background-image: none; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container { background-color: transparent; background-image: none; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container > .video-iframe-container { display: none; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .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); }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row > .video-iframe-container { display: none; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .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); }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container { border-width: 0; border-radius: 0; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd::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; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srZfKeUhqEKKBxpNWv3hicBlwfC8fAHd > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvCuQ0WuNFReWxPUMMhl8ktzPSVy4qJq { width:20rem;height:4.25rem;top:11.375rem;left:0rem;font-size:2.125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikmy0WTFG8z2IMJr9m5SRFZyuTKh40Df { width:20rem;height:1.875rem;top:8.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kMSrgfa3RcLZix0fBuMgWipweITuGiWG { background-color:#f69ba0;background-image:none;display:block; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container { background-color: transparent; background-image: none; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container > .video-iframe-container { display: none; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row > .video-iframe-container { display: none; }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .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); }#kMSrgfa3RcLZix0fBuMgWipweITuGiWG > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skv3O3Qqy6vLuhuCVsX5t5cesQVZPC2R { width:20rem;height:1.99365rem;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) { #AysIEP5mNiuruV9BGEeBlH6koBK6qeTS { display:block; }#AysIEP5mNiuruV9BGEeBlH6koBK6qeTS > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmCVPOhWaF8N4HyZr71XFX3r2T3FxLWq { width:20rem;height:3.8125rem;top:40.3125rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Lk7vEWfdnBez5iyNM9TogQCxN30FDxJk { display:block; }
 }@media only screen and (max-width: 763px) { #O5IxLkRKEpndxngrGb7NhlZ5sONUPDW2 { width:20rem;height:3.875rem;top:36.4375rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #QTg1c63loAkQo7wTcpCdwVDPL75yEm7d { display:block; }
 }@media only screen and (max-width: 763px) { #gL43q9TJki0DIxfI814ZmhXPbxBNBobL { width:20rem;height:13.3125rem;top:4.49072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNmhO3VOJUVxgf5FBKSRufrKTe9WoZ0D { width:20rem;height:16.5rem;top:18.67626953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9KzQyvHNNI01AdZk3Q4AugrlkgRex6d { width:20rem;height:1.5rem;top:1.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 { background-color:#f69ba0;background-image:none;display:none; }#BdqvoxqTsbo6bHNbkhQGPsGWzPNPqLi0 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSI72GD1svMUXKCoNgFf7IXiMemNBCfE { width:20rem;height:1.99365rem;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:none; }#htGVygSRHOAXaJcs7ruX0CkuLaCBkNRz > .row .container { width:20rem;height:50.25rem;position:relative;display:none; } }@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.29296875rem;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:45.29296875rem;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:block; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container { background-color: transparent; background-image: none; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container > .video-iframe-container { display: none; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row > .video-iframe-container { display: none; }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .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); }#bPTxlipp4Wr94hPGnowr0fkg7VPJNKiz > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGXibBzEaumtkWDutJqCHpXNHK6QzTdW { width:20rem;height:1.99365rem;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:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5ySLDWrPwN9iufeI5zxQMdGbTGtpoiP { width:20rem;height:2.54980625rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cx3z6AzfrfXtrJWqKxMOC3rmDs7GVH0a { width:20rem;height:6.798825rem;top:17.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSLBVf9E4BDzOA2IHqhzAcTaINHSTmed { width:20rem;height:2.54980625rem;top:29.5rem;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.798825rem;top:45.8125rem;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:32rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwe00vOeFvtv6pH2pwGvId19Lui43xxb { width:19.9375rem;height:2.54980625rem;top:57.5751953125rem;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.798825rem;top:74rem;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:53.5rem;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:81.75rem;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) { #ySaff8IvtgGTWEN26Nz6VXotqlqUAmN0 { width:20rem;height:13.3125rem;top:3.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNcKNqNzArRKp7nwoceFIQE9khhmuxf { width:16.25rem;height:2.5625rem;top:25.1728515625rem;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) { #lui4m4hIdNJnSZNiz1ikrtLvxTXsi2LQ { display:block; }
 }@media only screen and (max-width: 763px) { #hFfxH0MsTyJ4lhyPegXxTPuvvlAUzJfg { width:20rem;height:13.296089385475rem;top:60.125rem;left:0rem;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.99365rem;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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNh17aWa5pLaRcJqfiIB7lH8EmXT3FX { width:20rem;height:22.5rem;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.99365rem;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.875rem;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.1934rem;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:#000000;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.99365rem;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.75rem;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.5rem;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.5996125rem;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:#000000;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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTFTV6LRkyTrztafxoRb2fFSWiSqT56i { width:20rem;height:5.98095625rem;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:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MirusMScQpbz8cgN3TuBW7hBFhdavugv { width:14.5625rem;height:1.29980625rem;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.29980625rem;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.29980625rem;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.5996125rem;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.8994125rem;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.29980625rem;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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8yqOAyE2HFgZmA0otVaqTTZmFp64ph1 { width:20rem;height:6.75rem;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.4375rem;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:42.125rem;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.5996125rem;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.124rem;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:6rem;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.29980625rem;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.94921875rem;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.9746125rem;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:30.1875rem;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.46875rem;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.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R04TxZDAG8l1WRRpWVXt3mW5B96sarq6 { width:6.25rem;height:3.8999rem;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.199225rem;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.199225rem;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.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIgT7KzVIJlqLiMpx5UP1zOeWs1xmmW { width:20rem;height:4.7246125rem;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:20.125rem;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.5rem;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.8681875rem;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.79980625rem;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.79980625rem;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.09911875rem;top:49.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAqO5El65foEvS8HKm6t7VRxdMqOND5H { width:20rem;height:1.9121125rem;top:47.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9F0tb4HirNTS7g10pIFuPevCT5xXQl { width:20rem;height:5.09911875rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnk4PM5DGU7BTnlKUmxaKeRJIogDDdH6 { width:20rem;height:1.9121125rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxaukvgu6VqKlwsA2GikaWOe5qIHNTH8 { width:11.25rem;height:5.09911875rem;top:37.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seqzS08IyDETT5WeeKh9DH9HdcatQpuc { width:11.375rem;height:5.09911875rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdJ5h7RxeSttFuwVJBTEP17TpTBuKNvp { width:9.25rem;height:5.09911875rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQRbAtoCSfF9WgX1TdHHHKxiOKAooyml { width:9.1875rem;height:1.9121125rem;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.9121125rem;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.9121125rem;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; } }