.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:249,222,223;--color-primary-1:237,144,148;--color-primary-2:218,33,40;--color-primary-3:109,17,20;--color-primary-4:33,5,6;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"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-4),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); }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row .container { background-color: transparent; background-image: none; }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row .container > .video-iframe-container { display: none; }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row > .video-iframe-container { display: none; }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .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); }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row .container { border-width: 0; border-radius: 0; }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#iSqaIC5V7NnlJCt9OSmRouN4z15rhCkk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6870625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.218533039093rem;left:18.936633110046rem;display:block; }
#ttSEllkJzi6FPyuf1smfb8gxnkbqPPxa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#veq0IMevAyl2XfhHzfzrDvws2vb36cUc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.218533039093rem;left:28.749457359314rem;display:block; }
#UHRkdn6TDvJm9IRsfPXrKPssRHN5ZaJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QldI6gtoFippDdNS1ohG2s4zhrTXTiKc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.218533039093rem;left:36.124133110046rem;display:block; }
#xqShIxghyuqF2hzxFQdLhXn7i12ngEHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDmkbTHyRE91lDTyKf14o0nKOb77enSS { 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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.874rem;height:2.87435rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.87510854005812rem;left:57.499457359314rem;display:block; }
#MyTeFLE4OhpZXqDWNaaM9wxRHloTe8JG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lH2Qqs83GCDvQnq1pBuuEaTafsTLXJQb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3112rem;width:13.811875rem;top:1.1566840410232rem;left:3.4993486404419rem;overflow:hidden;display:block; }
#COV6lm0sCmGvRCkiQ2Fp6mTcau70fN3h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.218533039093rem;left:42.445204734803rem;display:block; }
#SkecmfFVcFMkKlQ4P8anvdS9W6eQ29bG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTKS9JsaMmTRlAebSAow0G2TDRJf3oVT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4985rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.218533039093rem;left:48.221571922303rem;display:block; }
#Rt1IAGePoIhivuJIE2ZcTC196eF36A2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/df2f6261-c6c4-4f0d-8c17-98c52ac35627/smokebgthin1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN.adaptive-delivery-prevent-bg, #RxMHayBSPaxGvkxX5iIXnUX11xsduKSN.lazyload, #RxMHayBSPaxGvkxX5iIXnUX11xsduKSN.lazyloading { background-image: none; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { background-color: transparent; background-image: none; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container > .video-iframe-container { display: none; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row > .video-iframe-container { display: none; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .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); }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { border-width: 0; border-radius: 0; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { width:75rem;height:33.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Nf6b75f03f9ed89b9a6650c11a1338e1 { display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#m08541ed637afdd326baf4147e7f57d8 { display:block;width:30.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:10.875rem;left:5rem;height:3.82421875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a3d96d4c4cc07803a756d18aa74b8a6a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.8125rem;left:5rem;display:block; }
#X468cd17db6442ca866e2adc36ecb686 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6fd36e33c6520e16947c3ba9a71e94b { 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:27.375rem;width:48.9375rem;top:5.75rem;left:26.0625rem;overflow:hidden;display:block; }
#sWwZDIK8BXL5r7HgCVIa9omJOpNDms5L { display:block;width:30.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:25.4375rem;left:5rem;height:2.4746125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/df2f6261-c6c4-4f0d-8c17-98c52ac35627/smokebgthin1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.adaptive-delivery-prevent-bg, #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.lazyload, #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.lazyloading { background-image: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { background-color: transparent; background-image: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container > .video-iframe-container { display: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container { display: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .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); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { border-width: 0; border-radius: 0; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#nRNP5KommpWXR6suPapJDFTzO09RVOV5 { position:absolute;display:block;z-index:15000;background-color:#222222;background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #222222 ;height:20rem;width:18.75rem;top:10.06184387207rem;left:3.125rem;display:block; }
#X7ScyXvi7AD4CuPc16bkcEFWZcTqE54N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:12.75rem;left:10.9375rem;overflow:hidden;display:block; }
#yNVUc4F42xDunUdpVFGfLa4UhLGz4yQs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRPJPWIbuC2aAaSz9K3VDS2Nup4TBgrg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.6875rem;left:4.375rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lv1gHCswaPPOgOcTVEezmqznhg0iaQnC { position:absolute;display:block;z-index:15004;background-color:#222222;background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #222222 ;height:20rem;width:18.75rem;top:10.06184387207rem;left:28.125rem;display:block; }
#i0xgkuPJG46N0VF2PDP639huq6qXz1bx { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.685546875rem;left:29.375rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eKDFU1qP51WpEJ14z2MgtRPwPeDBo9rR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:28.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XSDkzsUKiglle7bQ5Fc8zNZosW5FVKFR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:12.75rem;left:35.9375rem;overflow:hidden;display:block; }
#iZVsgBZzVXhSLp7Fls1Sd6cHILlMIkEa { position:absolute;display:block;z-index:15008;background-color:#222222;background-image:none;background-position:top left !important;background-repeat: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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:20rem;width:18.75rem;top:10.061307072639rem;left:53.124457359314rem;display:block; }
#AOfKL0uDdygNSTOtkcAiK7KuxfvNwabX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.6875rem;left:54.09375rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ytNuzDPe7aITH4UQkz6KXflTIA2ryg0Z { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:53.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZudiygxUeDRZTWQXmxVvix1lisxSQIaT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:12.75rem;left:60.9375rem;overflow:hidden;display:block; }
#iKC3xMD7qb4OpnEXCIro2I2N3pXFHHJe { color:rgba(var(--color-tertiary-0),1);display:block;width:25.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1182727813721rem;left:24.906684875488rem;height:;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; }
#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row .container { background-color: transparent; background-image: none; }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row .container > .video-iframe-container { display: none; }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row > .video-iframe-container { display: none; }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .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); }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row .container { border-width: 0; border-radius: 0; }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .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; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .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);color:rgba(var(--color-secondary-0),1); }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .accordion-trigger.adaptive-delivery-prevent-bg, #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .accordion-trigger.lazyload, #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .accordion-trigger.lazyloading { background-image: none; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr { box-sizing:content-box;height:auto;width:53.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:9.6875rem; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #DX62e8lnKKpWKLiffwu96pS1ixhnRy31 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #W9iaO62daeIXWMDXBSq4CpqCwfCDPKkD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #u61DhqRlUQXcA6LTnw6tt6URyKsBb8zA { display:block;position:relative; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #vCTeSkKWsfHUED2ZFzMalHzhdqUURrg8 {  }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #RnV3XoJ8QkZuF5fttVwWQNrqT65OA7FF {  }
#t5X3IpWEvGOlbHHWcpS8tsD6GI1MpKiL { position:relative;z-index:auto;display:block; } #Vabe1fa789995abf231581601cc907fe.widget-smartsection *:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="text"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="email"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="tel"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection textarea:focus-visible { outline: none; } #t5X3IpWEvGOlbHHWcpS8tsD6GI1MpKiL > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W { display:block; }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSqaIC5V7NnlJCt9OSmRouN4z15rhCkk { width:8.625rem;height:2.1875rem;top:1.1875rem;left:5.3116331100464rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttSEllkJzi6FPyuf1smfb8gxnkbqPPxa { display:block; }
 }@media only screen and (max-width: 763px) { #veq0IMevAyl2XfhHzfzrDvws2vb36cUc { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:15.124457359314rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHRkdn6TDvJm9IRsfPXrKPssRHN5ZaJr { display:block; }
 }@media only screen and (max-width: 763px) { #QldI6gtoFippDdNS1ohG2s4zhrTXTiKc { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:22.499133110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqShIxghyuqF2hzxFQdLhXn7i12ngEHp { display:block; }
 }@media only screen and (max-width: 763px) { #UDmkbTHyRE91lDTyKf14o0nKOb77enSS { width:10.8125rem;height:2.8125rem;top:0.875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyTeFLE4OhpZXqDWNaaM9wxRHloTe8JG { display:block; }
 }@media only screen and (max-width: 763px) { #lH2Qqs83GCDvQnq1pBuuEaTafsTLXJQb { top:1.125rem;left:0rem;width:13.75rem;height:2.3008461921354rem;display:block; }
 }@media only screen and (max-width: 763px) { #COV6lm0sCmGvRCkiQ2Fp6mTcau70fN3h { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:28.820204734802rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkecmfFVcFMkKlQ4P8anvdS9W6eQ29bG { display:block; }
 }@media only screen and (max-width: 763px) { #RTKS9JsaMmTRlAebSAow0G2TDRJf3oVT { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:34.596571922303rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt1IAGePoIhivuJIE2ZcTC196eF36A2Z { display:block; }
 }@media only screen and (max-width: 763px) { #RxMHayBSPaxGvkxX5iIXnUX11xsduKSN { display:block; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf6b75f03f9ed89b9a6650c11a1338e1 { width:38.0625rem;height:;top:4.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m08541ed637afdd326baf4147e7f57d8 { width:30.75rem;height:3.8125rem;top:10.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3d96d4c4cc07803a756d18aa74b8a6a { width:12.3125rem;height:3.625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X468cd17db6442ca866e2adc36ecb686 { display:block; }
 }@media only screen and (max-width: 763px) { #l6fd36e33c6520e16947c3ba9a71e94b { top:5.75rem;left:0rem;width:47.75rem;height:26.710727969349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwZDIK8BXL5r7HgCVIa9omJOpNDms5L { width:30.75rem;height:2.4375rem;top:25.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM { display:block; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRNP5KommpWXR6suPapJDFTzO09RVOV5 { width:18.75rem;height:20rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ScyXvi7AD4CuPc16bkcEFWZcTqE54N { width:3.125rem;height:3.0625rem;top:12.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVUc4F42xDunUdpVFGfLa4UhLGz4yQs { width:18.75rem;height:;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPJPWIbuC2aAaSz9K3VDS2Nup4TBgrg { width:16.25rem;height:2.75rem;top:19.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv1gHCswaPPOgOcTVEezmqznhg0iaQnC { width:18.75rem;height:20rem;top:10rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0xgkuPJG46N0VF2PDP639huq6qXz1bx { width:16.25rem;height:2.75rem;top:19.625rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKDFU1qP51WpEJ14z2MgtRPwPeDBo9rR { width:18.75rem;height:;top:17.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSDkzsUKiglle7bQ5Fc8zNZosW5FVKFR { width:3.125rem;height:3.0625rem;top:12.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZVsgBZzVXhSLp7Fls1Sd6cHILlMIkEa { width:18.75rem;height:20rem;top:10rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOfKL0uDdygNSTOtkcAiK7KuxfvNwabX { width:16.8125rem;height:5.5625rem;top:19.6875rem;left:30.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytNuzDPe7aITH4UQkz6KXflTIA2ryg0Z { width:18.75rem;height:;top:17.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZudiygxUeDRZTWQXmxVvix1lisxSQIaT { width:3.125rem;height:3.0625rem;top:12.75rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKC3xMD7qb4OpnEXCIro2I2N3pXFHHJe { top:5.0625rem;left:0rem;width:25.125rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN { display:block; }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr { display:flex;height:auto;width:45.25rem;top:1.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #DX62e8lnKKpWKLiffwu96pS1ixhnRy31 {  }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #W9iaO62daeIXWMDXBSq4CpqCwfCDPKkD {  }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #u61DhqRlUQXcA6LTnw6tt6URyKsBb8zA {  }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #vCTeSkKWsfHUED2ZFzMalHzhdqUURrg8 {  }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #RnV3XoJ8QkZuF5fttVwWQNrqT65OA7FF {  }
 }@media only screen and (max-width: 763px) { #t5X3IpWEvGOlbHHWcpS8tsD6GI1MpKiL { display:block; } #Vabe1fa789995abf231581601cc907fe.widget-smartsection *:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="text"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="email"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="tel"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection textarea:focus-visible { outline: none; } #t5X3IpWEvGOlbHHWcpS8tsD6GI1MpKiL > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W { position:relative;z-index:auto;display:block; }#KhVf3uc0nUTrhMGrw1UmM3NrXSiO609W > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSqaIC5V7NnlJCt9OSmRouN4z15rhCkk { width:8.625rem;height:2.1875rem;top:1.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttSEllkJzi6FPyuf1smfb8gxnkbqPPxa { display:block; }
 }@media only screen and (max-width: 763px) { #veq0IMevAyl2XfhHzfzrDvws2vb36cUc { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHRkdn6TDvJm9IRsfPXrKPssRHN5ZaJr { display:block; }
 }@media only screen and (max-width: 763px) { #QldI6gtoFippDdNS1ohG2s4zhrTXTiKc { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqShIxghyuqF2hzxFQdLhXn7i12ngEHp { display:block; }
 }@media only screen and (max-width: 763px) { #UDmkbTHyRE91lDTyKf14o0nKOb77enSS { width:10.8125rem;height:2.8125rem;top:0.875rem;left:4.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyTeFLE4OhpZXqDWNaaM9wxRHloTe8JG { display:block; }
 }@media only screen and (max-width: 763px) { #lH2Qqs83GCDvQnq1pBuuEaTafsTLXJQb { width:9.936rem;height:1.5625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COV6lm0sCmGvRCkiQ2Fp6mTcau70fN3h { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkecmfFVcFMkKlQ4P8anvdS9W6eQ29bG { display:block; }
 }@media only screen and (max-width: 763px) { #RTKS9JsaMmTRlAebSAow0G2TDRJf3oVT { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rt1IAGePoIhivuJIE2ZcTC196eF36A2Z { display:block; }
 }@media only screen and (max-width: 763px) { #RxMHayBSPaxGvkxX5iIXnUX11xsduKSN { display:block; }#RxMHayBSPaxGvkxX5iIXnUX11xsduKSN > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf6b75f03f9ed89b9a6650c11a1338e1 { width:18.75rem;height:3.4121125rem;top:11.33740234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m08541ed637afdd326baf4147e7f57d8 { width:18.75rem;height:6.3984375rem;top:16.5rem;left:0.625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3d96d4c4cc07803a756d18aa74b8a6a { width:16.0615rem;height:3.62305rem;top:24.42578125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X468cd17db6442ca866e2adc36ecb686 { display:block; }
 }@media only screen and (max-width: 763px) { #l6fd36e33c6520e16947c3ba9a71e94b { width:19.3125rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwZDIK8BXL5r7HgCVIa9omJOpNDms5L { width:20rem;height:2rem;top:29.798828125rem;left:0rem;font-size:0.625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/df2f6261-c6c4-4f0d-8c17-98c52ac35627/smokebgthin1.png");background-position:center !important;background-repeat: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;display:block; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.adaptive-delivery-prevent-bg, #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.lazyload, #vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM.lazyloading { background-image: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { background-color: transparent; background-image: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container > .video-iframe-container { display: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container { display: none; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .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); }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { border-width: 0; border-radius: 0; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfOpdNtNkx5fZH1AQiKPCCATXtRFM3DM > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRNP5KommpWXR6suPapJDFTzO09RVOV5 { width:18.75rem;height:16.9998125rem;top:4.4487875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ScyXvi7AD4CuPc16bkcEFWZcTqE54N { width:3.125rem;height:3.0625rem;top:7.137592126465rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVUc4F42xDunUdpVFGfLa4UhLGz4yQs { width:18.75rem;height:1.3rem;top:11.512592126465rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPJPWIbuC2aAaSz9K3VDS2Nup4TBgrg { width:16.25rem;height:2.79980625rem;top:14.075523187256rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv1gHCswaPPOgOcTVEezmqznhg0iaQnC { width:18.75rem;height:18rem;top:22.698570251465rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0xgkuPJG46N0VF2PDP639huq6qXz1bx { width:16.25rem;height:2.8rem;top:33.198787212372rem;left:1.8750002384186rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKDFU1qP51WpEJ14z2MgtRPwPeDBo9rR { width:13.2498125rem;height:1.3rem;top:29.899089336395rem;left:3.3745660781861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSDkzsUKiglle7bQ5Fc8zNZosW5FVKFR { width:3.125rem;height:3.0625rem;top:25.575118249512rem;left:8.4375038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZVsgBZzVXhSLp7Fls1Sd6cHILlMIkEa { width:18.75rem;height:16.9998125rem;top:42.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOfKL0uDdygNSTOtkcAiK7KuxfvNwabX { width:16.25rem;height:6.9995rem;top:51.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytNuzDPe7aITH4UQkz6KXflTIA2ryg0Z { width:18.75rem;height:1.3rem;top:49.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZudiygxUeDRZTWQXmxVvix1lisxSQIaT { width:3.125rem;height:3.0625rem;top:44.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKC3xMD7qb4OpnEXCIro2I2N3pXFHHJe { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN { display:block; }#Qh61sGi34xLwzIFspxbewPZ0HGXUqPUN > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #DX62e8lnKKpWKLiffwu96pS1ixhnRy31 {  }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #W9iaO62daeIXWMDXBSq4CpqCwfCDPKkD {  }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #u61DhqRlUQXcA6LTnw6tt6URyKsBb8zA {  }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #vCTeSkKWsfHUED2ZFzMalHzhdqUURrg8 {  }
 }@media only screen and (max-width: 763px) { #bDw7TPXrOwKOivFq1UbZbCHxf1diZcxr #RnV3XoJ8QkZuF5fttVwWQNrqT65OA7FF {  }
 }@media only screen and (max-width: 763px) { #t5X3IpWEvGOlbHHWcpS8tsD6GI1MpKiL { position:relative;z-index:auto;display:block; } #Vabe1fa789995abf231581601cc907fe.widget-smartsection *:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="text"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="email"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection input[type="tel"]:focus-visible, #Vabe1fa789995abf231581601cc907fe.widget-smartsection textarea:focus-visible { outline: none; } #t5X3IpWEvGOlbHHWcpS8tsD6GI1MpKiL > .row .container { position:relative;display:block; } }