.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:221,221,221;--color-primary-1:143,143,143;--color-primary-2:30,30,30;--color-primary-3:15,15,15;--color-primary-4:5,5,5;--color-secondary-0:230,233,230;--color-secondary-1:171,180,173;--color-secondary-2:87,105,91;--color-secondary-3:44,53,46;--color-secondary-4:13,16,14;--color-tertiary-0:255,255,255;--color-tertiary-1:236,246,238;--color-tertiary-2:192,226,198;--color-tertiary-3:96,113,99;--color-tertiary-4:19,23,20;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#BHUweRTMt2CwgLkRhSXaZLowRcPfKO3x { 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:2.5625rem;width:14.0625rem;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#X2neT2olTgllvfwO0hbMOXHEeIA4XPTn { 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: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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.03125rem;left:59.5rem;display:block; }
#Ew9CN5k3iPBeBFqDcRtZJlOOa7eGg4JS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhCCmnOdL5mWOmc9z22P3iAdrRgl4DHi { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:49.3125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV { 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; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { background-color: transparent; background-image: none; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container > .video-iframe-container { display: none; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row > .video-iframe-container { display: none; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .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); }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { border-width: 0; border-radius: 0; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bbea768e-1222-4e8d-93f4-33c9b0b5a1b4/5reasonsdt.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h.adaptive-delivery-prevent-bg, #vxb52hixei0U2Tnp9dsc44M7p3rSQA6h.lazyload, #vxb52hixei0U2Tnp9dsc44M7p3rSQA6h.lazyloading { background-image: none; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container { background-color: transparent; background-image: none; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container > .video-iframe-container { display: none; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row > .video-iframe-container { display: none; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .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); }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container { border-width: 0; border-radius: 0; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#vFsZ9KP1OoIFkPTOZl4l9XnxGwvQ4lPg { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:5.3118896484375rem;left:51.06201171875rem;height:0.962525rem;text-align:left;text-align-last:left;display:block; }
#DlzqQ1K7wmGwomzmrz3fD5v3BrZqiFQo { 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: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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1235625rem;height:2.749025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.874389648438rem;left:54.65576171875rem;display:block; }
#WHNr61y5G7ycgwum9KzPMAxXoeJ3iiTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUt7LONrTRoTVNkMXTdS11ttVwZ0h5PE { color:#1e1e1e;display:block;width:20.75rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8121337890625rem;left:51.0009765625rem;height:8.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CTeSsE0Io47UBLtb13D3IZ6f7QFdlIT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.9375rem;left:4.1875rem;display:none; }
#V1eEgtITETK0eTUlMJUXha9i9OB013rB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:51.0625rem;height:4.385375rem;display:block; }
#T3rsAxDsExTDbaMbPpxt3KKdfbl9gzJ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18713125rem;width:1.124875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:26rem;left:51.625rem; }
#rU9mmMvkpQhBSL79d1TQB4umHCp9ykOd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.186525rem;width:1.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26rem;left:56.4375rem; }
#wuQGM12bl9AI8x6aOSngFa2lHZQ0HBIW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.186525rem;width:1.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:26rem;left:55.25rem; }
#DCEQNKCBBpXETIqLebI8wFyKCuIVTMwt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.186525rem;width:1.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26rem;left:54rem; }
#XM8MFUlCBTXiaoNVeZI8WfyFhNu0pwxP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.186525rem;width:1.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26rem;left:52.8125rem; }
#i2aBq9ROCDwNT8kXr5h8MsMDtlATLvRZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:26.105346679688rem;left:58.342895507812rem;height:0.97473125rem;font-style:normal;display:block; }
#okQb17MPtKINHqT0ilbIIcPmQDyNTrkC { box-sizing:content-box;height:26.43675rem;width:25.436375rem;position:absolute;display:block;z-index:15002;background-color:rgba(247,242,232,0.9);background-image:none;top:3.3111572265625rem;left:48.959350585938rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F { position:relative;display:none; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F { border-width: 0; border-radius: 0; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .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; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .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:arial;height:18.75rem;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:none; }#wlXQrTtn5K1DICxuNUGuTlfAdM4P4UEG { position:relative;display:block; } #e7a96213d3efb8677409aa80237e4f69.widget-smartsection *:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="text"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="email"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="tel"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection textarea:focus-visible { outline: none; } #wlXQrTtn5K1DICxuNUGuTlfAdM4P4UEG > .row .container { position:relative;display:block; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;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; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row .container { background-color: transparent; background-image: none; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row .container > .video-iframe-container { display: none; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row > .video-iframe-container { display: none; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .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); }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row .container { border-width: 0; border-radius: 0; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#d17qgSzdXsZz8Ek7a5zcab47KdbgE4ia { color:rgba(var(--color-tertiary-4),1);display:block;width:33.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.15576171875rem;left:20.90576171875rem;height:3.90015rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ca5bHyNwBEoffxIUhQqohIpqGkbJgR1c { position:relative;display:block; } #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection *:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="text"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="email"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="tel"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection textarea:focus-visible { outline: none; } #ca5bHyNwBEoffxIUhQqohIpqGkbJgR1c > .row .container { position:relative;display:block; }#IZKhvul4q9I8ezuQR9H8rrq5ABNzTr5C { position:relative;display:block; } #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection *:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="text"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="email"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="tel"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection textarea:focus-visible { outline: none; } #IZKhvul4q9I8ezuQR9H8rrq5ABNzTr5C > .row .container { position:relative;display:block; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2e8;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; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row .container { background-color: transparent; background-image: none; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row .container > .video-iframe-container { display: none; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row > .video-iframe-container { display: none; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .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); }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row .container { border-width: 0; border-radius: 0; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#HGFGKSZ8h2IgZlz2FZmXJPMz7cfnOucQ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.311375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:4.8115234375rem;left:0.999755859375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGoTszUG1w1oEfzDK0De4W1CvCeTuPOs { color:rgba(var(--color-tertiary-4),1);display:block;width:29.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:13.0625rem;left:4.125rem;height:2.15588125rem;text-align:left;text-align-last:left;display:block; }#DGoTszUG1w1oEfzDK0De4W1CvCeTuPOs li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#DGoTszUG1w1oEfzDK0De4W1CvCeTuPOs li:before{  }
#bPHSOpTVEZz8u9kv5eAgsHrR0Bb2OlDw { 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: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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.31175rem;height:2.749025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.101318359375rem;left:28.344116210938rem;display:block; }
#gISqWRsyKG92k5DDpEyEwRDh4hkheMRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJdyySCfBmNtCoC4Nd7U9zCUuBo3RMaR { box-sizing:content-box;height:37.6875rem;width:37.625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fccfeafa-d808-4ce1-a502-348e67ad4d22/030926_Style_BAU_Rack_GIF_011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.293789367132rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJdyySCfBmNtCoC4Nd7U9zCUuBo3RMaR.adaptive-delivery-prevent-bg, #oJdyySCfBmNtCoC4Nd7U9zCUuBo3RMaR.lazyload, #oJdyySCfBmNtCoC4Nd7U9zCUuBo3RMaR.lazyloading { background-image: none; }
#pew659tfMDad3pGl9pwrV1ZvWEC8kxF6 { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.31201171875rem;left:0.999755859375rem;height:1.09924375rem;text-align:left;text-align-last:left;display:block; }
#E3P5fqRt9S4QZVo6H8lDZ1WrrOuOwihL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.125rem;left:1rem; }
#rTobADfrbvRm3hsCsyaTJSEW6EIn8y81 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:18.0625rem;left:4.125rem;height:2.0617625rem;text-align:left;text-align-last:left;display:block; }#rTobADfrbvRm3hsCsyaTJSEW6EIn8y81 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTobADfrbvRm3hsCsyaTJSEW6EIn8y81 li:before{  }
#TaCUbJ6EmhD9c4dI4WNDLLDIcmslzEed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.0625rem;left:1rem; }
#FTFDJHJyl5Ipe8d8IA152CBbVDR76xxO { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:23.312377929688rem;left:4.124755859375rem;height:2.0617625rem;text-align:left;text-align-last:left;display:block; }#FTFDJHJyl5Ipe8d8IA152CBbVDR76xxO li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#FTFDJHJyl5Ipe8d8IA152CBbVDR76xxO li:before{  }
#dDpx2xNi8T06zv9RXDhLLATvrVvSFGQ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:22.999877929688rem;left:0.999755859375rem; }
#rqE5xpcAFseEMr2JnlJt8hTHKi8sdBwl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:28.312377929688rem;left:4.124755859375rem;height:2.0617625rem;text-align:left;text-align-last:left;display:block; }#rqE5xpcAFseEMr2JnlJt8hTHKi8sdBwl li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#rqE5xpcAFseEMr2JnlJt8hTHKi8sdBwl li:before{  }
#WFfbXVLpH2k5icBfGkTfRXuLwC86Nsix { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062375rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.999877929688rem;left:0.999755859375rem; }
#fHk4N5AfNhlgeIt3VhAReZg2f8X6mBtu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:33.124389648438rem;left:4.124755859375rem;height:2.0617625rem;text-align:left;text-align-last:left;display:block; }#fHk4N5AfNhlgeIt3VhAReZg2f8X6mBtu li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHk4N5AfNhlgeIt3VhAReZg2f8X6mBtu li:before{  }
#yXhdC4u8WyRB0BcEbtIlKJgkAoPR2pV9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.062375rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:33.125rem;left:0.999755859375rem; }
#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ { position:relative;display:none; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ { border-width: 0; border-radius: 0; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .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; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .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:arial;height:18.75rem;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:none; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { background-color: transparent; background-image: none; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container > .video-iframe-container { display: none; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row > .video-iframe-container { display: none; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .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); }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { border-width: 0; border-radius: 0; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#PnhWr96JntzdHhFQU69ifVbC3lfFvrKk { color:rgba(var(--color-tertiary-4),1);display:block;width:47.124625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6680908203125rem;left:13.936157226562rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { background-color: transparent; background-image: none; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container > .video-iframe-container { display: none; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row > .video-iframe-container { display: none; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .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); }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { border-width: 0; border-radius: 0; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#fNWTJwMzoaIyevtxUIcBZ4NaTApZThn7 { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15044;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:1.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TZBrIawIenqTT4m4kncg8e1tAVuIv3Qo { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15046;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:39.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0rem;display:block; }
#fv1yCTbTH6NchupEATyepJK9PxlITu68 { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15045;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:20.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.25rem;display:block; }
#LhUWIgg7NBDK682VNMnbtCt8DXvo3kQG { color:#1e1e1e;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:18.375rem;left:21.4375rem;height:6.09130625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#odR3ent9sGw3kPuRZGUZzxIrMUtfdxu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:18.4375rem;left:40.1875rem;height:6.09130625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rD19s5JlFJMiF3fKZGf5qs5XunhZLcsB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.374rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:18.3125rem;left:2.6875rem;height:7.3095625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nwKQToRhCz6XBqawdIsHoc5bl4G8461W { box-sizing:content-box;height:12.8125rem;width:15.625rem;position:absolute;display:block;z-index:15047;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:57.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#HU5NtiLvb583uohlGsoKX2wCEMhl7ubf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:18.4375rem;left:58.9375rem;height:7.3095625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#sstCJAQJmev5ioO027OIiwEPXC3dkhga { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4365rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:26.625rem;left:3.1875rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uPlCabTpoyrul3mpl4kE6ZMLN5Bzh4uS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4365rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:26.625rem;left:21.4375rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rh1pQovfva3SqoXKagQaq3LHu3PNh2pG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4365rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:26.4375rem;left:59.4375rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VNsHXR8reuUhEOvnx2f90Z2b28DTJEvk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4359375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:26.3125rem;left:40.6875rem;height:1.46179375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RMT3WRMDpMVX5zrZrub6gQg3A92rV7Mr { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:15.625rem;top:1.25rem;left:39.0625rem;overflow:hidden;display:block; }
#lOTyDiztmmvtnTcHunmmhGOm8lcxMMOx { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:15.625rem;top:1.2890625rem;left:20.3125rem;overflow:hidden;display:block; }
#ugifukuO4AX4BayVN7T8GQ9d5wQAh0mc { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:15.625rem;top:1.2890625rem;left:1.5625rem;overflow:hidden;display:block; }
#ZuszTQtp8lNbBUsKuKk8BaMTenP483tp { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.625rem;width:15.625rem;top:1.2890625rem;left:57.8125rem;overflow:hidden;display:block; }
#yExxh3HfwgCTZvN0rVRGVuGh692JHVNZ { 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: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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3111875rem;height:2.749025rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.439208984375rem;left:28.36669921875rem;display:block; }
#MUrTPPgbR5aMfLdFGM499PQNxTLTO89r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row .container { background-color: transparent; background-image: none; }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row .container > .video-iframe-container { display: none; }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row > .video-iframe-container { display: none; }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .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); }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row .container { border-width: 0; border-radius: 0; }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#LepKSUgMDnOooaX0exH7hDCcGliyUANn { color:rgba(var(--color-secondary-3),1);display:block;width:41.5625rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.8125rem;left:10.5625rem;height:3.150025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .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; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .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_bf921e74fa7a41ad9814e626b716d64c3d2437f7.svg");background-size:contain !important; }#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-trigger.adaptive-delivery-prevent-bg, #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-trigger.lazyload, #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-trigger.lazyloading { background-image: none; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.349243164062rem;left:10.5859375rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1); }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #r6GMR227SUEKViTZIa1cycvM9uRPDAe5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #NLQ4dHBK3DmH3QJwCxFPFngi9ndqxRSy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #R7G5pQuKZB3QLDyWQmU1cKk1J0GFiqg4 { display:block;position:relative; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #KTalzGNPgZu0MDm7nlZT05niMpB8bw2O {  }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #z4Frb7wPc0x37NSh9GoxKyMNKm8CXgCy {  }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #yBbNHrlDFcTWpr3TzADraLTztZ7u9FwN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #D9ZtfVfNxtRSfVXVT7aUoV32bFSy3G7v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #P0nvP49eZyJARaSgwJFMHn8KJAEkKqOB { display:block;position:relative; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #mVRn4HBMMefkSd7KrJ5qcWyzpp5AWbPH {  }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #BL080b6l8qtd86nwEQIovvnfQZbT5yqF { display:none; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #MvB44rPUQgvm9cbFeXTF2CgpVD8NLAZL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #M3STy4Ov2ShB2BUaFgXR84dA6HMh3Iai { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #AUnsW9UtPwNFoiscozvr2t6uDxzZKbcv { display:block;position:relative; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #xc0LViWlkA7Ux48dnNN79xQD5m3ruSSN {  }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #p8MHipraGyIOFdBaUAmrCBThMbu9lOMS { display:none; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #W80zNOKcxyXAybedTgkCITqQw7v88oKl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #VXAlzLch27lBup0Cwk0Mx7EEsX0XJ9be { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #zFArLr6C1f6kpQlATbXi0ZpWlAxWBTRS { display:block;position:relative; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #NhyQFgDNN3bN0fm8SrTNk7ewzbUHNuEf {  }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #hG7TAo9dGpKqQbgRfooewbkLclhqRBNg { display:none; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #GcGm5ZTAw7uE1hGTudcxGT0spto230ea { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Re8n90euu3UbPC6B4be7waKLbLH9p0Nt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Tqc8qIh7Uo3DziuFlV82F3mlkevOiUMr { display:block;position:relative; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #QVv2ToS9eDaTxcwmQT0EuCT1xD9JylSL {  }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #ExKQ78DZC15dOT4528I0U8GHdsSCX7qo { display:none; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #qIaO9MiPEqxKwnTLODxK1xOerQ2oNNdN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #kK7VfzqEc1k8H3gi1Gz2fFVQGTBWiEkw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #tOCiEq8AqDWOiJTmXFv0Gmm42AHvO3kO { display:block;position:relative; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Wxm1Fq3PEgkAl0TOBNwOw3fXQED1oNEM {  }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #hrMq4T2KFOihJpTlO5bD0fhd1mk9X0Ss { display:none; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #ZANZQqB03KLS6kINEEyGCrLJZQ4qHIl9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #d5HF8HdL44meTJRfyWHE0OA7emq7p6A0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #UKs58hCtRoCmTpJ1SNzM8mhGMu6B2fur { display:block;position:relative; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #WytK4nnFE327yULCT2JbxVWKUlyPSXJU {  }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #JHIAuMh5TwJzAXrBNmLrkSqTdhW4FBQi { display:none; }
#qyWoZQxGhGSyFHInMkczze36izP7w30t { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:2.8125rem;left:10.5625rem;height:1.09924375rem;text-align:left;text-align-last:left;display:block; }
#Hu79xhQptiwvh0NBmR8NqIqdixEsTcA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:9.5625rem;left:10.5625rem;height:1.09924375rem;text-align:left;text-align-last:left;display:block; }#Hu79xhQptiwvh0NBmR8NqIqdixEsTcA7 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hu79xhQptiwvh0NBmR8NqIqdixEsTcA7 li:before{  }
#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2e8;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; }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row .container { background-color: transparent; background-image: none; }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row .container > .video-iframe-container { display: none; }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row > .video-iframe-container { display: none; }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .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); }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row .container { border-width: 0; border-radius: 0; }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#WlpKlLaTLHH4IZRw99ttNm2LIAEhI4nd { color:rgba(var(--color-secondary-3),1);display:block;width:30.437rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:1.9158935546875rem;left:22.2802734375rem;height:3.150025rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RH7SqnftPuvXZNef93vrcGAfUJfPT8su { 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: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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3111875rem;height:2.749025rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.025146484375rem;left:28.344116210938rem;display:block; }
#ENexqPsVT3JHfNJrVurJ3LdT0DKKNUqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INWburaXGedTghyCy0gzMDbm0I39vG31 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:10.619506835938rem;left:21.25rem;height:1.09924375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#mpCqdMKbz0oK42RZ57v4A4JpZflTf18C { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:10.619506835938rem;left:21.25rem;height:1.09924375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HERew76tq5LWkmehHlgtr8TSfCENZpc0 { position:relative;display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #HERew76tq5LWkmehHlgtr8TSfCENZpc0 > .row .container { position:relative;display:block; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe { position:relative;display:none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe { border-width: 0; border-radius: 0; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .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; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .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:arial;height:4.5rem;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:none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi { z-index:;position:relative;display:none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi { border-width: 0; border-radius: 0; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { 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;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#f2d1hti00iKi5wEiA8XNr34pVz6AUFiQ { 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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.71875rem;left:8.5rem;display:none; }
#CCuewzHtNTXcL3wO5b3JXa0A1EVVXemH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LbMqfRG48qZfdUNM8G4ZSxH7KzPcW2mZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0625rem;left:64.6875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHUweRTMt2CwgLkRhSXaZLowRcPfKO3x { width:14.0625rem;height:2.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2neT2olTgllvfwO0hbMOXHEeIA4XPTn { width:15rem;height:2.75rem;top:1rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew9CN5k3iPBeBFqDcRtZJlOOa7eGg4JS { display:block; }
 }@media only screen and (max-width: 763px) { #XhCCmnOdL5mWOmc9z22P3iAdrRgl4DHi { top:4.3125rem;left:22.0625rem;width:25.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV { display:block; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxb52hixei0U2Tnp9dsc44M7p3rSQA6h { display:block; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFsZ9KP1OoIFkPTOZl4l9XnxGwvQ4lPg { width:18.4375rem;height:0.9375rem;top:5.25rem;left:29.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlzqQ1K7wmGwomzmrz3fD5v3BrZqiFQo { width:14.0625rem;height:2.6875rem;top:21.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHNr61y5G7ycgwum9KzPMAxXoeJ3iiTN { display:block; }
 }@media only screen and (max-width: 763px) { #QUt7LONrTRoTVNkMXTdS11ttVwZ0h5PE { top:6.75rem;left:23.8125rem;width:20.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTeSsE0Io47UBLtb13D3IZ6f7QFdlIT1 { top:2.9375rem;left:0rem;width:13.9375rem;height:;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1eEgtITETK0eTUlMJUXha9i9OB013rB { top:16.125rem;left:26.4375rem;width:21.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3rsAxDsExTDbaMbPpxt3KKdfbl9gzJ0 { top:26rem;left:38rem;width:1.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU9mmMvkpQhBSL79d1TQB4umHCp9ykOd { top:26rem;left:42.8125rem;width:1.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuQGM12bl9AI8x6aOSngFa2lHZQ0HBIW { top:26rem;left:41.625rem;width:1.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCEQNKCBBpXETIqLebI8wFyKCuIVTMwt { top:26rem;left:40.375rem;width:1.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM8MFUlCBTXiaoNVeZI8WfyFhNu0pwxP { top:26rem;left:39.1875rem;width:1.0625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2aBq9ROCDwNT8kXr5h8MsMDtlATLvRZ { top:26.0625rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okQb17MPtKINHqT0ilbIIcPmQDyNTrkC { width:25.375rem;height:26.375rem;top:3.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJRDW9OSr2zTGPUG91IA9naFggLwlV4F { display:none; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlXQrTtn5K1DICxuNUGuTlfAdM4P4UEG { display:block; } #e7a96213d3efb8677409aa80237e4f69.widget-smartsection *:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="text"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="email"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="tel"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection textarea:focus-visible { outline: none; } #wlXQrTtn5K1DICxuNUGuTlfAdM4P4UEG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr { display:block; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d17qgSzdXsZz8Ek7a5zcab47KdbgE4ia { top:2.125rem;left:7.28076171875rem;width:33.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca5bHyNwBEoffxIUhQqohIpqGkbJgR1c { display:block; } #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection *:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="text"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="email"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="tel"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection textarea:focus-visible { outline: none; } #ca5bHyNwBEoffxIUhQqohIpqGkbJgR1c > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZKhvul4q9I8ezuQR9H8rrq5ABNzTr5C { display:block; } #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection *:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="text"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="email"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="tel"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection textarea:focus-visible { outline: none; } #IZKhvul4q9I8ezuQR9H8rrq5ABNzTr5C > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 { display:block; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGFGKSZ8h2IgZlz2FZmXJPMz7cfnOucQ { width:27.25rem;height:;top:4.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGoTszUG1w1oEfzDK0De4W1CvCeTuPOs { width:29.75rem;height:2.125rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }#DGoTszUG1w1oEfzDK0De4W1CvCeTuPOs li:before{  }
 }@media only screen and (max-width: 763px) { #bPHSOpTVEZz8u9kv5eAgsHrR0Bb2OlDw { width:18.25rem;height:2.6875rem;top:40.0625rem;left:14.719116210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #gISqWRsyKG92k5DDpEyEwRDh4hkheMRM { display:block; }
 }@media only screen and (max-width: 763px) { #oJdyySCfBmNtCoC4Nd7U9zCUuBo3RMaR { width:37.625rem;height:37.6875rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #pew659tfMDad3pGl9pwrV1ZvWEC8kxF6 { width:18.4375rem;height:1.0625rem;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3P5fqRt9S4QZVo6H8lDZ1WrrOuOwihL { top:13.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTobADfrbvRm3hsCsyaTJSEW6EIn8y81 { width:28.4375rem;height:2rem;top:18.0625rem;left:0rem;font-size:0.9375rem;display:block; }#rTobADfrbvRm3hsCsyaTJSEW6EIn8y81 li:before{  }
 }@media only screen and (max-width: 763px) { #TaCUbJ6EmhD9c4dI4WNDLLDIcmslzEed { top:18.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTFDJHJyl5Ipe8d8IA152CBbVDR76xxO { width:31.25rem;height:;top:23.25rem;left:0rem;font-size:0.9375rem;display:block; }#FTFDJHJyl5Ipe8d8IA152CBbVDR76xxO li:before{  }
 }@media only screen and (max-width: 763px) { #dDpx2xNi8T06zv9RXDhLLATvrVvSFGQ9 { top:22.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqE5xpcAFseEMr2JnlJt8hTHKi8sdBwl { width:29.4375rem;height:2rem;top:28.25rem;left:0rem;font-size:0.9375rem;display:block; }#rqE5xpcAFseEMr2JnlJt8hTHKi8sdBwl li:before{  }
 }@media only screen and (max-width: 763px) { #WFfbXVLpH2k5icBfGkTfRXuLwC86Nsix { top:27.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHk4N5AfNhlgeIt3VhAReZg2f8X6mBtu { width:31.0625rem;height:2rem;top:33.0625rem;left:0rem;font-size:0.9375rem;display:block; }#fHk4N5AfNhlgeIt3VhAReZg2f8X6mBtu li:before{  }
 }@media only screen and (max-width: 763px) { #yXhdC4u8WyRB0BcEbtIlKJgkAoPR2pV9 { top:33.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ { display:none; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D7RzEzl23GerJ2SHRNkJl284STVcAEwm { display:block; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnhWr96JntzdHhFQU69ifVbC3lfFvrKk { top:1.625rem;left:0.3111572265625rem;width:47.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rixb92XFIKPF91SqLCmraPL2Fv30ymTU { display:block; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNWTJwMzoaIyevtxUIcBZ4NaTApZThn7 { top:16.875rem;left:0rem;width:15.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBrIawIenqTT4m4kncg8e1tAVuIv3Qo { top:16.875rem;left:20.1875rem;width:15.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv1yCTbTH6NchupEATyepJK9PxlITu68 { top:16.875rem;left:8.25rem;width:15.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhUWIgg7NBDK682VNMnbtCt8DXvo3kQG { top:18.3125rem;left:10.4375rem;width:13.4375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odR3ent9sGw3kPuRZGUZzxIrMUtfdxu4 { top:18.4375rem;left:22.375rem;width:13.4375rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD19s5JlFJMiF3fKZGf5qs5XunhZLcsB { top:18.25rem;left:0rem;width:13.3125rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwKQToRhCz6XBqawdIsHoc5bl4G8461W { top:16.75rem;left:32.125rem;width:15.625rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5NtiLvb583uohlGsoKX2wCEMhl7ubf { top:18.4375rem;left:34.3125rem;width:13.4375rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstCJAQJmev5ioO027OIiwEPXC3dkhga { top:26.625rem;left:0rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPlCabTpoyrul3mpl4kE6ZMLN5Bzh4uS { top:26.625rem;left:11.5rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh1pQovfva3SqoXKagQaq3LHu3PNh2pG { top:26.4375rem;left:35.375rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNsHXR8reuUhEOvnx2f90Z2b28DTJEvk { top:26.3125rem;left:23.4375rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT3WRMDpMVX5zrZrub6gQg3A92rV7Mr { top:1.25rem;left:20.1875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOTyDiztmmvtnTcHunmmhGOm8lcxMMOx { top:1.25rem;left:8.25rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugifukuO4AX4BayVN7T8GQ9d5wQAh0mc { top:1.25rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuszTQtp8lNbBUsKuKk8BaMTenP483tp { top:1.25rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yExxh3HfwgCTZvN0rVRGVuGh692JHVNZ { width:18.25rem;height:2.6875rem;top:31.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUrTPPgbR5aMfLdFGM499PQNxTLTO89r { display:block; }
 }@media only screen and (max-width: 763px) { #Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq { display:block; }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LepKSUgMDnOooaX0exH7hDCcGliyUANn { top:4.8125rem;left:0rem;width:41.5625rem;height:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #r6GMR227SUEKViTZIa1cycvM9uRPDAe5 {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #NLQ4dHBK3DmH3QJwCxFPFngi9ndqxRSy {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #R7G5pQuKZB3QLDyWQmU1cKk1J0GFiqg4 {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #KTalzGNPgZu0MDm7nlZT05niMpB8bw2O {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #z4Frb7wPc0x37NSh9GoxKyMNKm8CXgCy {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #yBbNHrlDFcTWpr3TzADraLTztZ7u9FwN {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #D9ZtfVfNxtRSfVXVT7aUoV32bFSy3G7v {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #P0nvP49eZyJARaSgwJFMHn8KJAEkKqOB {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #mVRn4HBMMefkSd7KrJ5qcWyzpp5AWbPH {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #BL080b6l8qtd86nwEQIovvnfQZbT5yqF {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #MvB44rPUQgvm9cbFeXTF2CgpVD8NLAZL {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #M3STy4Ov2ShB2BUaFgXR84dA6HMh3Iai {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #AUnsW9UtPwNFoiscozvr2t6uDxzZKbcv {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #xc0LViWlkA7Ux48dnNN79xQD5m3ruSSN {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #p8MHipraGyIOFdBaUAmrCBThMbu9lOMS {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #W80zNOKcxyXAybedTgkCITqQw7v88oKl {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #VXAlzLch27lBup0Cwk0Mx7EEsX0XJ9be {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #zFArLr6C1f6kpQlATbXi0ZpWlAxWBTRS {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #NhyQFgDNN3bN0fm8SrTNk7ewzbUHNuEf {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #hG7TAo9dGpKqQbgRfooewbkLclhqRBNg {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #GcGm5ZTAw7uE1hGTudcxGT0spto230ea {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Re8n90euu3UbPC6B4be7waKLbLH9p0Nt {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Tqc8qIh7Uo3DziuFlV82F3mlkevOiUMr {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #QVv2ToS9eDaTxcwmQT0EuCT1xD9JylSL {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #ExKQ78DZC15dOT4528I0U8GHdsSCX7qo {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #qIaO9MiPEqxKwnTLODxK1xOerQ2oNNdN {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #kK7VfzqEc1k8H3gi1Gz2fFVQGTBWiEkw {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #tOCiEq8AqDWOiJTmXFv0Gmm42AHvO3kO {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Wxm1Fq3PEgkAl0TOBNwOw3fXQED1oNEM {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #hrMq4T2KFOihJpTlO5bD0fhd1mk9X0Ss {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #ZANZQqB03KLS6kINEEyGCrLJZQ4qHIl9 {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #d5HF8HdL44meTJRfyWHE0OA7emq7p6A0 {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #UKs58hCtRoCmTpJ1SNzM8mhGMu6B2fur {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #WytK4nnFE327yULCT2JbxVWKUlyPSXJU {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #JHIAuMh5TwJzAXrBNmLrkSqTdhW4FBQi {  }
 }@media only screen and (max-width: 763px) { #qyWoZQxGhGSyFHInMkczze36izP7w30t { width:18.4375rem;height:1.0625rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu79xhQptiwvh0NBmR8NqIqdixEsTcA7 { width:31.0625rem;height:1.0625rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }#Hu79xhQptiwvh0NBmR8NqIqdixEsTcA7 li:before{  }
 }@media only screen and (max-width: 763px) { #GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ { display:block; }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlpKlLaTLHH4IZRw99ttNm2LIAEhI4nd { top:1.875rem;left:8.6552734375rem;width:30.375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7SqnftPuvXZNef93vrcGAfUJfPT8su { width:18.25rem;height:2.6875rem;top:7rem;left:14.719116210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENexqPsVT3JHfNJrVurJ3LdT0DKKNUqd { display:block; }
 }@media only screen and (max-width: 763px) { #INWburaXGedTghyCy0gzMDbm0I39vG31 { width:32.5rem;height:1.0625rem;top:10.5625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpCqdMKbz0oK42RZ57v4A4JpZflTf18C { width:20rem;height:3.875rem;top:13.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HERew76tq5LWkmehHlgtr8TSfCENZpc0 { display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #HERew76tq5LWkmehHlgtr8TSfCENZpc0 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe { display:none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi { display:none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2d1hti00iKi5wEiA8XNr34pVz6AUFiQ { width:10.3125rem;height:2.75rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCuewzHtNTXcL3wO5b3JXa0A1EVVXemH { display:block; }
 }@media only screen and (max-width: 763px) { #LbMqfRG48qZfdUNM8G4ZSxH7KzPcW2mZ { top:5.6875rem;left:22.0625rem;width:25.6875rem;height:1.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHUweRTMt2CwgLkRhSXaZLowRcPfKO3x { width:10.625rem;height:1.93725625rem;top:0.74951171875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2neT2olTgllvfwO0hbMOXHEeIA4XPTn { width:10.3125rem;height:2.75rem;top:9.725rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew9CN5k3iPBeBFqDcRtZJlOOa7eGg4JS { display:block; }
 }@media only screen and (max-width: 763px) { #XhCCmnOdL5mWOmc9z22P3iAdrRgl4DHi { width:20rem;height:auto;top:4.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV { display:none; }#ZO7hu2KfETOfzhmaZIsHsTRkwOcrNZQV > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vxb52hixei0U2Tnp9dsc44M7p3rSQA6h { background-color:#f7f2e8;background-image:none;display:block; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container { background-color: transparent; background-image: none; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container > .video-iframe-container { display: none; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row > .video-iframe-container { display: none; }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .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); }#vxb52hixei0U2Tnp9dsc44M7p3rSQA6h > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFsZ9KP1OoIFkPTOZl4l9XnxGwvQ4lPg { width:20rem;height:0.962525rem;top:1.4361572265625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlzqQ1K7wmGwomzmrz3fD5v3BrZqiFQo { width:10.3125rem;height:2.74963125rem;top:17.9931640625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHNr61y5G7ycgwum9KzPMAxXoeJ3iiTN { display:block; }
 }@media only screen and (max-width: 763px) { #QUt7LONrTRoTVNkMXTdS11ttVwZ0h5PE { width:20rem;height:0;top:25.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTeSsE0Io47UBLtb13D3IZ6f7QFdlIT1 { top:2.935791015625rem;left:0rem;width:19.624rem;height:7.962625rem;z-index:15014;color:#1e1e1e;font-size:3.0625rem;font-family:"playfair display";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V1eEgtITETK0eTUlMJUXha9i9OB013rB { width:20rem;height:4.385375rem;top:11.887817382812rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3rsAxDsExTDbaMbPpxt3KKdfbl9gzJ0 { display:flex;width:1.0620125rem;height:1.124875rem;top:21.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #rU9mmMvkpQhBSL79d1TQB4umHCp9ykOd { display:flex;width:1.0620125rem;height:1.124875rem;top:21.4375rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #wuQGM12bl9AI8x6aOSngFa2lHZQ0HBIW { display:flex;width:1.0620125rem;height:1.124875rem;top:21.4375rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #DCEQNKCBBpXETIqLebI8wFyKCuIVTMwt { display:flex;width:1.0620125rem;height:1.124875rem;top:21.4375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #XM8MFUlCBTXiaoNVeZI8WfyFhNu0pwxP { display:flex;width:1.0620125rem;height:1.124875rem;top:21.4375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #i2aBq9ROCDwNT8kXr5h8MsMDtlATLvRZ { width:13.499125rem;height:0.97473125rem;top:21.5rem;left:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okQb17MPtKINHqT0ilbIIcPmQDyNTrkC { width:19.187rem;height:13.562rem;top:19rem;left:0.75rem;background-color:rgba(255,255,255,0.72);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #QJRDW9OSr2zTGPUG91IA9naFggLwlV4F { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e9f0e02b-704c-4351-9087-dba7d1f93e54/5reasonsmobile.webp");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; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F.adaptive-delivery-prevent-bg, #QJRDW9OSr2zTGPUG91IA9naFggLwlV4F.lazyload, #QJRDW9OSr2zTGPUG91IA9naFggLwlV4F.lazyloading { background-image: none; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row .container { background-color: transparent; background-image: none; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row .container > .video-iframe-container { display: none; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row > .video-iframe-container { display: none; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .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); }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row .container { border-width: 0; border-radius: 0; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJRDW9OSr2zTGPUG91IA9naFggLwlV4F > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlXQrTtn5K1DICxuNUGuTlfAdM4P4UEG { display:block; } #e7a96213d3efb8677409aa80237e4f69.widget-smartsection *:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="text"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="email"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection input[type="tel"]:focus-visible, #e7a96213d3efb8677409aa80237e4f69.widget-smartsection textarea:focus-visible { outline: none; } #wlXQrTtn5K1DICxuNUGuTlfAdM4P4UEG > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr { display:block; }#hiBnihlOuRMQCdrTv5OTKFZQ2NK1xnNr > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d17qgSzdXsZz8Ek7a5zcab47KdbgE4ia { width:20rem;height:2.2753875rem;top:1.2310791015625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca5bHyNwBEoffxIUhQqohIpqGkbJgR1c { display:block; } #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection *:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="text"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="email"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection input[type="tel"]:focus-visible, #e8513f4c4b90070a890f6de6b1dd32b2.widget-smartsection textarea:focus-visible { outline: none; } #ca5bHyNwBEoffxIUhQqohIpqGkbJgR1c > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZKhvul4q9I8ezuQR9H8rrq5ABNzTr5C { display:block; } #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection *:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="text"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="email"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection input[type="tel"]:focus-visible, #ff7da9c2ef9b97744f66f9634640ac02.widget-smartsection textarea:focus-visible { outline: none; } #IZKhvul4q9I8ezuQR9H8rrq5ABNzTr5C > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 { display:block; }#wDBUQXHw6pk2W5TkRf4DZTEDgpviRJJ7 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGFGKSZ8h2IgZlz2FZmXJPMz7cfnOucQ { width:20rem;height:4.87426875rem;top:4.3115234375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DGoTszUG1w1oEfzDK0De4W1CvCeTuPOs { width:16.624125rem;height:3.561525rem;top:11.875rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#DGoTszUG1w1oEfzDK0De4W1CvCeTuPOs li:before{  }
 }@media only screen and (max-width: 763px) { #bPHSOpTVEZz8u9kv5eAgsHrR0Bb2OlDw { width:17.4359375rem;height:2.749025rem;top:42.93701171875rem;left:1.28173828125rem;font-family:var(--headlines-font-family);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gISqWRsyKG92k5DDpEyEwRDh4hkheMRM { display:block; }
 }@media only screen and (max-width: 763px) { #oJdyySCfBmNtCoC4Nd7U9zCUuBo3RMaR { width:20rem;height:30.0625rem;top:22.65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pew659tfMDad3pGl9pwrV1ZvWEC8kxF6 { width:18.4375rem;height:1.09924375rem;top:1.646728515625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3P5fqRt9S4QZVo6H8lDZ1WrrOuOwihL { display:flex;width:1.9995125rem;height:1.9995125rem;top:11.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTobADfrbvRm3hsCsyaTJSEW6EIn8y81 { width:16.3745rem;height:3.6547875rem;top:17.5rem;left:3.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#rTobADfrbvRm3hsCsyaTJSEW6EIn8y81 li:before{  }
 }@media only screen and (max-width: 763px) { #TaCUbJ6EmhD9c4dI4WNDLLDIcmslzEed { display:flex;width:1.9995125rem;height:1.9995125rem;top:17.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FTFDJHJyl5Ipe8d8IA152CBbVDR76xxO { width:15.9375rem;height:4.87305rem;top:23.5rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#FTFDJHJyl5Ipe8d8IA152CBbVDR76xxO li:before{  }
 }@media only screen and (max-width: 763px) { #dDpx2xNi8T06zv9RXDhLLATvrVvSFGQ9 { display:flex;width:1.9995125rem;height:1.9995125rem;top:23.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqE5xpcAFseEMr2JnlJt8hTHKi8sdBwl { width:16.62475rem;height:3.6547875rem;top:30.6875rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#rqE5xpcAFseEMr2JnlJt8hTHKi8sdBwl li:before{  }
 }@media only screen and (max-width: 763px) { #WFfbXVLpH2k5icBfGkTfRXuLwC86Nsix { display:flex;width:1.9995125rem;height:1.9995125rem;top:30.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fHk4N5AfNhlgeIt3VhAReZg2f8X6mBtu { width:16.375rem;height:3.6547875rem;top:36.5625rem;left:3.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#fHk4N5AfNhlgeIt3VhAReZg2f8X6mBtu li:before{  }
 }@media only screen and (max-width: 763px) { #yXhdC4u8WyRB0BcEbtIlKJgkAoPR2pV9 { display:flex;width:1.9995125rem;height:1.9995125rem;top:36.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fccfeafa-d808-4ce1-a502-348e67ad4d22/030926_Style_BAU_Rack_GIF_011.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ.adaptive-delivery-prevent-bg, #rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ.lazyload, #rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ.lazyloading { background-image: none; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row .container { background-color: transparent; background-image: none; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row .container > .video-iframe-container { display: none; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row > .video-iframe-container { display: none; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .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); }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row .container { border-width: 0; border-radius: 0; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rK4TchxVaGigPbyfU4dasLIlBDEz8tUZ > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7RzEzl23GerJ2SHRNkJl284STVcAEwm { display:block; }#D7RzEzl23GerJ2SHRNkJl284STVcAEwm > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnhWr96JntzdHhFQU69ifVbC3lfFvrKk { width:20rem;height:5.20019375rem;top:1.2109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rixb92XFIKPF91SqLCmraPL2Fv30ymTU { display:block; }#Rixb92XFIKPF91SqLCmraPL2Fv30ymTU > .row .container { width:20rem;height:130.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNWTJwMzoaIyevtxUIcBZ4NaTApZThn7 { width:20rem;height:10.6875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBrIawIenqTT4m4kncg8e1tAVuIv3Qo { width:20rem;height:10rem;top:82.749633789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv1yCTbTH6NchupEATyepJK9PxlITu68 { width:20rem;height:9.875rem;top:51.625366210938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhUWIgg7NBDK682VNMnbtCt8DXvo3kQG { width:17.1875rem;height:4.87305rem;top:53.24951171875rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odR3ent9sGw3kPuRZGUZzxIrMUtfdxu4 { width:17.4375rem;height:4.87305rem;top:84.222412109375rem;left:1.6864013671875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD19s5JlFJMiF3fKZGf5qs5XunhZLcsB { width:16.62475rem;height:6.09130625rem;top:21.290893554688rem;left:1.6864013671875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwKQToRhCz6XBqawdIsHoc5bl4G8461W { width:20rem;height:11.8125rem;top:113.7890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5NtiLvb583uohlGsoKX2wCEMhl7ubf { width:17.374875rem;height:6.09130625rem;top:115.44799804688rem;left:1.31103515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstCJAQJmev5ioO027OIiwEPXC3dkhga { width:12.37425rem;height:1.46179375rem;top:28.080444335938rem;left:1.6253662109375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPlCabTpoyrul3mpl4kE6ZMLN5Bzh4uS { width:12.37425rem;height:1.46179375rem;top:58.9990234375rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh1pQovfva3SqoXKagQaq3LHu3PNh2pG { width:12.37425rem;height:1.46179375rem;top:122.43713378906rem;left:1.31103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNsHXR8reuUhEOvnx2f90Z2b28DTJEvk { width:12.37425rem;height:1.46179375rem;top:90.062255859375rem;left:1.6864013671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMT3WRMDpMVX5zrZrub6gQg3A92rV7Mr { width:20rem;height:20rem;top:62.749633789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOTyDiztmmvtnTcHunmmhGOm8lcxMMOx { width:20rem;height:20rem;top:31.566772460938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugifukuO4AX4BayVN7T8GQ9d5wQAh0mc { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuszTQtp8lNbBUsKuKk8BaMTenP483tp { width:20rem;height:20rem;top:93.7890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yExxh3HfwgCTZvN0rVRGVuGh692JHVNZ { width:18.25rem;height:2.6875rem;top:126.8511875rem;left:0.875rem;font-family:var(--headlines-font-family);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUrTPPgbR5aMfLdFGM499PQNxTLTO89r { display:block; }
 }@media only screen and (max-width: 763px) { #Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq { display:block; }#Vtmn4NDpc7FggTzgXnPwX32Nzyp013Eq > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LepKSUgMDnOooaX0exH7hDCcGliyUANn { width:20rem;height:2.3999rem;top:3.2745361328125rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-heading-text { font-size:1.125rem;height:auto; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud .accordion-desc-text { font-size:0.9375rem;height:auto; }
#zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud { display:flex;height:auto;width:17.5rem;top:11.124267578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #r6GMR227SUEKViTZIa1cycvM9uRPDAe5 {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #NLQ4dHBK3DmH3QJwCxFPFngi9ndqxRSy {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #R7G5pQuKZB3QLDyWQmU1cKk1J0GFiqg4 {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #KTalzGNPgZu0MDm7nlZT05niMpB8bw2O {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #z4Frb7wPc0x37NSh9GoxKyMNKm8CXgCy {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #yBbNHrlDFcTWpr3TzADraLTztZ7u9FwN {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #D9ZtfVfNxtRSfVXVT7aUoV32bFSy3G7v {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #P0nvP49eZyJARaSgwJFMHn8KJAEkKqOB {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #mVRn4HBMMefkSd7KrJ5qcWyzpp5AWbPH {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #BL080b6l8qtd86nwEQIovvnfQZbT5yqF {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #MvB44rPUQgvm9cbFeXTF2CgpVD8NLAZL {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #M3STy4Ov2ShB2BUaFgXR84dA6HMh3Iai {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #AUnsW9UtPwNFoiscozvr2t6uDxzZKbcv {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #xc0LViWlkA7Ux48dnNN79xQD5m3ruSSN {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #p8MHipraGyIOFdBaUAmrCBThMbu9lOMS {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #W80zNOKcxyXAybedTgkCITqQw7v88oKl {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #VXAlzLch27lBup0Cwk0Mx7EEsX0XJ9be {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #zFArLr6C1f6kpQlATbXi0ZpWlAxWBTRS {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #NhyQFgDNN3bN0fm8SrTNk7ewzbUHNuEf {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #hG7TAo9dGpKqQbgRfooewbkLclhqRBNg {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #GcGm5ZTAw7uE1hGTudcxGT0spto230ea {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Re8n90euu3UbPC6B4be7waKLbLH9p0Nt {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Tqc8qIh7Uo3DziuFlV82F3mlkevOiUMr {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #QVv2ToS9eDaTxcwmQT0EuCT1xD9JylSL {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #ExKQ78DZC15dOT4528I0U8GHdsSCX7qo {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #qIaO9MiPEqxKwnTLODxK1xOerQ2oNNdN {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #kK7VfzqEc1k8H3gi1Gz2fFVQGTBWiEkw {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #tOCiEq8AqDWOiJTmXFv0Gmm42AHvO3kO {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #Wxm1Fq3PEgkAl0TOBNwOw3fXQED1oNEM {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #hrMq4T2KFOihJpTlO5bD0fhd1mk9X0Ss {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #ZANZQqB03KLS6kINEEyGCrLJZQ4qHIl9 {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #d5HF8HdL44meTJRfyWHE0OA7emq7p6A0 {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #UKs58hCtRoCmTpJ1SNzM8mhGMu6B2fur {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #WytK4nnFE327yULCT2JbxVWKUlyPSXJU {  }
 }@media only screen and (max-width: 763px) { #zLTgeQXGTUUvJdBgqaxCVE75BF5hJ5ud #JHIAuMh5TwJzAXrBNmLrkSqTdhW4FBQi {  }
 }@media only screen and (max-width: 763px) { #qyWoZQxGhGSyFHInMkczze36izP7w30t { width:18.4375rem;height:1.09924375rem;top:1.160888671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hu79xhQptiwvh0NBmR8NqIqdixEsTcA7 { width:16.124875rem;height:2.598875rem;top:6.309814453125rem;left:1.93603515625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#Hu79xhQptiwvh0NBmR8NqIqdixEsTcA7 li:before{  }
 }@media only screen and (max-width: 763px) { #GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ { display:block; }#GfFnK3JpqXfdte1rcEirhPtNfxab4UCZ > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlpKlLaTLHH4IZRw99ttNm2LIAEhI4nd { width:18.8745rem;height:4.79980625rem;top:1.624755859375rem;left:0.5621337890625rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RH7SqnftPuvXZNef93vrcGAfUJfPT8su { width:18.2495rem;height:2.687375rem;top:8.36181640625rem;left:0.8740234375rem;font-family:var(--headlines-font-family);font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENexqPsVT3JHfNJrVurJ3LdT0DKKNUqd { display:block; }
 }@media only screen and (max-width: 763px) { #INWburaXGedTghyCy0gzMDbm0I39vG31 { width:20rem;height:0;top:12.236935546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #mpCqdMKbz0oK42RZ57v4A4JpZflTf18C { width:20rem;height:3.8983125rem;top:11.554565429688rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15019;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #HERew76tq5LWkmehHlgtr8TSfCENZpc0 { display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #HERew76tq5LWkmehHlgtr8TSfCENZpc0 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { background-color: transparent; background-image: none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container > .video-iframe-container { display: none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row > .video-iframe-container { display: none; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .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); }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { border-width: 0; border-radius: 0; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HA7FUeGZ8ka6EK21CUDvk3kgrSfgRgHe > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#f6f6f6;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;display:block; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { background-color: transparent; background-image: none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container > .video-iframe-container { display: none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row > .video-iframe-container { display: none; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .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); }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { border-width: 0; border-radius: 0; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T8aXtLeBdKhDWx62qPlruPsZOhI4iOTi > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2d1hti00iKi5wEiA8XNr34pVz6AUFiQ { width:17.124375rem;height:2.74935rem;top:0.93619537353513rem;left:1.4375rem;z-index:15010;font-family:var(--headlines-font-family);font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CCuewzHtNTXcL3wO5b3JXa0A1EVVXemH { display:block; }
 }@media only screen and (max-width: 763px) { #LbMqfRG48qZfdUNM8G4ZSxH7KzPcW2mZ { width:20rem;height:0.89323125rem;top:4.2259140014649rem;left:0rem;font-size:0.6875rem;z-index:15013;display:block; }
 }