.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:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:245,230,221;--color-secondary-1:221,173,140;--color-secondary-2:186,90,25;--color-secondary-3:93,45,13;--color-secondary-4:28,14,4;--color-tertiary-0:255,255,255;--color-tertiary-1:247,219,201;--color-tertiary-2:227,134,76;--color-tertiary-3:114,67,38;--color-tertiary-4:23,13,8;--headlines-font-family:"Kalam";--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); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { background-color: transparent; background-image: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container > .video-iframe-container { display: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container { display: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .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); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { border-width: 0; border-radius: 0; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:3.125rem;width:75rem;overflow:visible;position:relative;display:block; }#UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { color:#ffffff;display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:0.712890625rem;left:15.90625rem;height:1.80615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.288125rem;padding-right:0.269375rem;padding-bottom:0.288125rem;padding-left:0.269375rem;display:block;align-items:center;width:1.61875rem;min-width:1.61875rem;height:1.54875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.153125rem;font-weight:400;line-height:24.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.180625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.1575rem;height:0.843125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.4325rem;font-weight:300;line-height:13.49px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.14875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0.875rem;z-index:15032; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd { width:auto; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a317b90-7825-4fd1-9351-2132cc819065/width_1600.webp");background-position: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; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn.adaptive-delivery-prevent-bg, #r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn.lazyload, #r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn.lazyloading { background-image: none; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container { background-color: transparent; background-image: none; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,107,73,0.5); }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container > .video-iframe-container { display: none; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,107,73,0.5); }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row > .video-iframe-container { display: none; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .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); }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container { border-width: 0; border-radius: 0; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:61.1875rem;width:75rem;position:relative;display:block; }#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-form-header {  }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:1.7;overflow:hidden; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fd7300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-container:first-of-type{padding-top:0;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-container:last-of-type{padding-bottom:0;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.125rem;top:31.7060546875rem;z-index:15032;position:absolute; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw {display:block;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.125rem;top:31.7060546875rem;z-index:15032;position:absolute; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #sZuUHATcdKcmzUkFdEnt5r9hVTOy7TeW { position:relative; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #AXhOTnT0qlN2CegBXirbRKZEVGH2BRhI { position:relative;display:block; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #gqR5H85DwTdDh3aTXSqM8S9rLvmlgBRN { position:relative; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #TwrOlpdu18NwGH3LQP0aUbKFbfnFUx2v { position:relative; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #rlFH7VT45p4eaeZSFpIu3uxVBD8bLbIG { position:relative;display:block; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #swcf5F9rTvlyCa9G7sdKXDNg6zgBOnT3 { position:relative; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #qPHP7Q3IirmXsI6858laiwFC24DMkxkx { position:relative; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #CnHvoVTDZtvAr2DQhIaHw1BSXRyqDAkL { position:relative;display:block; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #fQoWvVlmwVTFyR0Ud8K3TBsNbPMvv8ZK { position:relative; }
#A2mioPfVIlZRVdyr8S6Q4UUS2B1ZEW7l { position:relative;display:block; }
#QZ3CqP4ywHb7rH8mBbqXv6VeVfRvei19 { position:relative;display:block; }
#KKvTzq4HNMdcWNoekfnRWrRFq1Pb5NTl { position:relative;display:block; }
#WqnqrFGSlKWEBmv8KMl5hg3CK56pC1dC { position:relative;display:block; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #LLVgxoAOuhIDzXTk7xEKEEwwSftmwPSg { position:relative; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #efSAsnzB1ZGzT7bWzElrAucEpzbxdxis { position:relative; }
#Ggwn5RlsLZOS0h8HKLqx7DI5plDCgnzs { box-sizing:content-box;height:0.0625rem;width:24rem;position:absolute;display:block;z-index:15035;background-color:#ef8a34;background-image:none;top:26.1875rem;left:43rem;display:block; }
#ek32NMzZPiN26KsyQtGSUF2GZxc17Ixo { box-sizing:content-box;height:21.3125rem;width:24.125rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:32rem;left:43rem;display:block; }
#tISRP9yDq0NTxtfk0a1v2x89KOUsVUid { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:27.5625rem;left:42.75rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#GbIXSXt56Mllk57SVxfTkr32OusP9l5V { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:3.75rem;left:32.25rem;overflow:hidden;display:block; }
#PP7rJCLWPNq8xns1Sx8tdowq47RUdaiw { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.375rem;width:75rem;top:21.5625rem;left:0rem;overflow:hidden;display:block; }
#fHW1dfNLIup4isSrfbqxpp8S04N5BMSB { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:14.1875rem;left:22.875rem;height:3.57470625rem;text-align:center;text-align-last:center;display:block; }
#oBIJdlexk2VsR18HoUFtDtWJEHZpfCzc { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:17.6875rem;left:25.25rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#hzZLcU2VsV3yremTNDx5qJbpqoVeroDk { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15038;line-height:3;letter-spacing:0;top:27.1875rem;left:5.5rem;height:23.625rem;text-align:center;text-align-last:center;display:block; }
#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d5d5d;background-image:url("https://images.assets-landingi.com/uc/d7cc583f-0051-43cd-98c3-812a416be640/width_1601.webp");background-position: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; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp.adaptive-delivery-prevent-bg, #orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp.lazyload, #orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp.lazyloading { background-image: none; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container { background-color: transparent; background-image: none; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container > .video-iframe-container { display: none; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row > .video-iframe-container { display: none; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .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); }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container { border-width: 0; border-radius: 0; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:38.375rem;width:75rem;position:relative;display:block; }#hUlUXHL8zG564tx4OQ9TuqEkrxUTyW7a { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:3;letter-spacing:0;top:6rem;left:38.375rem;height:28.875rem;text-align:left;text-align-last:left;display:block; }
#yGTA3uChNgLL7Cd6TltW3lZ0uD8aoGyx { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:3.5rem;left:38.375rem;height:2.54980625rem;text-align:left;text-align-last:left;display:block; }
#GDZCDEs5TqlorugElGPGrehrb78hHAks { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:22.25rem;top:2.4375rem;left:13.28125rem;overflow:hidden;display:block; }
#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row .container { background-color: transparent; background-image: none; }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row .container > .video-iframe-container { display: none; }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row > .video-iframe-container { display: none; }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .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); }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row .container { border-width: 0; border-radius: 0; }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#tamoilrmPaNCctezbo882edq45beks7H { color:rgba(var(--color-secondary-2),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:15.3125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#R0DnDCAmIxhTRwthxVyDcpUlPfDnDbOt { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:12.875rem;top:9.75rem;left:2.9375rem;overflow:hidden;display:block; }
#O1viMKercxfOT5U0fSvIzE5u4kwas0xv { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:12.875rem;top:12.09375rem;left:21.6875rem;overflow:hidden;display:block; }
#k26Uux4B7JGwzeN6nkTwlDWSN95NBazZ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:12.875rem;top:10.96875rem;left:40.4375rem;overflow:hidden;display:block; }
#q7LmsOBh2gmn7bwuhVke1kBayaVrH7T7 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:12.875rem;top:11.625rem;left:59.1875rem;overflow:hidden;display:block; }
#usOiOJK1bySez21NnqKU9AASlN0NyHk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a317b90-7825-4fd1-9351-2132cc819065/width_1600.webp");background-position: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; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1.adaptive-delivery-prevent-bg, #usOiOJK1bySez21NnqKU9AASlN0NyHk1.lazyload, #usOiOJK1bySez21NnqKU9AASlN0NyHk1.lazyloading { background-image: none; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row .container { background-color: transparent; background-image: none; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.82); }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row .container > .video-iframe-container { display: none; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.82); }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row > .video-iframe-container { display: none; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .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); }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row .container { border-width: 0; border-radius: 0; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:27.5625rem;width:75rem;position:relative;display:block; }#g798BXJSDOL5N738ou8P1oCLf4toeCgk { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:2.9375rem;left:22.5rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#TCUQXdUk2vudcPRtCVF62XpUTG6s0y2d { color:#ffffff;display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:3;letter-spacing:0;top:7.5rem;left:15.4375rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#L5uXytV9bAN8mVmpcLz581oUmK70LPyh { z-index:15004;top:20.3125rem;left:27.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HdNOGv0F0VlxB4Fvg9LUhLLRF88xT26L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { background-color: transparent; background-image: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .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); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { border-width: 0; border-radius: 0; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:46.25rem;width:75rem;position:relative;display:block; }#WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { color:rgba(var(--color-primary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:3.5rem;left:16.15625rem;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;text-align:left;text-align-last:left;display:block; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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.0625rem solid #b8addf; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--headlines-font-family);font-style:normal;color:rgba(var(--color-secondary-3),1);height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .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_8479a21618e524ab13c2d130e26377c05f0cdf6f.svg");background-size:contain !important; }#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.adaptive-delivery-prevent-bg, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyload, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyloading { background-image: none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:14.6865234375rem;left:16.15625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ELzEKfQwLFaD6Bp7gIc4A304KA266Me5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TPUAymQocMxPXHAbglWZXsU4F6EES1o1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZWs0FDBvkU6UwxIxK7CUOskTZxVursq6 { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xU3A42pCM7hNOVsktfQ4CR9oyTHhuizR {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fAt54wpls4grmIPyqEGQhhW1wdp0xPtG {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #gXbNTnPDFxeIHDGCedMgiXObfhIBN3Rt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bxhFwqf8ec8RKnMfhQ0WfVXuOv2U1bDv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #PLUW74R2EWmOHCdfGCer9QMJTv3cTPJp { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #st2wgZW6M1vSfyPbEy2JoMGnEhFKTuo4 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xtltJUHg0Lqw2HcsS7EBSrq5bcNUWsKb { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #aIOCL2M1WUvQT9rE66lG6lt8QDUlZgrV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UVkXykaz8LHx5XqIA0FRu56D9WvsO9XH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ayczLg56RIJNO8iSKEoADd2kGUTf8SJK { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #yqbNmEv1LN4EK47vWPJE9Uu8x05g5vMP {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fuKmVOzteWk5rreGpNaWuDLSItpHfpWo { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #WuDoTqc9EFue9hyulvvm3RSlBwQayT0L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #T2RkgrDRmZCNPXCc7M8HupsC563NfIzK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #zTdyxBn7vx3l707Tvk1mOqhRrpkyLNbe { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OMBKHGUlZO4uN7ZVH8ABp8z8HPywR2sU {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #WR5oXBHeREhBa8VpaSA3VtHNLlarpbSD { display:none; }
#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3effc4ae-517b-48a4-9c4d-744d95e72a01/width_800.webp");background-position:center !important;background-repeat:repeat-x !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; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh.adaptive-delivery-prevent-bg, #rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh.lazyload, #rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh.lazyloading { background-image: none; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row .container { background-color: transparent; background-image: none; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.84); }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row .container > .video-iframe-container { display: none; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.84); }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row > .video-iframe-container { display: none; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .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); }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row .container { border-width: 0; border-radius: 0; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#IR633557qZbXxLTZn8iwcZW2lAox7PWu { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:17.625rem;height:6.8246875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTlPxEJncCxFyILuUxluo1usugCmvQC5 { z-index:15003;top:13.1875rem;left:27.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cMm1CVwZRiRBPq1pROeM5TtrhvWAFuWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { 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; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.63720703125rem;left:10.1875rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { 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:4.1875rem;width:4.1875rem;top:1.65625rem;left:1.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { top:0.6875rem;left:2.28125rem;width:43.1875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { display:flex;width:18rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
 }@media only screen and (max-width: 763px) { #r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn { display:block; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-regular-label { display:block;width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-button { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-checkbox-label { width:20.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw  { width:21.25rem;height:19.375rem;top:31.6875rem;left:24rem; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw {display:block;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw { width:21.25rem;height:19.375rem;top:31.6875rem;left:24rem; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #sZuUHATcdKcmzUkFdEnt5r9hVTOy7TeW {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #AXhOTnT0qlN2CegBXirbRKZEVGH2BRhI { display:block; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #gqR5H85DwTdDh3aTXSqM8S9rLvmlgBRN {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #TwrOlpdu18NwGH3LQP0aUbKFbfnFUx2v {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #rlFH7VT45p4eaeZSFpIu3uxVBD8bLbIG { display:block; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #swcf5F9rTvlyCa9G7sdKXDNg6zgBOnT3 {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #qPHP7Q3IirmXsI6858laiwFC24DMkxkx {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #CnHvoVTDZtvAr2DQhIaHw1BSXRyqDAkL { display:block; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #fQoWvVlmwVTFyR0Ud8K3TBsNbPMvv8ZK {  }
 }@media only screen and (max-width: 763px) { #A2mioPfVIlZRVdyr8S6Q4UUS2B1ZEW7l { display:block; }
 }@media only screen and (max-width: 763px) { #QZ3CqP4ywHb7rH8mBbqXv6VeVfRvei19 { display:block; }
 }@media only screen and (max-width: 763px) { #KKvTzq4HNMdcWNoekfnRWrRFq1Pb5NTl { display:block; }
 }@media only screen and (max-width: 763px) { #WqnqrFGSlKWEBmv8KMl5hg3CK56pC1dC { display:block; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #LLVgxoAOuhIDzXTk7xEKEEwwSftmwPSg {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #efSAsnzB1ZGzT7bWzElrAucEpzbxdxis {  }
 }@media only screen and (max-width: 763px) { #Ggwn5RlsLZOS0h8HKLqx7DI5plDCgnzs { top:26.1875rem;left:23.75rem;width:24rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek32NMzZPiN26KsyQtGSUF2GZxc17Ixo { top:32rem;left:23.625rem;width:24.125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tISRP9yDq0NTxtfk0a1v2x89KOUsVUid { top:27.5625rem;left:23.25rem;width:24.5rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIXSXt56Mllk57SVxfTkr32OusP9l5V { top:3.75rem;left:18.625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP7rJCLWPNq8xns1Sx8tdowq47RUdaiw { top:21.5625rem;left:0rem;width:47.75rem;height:23.15875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHW1dfNLIup4isSrfbqxpp8S04N5BMSB { top:14.1875rem;left:9.25rem;width:29.3125rem;height:3.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBIJdlexk2VsR18HoUFtDtWJEHZpfCzc { top:17.6875rem;left:11.625rem;width:24.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzZLcU2VsV3yremTNDx5qJbpqoVeroDk { top:27.1875rem;left:0rem;width:33.125rem;height:23.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp { display:block; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUlUXHL8zG564tx4OQ9TuqEkrxUTyW7a { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTA3uChNgLL7Cd6TltW3lZ0uD8aoGyx { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDZCDEs5TqlorugElGPGrehrb78hHAks { top:2.4375rem;left:0rem;width:22.25rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy { display:block; }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tamoilrmPaNCctezbo882edq45beks7H { top:3.5625rem;left:0rem;width:44.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0DnDCAmIxhTRwthxVyDcpUlPfDnDbOt { top:9.75rem;left:0rem;width:12.875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1viMKercxfOT5U0fSvIzE5u4kwas0xv { top:12.0625rem;left:11rem;width:12.875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k26Uux4B7JGwzeN6nkTwlDWSN95NBazZ { top:10.9375rem;left:22.9375rem;width:12.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7LmsOBh2gmn7bwuhVke1kBayaVrH7T7 { top:11.625rem;left:34.875rem;width:12.875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOiOJK1bySez21NnqKU9AASlN0NyHk1 { display:block; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g798BXJSDOL5N738ou8P1oCLf4toeCgk { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCUQXdUk2vudcPRtCVF62XpUTG6s0y2d { top:7.5rem;left:1.8125rem;width:44.125rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5uXytV9bAN8mVmpcLz581oUmK70LPyh { top:20.3125rem;left:14rem;width:19.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdNOGv0F0VlxB4Fvg9LUhLLRF88xT26L { display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ELzEKfQwLFaD6Bp7gIc4A304KA266Me5 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TPUAymQocMxPXHAbglWZXsU4F6EES1o1 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZWs0FDBvkU6UwxIxK7CUOskTZxVursq6 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xU3A42pCM7hNOVsktfQ4CR9oyTHhuizR {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fAt54wpls4grmIPyqEGQhhW1wdp0xPtG {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #gXbNTnPDFxeIHDGCedMgiXObfhIBN3Rt {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bxhFwqf8ec8RKnMfhQ0WfVXuOv2U1bDv {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #PLUW74R2EWmOHCdfGCer9QMJTv3cTPJp {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #st2wgZW6M1vSfyPbEy2JoMGnEhFKTuo4 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xtltJUHg0Lqw2HcsS7EBSrq5bcNUWsKb {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #aIOCL2M1WUvQT9rE66lG6lt8QDUlZgrV {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UVkXykaz8LHx5XqIA0FRu56D9WvsO9XH {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ayczLg56RIJNO8iSKEoADd2kGUTf8SJK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #yqbNmEv1LN4EK47vWPJE9Uu8x05g5vMP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fuKmVOzteWk5rreGpNaWuDLSItpHfpWo {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #WuDoTqc9EFue9hyulvvm3RSlBwQayT0L {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #T2RkgrDRmZCNPXCc7M8HupsC563NfIzK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #zTdyxBn7vx3l707Tvk1mOqhRrpkyLNbe {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OMBKHGUlZO4uN7ZVH8ABp8z8HPywR2sU {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #WR5oXBHeREhBa8VpaSA3VtHNLlarpbSD {  }
 }@media only screen and (max-width: 763px) { #rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh { display:block; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR633557qZbXxLTZn8iwcZW2lAox7PWu { top:3.9375rem;left:4rem;width:39.75rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTlPxEJncCxFyILuUxluo1usugCmvQC5 { top:13.1875rem;left:14rem;width:19.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMm1CVwZRiRBPq1pROeM5TtrhvWAFuWq { display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:4.1875rem;height:4.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { width:20rem;height:3.1875rem;top:3.744140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { padding-top:0.23875rem;padding-right:0.2175rem;padding-bottom:0.23875rem;padding-left:0.2175rem;width:1.305rem;min-width:1.305rem;height:1.284375rem;font-size:0.95625rem;line-height:20.55px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.14875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.74rem;height:0.5075rem;font-size:0.35875rem;line-height:8.12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { display:flex;width:10.9375rem;height:2.418125rem;top:0.5625rem;left:4.53125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
 }@media only screen and (max-width: 763px) { #r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a317b90-7825-4fd1-9351-2132cc819065/width_1600.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn.adaptive-delivery-prevent-bg, #r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn.lazyload, #r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn.lazyloading { background-image: none; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container { background-color: transparent; background-image: none; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,107,73,0.5); }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container > .video-iframe-container { display: none; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,107,73,0.5); }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row > .video-iframe-container { display: none; }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .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); }#r3hVwrVeTognI0DOHkUGhhPX9E3w6NBn > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:2;overflow:hidden;height:auto; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw  { width:17.5rem;height:auto;top:33.3125rem;left:0rem; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw {display:block;}#Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw { width:17.5rem;height:auto;top:33.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #sZuUHATcdKcmzUkFdEnt5r9hVTOy7TeW {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #AXhOTnT0qlN2CegBXirbRKZEVGH2BRhI { display:block; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #gqR5H85DwTdDh3aTXSqM8S9rLvmlgBRN {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #TwrOlpdu18NwGH3LQP0aUbKFbfnFUx2v {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #rlFH7VT45p4eaeZSFpIu3uxVBD8bLbIG { display:block; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #swcf5F9rTvlyCa9G7sdKXDNg6zgBOnT3 {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #qPHP7Q3IirmXsI6858laiwFC24DMkxkx {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #CnHvoVTDZtvAr2DQhIaHw1BSXRyqDAkL { display:block; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #fQoWvVlmwVTFyR0Ud8K3TBsNbPMvv8ZK {  }
 }@media only screen and (max-width: 763px) { #A2mioPfVIlZRVdyr8S6Q4UUS2B1ZEW7l { display:block; }
 }@media only screen and (max-width: 763px) { #QZ3CqP4ywHb7rH8mBbqXv6VeVfRvei19 { display:block; }
 }@media only screen and (max-width: 763px) { #KKvTzq4HNMdcWNoekfnRWrRFq1Pb5NTl { display:block; }
 }@media only screen and (max-width: 763px) { #WqnqrFGSlKWEBmv8KMl5hg3CK56pC1dC { display:block; }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #LLVgxoAOuhIDzXTk7xEKEEwwSftmwPSg {  }
 }@media only screen and (max-width: 763px) { #Q3FTBAWEWeyGoZtwPoqeksyMVqZKdGcw #efSAsnzB1ZGzT7bWzElrAucEpzbxdxis {  }
 }@media only screen and (max-width: 763px) { #Ggwn5RlsLZOS0h8HKLqx7DI5plDCgnzs { width:20rem;height:0.0625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek32NMzZPiN26KsyQtGSUF2GZxc17Ixo { width:20rem;height:23.5625rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tISRP9yDq0NTxtfk0a1v2x89KOUsVUid { width:17.0625rem;height:4.63036875rem;top:25.625rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbIXSXt56Mllk57SVxfTkr32OusP9l5V { width:8.375rem;height:8.375rem;top:7.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP7rJCLWPNq8xns1Sx8tdowq47RUdaiw { width:20rem;height:9.625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHW1dfNLIup4isSrfbqxpp8S04N5BMSB { width:20rem;height:2.51855625rem;top:16.875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBIJdlexk2VsR18HoUFtDtWJEHZpfCzc { width:20rem;height:1.29980625rem;top:19.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzZLcU2VsV3yremTNDx5qJbpqoVeroDk { width:20rem;height:25.19725rem;top:57.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp { background-color:#5d5d5d;background-image:url("https://images.assets-landingi.com/uc/d7cc583f-0051-43cd-98c3-812a416be640/width_1601.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp.adaptive-delivery-prevent-bg, #orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp.lazyload, #orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp.lazyloading { background-image: none; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container { background-color: transparent; background-image: none; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container > .video-iframe-container { display: none; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row > .video-iframe-container { display: none; }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .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); }#orqtUfZNp8l6p2V9XIAgt7gbwiqXArGp > .row .container { width:20rem;height:84.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUlUXHL8zG564tx4OQ9TuqEkrxUTyW7a { width:20rem;height:46.875rem;top:35.774425rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #yGTA3uChNgLL7Cd6TltW3lZ0uD8aoGyx { width:20rem;height:2.01855625rem;top:32.6123125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDZCDEs5TqlorugElGPGrehrb78hHAks { width:20rem;height:30.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy { display:block; }#XdwQcXsdSN7Wx6dnELrvr8RcAKMFKkxy > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tamoilrmPaNCctezbo882edq45beks7H { width:20rem;height:4.875rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0DnDCAmIxhTRwthxVyDcpUlPfDnDbOt { width:8.8125rem;height:8.875rem;top:9.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1viMKercxfOT5U0fSvIzE5u4kwas0xv { width:9.6875rem;height:4.625rem;top:11.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k26Uux4B7JGwzeN6nkTwlDWSN95NBazZ { width:10.5rem;height:6.9375rem;top:20.15625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7LmsOBh2gmn7bwuhVke1kBayaVrH7T7 { width:8.8125rem;height:4.9375rem;top:21.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOiOJK1bySez21NnqKU9AASlN0NyHk1 { display:block; }#usOiOJK1bySez21NnqKU9AASlN0NyHk1 > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g798BXJSDOL5N738ou8P1oCLf4toeCgk { width:20rem;height:1.9121125rem;top:2.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCUQXdUk2vudcPRtCVF62XpUTG6s0y2d { width:20rem;height:23.625rem;top:6.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5uXytV9bAN8mVmpcLz581oUmK70LPyh { top:32.3125rem;left:0.125rem;width:19.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdNOGv0F0VlxB4Fvg9LUhLLRF88xT26L { display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { font-size:0.875rem;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:20rem;top:9.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ELzEKfQwLFaD6Bp7gIc4A304KA266Me5 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TPUAymQocMxPXHAbglWZXsU4F6EES1o1 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZWs0FDBvkU6UwxIxK7CUOskTZxVursq6 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xU3A42pCM7hNOVsktfQ4CR9oyTHhuizR {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fAt54wpls4grmIPyqEGQhhW1wdp0xPtG {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #gXbNTnPDFxeIHDGCedMgiXObfhIBN3Rt {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bxhFwqf8ec8RKnMfhQ0WfVXuOv2U1bDv {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #PLUW74R2EWmOHCdfGCer9QMJTv3cTPJp {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #st2wgZW6M1vSfyPbEy2JoMGnEhFKTuo4 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #xtltJUHg0Lqw2HcsS7EBSrq5bcNUWsKb {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #aIOCL2M1WUvQT9rE66lG6lt8QDUlZgrV {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #UVkXykaz8LHx5XqIA0FRu56D9WvsO9XH {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ayczLg56RIJNO8iSKEoADd2kGUTf8SJK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #yqbNmEv1LN4EK47vWPJE9Uu8x05g5vMP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #fuKmVOzteWk5rreGpNaWuDLSItpHfpWo {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #WuDoTqc9EFue9hyulvvm3RSlBwQayT0L {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #T2RkgrDRmZCNPXCc7M8HupsC563NfIzK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #zTdyxBn7vx3l707Tvk1mOqhRrpkyLNbe {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #OMBKHGUlZO4uN7ZVH8ABp8z8HPywR2sU {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #WR5oXBHeREhBa8VpaSA3VtHNLlarpbSD {  }
 }@media only screen and (max-width: 763px) { #rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh { display:block; }#rvz4sfesa6Nd32dI3gmuk5EE8noJk4qh > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR633557qZbXxLTZn8iwcZW2lAox7PWu { width:20rem;height:5.8496125rem;top:3.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTlPxEJncCxFyILuUxluo1usugCmvQC5 { top:10.6875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMm1CVwZRiRBPq1pROeM5TtrhvWAFuWq { display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewUlh4FvtAETAeUC3auCtlZQC3DKA0XT { width:20rem;height:1.0625rem;top:5.875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:3.375rem;height:3.375rem;top:1.25rem;left:8.3125rem;display:block; }
 }