.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,254,254;--color-primary-1:250,250,250;--color-primary-2:245,245,245;--color-primary-3:123,123,123;--color-primary-4:37,37,37;--color-secondary-0:229,245,237;--color-secondary-1:167,222,197;--color-secondary-2:79,188,138;--color-secondary-3:40,94,69;--color-secondary-4:12,28,21;--color-tertiary-0:255,255,255;--color-tertiary-1:46,48,53;--color-tertiary-2:46,39,40;--color-tertiary-3:34,36,39;--color-tertiary-4:0,0,0;--headlines-font-family:Raleway;--paragraphs-font-family:open sans; }@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:#e3e3e3;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(74,65,66,0.86), rgba(51,51,51,0.63));background-image: -moz-linear-gradient(45deg, rgba(74,65,66,0.86), rgba(51,51,51,0.63));background-image: -ms-linear-gradient(45deg, rgba(74,65,66,0.86), rgba(51,51,51,0.63));background-image: -o-linear-gradient(45deg, rgba(74,65,66,0.86), rgba(51,51,51,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4142db', endColorstr='#333333a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4142db', endColorstr='#333333a0' );";background-image: linear-gradient(45deg, rgba(74,65,66,0.86), rgba(51,51,51,0.63));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container { background-color: transparent; background-image: none; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container > .video-iframe-container { display: none; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row > .video-iframe-container { display: none; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .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); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container { border-width: 0; border-radius: 0; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#DzAZ1J5Wcn2W9aewO5OgScMqiUiI2o0L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gothic a1";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.2374999523163rem;left:16.436718940735rem;display:block; }
#N0BGs04OSchL60qNQVOnMH4mSfIENtwC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGiNVN1iSmpk2EHQ9mH8hgoAsJMp9v7M { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:13.375rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#rdDUFLhT8LXtcKbRigZkQ0RDcFzXxJJE { z-index:15003;top:1.7000002861023rem;left:50.046093940735rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.0625rem solid #e1eee8;border-left:0.0625rem solid #e1eee8;border-right:0.0625rem solid #e1eee8;border-bottom:0.0625rem solid #e1eee8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(197,188,191,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:2.6;overflow:hidden;position:absolute;width:16.875rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ONyidToGTcoOcs7TenpQ9qNGQvwcHRHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WUqpN9EgBIoZfMPiC3xGKzCGHRi3pUmO { z-index:15004;top:2.8812501430511rem;left:52.108593940735rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.0625rem solid #e1eee8;border-left:0.0625rem solid #e1eee8;border-right:0.0625rem solid #e1eee8;border-bottom:0.0625rem solid #e1eee8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(197,188,191,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:2.6;overflow:hidden;position:absolute;width:16.95rem;height:2.7625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#woxv3vMGgToV8cUVumdCuVLxPMzVTrLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCCM9aSixQT6e0Fyqh2qMwLkEL670n2F { z-index:15004;top:2rem;left:50.096093177796rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.0625rem solid #e1eee8;border-left:0.0625rem solid #e1eee8;border-right:0.0625rem solid #e1eee8;border-bottom:0.0625rem solid #e1eee8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(197,188,191,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:2.6;overflow:hidden;position:absolute;width:16.75rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#d9JoabLBXgidxwDVCDCW9isbeUpc8oIS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:rgba(var(--color-tertiary-2),0.76);display:block;width:28.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:1.25rem;left:1.3984375rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#P49TNRGiZHbB78XlfTKkVVyFAVu03xDX { box-sizing:content-box;height:2.125rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:#4fbc8a;background-image:none;top:20.000000759959rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#ss6LTtDBbLuEHqt7aNT5TxbXdSszoJMT { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:27.15625rem;left:37.500000953674rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { color:rgba(var(--color-tertiary-1),1);display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.45937538147rem;left:8.495312690735rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-form-header {  }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.0625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:24.0625rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:24.0625rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:24.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#4fbc8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.75rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:16.5625rem;height:3.5rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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:dosis;line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:22.8125rem;overflow:hidden;font-style:normal;float:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:first-of-type{padding-top:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:last-of-type{padding-bottom:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.057812690735rem;top:24.8125rem;z-index:15005;position:absolute; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.0625rem;display:block;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;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;text-align:left;text-align-last:left; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.057812690735rem;top:24.8125rem;z-index:15005;position:absolute; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { position:relative;display:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { position:relative;display:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { position:relative;display:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { position:relative;display:none; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg { position:relative;z-index:2; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs { position:relative; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ { position:relative; }
#uyvmHQOab00iKAdmARtDpDU4IZvJuwqr { position:absolute;display:block;z-index:14996;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:67.25rem;width:75rem;top:20.065620422363rem;left:0rem;overflow:hidden;display:block; }
#hbneJt7XhPEZEaQwIoTJtoKgPPs1xqIU { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20rem;width:39.5625rem;top:0rem;left:35.437500953674rem;overflow:hidden;display:block; }
#aZIPGlTuqwwexBIHNvKfWT9aFxz3QvFt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:57.1875rem;display:none; }
#etiDCcLTqygT5fX3lLo2dTs5sQZiUEOA { color:rgba(var(--color-tertiary-0),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.403125762939rem;left:4.625rem;height:1.38125rem;display:block; }
#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .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); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { border-width: 0; border-radius: 0; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#WtT43AFd9trDKt2ScTswbFenH9M8RcrJ { color:rgba(var(--color-primary-3),1);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(224,238,232,0.5);top:3.1640625rem;left:1.76171875rem;height:3.16875rem;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; }
#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container { background-color: transparent; background-image: none; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container > .video-iframe-container { display: none; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row > .video-iframe-container { display: none; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .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); }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container { border-width: 0; border-radius: 0; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#BTgBdisItlRn9tlQ9RHcPQyglh2lh1f8 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:6.9851562976837rem;left:3.71875rem;height:13.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BTgBdisItlRn9tlQ9RHcPQyglh2lh1f8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTgBdisItlRn9tlQ9RHcPQyglh2lh1f8 li:before{  }
#lrhQfMg4hrH1mBsk5wKIg6eX6vD1rMO2 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3296871185302rem;left:2.5625rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABQNPgK0AZhQsgnrxspO71FBltgK9iIn { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1992210149765rem;left:21.874218940735rem;height:3.575rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fC6HdxIioDxU8749FxGcgk9cSkvP90tx { color:rgba(var(--color-tertiary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:6.8289108276369rem;left:22.593750953674rem;height:11.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fC6HdxIioDxU8749FxGcgk9cSkvP90tx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fC6HdxIioDxU8749FxGcgk9cSkvP90tx li:before{  }
#dAnk73NCXx4JgcZRSupGpFZDNWIe3sU0 { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:6.8289065361025rem;left:41.812500953674rem;height:9.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dAnk73NCXx4JgcZRSupGpFZDNWIe3sU0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dAnk73NCXx4JgcZRSupGpFZDNWIe3sU0 li:before{  }
#f1SzTmGWsQZisafFH3x45gopNL7BwTFm { color:rgba(var(--color-tertiary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1664028167724rem;left:40.250000953674rem;height:3.575rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XldsXHk1N84u9Xf9tgL460uwiHDF3yGT { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:6.8289100080731rem;left:60.125000953674rem;height:13.225rem;text-align:left;text-align-last:left;display:block; }#XldsXHk1N84u9Xf9tgL460uwiHDF3yGT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XldsXHk1N84u9Xf9tgL460uwiHDF3yGT li:before{  }
#R6B2TA1v6ydaX8EOEmOaBTaWZaNQHBlg { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3289201259613rem;left:59.375000953674rem;height:3.575rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LDKPkuedt9OWRh5srhdshbnyDqcxSJUP { box-sizing:content-box;height:22.3125rem;width:15.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.4375rem;left:39.312500953674rem;display:block; }
#hOAwutWu4htH7iIGGIJMkBlvQIVf60EC { box-sizing:content-box;height:22.3125rem;width:15.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.4375rem;left:1.8125rem;display:block; }
#UvdKk64RxrpLXdqKQRGqHzyvCxKQpRiO { box-sizing:content-box;height:22.3125rem;width:15.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.4375rem;left:20.561718940735rem;display:block; }
#FdXtJdzLpQmF0WMHxETHTTnk469LKZcX { box-sizing:content-box;height:22.3125rem;width:15.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.4375rem;left:58.062500953674rem;display:block; }
#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 { position:relative;display:block; }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 { background-color: transparent; background-image: none; }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .row .container > .video-iframe-container { display: none; }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .row > .video-iframe-container { display: none; }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .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); }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 { border-width: 0; border-radius: 0; }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .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; }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e3e3e3;background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ixxoINah4RVET9p3C0q81542oKxDUZes { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.340624809265rem;left:39.168751716614rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mZlynCpFnHzylPi49v5Lu20Ui4eosLGn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:34.8125rem;top:6.2484421730041rem;left:0rem;overflow:hidden;display:block; }
#xnFEzqm8x8opew39AUOLK0fe3M2dJ7lT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #09699d;border-left:0.0625rem dotted #09699d;border-right:0.0625rem dotted #09699d;border-bottom:0.0625rem dotted #09699d;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(21,69,95,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5125rem;height:3.1375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.250002384186rem;left:43.675000190735rem;display:block; }
#pgnHExD4GPzT3U2v7i5wdBnBJuTTavTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jf1OK71DOElXTidatIHq8LzZ0blluv10 { box-sizing:content-box;height:8.1875rem;width:8.1875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:20.25rem;left:25.037499427796rem;display:block; }
#LzcD0tT437iNXuyDvVAzT0Cf3Efh550w { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.8125rem;top:17.0625rem;left:36.625rem;overflow:hidden;display:block; }
#WSPASKfLIUrhPId601RD6aT9t0Syy5eb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.0625rem;top:17.875rem;left:45.0625rem;overflow:hidden;display:block; }
#AXTFo6JUgf9k94DN55xau23865aF0Dlc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.9375rem;top:17.4375rem;left:58.3125rem;overflow:hidden;display:block; }
#n2EzQOEwMLhTfc8ZBSi6soTSG3Q22pBB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:16rem;left:68.1875rem;overflow:hidden;display:block; }
#CWHBOGI605nN36cPOWCxgBqGp175XMqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/79aa02a9-2adb-491d-9f58-75058111d30d/Designsemnome41.png");background-position:top right !important;background-repeat: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; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp.adaptive-delivery-prevent-bg, #CWHBOGI605nN36cPOWCxgBqGp175XMqp.lazyload, #CWHBOGI605nN36cPOWCxgBqGp175XMqp.lazyloading { background-image: none; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container { background-color: transparent; background-image: none; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container > .video-iframe-container { display: none; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row > .video-iframe-container { display: none; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .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); }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container { border-width: 0; border-radius: 0; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#R67Cr1G99gugmQKUB9AVNwbOdgNIAvwq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.1) ;height:14.9375rem;width:26.625rem;top:7.41171875rem;left:0.81330083565462rem;overflow:hidden;display:block; }
#VToBWqZvmJZnTakJD1gdkaNlaLAoqqvb { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:24.875rem;left:44.4375rem;display:block; }
#z4GEiCO7mutXyJwFrFq8lZTar7pwcZdB { color:rgba(var(--color-tertiary-2),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5625rem;left:32.4375rem;height:19.3375rem;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; }
#pZkUgxE65tptsg9ehrtLGubrT4yAGNyi { color:#010204;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(144,255,203,0.5);top:1.6484355926514rem;left:2.375rem;height:3.33125rem;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; }
#zgsekSCWWcB72yulpHsGv7EiINTIfHfr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:6.5625002980231rem;left:29.343750953674rem; }
#fC002ULO600Tw94mdmdiVPThzI7o1GEB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:10.906253814698rem;left:29.312500953674rem; }
#LENTmX9R1ZRLdz7eRN8bOQkdHnsLwfNR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:15.231250226497rem;left:29.406250953674rem; }
#GncIXzoXsgf04NATbkiTTTdDL8rraVGX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:19.111719548702rem;left:29.343750953674rem; }
#dkHAN6n9o8wD7cyTyAK3X9RtEqcvsZKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.174999654293rem;left:29.312500953674rem; }
#AaQLToF0GB0a6Ng3DPwiNuIk0NZdO24y { background-color:#f3f4f5;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9625rem;height:3.525rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:4.9820251464844rem;left:40.822655677796rem;display:none; }
#xnd0TGxsKsENLc5zJaZTmf8KkyFI6lvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILv2K1sCw7HmuN3cK72PMlzQLqagq7Mg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:22.34921836853rem;left:0.8125rem;height:1.3rem;display:block; }
#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI { position:relative;display:block; }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI { background-color: transparent; background-image: none; }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .row .container > .video-iframe-container { display: none; }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .row > .video-iframe-container { display: none; }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .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); }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI { border-width: 0; border-radius: 0; }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .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; }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4fbc8a;background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JUbnJ7gdo4QbfClVkkRMBhUV9eT0R70Z { box-sizing:content-box;height:0.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:10.0625rem;left:0rem;display:block; }
#w1WKIeKNQeJ9KH2hWTy5BUvTQLSHlVJf { color:#e7f4ef;display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.0804748535156rem;left:2.8726558685302rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MPNTZkP8etMnPchXa3ASTvDT9dQTxQUT { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5625rem;left:20.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#orCoVn7Vp3OysQtCSIvVK2omf9tNSmeK { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.962503433227rem;left:20.467968940735rem;height:3.575rem;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; }
#QuAdkg6Teb0ZzszIfWsOQXn8XpgIBiq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.249998092651rem;left:20.561718940735rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#krpsKN7Kqlh3ZLPqv2skwBKLSanggTvX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.187502861023rem;left:15.124218940735rem; }
#sSA9cg00hEDwCrzRaFT5hMyo0990bA8y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.556253433227rem;left:15.124218940735rem; }
#whzaMbMpXl768q5SK6xgLvxbUKG6iebX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.787503242492rem;left:15.124218940735rem; }
#HlLlBLJRQszQAEFMfDBwwSvWdbEbl1Kv { box-sizing:content-box;height:15.375rem;width:0.1875rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:12.750000953674rem;left:18.887315111441rem;display:block; }
#VH1xhzqLeJn66cmbxzr87QG8DXVZ2qR5 { background-color:#f3f4f5;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8625rem;height:3.425rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.0500001907349rem;left:40.872654914856rem;display:none; }
#UhGlIc7zCRT5yAzZTakLKREJyNlWbKDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGt5Ibqw8OH1LqV9hZnc8gCorFsNGxRf { background-color:#f3f4f5;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6625rem;height:3.225rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4.1781244277954rem;left:42.947655677796rem;display:block; }
#u1r8Hx4hEt5I6VTwpVqTV04p91UCBpf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lhIFDzrUnAyVsTvbHcppmbyA2Ktvn6cJ { background-color:#f3f4f5;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.7625rem;height:3.325rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:5.0335950851441rem;left:40.822655677796rem;display:none; }
#BtAUvAZFq7N8iFiPZOTqGQ5tQTasXPUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl { position:relative;display:block; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl { background-color: transparent; background-image: none; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container > .video-iframe-container { display: none; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row > .video-iframe-container { display: none; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .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); }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl { border-width: 0; border-radius: 0; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/756587b1-25d6-4fef-a168-2eeb5fce5d15/Designsemnome17.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container.adaptive-delivery-prevent-bg, #wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container.lazyload, #wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container.lazyloading { background-image: none; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container { background-color: transparent; background-image: none; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container > .video-iframe-container { display: none; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row > .video-iframe-container { display: none; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .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); }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container { border-width: 0; border-radius: 0; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#N1DRIgb5tQwa4bicgTXMcEKTFnhBJLTx { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);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:22.5rem;width:19rem;top:14.1875rem;left:6.9375rem;display:block; }
#Bk2QI5V1Ae0NOZqVnx9WRV2bpm4kxyP5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);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.0625rem;width:3.25rem;top:32.125rem;left:14.0625rem;display:block; }
#FgAiFEZs1KeURAUtIIsyPPXuxq4Vhxta { position:absolute;display:block;z-index:15006;background-color:#4fbc8a;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:24.9375rem;width:19rem;top:11.6875rem;left:27.5rem;display:block; }
#JTydTq9dm0traraZZWSx8iTTpZfLcHsq { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:17.4375rem;left:50.6875rem;height:7.6rem;text-align:center;text-align-last:center;font-style:italic;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; }
#Tlzx5TPTkdTIUfFbiuhhCQBbxuQwLPit { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);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.0625rem;width:3.25rem;top:32.125rem;left:35.375rem;display:block; }
#Cgaq6iQlu4Wse6ppwPDeToNTfpiIC0zw { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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:23.125rem;width:19rem;top:13.875rem;left:49.0625rem;display:block; }
#nhe4Ni4ageSzCm1C6OLcEOPukAuFvtHw { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:33.6875rem;left:50.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VPkSKtQMhTtAz13nyirXnxXmkTVFOxzA { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:15.5625rem;left:29.125rem;height:17.1rem;text-align:center;text-align-last:center;font-style:italic;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; }
#KiTFx84rRiXJT5W7fgWJQLTmNkgT6rKl { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);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.0625rem;width:3.25rem;top:32.125rem;left:55.875rem;display:block; }
#syZJ1tI5xnmBUXcHMgDvGS3LeyO2lQIg { color:#4a4142;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.1242132186889rem;left:22.031250953674rem;height:6.6625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xgon1HMapvM8OkS8qOew8tswie4oEFHT { color:#686868;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:33.875rem;left:10.1875rem;height:1.3rem;display:block; }
#FSFWzGTtpEuigeodo19kq5Jf1klK4E5N { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:33.875rem;left:30.75rem;height:1.3rem;display:block; }
#LBPm29ngMTr4zOybyH8o4KpCPTbrVzL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:17.4375rem;left:10.1875rem;height:6.175rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { position:relative;display:block; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { background-color: transparent; background-image: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container > .video-iframe-container { display: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row > .video-iframe-container { display: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .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); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { border-width: 0; border-radius: 0; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .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; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .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:#e3e3e3;background-image:none;vertical-align:top; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .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; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .accordion-heading-text { display:block;position:relative;width:100%;font-family:"gothic a1";font-weight:700;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);height:auto; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .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.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);height:auto; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .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; }#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .accordion-trigger.adaptive-delivery-prevent-bg, #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .accordion-trigger.lazyload, #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .accordion-trigger.lazyloading { background-image: none; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm { box-sizing:content-box;height:auto;width:45.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.471106529236rem;left:14.186718940735rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #dFpx709NSuObA4mVSWfKIltNzX9Uhm5q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #t1neB5TBRLaEeTFckxqiihLJO4SKkOu7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #rWCAOUTiJVtxCVMWwLvUbZ91u7lTHyrl { display:block;position:relative; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #fvz0C3D9rK6zBKsl5aWf63hoMNVTi6eZ {  }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #waCiz1ftveyaLOTyGiWoyobdaSLryMlu {  }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #md9v11MlXynFWK8lxBCF8F0VOFUGNTE8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #oei2sFlkmVGW0VBNF7HLP5W7s1dOBI1e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #GX4uLqkXXGbOqgf29dTfyCE7kR54GskJ { display:block;position:relative; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #FRt2OqlpxikglC1kNCiQE9mVwgofxePF {  }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #oom8ySwyq2fZL6rfIgBKThi9qpFeU4oJ { display:none; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #BuRNmTxcGkfSuoTTAP5DmXR1dbwh7P6r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #cubSMw7QXqsr83hN52dVd49TIT3iRFdN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #FJ5aRfwUxyfK0d2tfMi32l9CGG8v2paN { display:block;position:relative; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #ToB9qTA3utLsfA74HbP8VQ1Z7sMqkJcz {  }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #Wn3JuDVTCTeRBgo6MyiAffe4WhBDTudG { display:none; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #TtOMpC1ZxdAEnP5Wpua1qoaGWnbxcCEI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #nL8UFWkNDsB0Aq9VVD79d8zIuvZWm5b6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #uHzTESyD9GK3FZPyXe4q9LslkxTtss5T { display:block;position:relative; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #KeE4aPlNHR4gXnDGm71IPLiqpnl55mzI {  }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #gKnWXpDnaO95b7gEH5GPwsEMQDgsQROu { display:none; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #EXTFz1QNxBPqHXrIOvVBgx51tHThJMXM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #eD8VLTa7TGpTCWnsSEN0PFUfTtB4g7DU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #WIauMIABMlXM3amaXtQUZncoyMtwA4DW { display:block;position:relative; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #tUbc2t4GCecT9mFGw98dThftTSa1eRF9 {  }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #pqTOefRPbKpbCfQ9qBm2pFdeMUmUvfDw { display:none; }
#c8QGblxF1TudAItSFUmgs6vGRTAXukQJ { color:#e7ebf3;display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.7335934638977rem;left:23.187500953674rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xoDet05AceX60ZWezqta9rfGBzMCyrT3 { position:absolute;display:block;z-index:14998;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:38.875rem;width:75rem;top:5.9604644775391E-6rem;left:0rem;overflow:hidden;display:block; }
#fPRbQW4JCl8grqKzEPvSNaIF7OUn4ZWz { z-index:15003;top:34.471108436584rem;left:30.468750953674rem;background-color:#4fbc8a;background-image:none;border-top:0.0625rem solid #e6eef2;border-left:0.0625rem solid #e6eef2;border-right:0.0625rem solid #e6eef2;border-bottom:0.0625rem solid #e6eef2;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zVTdtu7zesKvpTgC5b8gwywcLIsMlAAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4fbc8a;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;z-index:auto;display:block; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container { background-color: transparent; background-image: none; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container > .video-iframe-container { display: none; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row > .video-iframe-container { display: none; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .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); }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container { border-width: 0; border-radius: 0; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#bs6R5vdyt6XHT4qV82CRIMRfT26gq6B3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:19.625rem;top:3.7687387466431rem;left:0.87109375rem;overflow:hidden;display:block; }
#gzGUV6qQvrZwuTkxBbHIcEelt23bP4qv { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:3.4242134094238rem;left:25.968750953674rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rMfp5n0bp4zfZNRTGg4eaO8BHVofNGtC { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.849994659424rem;left:27.437500953674rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yam9D3ZMpEfW0Vue4dZT3DfF2RlEfTaZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:6.8125rem;top:9.3750009536744rem;left:53.468750953674rem;overflow:hidden;display:block; }
#ZUXKWsUneLe399nDRZiMT3XWelLpBXtg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:11.3125rem;top:9.5937509536744rem;left:62.125000953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS { display:block; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzAZ1J5Wcn2W9aewO5OgScMqiUiI2o0L { width:18.125rem;height:2.6875rem;top:3.1875rem;left:2.8117189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0BGs04OSchL60qNQVOnMH4mSfIENtwC { display:block; }
 }@media only screen and (max-width: 763px) { #FGiNVN1iSmpk2EHQ9mH8hgoAsJMp9v7M { top:0.4375rem;left:0rem;width:13.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdDUFLhT8LXtcKbRigZkQ0RDcFzXxJJE { top:1.6875rem;left:30.875rem;width:16.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONyidToGTcoOcs7TenpQ9qNGQvwcHRHc { display:block; }
 }@media only screen and (max-width: 763px) { #WUqpN9EgBIoZfMPiC3xGKzCGHRi3pUmO { top:2.875rem;left:30.8125rem;width:16.9375rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #woxv3vMGgToV8cUVumdCuVLxPMzVTrLx { display:block; }
 }@media only screen and (max-width: 763px) { #eCCM9aSixQT6e0Fyqh2qMwLkEL670n2F { top:2rem;left:31rem;width:16.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9JoabLBXgidxwDVCDCW9isbeUpc8oIS { display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:1.25rem;left:0rem;width:28.0625rem;height:15rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49TNRGiZHbB78XlfTKkVVyFAVu03xDX { top:20rem;left:0rem;width:47.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss6LTtDBbLuEHqt7aNT5TxbXdSszoJMT { top:27.125rem;left:16.6875rem;width:31.0625rem;height:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { top:24.4375rem;left:0rem;width:23.6875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { width:24.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-textarea { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-checkbox-label { width:22.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { width:24.0625rem;height:auto;top:24.8125rem;left:0rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { width:24.0625rem;height:auto;top:24.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ {  }
 }@media only screen and (max-width: 763px) { #uyvmHQOab00iKAdmARtDpDU4IZvJuwqr { top:20.0625rem;left:0rem;width:47.75rem;height:42.815833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbneJt7XhPEZEaQwIoTJtoKgPPs1xqIU { top:0rem;left:8.1875rem;width:39.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZIPGlTuqwwexBIHNvKfWT9aFxz3QvFt { width:47.75rem;height:24.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #etiDCcLTqygT5fX3lLo2dTs5sQZiUEOA { top:20.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtT43AFd9trDKt2ScTswbFenH9M8RcrJ { top:3.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn { display:block; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTgBdisItlRn9tlQ9RHcPQyglh2lh1f8 { top:6.9375rem;left:0.3125rem;width:11.3125rem;height:;font-size:0.875rem;display:block; }#BTgBdisItlRn9tlQ9RHcPQyglh2lh1f8 li:before{  }
 }@media only screen and (max-width: 763px) { #lrhQfMg4hrH1mBsk5wKIg6eX6vD1rMO2 { top:2.3125rem;left:0rem;width:13.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABQNPgK0AZhQsgnrxspO71FBltgK9iIn { top:2.1875rem;left:11.375rem;width:12.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC6HdxIioDxU8749FxGcgk9cSkvP90tx { top:6.8125rem;left:12.375000953674rem;width:11.4375rem;height:11.625rem;font-size:0.875rem;display:block; }#fC6HdxIioDxU8749FxGcgk9cSkvP90tx li:before{  }
 }@media only screen and (max-width: 763px) { #dAnk73NCXx4JgcZRSupGpFZDNWIe3sU0 { top:6.8125rem;left:24.781250953674rem;width:11rem;height:;font-size:0.875rem;display:block; }#dAnk73NCXx4JgcZRSupGpFZDNWIe3sU0 li:before{  }
 }@media only screen and (max-width: 763px) { #f1SzTmGWsQZisafFH3x45gopNL7BwTFm { top:2.125rem;left:22.5625rem;width:13.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XldsXHk1N84u9Xf9tgL460uwiHDF3yGT { top:6.8125rem;left:36.281250953674rem;width:11rem;height:14.75rem;font-size:0.875rem;display:block; }#XldsXHk1N84u9Xf9tgL460uwiHDF3yGT li:before{  }
 }@media only screen and (max-width: 763px) { #R6B2TA1v6ydaX8EOEmOaBTaWZaNQHBlg { top:2.3125rem;left:35.25rem;width:12.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDKPkuedt9OWRh5srhdshbnyDqcxSJUP { top:1.4375rem;left:20.6875rem;width:15.125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOAwutWu4htH7iIGGIJMkBlvQIVf60EC { top:1.4375rem;left:0rem;width:15.125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvdKk64RxrpLXdqKQRGqHzyvCxKQpRiO { top:1.4375rem;left:8.75rem;width:15.125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdXtJdzLpQmF0WMHxETHTTnk469LKZcX { top:1.4375rem;left:32.625rem;width:15.125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 { display:block; }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixxoINah4RVET9p3C0q81542oKxDUZes { top:9.3125rem;left:15.75rem;width:32rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZlynCpFnHzylPi49v5Lu20Ui4eosLGn { top:6.1875rem;left:0rem;width:34.8125rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnFEzqm8x8opew39AUOLK0fe3M2dJ7lT { width:21.5rem;height:3.125rem;top:25.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgnHExD4GPzT3U2v7i5wdBnBJuTTavTZ { display:block; }
 }@media only screen and (max-width: 763px) { #Jf1OK71DOElXTidatIHq8LzZ0blluv10 { top:20.875rem;left:12.037499427796rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzcD0tT437iNXuyDvVAzT0Cf3Efh550w { top:17.0625rem;left:23rem;width:6.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSPASKfLIUrhPId601RD6aT9t0Syy5eb { top:17.875rem;left:31.4375rem;width:12.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXTFo6JUgf9k94DN55xau23865aF0Dlc { top:17.4375rem;left:38.8125rem;width:8.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2EzQOEwMLhTfc8ZBSi6soTSG3Q22pBB { top:16rem;left:42.375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWHBOGI605nN36cPOWCxgBqGp175XMqp { display:block; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R67Cr1G99gugmQKUB9AVNwbOdgNIAvwq { width:26.625rem;height:14.9375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VToBWqZvmJZnTakJD1gdkaNlaLAoqqvb { width:0.4375rem;height:0.4375rem;top:24.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4GEiCO7mutXyJwFrFq8lZTar7pwcZdB { top:6.5625rem;left:12.125rem;width:35.625rem;height:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZkUgxE65tptsg9ehrtLGubrT4yAGNyi { top:1.625rem;left:0rem;width:35.9375rem;height:3.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgsekSCWWcB72yulpHsGv7EiINTIfHfr { top:6.5625rem;left:15.718750953674rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC002ULO600Tw94mdmdiVPThzI7o1GEB { top:10.875rem;left:15.687500953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LENTmX9R1ZRLdz7eRN8bOQkdHnsLwfNR { top:15.1875rem;left:15.781250953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GncIXzoXsgf04NATbkiTTTdDL8rraVGX { top:19.0625rem;left:15.718750953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkHAN6n9o8wD7cyTyAK3X9RtEqcvsZKs { top:23.125rem;left:15.687500953674rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaQLToF0GB0a6Ng3DPwiNuIk0NZdO24y { width:19.9375rem;height:3.5rem;top:4.9375rem;left:27.197655677796rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnd0TGxsKsENLc5zJaZTmf8KkyFI6lvg { display:block; }
 }@media only screen and (max-width: 763px) { #ILv2K1sCw7HmuN3cK72PMlzQLqagq7Mg { top:22.3125rem;left:0rem;width:16.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI { display:block; }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUbnJ7gdo4QbfClVkkRMBhUV9eT0R70Z { top:10.0625rem;left:0rem;width:47.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1WKIeKNQeJ9KH2hWTy5BUvTQLSHlVJf { top:5.0625rem;left:0rem;width:22.875rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPNTZkP8etMnPchXa3ASTvDT9dQTxQUT { top:13.5625rem;left:6.9374990463256rem;width:30.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orCoVn7Vp3OysQtCSIvVK2omf9tNSmeK { top:18.9375rem;left:6.842968940735rem;width:31.125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuAdkg6Teb0ZzszIfWsOQXn8XpgIBiq0 { top:24.1875rem;left:6.936718940735rem;width:28.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krpsKN7Kqlh3ZLPqv2skwBKLSanggTvX { top:19.1875rem;left:1.4992189407349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSA9cg00hEDwCrzRaFT5hMyo0990bA8y { top:24.5rem;left:1.4992189407349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whzaMbMpXl768q5SK6xgLvxbUKG6iebX { top:13.75rem;left:1.4992189407349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlLlBLJRQszQAEFMfDBwwSvWdbEbl1Kv { top:12.75rem;left:5.2623151114416rem;width:0.1875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH1xhzqLeJn66cmbxzr87QG8DXVZ2qR5 { width:19.8125rem;height:3.375rem;top:1rem;left:27.247654914856rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhGlIc7zCRT5yAzZTakLKREJyNlWbKDt { display:block; }
 }@media only screen and (max-width: 763px) { #xGt5Ibqw8OH1LqV9hZnc8gCorFsNGxRf { width:19.625rem;height:3.1875rem;top:4.125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1r8Hx4hEt5I6VTwpVqTV04p91UCBpf2 { display:block; }
 }@media only screen and (max-width: 763px) { #lhIFDzrUnAyVsTvbHcppmbyA2Ktvn6cJ { width:19.75rem;height:3.3125rem;top:5rem;left:27.197655677796rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtAUvAZFq7N8iFiPZOTqGQ5tQTasXPUb { display:block; }
 }@media only screen and (max-width: 763px) { #wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl { display:block; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH { display:block; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1DRIgb5tQwa4bicgTXMcEKTFnhBJLTx { width:19rem;height:22.5rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk2QI5V1Ae0NOZqVnx9WRV2bpm4kxyP5 { width:3.25rem;height:0.0625rem;top:32.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgAiFEZs1KeURAUtIIsyPPXuxq4Vhxta { width:19rem;height:24.9375rem;top:11.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTydTq9dm0traraZZWSx8iTTpZfLcHsq { width:15.75rem;height:7.5625rem;top:17.4375rem;left:32rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlzx5TPTkdTIUfFbiuhhCQBbxuQwLPit { width:3.25rem;height:0.0625rem;top:32.125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgaq6iQlu4Wse6ppwPDeToNTfpiIC0zw { width:19rem;height:23.125rem;top:13.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhe4Ni4ageSzCm1C6OLcEOPukAuFvtHw { width:16.875rem;height:1.5625rem;top:33.6875rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPkSKtQMhTtAz13nyirXnxXmkTVFOxzA { width:15.75rem;height:17.0625rem;top:15.5625rem;left:15.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiTFx84rRiXJT5W7fgWJQLTmNkgT6rKl { width:3.25rem;height:0.0625rem;top:32.125rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syZJ1tI5xnmBUXcHMgDvGS3LeyO2lQIg { top:3.0625rem;left:8.4062509536744rem;width:29.9375rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgon1HMapvM8OkS8qOew8tswie4oEFHT { top:33.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSFWzGTtpEuigeodo19kq5Jf1klK4E5N { top:33.875rem;left:17.125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBPm29ngMTr4zOybyH8o4KpCPTbrVzL5 { top:17.4375rem;left:0rem;width:12.5rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { display:block; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm { display:flex;height:auto;width:27.8125rem;top:2.6875rem;left:5.1624994277954rem; }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #dFpx709NSuObA4mVSWfKIltNzX9Uhm5q {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #t1neB5TBRLaEeTFckxqiihLJO4SKkOu7 {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #rWCAOUTiJVtxCVMWwLvUbZ91u7lTHyrl {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #fvz0C3D9rK6zBKsl5aWf63hoMNVTi6eZ {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #waCiz1ftveyaLOTyGiWoyobdaSLryMlu {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #md9v11MlXynFWK8lxBCF8F0VOFUGNTE8 {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #oei2sFlkmVGW0VBNF7HLP5W7s1dOBI1e {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #GX4uLqkXXGbOqgf29dTfyCE7kR54GskJ {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #FRt2OqlpxikglC1kNCiQE9mVwgofxePF {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #oom8ySwyq2fZL6rfIgBKThi9qpFeU4oJ {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #BuRNmTxcGkfSuoTTAP5DmXR1dbwh7P6r {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #cubSMw7QXqsr83hN52dVd49TIT3iRFdN {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #FJ5aRfwUxyfK0d2tfMi32l9CGG8v2paN {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #ToB9qTA3utLsfA74HbP8VQ1Z7sMqkJcz {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #Wn3JuDVTCTeRBgo6MyiAffe4WhBDTudG {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #TtOMpC1ZxdAEnP5Wpua1qoaGWnbxcCEI {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #nL8UFWkNDsB0Aq9VVD79d8zIuvZWm5b6 {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #uHzTESyD9GK3FZPyXe4q9LslkxTtss5T {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #KeE4aPlNHR4gXnDGm71IPLiqpnl55mzI {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #gKnWXpDnaO95b7gEH5GPwsEMQDgsQROu {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #EXTFz1QNxBPqHXrIOvVBgx51tHThJMXM {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #eD8VLTa7TGpTCWnsSEN0PFUfTtB4g7DU {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #WIauMIABMlXM3amaXtQUZncoyMtwA4DW {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #tUbc2t4GCecT9mFGw98dThftTSa1eRF9 {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #pqTOefRPbKpbCfQ9qBm2pFdeMUmUvfDw {  }
 }@media only screen and (max-width: 763px) { #c8QGblxF1TudAItSFUmgs6vGRTAXukQJ { top:1.6875rem;left:9.5625009536744rem;width:28.625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoDet05AceX60ZWezqta9rfGBzMCyrT3 { top:0rem;left:0rem;width:47.75rem;height:24.750416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPRbQW4JCl8grqKzEPvSNaIF7OUn4ZWz { top:34.4375rem;left:16.843750953674rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVTdtu7zesKvpTgC5b8gwywcLIsMlAAq { display:block; }
 }@media only screen and (max-width: 763px) { #kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX { display:block; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bs6R5vdyt6XHT4qV82CRIMRfT26gq6B3 { width:19.625rem;height:7.3125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzGUV6qQvrZwuTkxBbHIcEelt23bP4qv { top:3.375rem;left:12.343750953674rem;width:26rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMfp5n0bp4zfZNRTGg4eaO8BHVofNGtC { top:19.8125rem;left:13.812500953674rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yam9D3ZMpEfW0Vue4dZT3DfF2RlEfTaZ { top:9.375rem;left:39.8125rem;width:6.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXKWsUneLe399nDRZiMT3XWelLpBXtg { top:9.5625rem;left:36.4375rem;width:11.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e3e3e3;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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); } }@media only screen and (max-width: 763px) { #JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS { position:relative;z-index:auto;display:block; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS { background-color: transparent; background-image: none; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container > .video-iframe-container { display: none; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row > .video-iframe-container { display: none; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .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); }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS { border-width: 0; border-radius: 0; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhM4UvxTlAyGRntMQTsaSRpV24CWZuXS > .row .container { width:20rem;height:13.375rem;background-color:#1b1e1b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzAZ1J5Wcn2W9aewO5OgScMqiUiI2o0L { width:13.9375rem;height:3.1875rem;top:6.300000190735rem;left:3.0312500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0BGs04OSchL60qNQVOnMH4mSfIENtwC { display:block; }
 }@media only screen and (max-width: 763px) { #FGiNVN1iSmpk2EHQ9mH8hgoAsJMp9v7M { width:12.5625rem;height:4.875rem;top:1.4250000715256rem;left:1.3742187619209rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rdDUFLhT8LXtcKbRigZkQ0RDcFzXxJJE { top:7.5625rem;left:6.2500000596044rem;width:9.925rem;height:2.3rem;z-index:15011;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONyidToGTcoOcs7TenpQ9qNGQvwcHRHc { display:block; }
 }@media only screen and (max-width: 763px) { #WUqpN9EgBIoZfMPiC3xGKzCGHRi3pUmO { top:9.487500190735rem;left:4.2249999642372rem;width:11.55rem;height:2.3rem;z-index:15012;font-size:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #191f1c;border-left:0.0625rem solid #191f1c;border-right:0.0625rem solid #191f1c;border-bottom:0.0625rem solid #191f1c;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #woxv3vMGgToV8cUVumdCuVLxPMzVTrLx { display:block; }
 }@media only screen and (max-width: 763px) { #eCCM9aSixQT6e0Fyqh2qMwLkEL670n2F { top:2rem;left:1.625rem;width:16.75rem;height:2.5625rem;z-index:15011;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9JoabLBXgidxwDVCDCW9isbeUpc8oIS { display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:62.0625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0092623-0694-41f9-ac43-bb39be382325/Copilot_20250929_125645.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:19.875rem;height:6.3rem;top:1.3500003814698rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#1b1e1b;display:block; }
 }@media only screen and (max-width: 763px) { #P49TNRGiZHbB78XlfTKkVVyFAVu03xDX { width:20rem;height:1.0625rem;top:20.112501144409rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ss6LTtDBbLuEHqt7aNT5TxbXdSszoJMT { width:17rem;height:9.45rem;top:8.53750038147rem;left:1.5000000596046rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(101,129,101,0.5);line-height:1.2;font-family:rubik;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ddHKznW0ewldE3iJ40M2dpVoXRBHAKls { width:12.4375rem;height:1.4625rem;top:22.161718845367rem;left:3.7812500596046rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-form-header {  }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:16.8125rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:16.8125rem;box-sizing:border-box;height:2.8125rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:16.8125rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:16.8125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#fbfbfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:1.875rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:700;color:#000000;width:13.0625rem;height:3.25rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.8125rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.8125rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.8125rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.8125rem; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .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; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:first-of-type{padding-top:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-container:last-of-type{padding-bottom:0;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.1875rem;top:22.810936450958rem;z-index:15001; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.8125rem;display:block;vertical-align:top; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 {display:block;}#cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.1875rem;top:22.810936450958rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #I6EODbw7r3HD5TnfRwphMNOwt6UdxgPk {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #hZuyM7patqZfUzPLkQCKlydIe55gS2wR { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LVZHQq0xzPusunswuxUS8ASoKh9L1CO8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #LmNIIzwDeLuxLHO3TKJCZguP627raGkD {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #llSLeQhkgpFurQVO321fKq7EZ8E0kftp { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #vPF2QuzDrpHmMNv7WeTWeU6SFvpzDaJc {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #THpHToJhh3QvUgJwHeiEeTNIDCdWHNfu {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Cu6U6toC26QKJyPRytAy32RzTtyZaiGo { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #auvpTqIx3P0KmIDJbySrF8zEG12t318L {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #omftMxQFU9L3JGKPl13IKsh0Fyad9kw8 {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #lAOsRSSu5pIKRcWQUSzXVVqye3aguydd { display:none; }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #TPMbHBnbGZKCo4q4KJDLVqUmJ6BrTK8y {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #un2h2gL9Cs4NHigqZsVB006tBusFLbUE {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #t2TfGdSl5c8N7qiIrryIksDuIWBFrOMg {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #RcA2XRzc2BpofWVWvwKg8hhiruSlG4do {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #Lik4x5D3pqiN8nMHL5fKwMdGHmOJoFTs {  }
 }@media only screen and (max-width: 763px) { #cIcTVQlf1Tw5NyCgSDwSADpWcJvhHTO6 #dNVZ4VVO58ZSOnm28qPTToNN5D0si8gJ {  }
 }@media only screen and (max-width: 763px) { #uyvmHQOab00iKAdmARtDpDU4IZvJuwqr { width:20rem;height:20.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbneJt7XhPEZEaQwIoTJtoKgPPs1xqIU { width:20rem;height:10.5625rem;top:48.125003814698rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aZIPGlTuqwwexBIHNvKfWT9aFxz3QvFt { top:0rem;left:0rem;width:20rem;height:10.375rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #etiDCcLTqygT5fX3lLo2dTs5sQZiUEOA { width:15.75rem;height:1.3rem;top:59.31875038147rem;left:2.1250000596046rem;font-size:0.5rem;color:#12eaa2;z-index:14993;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN { background-color:#e9efec;background-image:none;display:block; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { background-color: transparent; background-image: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row > .video-iframe-container { display: none; }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .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); }#UqpKnHB4hl4Jv9EIyFOQNy8FAZVOmebN > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtT43AFd9trDKt2ScTswbFenH9M8RcrJ { width:20rem;height:2.925rem;top:1.2250003814698rem;left:-0.00078129768371581rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(160,191,178,0.5);margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn { display:block; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn { background-color: transparent; background-image: none; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container > .video-iframe-container { display: none; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row > .video-iframe-container { display: none; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .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); }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn { border-width: 0; border-radius: 0; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5hatZBvhrIkXL4iSlnXNpTPv2pHHfRn > .row .container { width:20rem;height:94.3125rem;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTgBdisItlRn9tlQ9RHcPQyglh2lh1f8 { width:10.5625rem;height:17.53125rem;top:6.0078110098839rem;left:4.7187500596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;font-weight:300;font-style:normal;color:#2e2728;display:block; }#BTgBdisItlRn9tlQ9RHcPQyglh2lh1f8 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#BTgBdisItlRn9tlQ9RHcPQyglh2lh1f8 li:before{  }
 }@media only screen and (max-width: 763px) { #lrhQfMg4hrH1mBsk5wKIg6eX6vD1rMO2 { width:11.8125rem;height:2.925rem;top:2.1414031982422rem;left:4.3125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#6f786b;display:block; }
 }@media only screen and (max-width: 763px) { #ABQNPgK0AZhQsgnrxspO71FBltgK9iIn { width:12.5rem;height:1.4625rem;top:27.182813167572rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#6f786b;display:block; }
 }@media only screen and (max-width: 763px) { #fC6HdxIioDxU8749FxGcgk9cSkvP90tx { width:10.6875rem;height:14.96875rem;top:29.801559448243rem;left:4.6562500596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;line-height:1.7;color:#2e2728;display:block; }#fC6HdxIioDxU8749FxGcgk9cSkvP90tx li:before{  }
 }@media only screen and (max-width: 763px) { #dAnk73NCXx4JgcZRSupGpFZDNWIe3sU0 { width:11rem;height:11.46875rem;top:54.203127861023rem;left:4.5000000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;font-weight:300;font-style:normal;color:#2e2728;display:block; }#dAnk73NCXx4JgcZRSupGpFZDNWIe3sU0 li:before{  }
 }@media only screen and (max-width: 763px) { #f1SzTmGWsQZisafFH3x45gopNL7BwTFm { width:12.5rem;height:2.925rem;top:49.728126525879rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#6f786b;display:block; }
 }@media only screen and (max-width: 763px) { #XldsXHk1N84u9Xf9tgL460uwiHDF3yGT { width:11.375rem;height:14.96875rem;top:77.157814025881rem;left:4.3125000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.7;font-weight:300;font-style:normal;color:#2e2728;display:block; }#XldsXHk1N84u9Xf9tgL460uwiHDF3yGT li:before{  }
 }@media only screen and (max-width: 763px) { #R6B2TA1v6ydaX8EOEmOaBTaWZaNQHBlg { width:12.5rem;height:2.925rem;top:72.70312690735rem;left:3.7500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#6f786b;display:block; }
 }@media only screen and (max-width: 763px) { #LDKPkuedt9OWRh5srhdshbnyDqcxSJUP { width:15.125rem;height:21.8125rem;top:48.406248092651rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOAwutWu4htH7iIGGIJMkBlvQIVf60EC { width:15.125rem;height:22.6875rem;top:1.5781235694885rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvdKk64RxrpLXdqKQRGqHzyvCxKQpRiO { width:15.125rem;height:20.375rem;top:26.176565647125rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdXtJdzLpQmF0WMHxETHTTnk469LKZcX { width:15.125rem;height:21.5rem;top:71.704689025881rem;left:2.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 { display:block; }#kJavaJeAI4fMPTZyaH6BZBtQrSsFzJS9 > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixxoINah4RVET9p3C0q81542oKxDUZes { width:20rem;height:3.25rem;top:15.814065933227rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZlynCpFnHzylPi49v5Lu20Ui4eosLGn { width:20rem;height:13.321364452424rem;top:1.25rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnFEzqm8x8opew39AUOLK0fe3M2dJ7lT { width:17.15rem;height:2.525rem;top:31.375001430511rem;left:1.4250000119209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgnHExD4GPzT3U2v7i5wdBnBJuTTavTZ { display:block; }
 }@media only screen and (max-width: 763px) { #Jf1OK71DOElXTidatIHq8LzZ0blluv10 { width:8.1875rem;height:8.1875rem;top:20.689062595367rem;left:7.9062505364419rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LzcD0tT437iNXuyDvVAzT0Cf3Efh550w { width:3.875rem;height:1.8125rem;top:21.564063549042rem;left:4.0812502503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSPASKfLIUrhPId601RD6aT9t0Syy5eb { width:6.125rem;height:0.8125rem;top:22.064063549042rem;left:10.017968714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXTFo6JUgf9k94DN55xau23865aF0Dlc { width:5.0625rem;height:1.375rem;top:26.724999904633rem;left:4.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2EzQOEwMLhTfc8ZBSi6soTSG3Q22pBB { width:2.875rem;height:2.875rem;top:25.275003433227rem;left:11.642968714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWHBOGI605nN36cPOWCxgBqGp175XMqp { display:block; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp { background-color: transparent; background-image: none; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container > .video-iframe-container { display: none; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row > .video-iframe-container { display: none; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .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); }#CWHBOGI605nN36cPOWCxgBqGp175XMqp { border-width: 0; border-radius: 0; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container { width:20rem;height:60.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79aa02a9-2adb-491d-9f58-75058111d30d/Designsemnome41.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container.adaptive-delivery-prevent-bg, #CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container.lazyload, #CWHBOGI605nN36cPOWCxgBqGp175XMqp > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #R67Cr1G99gugmQKUB9AVNwbOdgNIAvwq { width:18.5625rem;height:10.375rem;top:42.619533538818rem;left:0.71796876192094rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VToBWqZvmJZnTakJD1gdkaNlaLAoqqvb { width:3.0625rem;height:3.0625rem;top:48.68359375rem;left:11.150000154972rem;background-color:#e7ebf3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #z4GEiCO7mutXyJwFrFq8lZTar7pwcZdB { width:15.75rem;height:31.6875rem;top:9.1875rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#0c0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #pZkUgxE65tptsg9ehrtLGubrT4yAGNyi { width:16.8125rem;height:4.875rem;top:2.7460913658142rem;left:1.5937500596046rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgsekSCWWcB72yulpHsGv7EiINTIfHfr { display:flex;width:1.4375rem;height:1.4375rem;top:9.1875rem;left:1.1249999403954rem; }
 }@media only screen and (max-width: 763px) { #fC002ULO600Tw94mdmdiVPThzI7o1GEB { display:flex;width:1.375rem;height:1.375rem;top:15.25rem;left:1.1249999403954rem; }
 }@media only screen and (max-width: 763px) { #LENTmX9R1ZRLdz7eRN8bOQkdHnsLwfNR { display:flex;width:1.375rem;height:1.375rem;top:21.5625rem;left:1.1249999403954rem; }
 }@media only screen and (max-width: 763px) { #GncIXzoXsgf04NATbkiTTTdDL8rraVGX { display:flex;width:1.375rem;height:1.375rem;top:28.5rem;left:1.1249999403954rem; }
 }@media only screen and (max-width: 763px) { #dkHAN6n9o8wD7cyTyAK3X9RtEqcvsZKs { display:flex;width:1.375rem;height:1.375rem;top:34.5625rem;left:1.1249999403954rem; }
 }@media only screen and (max-width: 763px) { #AaQLToF0GB0a6Ng3DPwiNuIk0NZdO24y { width:14.425rem;height:2.9875rem;top:55.547653198243rem;left:2.7375000119209rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnd0TGxsKsENLc5zJaZTmf8KkyFI6lvg { display:block; }
 }@media only screen and (max-width: 763px) { #ILv2K1sCw7HmuN3cK72PMlzQLqagq7Mg { width:16.1875rem;height:1.1375rem;top:52.99453163147rem;left:3.8125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI { display:block; }#BcDmRe5R3p7xcn1oXfRGGPSnJCLHH2WI > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUbnJ7gdo4QbfClVkkRMBhUV9eT0R70Z { width:20rem;height:0.625rem;top:9.85rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1WKIeKNQeJ9KH2hWTy5BUvTQLSHlVJf { width:13.4375rem;height:5.2rem;top:2.3718757629394rem;left:3.2812500596046rem;font-size:2rem;text-align:center;text-align-last:center;color:#dfece7;display:block; }
 }@media only screen and (max-width: 763px) { #MPNTZkP8etMnPchXa3ASTvDT9dQTxQUT { width:10.8125rem;height:3.4125rem;top:13.925000011921rem;left:7.3125005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #orCoVn7Vp3OysQtCSIvVK2omf9tNSmeK { width:11rem;height:4.55rem;top:18.937500774861rem;left:7.3125005364419rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QuAdkg6Teb0ZzszIfWsOQXn8XpgIBiq0 { width:11.5625rem;height:3.4125rem;top:24.981242001057rem;left:7.1875000596044rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #krpsKN7Kqlh3ZLPqv2skwBKLSanggTvX { display:flex;width:3.125rem;height:3.125rem;top:18.9375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #sSA9cg00hEDwCrzRaFT5hMyo0990bA8y { display:flex;width:3.125rem;height:3.125rem;top:25.125rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #whzaMbMpXl768q5SK6xgLvxbUKG6iebX { display:flex;width:3.125rem;height:3.125rem;top:13.5rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #HlLlBLJRQszQAEFMfDBwwSvWdbEbl1Kv { width:0.125rem;height:17.4375rem;top:12.618750393391rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH1xhzqLeJn66cmbxzr87QG8DXVZ2qR5 { width:17.025rem;height:2.9rem;top:32.055468559265rem;left:1.4375000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhGlIc7zCRT5yAzZTakLKREJyNlWbKDt { display:block; }
 }@media only screen and (max-width: 763px) { #xGt5Ibqw8OH1LqV9hZnc8gCorFsNGxRf { width:19.8125rem;height:3.375rem;top:31.306251525879rem;left:0.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1r8Hx4hEt5I6VTwpVqTV04p91UCBpf2 { display:block; }
 }@media only screen and (max-width: 763px) { #lhIFDzrUnAyVsTvbHcppmbyA2Ktvn6cJ { width:19.75rem;height:3.3125rem;top:5rem;left:0.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtAUvAZFq7N8iFiPZOTqGQ5tQTasXPUb { display:block; }
 }@media only screen and (max-width: 763px) { #wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl { display:block; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl { background-color: transparent; background-image: none; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container > .video-iframe-container { display: none; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row > .video-iframe-container { display: none; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .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); }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl { border-width: 0; border-radius: 0; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container { width:20rem;height:5.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/756587b1-25d6-4fef-a168-2eeb5fce5d15/Designsemnome17.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container.adaptive-delivery-prevent-bg, #wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container.lazyload, #wo17FAyhoEdnvtrTP6rsNvmiSINpEvIl > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH { background-color:#e8e8e8;background-image:none;display:block; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container { background-color: transparent; background-image: none; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container > .video-iframe-container { display: none; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row > .video-iframe-container { display: none; }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .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); }#VZeBpsMs9GG438lvpvlnfrAz9Z2LgIDH > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1DRIgb5tQwa4bicgTXMcEKTFnhBJLTx { width:19rem;height:12.25rem;top:6.7625002861025rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk2QI5V1Ae0NOZqVnx9WRV2bpm4kxyP5 { width:3.25rem;height:0.0625rem;top:15.21875rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgAiFEZs1KeURAUtIIsyPPXuxq4Vhxta { width:19rem;height:12.3125rem;top:19.012500762939rem;left:0.49921876192093rem;background-color:#4fbc8a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JTydTq9dm0traraZZWSx8iTTpZfLcHsq { width:15.75rem;height:4.8rem;top:21.887499809265rem;left:2.1250000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlzx5TPTkdTIUfFbiuhhCQBbxuQwLPit { width:3.25rem;height:0.0625rem;top:27.78125rem;left:8.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgaq6iQlu4Wse6ppwPDeToNTfpiIC0zw { width:19rem;height:14.5rem;top:31.32421875rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhe4Ni4ageSzCm1C6OLcEOPukAuFvtHw { width:16.875rem;height:1.4rem;top:43.587500572204rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPkSKtQMhTtAz13nyirXnxXmkTVFOxzA { width:15.75rem;height:10.5rem;top:33.137500762939rem;left:2.1250000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiTFx84rRiXJT5W7fgWJQLTmNkgT6rKl { width:3.25rem;height:0.0625rem;top:42.762501716614rem;left:8.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #syZJ1tI5xnmBUXcHMgDvGS3LeyO2lQIg { width:20rem;height:4.725rem;top:1.3984375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:raleway;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xgon1HMapvM8OkS8qOew8tswie4oEFHT { width:12.5rem;height:1.1375rem;top:16.425000190735rem;left:5.4242187142372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSFWzGTtpEuigeodo19kq5Jf1klK4E5N { width:12.5rem;height:1.1375rem;top:29.31875038147rem;left:5.4242187142372rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBPm29ngMTr4zOybyH8o4KpCPTbrVzL5 { width:12.5rem;height:5.2rem;top:8.9234256744388rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { display:block; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { background-color: transparent; background-image: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container > .video-iframe-container { display: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row > .video-iframe-container { display: none; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .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); }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K { border-width: 0; border-radius: 0; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBsJWcCD5TV1yOWGHTpJPE566SElqs0K > .row .container { width:20rem;height:49.0625rem;background-color:#06aa63;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .accordion-heading-text { font-size:1rem;height:auto; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm .accordion-desc-text { font-size:0.9375rem;height:auto; }
#n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm { display:flex;height:auto;width:17.5rem;top:12.596099853516rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #dFpx709NSuObA4mVSWfKIltNzX9Uhm5q {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #t1neB5TBRLaEeTFckxqiihLJO4SKkOu7 {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #rWCAOUTiJVtxCVMWwLvUbZ91u7lTHyrl {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #fvz0C3D9rK6zBKsl5aWf63hoMNVTi6eZ {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #waCiz1ftveyaLOTyGiWoyobdaSLryMlu {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #md9v11MlXynFWK8lxBCF8F0VOFUGNTE8 {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #oei2sFlkmVGW0VBNF7HLP5W7s1dOBI1e {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #GX4uLqkXXGbOqgf29dTfyCE7kR54GskJ {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #FRt2OqlpxikglC1kNCiQE9mVwgofxePF {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #oom8ySwyq2fZL6rfIgBKThi9qpFeU4oJ {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #BuRNmTxcGkfSuoTTAP5DmXR1dbwh7P6r {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #cubSMw7QXqsr83hN52dVd49TIT3iRFdN {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #FJ5aRfwUxyfK0d2tfMi32l9CGG8v2paN {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #ToB9qTA3utLsfA74HbP8VQ1Z7sMqkJcz {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #Wn3JuDVTCTeRBgo6MyiAffe4WhBDTudG {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #TtOMpC1ZxdAEnP5Wpua1qoaGWnbxcCEI {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #nL8UFWkNDsB0Aq9VVD79d8zIuvZWm5b6 {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #uHzTESyD9GK3FZPyXe4q9LslkxTtss5T {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #KeE4aPlNHR4gXnDGm71IPLiqpnl55mzI {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #gKnWXpDnaO95b7gEH5GPwsEMQDgsQROu {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #EXTFz1QNxBPqHXrIOvVBgx51tHThJMXM {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #eD8VLTa7TGpTCWnsSEN0PFUfTtB4g7DU {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #WIauMIABMlXM3amaXtQUZncoyMtwA4DW {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #tUbc2t4GCecT9mFGw98dThftTSa1eRF9 {  }
 }@media only screen and (max-width: 763px) { #n6w7IxpDJ3obiL8T3NQROzKuTIHHHBLm #pqTOefRPbKpbCfQ9qBm2pFdeMUmUvfDw {  }
 }@media only screen and (max-width: 763px) { #c8QGblxF1TudAItSFUmgs6vGRTAXukQJ { width:20rem;height:4.55rem;top:5.9695262908936rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xoDet05AceX60ZWezqta9rfGBzMCyrT3 { width:20rem;height:10.366666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPRbQW4JCl8grqKzEPvSNaIF7OUn4ZWz { top:43.72109413147rem;left:2.9687500596046rem;width:13.9625rem;height:3.3375rem;background-color:#f1f3f2;background-image:none;color:#0c0e0d;display:block; }
 }@media only screen and (max-width: 763px) { #zVTdtu7zesKvpTgC5b8gwywcLIsMlAAq { display:block; }
 }@media only screen and (max-width: 763px) { #kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX { position:relative;z-index:auto;display:block; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX { background-color: transparent; background-image: none; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container > .video-iframe-container { display: none; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row > .video-iframe-container { display: none; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .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); }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX { border-width: 0; border-radius: 0; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLMmf2CSZdweDDnQodNTRLP8fbLd0pZX > .row .container { width:20rem;height:30.9375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bs6R5vdyt6XHT4qV82CRIMRfT26gq6B3 { width:12.375rem;height:5.125rem;top:1.859375rem;left:1.7687500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzGUV6qQvrZwuTkxBbHIcEelt23bP4qv { width:17.8125rem;height:10.8rem;top:9.38125038147rem;left:1.0929687619209rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMfp5n0bp4zfZNRTGg4eaO8BHVofNGtC { width:20rem;height:1.4rem;top:28.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yam9D3ZMpEfW0Vue4dZT3DfF2RlEfTaZ { width:5.1875rem;height:2rem;top:21.95468711853rem;left:10.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXKWsUneLe399nDRZiMT3XWelLpBXtg { width:7.875rem;height:1.3125rem;top:22.29843711853rem;left:2.5625000596046rem;display:block; }
 }