.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:214,229,242;--color-primary-1:104,182,255;--color-primary-2:51,124,190;--color-primary-3:0,91,174;--color-primary-4:0,78,169;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:237,237,237;--color-secondary-3:142,142,142;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:83,83,83;--color-tertiary-2:53,53,53;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f685c0b-f2a0-4016-abca-cfaa4f8c484e/Untitleddesign52.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/sqoYiP2f/daniel_dinuzzo_qCjolcMFaLI_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;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; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.adaptive-delivery-prevent-bg, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyload, #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6.lazyloading { background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { background-color: transparent; background-image: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { display: none; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .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); }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { border-width: 0; border-radius: 0; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10rem;border-top-right-radius:10rem;border-bottom-left-radius:10rem;border-bottom-right-radius:10rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(222,161,41,0.97) ;height:11.125rem;width:11.3125rem;top:1rem;left:24.34375rem;overflow:hidden;display:block; }
#snrB63TAVIUgfIoIMhuBceMTIvgyZ2Ov { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.375rem;left:14.59375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D343KyKio4552IXQCMkCFuapqkzbTxJg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(222,161,41,0.93) ;box-sizing:border-box;color:#251f3a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:38.125rem;left:21.25rem;display:block; }
#VXyqCyTOAwrQs3ogntVHI9ZwUhNgm9gX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEXDvo5eagrKZn1DbqGiLBPWAInxMTzy { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:43.4375rem;left:14.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VR77puz5ymBVCvbvdyHytVOistiU0OmQ { position:absolute;display:block;z-index:15019;height:2.5625rem;width:4.5625rem;top:44.865236282349rem;left:55.437501907349rem;display:block; }
#ImwyKwODEwJRDtDEwptCKPXp6Hl0brN6 { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.8);top:15.8125rem;left:3.40625rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAH7Lb4RAi83l6uK8o28lWsMkHp2MGvP { position:absolute;display:block;z-index:15020;height:1.625rem;width:38.75rem;top:0rem;left:21.25rem;display:block; }
#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { background-color: transparent; background-image: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container > .video-iframe-container { display: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container { display: none; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .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); }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { border-width: 0; border-radius: 0; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#DRlCpUXJfk3GA2nuAmUGX0w512l80Myg { color:#dea129;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(37,31,58,0.77);top:3.75rem;left:11.8125rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LFT85iRz7NsvlWh1Eo3a9PXgazXPH3sG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.84375rem;left:17.59375rem;height:15rem;display:block; }
#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.57);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; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { background-color: transparent; background-image: none; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container > .video-iframe-container { display: none; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row > .video-iframe-container { display: none; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .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); }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { border-width: 0; border-radius: 0; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#mitTZFcDT7rxLPbsLTFSo07hDxnpoPfx { color:rgba(var(--color-secondary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.25rem;left:21.875rem;height:1.9375rem;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; }
#TK2BPxvDS8p1dn2kTRUHedyZOc5hwPl6 { color:#dea129;display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.5rem;left:18.8125rem;height:;display:block; }
#Wg4f9FwgDpK3VbpoOGCHlQpvV9kFEZqc { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.25rem;left:18.8125rem;height:;display:block; }
#X5TvQQAfBhAMDJn6GQulJ2cPTeOEKlu0 { color:rgba(var(--color-secondary-0),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:20.1875rem;left:21.875rem;height:3.5rem;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; }
#BL9kXRs83bg5eWhyteUdkFu36xnTrmXz { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.4375rem;left:18.8125rem;height:;display:block; }
#VTaiBn2TtRGvBmEBiMiADkrvzcTbAoDx { color:rgba(var(--color-secondary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:26.875rem;left:21.625rem;height:5.25rem;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; }
#TrvqpMXJJz5Q8DTZPKBQmubtkVqWWelJ { color:rgba(var(--color-secondary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.9375rem;left:21.875rem;height:1.9375rem;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; }
#mAppIrR3T1TnaxzrPC7rRT5tFU2xsCCs { color:rgba(var(--color-secondary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5rem;left:21.875rem;height:1.9375rem;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; }
#bUAdbGeDNMfx2XERnBRNbDdJUcDzQueR { color:rgba(var(--color-secondary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:13.4375rem;left:21.875rem;height:3.5rem;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; }
#tt37TRIkznn7pPLswzqGy4Vssl4GbcCQ { color:#dea129;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(37,31,58,0.77);top:4.125rem;left:11.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row .container { background-color: transparent; background-image: none; }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row .container > .video-iframe-container { display: none; }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row > .video-iframe-container { display: none; }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .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); }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row .container { border-width: 0; border-radius: 0; }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#K1qECC62yXhmEKpuzWcV0cK9pF7bcTRy { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.28);top:15.875rem;left:22.84375rem;height:7.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ma8DhrcdDyJi3vJF1xqNNG7gKe2FwM8s { position:absolute;display:block;z-index:15003;background-color:#dea129;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:26.375rem;left:22.1875rem;display:block; }
#IFBhKUThIXeRrgrn1SUW9xIvic3cT5Va { position:absolute;display:block;z-index:14994;background-color:rgba(37,31,58,0.86);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:12.4375rem;left:22.1875rem;display:block; }
#f5SbXTGudci5TnUshT27g3NvRLLhvTBJ { color:#dea129;display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(37,31,58,0.77);top:4.9375rem;left:1.375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hPHA9reSPK18ZKuyBf5dVbpCZSGvX3hT { background-color:rgba(37,31,58,0.86);background-image:none;background-position:center !important;background-repeat:no-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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(222,161,41,0.95) ;box-sizing:border-box;color:#fffaef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.1875rem;left:20.5rem;display:block; }
#EtCKFyJVsFtG6XM71wsAUTTsqdCLCE2R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.57);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; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { background-color: transparent; background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .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); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { border-width: 0; border-radius: 0; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { font-size:0.875rem;font-family:arial;height:79.75rem;width:60rem;position:relative;display:block; }#PH4zIBLl9pzK1Th62Q7bIRyDvzipUIno { position:absolute;display:block;z-index:15000;height:40.125rem;width:38.75rem;top:12.96875rem;left:10.625rem;display:block; }
#Ioq99m0MSo3AiBgsbHEbqakOl5uM1T3Q { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:76.3125rem;left:14.59375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueE3GMkXDvATI4SI8zKa2cu2VAHow8Nt { color:#dea129;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(37,31,58,0.77);top:5.5625rem;left:11.375rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row .container { background-color: transparent; background-image: none; }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row .container > .video-iframe-container { display: none; }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row > .video-iframe-container { display: none; }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .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); }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row .container { border-width: 0; border-radius: 0; }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;position:relative;display:block; }#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .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-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .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; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .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-4),1); }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .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-tertiary-4),1); }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .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; }#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .accordion-trigger.adaptive-delivery-prevent-bg, #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .accordion-trigger.lazyload, #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .accordion-trigger.lazyloading { background-image: none; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-secondary-0),1);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:13.4375rem;left:14.84375rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #Xyzzi9TQT3wmOlRFmF5d4LGOGVzzqG28 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #vfHMtT1dpBeFo6ka7D0nLQDrHsxEq1S8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SBR39EHyqdm9uWm0ae0TOgk9Qb95oTc8 { display:block;position:relative; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #Toa7WQ6DOpq1hgngkhB3GvUZblev5Vsf {  }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #vJivaqPMzaPsZU8Jr9IT5aHrzZu7mM7I {  }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #nTRggXm72tyMdUcK96uT5iZBrRAIHKmh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #N7FSd8IagZcSs7XT4VhGav1z69mnbcyU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #qh87UZq92KkXByV5x07eUhiP1cO50fMR { display:block;position:relative; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SxZDPsVv7oevvq9GOAqngpso0SOpQWCd {  }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #rFmoxZmbGTZRbklXgpohUCV7u1Xr3dyF { display:none; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #MFAVfhMdVmamHioamupvDvnOHDvZApzP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dvOUHirKSPyN1Lhc8Lb804gTXob7M3bF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #JRpOuBVTQz5aqh8Sm0zNPIBLmv2yx91e { display:block;position:relative; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #X8PrWcXybFkLwAQyXvKTyPsbSGcPOTIZ {  }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #McTwddDO9Do5rT9aBZm1D7FX5R3TM99A { display:none; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dHF7fnLHmWEVogJBMcQl203wo5VS61eJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #sg72NJgqMd5snGAV3rcqf3g4N6L5JVAz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #UlJLWNgOUPK25JV6TmyzL0egcsUwl5EK { display:block;position:relative; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #zTuudTqokqBESGA4qBPo77vxuLrOOwgK {  }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SMHXTBeLTSuZrzHXHwcTMtirVeDXZxvZ { display:none; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #niTimeFNvdyBnrXIzEpUx2WGEMCAwP0F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #rhVkMigT4Wa87nqO7ZC19nXkbNluJFgf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #UrsZo1LTqLcGWen9xGgyVSyfl3KrwP9Z { display:block;position:relative; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #mbtIOR0LIKzFHVNUr8k42xcmCw6a9h8h {  }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #akehDgwzNm2QtrI4kqndJtKJ0zPzdWCT { display:none; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #DmEyqIVDR2TTfWRzTmCT7pEw81veM94V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #J5fUN6TDdT0VG2KMGdTswBDkZEuVrQFk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dGy03LHEh2vcxQe50L7RIS31UyRx0MPx { display:block;position:relative; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #DL5sp33UtDIIwGTRVPF50UXeBT5k3LI6 {  }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #LTbmu6PMGaadiOvmtCR8bQFIolOA6iwS { display:none; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #W3lmqv36xQcrpTDgTplnRCJfcx9SWKnV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #nGhMTL1rF46wtQq2uf1OKTTUTTClL840 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #n40VkJ2DzhHqQkZ7EARlwc2RUJuySxmW { display:block;position:relative; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #aadTm0p099rbl3KkqXhQoPOpCV4FUOS6 {  }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #wxafX3BVWv7ZV5iD7b2qxuZ9tppkSSPR { display:none; }
#QEGWGvtp7TFCuk6Xlh96Hzy01TQKkslW { color:#dea129;display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(37,31,58,0.77);top:4rem;left:17.21875rem;height:6.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CJzqGvs135ZbtsNCIRUELol6XUSunALZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row .container { background-color: transparent; background-image: none; }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row .container > .video-iframe-container { display: none; }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row > .video-iframe-container { display: none; }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .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); }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row .container { border-width: 0; border-radius: 0; }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;position:relative;display:block; }#eK7ZNOusnN6IcLJ6RKLLDhT12VNyXTXr { background-color:rgba(37,31,58,0.86);background-image:none;background-position:center !important;background-repeat:no-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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(222,161,41,0.95) ;box-sizing:border-box;color:#fffaef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:4.34375rem;left:21.25rem;display:block; }
#zOUJdtrgmZyIsqnhAlJ5eqbZZ925QywB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 { position:relative;display:block; }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 { background-color: transparent; background-image: none; }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .row .container > .video-iframe-container { display: none; }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .row > .video-iframe-container { display: none; }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .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); }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 { border-width: 0; border-radius: 0; }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1a2e;background-image:none;font-size:0.875rem;font-family:arial;height:123.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QIQ2ByI9XgEhuv9472fP4WbwuxcG3oAO { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:4.625rem;left:10.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { top:1rem;left:18.21875rem;width:11.3125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snrB63TAVIUgfIoIMhuBceMTIvgyZ2Ov { top:30.375rem;left:8.46875rem;width:30.8125rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D343KyKio4552IXQCMkCFuapqkzbTxJg { width:17.5rem;height:3.4375rem;top:38.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXyqCyTOAwrQs3ogntVHI9ZwUhNgm9gX { display:block; }
 }@media only screen and (max-width: 763px) { #yEXDvo5eagrKZn1DbqGiLBPWAInxMTzy { top:43.4375rem;left:8.5rem;width:30.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR77puz5ymBVCvbvdyHytVOistiU0OmQ { top:44.8125rem;left:43.1875rem;width:4.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwyKwODEwJRDtDEwptCKPXp6Hl0brN6 { width:47.75rem;height:10.5rem;top:15.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAH7Lb4RAi83l6uK8o28lWsMkHp2MGvP { top:0rem;left:9rem;width:38.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { display:block; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRlCpUXJfk3GA2nuAmUGX0w512l80Myg { width:37.25rem;height:4.0625rem;top:3.75rem;left:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFT85iRz7NsvlWh1Eo3a9PXgazXPH3sG { top:10.8125rem;left:11.46875rem;width:24.8125rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo { display:block; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mitTZFcDT7rxLPbsLTFSo07hDxnpoPfx { width:14.8125rem;height:1.9375rem;top:18.25rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2BPxvDS8p1dn2kTRUHedyZOc5hwPl6 { top:11.5rem;left:12.6875rem;width:3.0625rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg4f9FwgDpK3VbpoOGCHlQpvV9kFEZqc { top:18.25rem;left:12.6875rem;width:3.0625rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5TvQQAfBhAMDJn6GQulJ2cPTeOEKlu0 { width:28.875rem;height:3.5rem;top:20.1875rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL9kXRs83bg5eWhyteUdkFu36xnTrmXz { top:24.4375rem;left:12.6875rem;width:3.0625rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaiBn2TtRGvBmEBiMiADkrvzcTbAoDx { width:31.3125rem;height:5.25rem;top:26.875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrvqpMXJJz5Q8DTZPKBQmubtkVqWWelJ { width:8.125rem;height:1.9375rem;top:24.9375rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAppIrR3T1TnaxzrPC7rRT5tFU2xsCCs { width:15.25rem;height:1.9375rem;top:11.5rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUAdbGeDNMfx2XERnBRNbDdJUcDzQueR { width:24.75rem;height:3.5rem;top:13.4375rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt37TRIkznn7pPLswzqGy4Vssl4GbcCQ { width:37.25rem;height:;top:4.125rem;left:5.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 { display:block; }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1qECC62yXhmEKpuzWcV0cK9pF7bcTRy { width:12.75rem;height:7.1875rem;top:15.875rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma8DhrcdDyJi3vJF1xqNNG7gKe2FwM8s { width:14.0625rem;height:0.125rem;top:26.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFBhKUThIXeRrgrn1SUW9xIvic3cT5Va { width:14.0625rem;height:14.0625rem;top:12.4375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SbXTGudci5TnUshT27g3NvRLLhvTBJ { width:47.75rem;height:;top:4.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPHA9reSPK18ZKuyBf5dVbpCZSGvX3hT { width:17.5rem;height:3.4375rem;top:29.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtCKFyJVsFtG6XM71wsAUTTsqdCLCE2R { display:block; }
 }@media only screen and (max-width: 763px) { #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { display:block; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH4zIBLl9pzK1Th62Q7bIRyDvzipUIno { top:12.9375rem;left:4.5rem;width:38.75rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioq99m0MSo3AiBgsbHEbqakOl5uM1T3Q { top:76.3125rem;left:8.46875rem;width:30.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueE3GMkXDvATI4SI8zKa2cu2VAHow8Nt { width:37.25rem;height:4.0625rem;top:5.5625rem;left:5.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv { display:block; }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R { display:flex;height:auto;width:27.8125rem;top:14.8125rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #Xyzzi9TQT3wmOlRFmF5d4LGOGVzzqG28 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #vfHMtT1dpBeFo6ka7D0nLQDrHsxEq1S8 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SBR39EHyqdm9uWm0ae0TOgk9Qb95oTc8 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #Toa7WQ6DOpq1hgngkhB3GvUZblev5Vsf {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #vJivaqPMzaPsZU8Jr9IT5aHrzZu7mM7I {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #nTRggXm72tyMdUcK96uT5iZBrRAIHKmh {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #N7FSd8IagZcSs7XT4VhGav1z69mnbcyU {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #qh87UZq92KkXByV5x07eUhiP1cO50fMR {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SxZDPsVv7oevvq9GOAqngpso0SOpQWCd {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #rFmoxZmbGTZRbklXgpohUCV7u1Xr3dyF {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #MFAVfhMdVmamHioamupvDvnOHDvZApzP {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dvOUHirKSPyN1Lhc8Lb804gTXob7M3bF {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #JRpOuBVTQz5aqh8Sm0zNPIBLmv2yx91e {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #X8PrWcXybFkLwAQyXvKTyPsbSGcPOTIZ {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #McTwddDO9Do5rT9aBZm1D7FX5R3TM99A {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dHF7fnLHmWEVogJBMcQl203wo5VS61eJ {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #sg72NJgqMd5snGAV3rcqf3g4N6L5JVAz {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #UlJLWNgOUPK25JV6TmyzL0egcsUwl5EK {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #zTuudTqokqBESGA4qBPo77vxuLrOOwgK {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SMHXTBeLTSuZrzHXHwcTMtirVeDXZxvZ {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #niTimeFNvdyBnrXIzEpUx2WGEMCAwP0F {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #rhVkMigT4Wa87nqO7ZC19nXkbNluJFgf {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #UrsZo1LTqLcGWen9xGgyVSyfl3KrwP9Z {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #mbtIOR0LIKzFHVNUr8k42xcmCw6a9h8h {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #akehDgwzNm2QtrI4kqndJtKJ0zPzdWCT {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #DmEyqIVDR2TTfWRzTmCT7pEw81veM94V {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #J5fUN6TDdT0VG2KMGdTswBDkZEuVrQFk {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dGy03LHEh2vcxQe50L7RIS31UyRx0MPx {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #DL5sp33UtDIIwGTRVPF50UXeBT5k3LI6 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #LTbmu6PMGaadiOvmtCR8bQFIolOA6iwS {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #W3lmqv36xQcrpTDgTplnRCJfcx9SWKnV {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #nGhMTL1rF46wtQq2uf1OKTTUTTClL840 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #n40VkJ2DzhHqQkZ7EARlwc2RUJuySxmW {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #aadTm0p099rbl3KkqXhQoPOpCV4FUOS6 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #wxafX3BVWv7ZV5iD7b2qxuZ9tppkSSPR {  }
 }@media only screen and (max-width: 763px) { #QEGWGvtp7TFCuk6Xlh96Hzy01TQKkslW { width:25.5625rem;height:6.125rem;top:4rem;left:11.09375rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJzqGvs135ZbtsNCIRUELol6XUSunALZ { display:block; }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK7ZNOusnN6IcLJ6RKLLDhT12VNyXTXr { width:17.5rem;height:3.4375rem;top:4.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOUJdtrgmZyIsqnhAlJ5eqbZZ925QywB { display:block; }
 }@media only screen and (max-width: 763px) { #ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 { display:block; }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIQ2ByI9XgEhuv9472fP4WbwuxcG3oAO { top:4.625rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 { display:block; }#tnNhSl7HzqbSRHFdcsKIqilvnNJfzAN6 > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy8qsMT2fVZlFXTt3tH8TZgQ76ht71rS { width:3.9375rem;height:3.875rem;top:4.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #snrB63TAVIUgfIoIMhuBceMTIvgyZ2Ov { width:20rem;height:4.5rem;top:26.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D343KyKio4552IXQCMkCFuapqkzbTxJg { width:17.5rem;height:3.4375rem;top:32rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXyqCyTOAwrQs3ogntVHI9ZwUhNgm9gX { display:block; }
 }@media only screen and (max-width: 763px) { #yEXDvo5eagrKZn1DbqGiLBPWAInxMTzy { width:20rem;height:3rem;top:36.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VR77puz5ymBVCvbvdyHytVOistiU0OmQ { width:4.5625rem;height:2.5625rem;top:40.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwyKwODEwJRDtDEwptCKPXp6Hl0brN6 { width:20rem;height:15.75rem;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAH7Lb4RAi83l6uK8o28lWsMkHp2MGvP { width:20rem;height:1.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg { display:block; }#gudHSlnm1Uc7zlhcfzQ46ZezoWpsK9eg > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRlCpUXJfk3GA2nuAmUGX0w512l80Myg { width:20rem;height:5.125rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFT85iRz7NsvlWh1Eo3a9PXgazXPH3sG { width:20rem;height:17.5rem;top:10rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo { display:block; }#kZHPUlAZipWD0KxxMHK3P8RGZQ50ZMlo > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mitTZFcDT7rxLPbsLTFSo07hDxnpoPfx { width:19.9375rem;height:1.625rem;top:23.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK2BPxvDS8p1dn2kTRUHedyZOc5hwPl6 { width:3.0625rem;height:2.5625rem;top:5.0625rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wg4f9FwgDpK3VbpoOGCHlQpvV9kFEZqc { width:3.0625rem;height:2.5625rem;top:20rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5TvQQAfBhAMDJn6GQulJ2cPTeOEKlu0 { width:19.375rem;height:5.25rem;top:26.6875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BL9kXRs83bg5eWhyteUdkFu36xnTrmXz { width:3.0625rem;height:2.5625rem;top:33.1875rem;left:8.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTaiBn2TtRGvBmEBiMiADkrvzcTbAoDx { width:19.375rem;height:8.75rem;top:39.875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TrvqpMXJJz5Q8DTZPKBQmubtkVqWWelJ { width:19.9375rem;height:1.625rem;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAppIrR3T1TnaxzrPC7rRT5tFU2xsCCs { width:15rem;height:1.625rem;top:8.875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUAdbGeDNMfx2XERnBRNbDdJUcDzQueR { width:15rem;height:7rem;top:11.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tt37TRIkznn7pPLswzqGy4Vssl4GbcCQ { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 { display:block; }#AzASuqqOVKDyh0dKhmnmsrTITTx06kd6 > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1qECC62yXhmEKpuzWcV0cK9pF7bcTRy { width:12.125rem;height:6.25rem;top:15.59375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ma8DhrcdDyJi3vJF1xqNNG7gKe2FwM8s { width:14.0625rem;height:0.125rem;top:25.75rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFBhKUThIXeRrgrn1SUW9xIvic3cT5Va { width:13.9375rem;height:13.9375rem;top:11.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SbXTGudci5TnUshT27g3NvRLLhvTBJ { width:20rem;height:5.125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPHA9reSPK18ZKuyBf5dVbpCZSGvX3hT { width:17.5rem;height:3.4375rem;top:27.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtCKFyJVsFtG6XM71wsAUTTsqdCLCE2R { display:block; }
 }@media only screen and (max-width: 763px) { #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs { background-color:transparent;background-image:url("https://images.assets-landingi.com/sqoYiP2f/daniel_dinuzzo_qCjolcMFaLI_unsplash.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.adaptive-delivery-prevent-bg, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyload, #zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs.lazyloading { background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { background-color: transparent; background-image: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,21,22,0.57); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,21,22,0.57); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row > .video-iframe-container { display: none; }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .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); }#zntPFFZ6k2EIE7vFw1kKPuhvbCUxt0xs > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH4zIBLl9pzK1Th62Q7bIRyDvzipUIno { width:20rem;height:40.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioq99m0MSo3AiBgsbHEbqakOl5uM1T3Q { width:20rem;height:3rem;top:79.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueE3GMkXDvATI4SI8zKa2cu2VAHow8Nt { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv { display:block; }#qDTXrTUJZLFFlqzrQenXsLHTfHXWx3Uv > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R { display:flex;height:37.875rem;width:17.5rem;top:5.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #Xyzzi9TQT3wmOlRFmF5d4LGOGVzzqG28 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #vfHMtT1dpBeFo6ka7D0nLQDrHsxEq1S8 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SBR39EHyqdm9uWm0ae0TOgk9Qb95oTc8 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #Toa7WQ6DOpq1hgngkhB3GvUZblev5Vsf {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #vJivaqPMzaPsZU8Jr9IT5aHrzZu7mM7I {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #nTRggXm72tyMdUcK96uT5iZBrRAIHKmh {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #N7FSd8IagZcSs7XT4VhGav1z69mnbcyU {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #qh87UZq92KkXByV5x07eUhiP1cO50fMR {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SxZDPsVv7oevvq9GOAqngpso0SOpQWCd {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #rFmoxZmbGTZRbklXgpohUCV7u1Xr3dyF {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #MFAVfhMdVmamHioamupvDvnOHDvZApzP {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dvOUHirKSPyN1Lhc8Lb804gTXob7M3bF {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #JRpOuBVTQz5aqh8Sm0zNPIBLmv2yx91e {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #X8PrWcXybFkLwAQyXvKTyPsbSGcPOTIZ {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #McTwddDO9Do5rT9aBZm1D7FX5R3TM99A {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dHF7fnLHmWEVogJBMcQl203wo5VS61eJ {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #sg72NJgqMd5snGAV3rcqf3g4N6L5JVAz {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #UlJLWNgOUPK25JV6TmyzL0egcsUwl5EK {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #zTuudTqokqBESGA4qBPo77vxuLrOOwgK {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #SMHXTBeLTSuZrzHXHwcTMtirVeDXZxvZ {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #niTimeFNvdyBnrXIzEpUx2WGEMCAwP0F {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #rhVkMigT4Wa87nqO7ZC19nXkbNluJFgf {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #UrsZo1LTqLcGWen9xGgyVSyfl3KrwP9Z {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #mbtIOR0LIKzFHVNUr8k42xcmCw6a9h8h {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #akehDgwzNm2QtrI4kqndJtKJ0zPzdWCT {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #DmEyqIVDR2TTfWRzTmCT7pEw81veM94V {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #J5fUN6TDdT0VG2KMGdTswBDkZEuVrQFk {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #dGy03LHEh2vcxQe50L7RIS31UyRx0MPx {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #DL5sp33UtDIIwGTRVPF50UXeBT5k3LI6 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #LTbmu6PMGaadiOvmtCR8bQFIolOA6iwS {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #W3lmqv36xQcrpTDgTplnRCJfcx9SWKnV {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #nGhMTL1rF46wtQq2uf1OKTTUTTClL840 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #n40VkJ2DzhHqQkZ7EARlwc2RUJuySxmW {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #aadTm0p099rbl3KkqXhQoPOpCV4FUOS6 {  }
 }@media only screen and (max-width: 763px) { #EhNBrRVbL1Jf8MVV2yRAo8BLBBKtim4R #wxafX3BVWv7ZV5iD7b2qxuZ9tppkSSPR {  }
 }@media only screen and (max-width: 763px) { #QEGWGvtp7TFCuk6Xlh96Hzy01TQKkslW { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJzqGvs135ZbtsNCIRUELol6XUSunALZ { display:block; }#CJzqGvs135ZbtsNCIRUELol6XUSunALZ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK7ZNOusnN6IcLJ6RKLLDhT12VNyXTXr { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOUJdtrgmZyIsqnhAlJ5eqbZZ925QywB { display:block; }
 }@media only screen and (max-width: 763px) { #ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 { display:block; }#ytrzISACFRdqR8Ui194fT5QLbi3mDSu9 > .row .container { width:20rem;height:33.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIQ2ByI9XgEhuv9472fP4WbwuxcG3oAO { width:20rem;height:21.75rem;top:5.9375rem;left:0rem;display:block; }
 }