.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeWcMISbiptT7WK20ltkvThDEerHR2JH { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row .container { background-color: transparent; background-image: none; }#qeWcMISbiptT7WK20ltkvThDEerHR2JH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row .container > .video-iframe-container { display: none; }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row > .video-iframe-container { display: none; }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .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); }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row .container { border-width: 0; border-radius: 0; }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row .container { font-size:0.875rem;font-family:arial;height:11.15rem;width:75rem;position:relative;display:block; }#Syl9gt76qp2cZWVnQQaktsTc9txah82r { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.875rem;height:2.4375rem;display:block; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #fdab22);background-image: -moz-linear-gradient(45deg, #ffea7d, #fdab22);background-image: -ms-linear-gradient(45deg, #ffea7d, #fdab22);background-image: -o-linear-gradient(45deg, #ffea7d, #fdab22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#fdab22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#fdab22' );";background-image: linear-gradient(45deg, #ffea7d, #fdab22);background-size:contain !important;box-shadow: 0.0625rem 0.9375rem 0.9375rem rgba(255,214,0,0.2) ;color:#ffffff;padding-top:0.594375rem;padding-right:0.544375rem;padding-bottom:0.594375rem;padding-left:0.544375rem;display:block;align-items:center;width:3.26625rem;min-width:3.26625rem;height:3.195rem;position:relative;font-family:arial;font-size:2.378125rem;font-weight:700;line-height:51.12px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-text.counter-label { background-color:;background-image:none;color:#f8da30;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.35625rem;height:1.2625rem;position:relative;font-family:arial;font-size:0.891875rem;font-weight:700;line-height:20.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:10.0625rem;height:5.9375rem;padding-top:0.074375rem;padding-right:0.0775rem;padding-bottom:0.074375rem;padding-left:0.0775rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.3390624523163rem;left:51.218750953674rem;z-index:5001; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #QhCUDSQETvrDTM8kffFZVeUVwL34592g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #c72DbxpS8fQIPUmUMEOI5V1P7NEo9ziB { width:auto; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #oSa2fDMcbV2vq7asBnTibkRRfBOXfTsQ {  }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #VmREEAg8TV4XuihmPmcICc5guZuyDLbE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #JoLJlxOnx8IxQR33IuhKmGU6xmGRZQTS {  }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #sd0KqdJL9ysmJmJ0EwX9USNm45m1I4l2 {  }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #Df6DSei68ref9nfl9TNe5klOkpCdUE8p { display:flex;position:relative;top:0rem;left:0rem; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #u7qQC4KCtIZwrEPuSJbg9MFmrGsbv1Kk {  }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #NTxdONc2zkARvqyTJbINAuvr9PUiafXS {  }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #zfOX14cFPZqTWyQiHH2aJfXHa9z3w9eF { display:flex;position:relative;top:0rem;left:0rem; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #ulbf6JvC0WxyrZpy7nypApfzomkelx7w {  }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #lv2m1kSnLtzIioLqJ1ALauMhmiIcicBk {  }
#brrH7xccBTGRG6nDav4bToyU0cKPN4uw { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0125002861025rem;left:1.875rem;height:5.8496125rem;font-style:normal;display:block; }
#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row .container { background-color: transparent; background-image: none; }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row .container > .video-iframe-container { display: none; }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row > .video-iframe-container { display: none; }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .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); }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row .container { border-width: 0; border-radius: 0; }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;overflow:visible;position:relative;display:block; }#zxokb53TPL95lS35eXncyMsqMc8WFilI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.32421875rem;left:2.125rem;height:1.4625rem;font-style:normal;display:block; }
#ENk2JXn4ZVxoDTZoDdFRuGOL5kc2SzIN { color:#f8d07f;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.35546875rem;left:2.125rem;height:3.4125rem;display:block; }
#esEKOdlGE0lkbc2rW8AAiszsP5SAXQTf { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:29.0625rem;top:0rem;left:40.678124427796rem;overflow:hidden;display:block; }
#n69ioPbW8yvokawahxyyR4zu8Kx4FtMl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.04296875rem;left:2.125rem;height:11.04688125rem;font-style:normal;display:block; }
#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row .container { background-color: transparent; background-image: none; }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row .container > .video-iframe-container { display: none; }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row > .video-iframe-container { display: none; }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .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); }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row .container { border-width: 0; border-radius: 0; }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#OqFDWMQwTD4oKAKW0wtlyB8iO8wgNi3N { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.04296875rem;left:4.75rem;height:6.6625rem;display:block; }
#TnxM9cVDnmSxVDvuJ3TNo0eL77T6AHp3 { background-color:#f8da30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:10.4052734375rem;left:46.31591796875rem;display:block; }
#fFiI9wohuvfexQwUpEUSZQPCaszT7iQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PC0EbHfTEUK7etnt8zyvLCEoaxW6Rmif { color:#f8da30;display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75390625rem;left:48.406250953674rem;height:3.7375rem;display:block; }
#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row .container { background-color: transparent; background-image: none; }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row .container > .video-iframe-container { display: none; }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row > .video-iframe-container { display: none; }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .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); }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row .container { border-width: 0; border-radius: 0; }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#e4EDriJlEuRhp1QMAQlIoiCBSAvU5nzI { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:44.5rem;height:5.85rem;font-style:normal;display:block; }
#zgwEG6dsDnUzKQUFAVLZMUu3zgGlk7ZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.5rem;left:40.1875rem; }
#G2EdhrRn2yUTR3KtrXut6gqkh1MuEp0q { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5109376907349rem;left:2.46875rem;height:;display:block; }
#dEWW3xOgFTFi34i9v6GkeZ7v6KAWST9y { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.481250762939rem;left:2.46875rem;height:5.85rem;font-style:normal;display:block; }
#BInOORAGJB5cenLnvgslscduDVNe6HEL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.737501144409rem;left:40.187500953674rem; }
#zAHVT4USGThkLC2lTWW9Zr1soRGBhsqG { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.737501144409rem;left:44.500000953674rem;height:7.312rem;font-style:normal;display:block; }
#ZraRwdt02ZaUfaGpedHtSRTLBJoxHlSm { background-color:#f8da30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.404689788818rem;left:46.187500953674rem;display:block; }
#iMZ4Tb1WgWUMiVTQnpgPOTJXwSa9DMsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVGB6onCwuBwVxHECn18AilkZ0CFvg13 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.625rem;left:40.187500953674rem; }
#ovpAnNvpic8Ok7f1Lpyn78OvuTCdNgNq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0625rem;left:44.500000953674rem;height:4.3875rem;font-style:normal;display:block; }
#Qe2qzlW76tfsVUW1WmMfCAnaJbexyJrw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:31.5625rem;left:40.1875rem; }
#TSBUn0kAcTWw7XCk7n7RHdwPKKTzmUuA { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.5625rem;left:44.5rem;height:2.925rem;font-style:normal;display:block; }
#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ { 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/6f277c2c-fdfc-4f3d-8c12-c7e8b7d21c6c/ChatGPTImage19042026o19_02_33.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ.adaptive-delivery-prevent-bg, #Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ.lazyload, #Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ.lazyloading { background-image: none; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container { background-color: transparent; background-image: none; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container > .video-iframe-container { display: none; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row > .video-iframe-container { display: none; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .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); }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container { border-width: 0; border-radius: 0; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:75rem;position:relative;display:block; }#NVriyKme9rTlo8t7bPvOdzmoHg9kuPID { color:#ffffff;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.6875002384187rem;left:26.406250953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#D7GpETg1TwfDqLtuymi0uLmQCbTT4btA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375002384186rem;left:22.375000953674rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#uXAzdcGfLKmouMczI6FBNaLqJDWLqwTH { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.9375rem;left:11.0625rem;height:2.4375rem;display:block; }
#MKmMgz92gKgdwSqSmKbKTTrp4keZbVar { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.25rem;left:10.9375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#ViS5TiJOAN79lsWDvroTS2pCHeruZIHT { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:montserrat;font-size:7.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:4rem;height:9.75rem;display:block; }
#uhz91aRq2zAnu6JcrTaAlNviII8dAFdc { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.0625rem;left:11.0625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#CNFwu5NPHREDK9TtWE6ConZzZWIig0mw { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:montserrat;font-size:7.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.5625rem;left:3.0625rem;height:9.75rem;display:block; }
#UZgDlc3KyXbMT0sCyyNK1hGQpMnDc1xo { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.625rem;left:11.1875rem;height:3.65625rem;display:block; }
#RLdIzTG3hnEKmkXDZd6A0XebLlUXJeDD { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:montserrat;font-size:7.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:35.125rem;left:3.0625rem;height:9.75rem;display:block; }
#hncvhfy94v1T4dkrNEe2LrTzqvdoGzN5 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40.5625rem;left:11.0625rem;height:3.65625rem;display:block; }
#RBGgBiSoLdXpuCiF0SGpz5f4JTnMzTTO { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.875rem;left:11.3125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#MLzWG6Ps3TOBSdPe96oT7yJCNfCSNmx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:montserrat;font-size:7.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:47.1875rem;left:2.375rem;height:9.75rem;display:block; }
#O6sSTD3TaRckCIGTB6mNrcHKIAvbEdHm { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:47.8125rem;left:11.25rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#dzSif8UGMfsFI7kD7rTLgTs5T871M3Wd { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:52.8125rem;left:11.0625rem;height:3.65625rem;display:block; }
#gEgJD5kBw8erqv8uViWvnUyhStnM8r7w { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:montserrat;font-size:7.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:59rem;left:2.375rem;height:9.75rem;display:block; }
#Blz7JWvmTtd7q08P7CaykrAPV0etSFbn { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:60.125rem;left:11.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#UrcVoKBu3uJIumoE0Q8yc7dr2EWPJldt { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:65.125rem;left:11.0625rem;height:3.65625rem;display:block; }
#mg5EAoa9Ay6Py4fPJkIWXIaGra6S2wkM { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.8125rem;left:51.8125rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#t2l9F8QKmJFCVF3uzGrkJsxtxPJelr54 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.1875rem;left:51.8125rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#AsHGJ6X1lpupvJHzFMO6fClK3ovB7E0C { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.75rem;left:51.8125rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#dgtKwSVJfJhZorD37HdrrS97XKeq9Gz2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.8125rem;left:51.5rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#xLqb12RHETD0z0wMRpEGnJgJu6bZLOto { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:61.625rem;left:51.5rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 { position:relative;display:block; }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 { background-color: transparent; background-image: none; }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .row .container > .video-iframe-container { display: none; }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .row > .video-iframe-container { display: none; }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .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); }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 { border-width: 0; border-radius: 0; }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#G5zNVbtNOhzHsXvosHWnOIa731LwXoce { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.625rem;width:29.3125rem;top:2.8734376430511rem;left:4.09375rem;overflow:hidden;display:block; }
#MQU4NoZp6b9bTeTqlmDVste3nO5qwZlb { color:#ffd786;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0625rem;left:39.6875rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#eUMCnmyfr2TRNncAXn1QNwmynncHG8Xc { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.0625rem;left:39.6875rem;height:2.6rem;font-style:normal;display:block; }
#CRxObrKnSUcyvP7FOFMlDJy2so2yokle { color:#000000;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:18.75rem;left:39.6875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qCT1E6MhgaWBhMFmhPS5gcizLu1yAKHL { color:#000000;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.4375rem;left:39.6875rem;height:7.4365rem;display:block; }#qCT1E6MhgaWBhMFmhPS5gcizLu1yAKHL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qCT1E6MhgaWBhMFmhPS5gcizLu1yAKHL li:before{  }
#WvLCFAp1JJLPkmN2NVIHknSVuEEyeQo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8734383583069rem;left:39.687500953674rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1.adaptive-delivery-prevent-bg, #RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1.lazyload, #RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1.lazyloading { background-image: none; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row .container { background-color: transparent; background-image: none; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row .container > .video-iframe-container { display: none; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row > .video-iframe-container { display: none; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .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); }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row .container { border-width: 0; border-radius: 0; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#qhiOfHSKeH6HPc5OHnpZ7AhJgyRVNSr6 { color:#222222;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OsLi0oSFHC3aJahrPHE5ltDTQXQg9E6T { color:#222222;display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:14.375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q0M95fdLzVhBgen1KcDE4bbWo83sP6KI { 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:2rem;width:2.8125rem;top:9.375rem;left:10.875rem;overflow:hidden;display:block; }
#h8s3tqET3Cmc8hBeWPqletrBHkId3eS6 { 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:2rem;width:2.8125rem;top:9.8125rem;left:62.125rem;overflow:hidden;display:block; }
#pZR3vSfH1iqTqM7cAsfUO3zlPp5Ll098 { color:#222222;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bww23OXnqXS1o66oThQorwZqlIlOyt9w { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:17.1875rem;left:7.5rem;display:block; }
#CIfdErVXsJJcqzM1IXTIng3hUNSJZqlo { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.730035781861rem;left:8.0625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cevZWRPl811gqW0XvEfJRK5CiVh91gGN { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.855253219604rem;left:8.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wzfn8fHpc5tBu1OEz224EpqILkfuz4n6 { color:rgba(34,34,34,0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:38.125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BciZRlzaeKQloLJt7ZT0BsW2Dx3PcHL2 { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.875rem;left:38.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aaKs46UoinrChdEbHT4wcZTTgNVIq94r { position:absolute;display:block;z-index:15013;background-color:#ffffff;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:7.5rem;width:0.125rem;top:17.75rem;left:37.5rem;display:block; }
#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row .container { background-color: transparent; background-image: none; }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row .container > .video-iframe-container { display: none; }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row > .video-iframe-container { display: none; }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .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); }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row .container { border-width: 0; border-radius: 0; }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#yUOQSI4Tb9MwW7PhqDuXmBDtbONRcaOB { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.04296875rem;left:4.75rem;height:6.6625rem;display:block; }
#PU1e9CeIuIgxA7BKDINfyEdbHB7KDATF { background-color:#f8da30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:10.4052734375rem;left:46.31591796875rem;display:block; }
#VePW7c6C8euEoQ4uyInx6QHgaGRcXqkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLw4yARaqhvDDCTyXIzm9inB6a6eDknL { color:#f8da30;display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75390625rem;left:48.406250953674rem;height:3.7375rem;display:block; }
#JBR566T0ugp73C6UqzpdBV7iI3VBzb9y { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.02499961853rem;left:42.596875190735rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0d0d;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; }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row .container { background-color: transparent; background-image: none; }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row .container > .video-iframe-container { display: none; }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row > .video-iframe-container { display: none; }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .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); }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row .container { border-width: 0; border-radius: 0; }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#bfNDuFsScnrowoQgRJtKzB8MdvMpuTvs { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.3427734375rem;left:0rem;height:;display:block; }
#ucaTuNFx5nigWXEZlBU88Hl8lysRvgsu { color:#fdfdfd;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:15.51171875rem;left:0rem;height:2.925rem;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; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .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; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);line-height:1.35;overflow:hidden;height:auto; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .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; }#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .accordion-trigger.adaptive-delivery-prevent-bg, #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .accordion-trigger.lazyload, #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .accordion-trigger.lazyloading { background-image: none; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.0617189407349rem;left:40.537499427796rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #nk7Pl1AELlOC9QiTPORTJz8qFHsvzRdx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #cWaeuLNWbqfp82uW9BCCUdp1kVyUqzwt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #TWIr6WJB4DMoQE9fsWG7hdCqm2hgiFdC { display:block;position:relative; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #JpnfuU9E2pTgMIlKJZaOusopclmAv2pM {  }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #wuAg1HliN8RKetTe5IP912cAQl0qdyqV {  }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #TSxaZp0ACZVxylXuxk4VkgUndGhen2UW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Vkr5gUF9OyfaoypyXRQVXyPDbQNABRTe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #nUgmyy2NL3bx0gC93qN9l0onJbXWLLrN { display:block;position:relative; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #hECd49lGU5ZW3O8iluVIPaOGlKyQ8nE2 {  }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #iT2sOWbBBA0dUfy22akeOsgC5AISNQ3R { display:none; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Ec6pAFmQLiXOT89oQOres4EEASOFePLl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #tczTpvfCQSQx0NvpToOwX4gpLKAxv4b4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #OQKQZ5achAUJaTlpxCoQ88w5XkEXwtPN { display:block;position:relative; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #cTqhqKo8sQPpqU2q2cDgT6RbRwTwNTzU {  }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #kcSH6fiodtO3HtkuUhDBkITsqaxLA7VN { display:none; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #vsFkk4lAx2KNbpTdPrb3QZTq2wmNQgz6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #M0oTGFxcBkI1ozPbxI3CyTMTf2Cw3ec1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #frKTVoK9JJUADSIJkQg6X7V7SfM5aFTg { display:block;position:relative; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Dw5JoQTg8kfXFmwLufvbKm4g5b8c4WTB {  }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #z8rJCh5MQ1M5R3cg0ZoRzlgzPPbUcqMO { display:none; }
#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row .container { background-color: transparent; background-image: none; }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row .container > .video-iframe-container { display: none; }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row > .video-iframe-container { display: none; }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .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); }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row .container { border-width: 0; border-radius: 0; }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#d2c42GL3grOaaisebm1WTXP6VTm8PrXr { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.6171875rem;left:1.46875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXKdQyWsuMozcLaAn0m85l8EEhZ3TVc7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6171875rem;left:45.498436927796rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amtGRlpPfCwcdzi8EGiuiC0ppVT0UrL9 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:18.5625rem;top:13.0625rem;left:28.298436164856rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qeWcMISbiptT7WK20ltkvThDEerHR2JH { display:block; }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Syl9gt76qp2cZWVnQQaktsTc9txah82r { top:3.9375rem;left:0rem;width:47.1875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 { width:9rem;height:5.0625rem;display:flex;top:8.5625rem;left:0.4375rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #QhCUDSQETvrDTM8kffFZVeUVwL34592g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #c72DbxpS8fQIPUmUMEOI5V1P7NEo9ziB {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #oSa2fDMcbV2vq7asBnTibkRRfBOXfTsQ {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #VmREEAg8TV4XuihmPmcICc5guZuyDLbE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #JoLJlxOnx8IxQR33IuhKmGU6xmGRZQTS {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #sd0KqdJL9ysmJmJ0EwX9USNm45m1I4l2 {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #Df6DSei68ref9nfl9TNe5klOkpCdUE8p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #u7qQC4KCtIZwrEPuSJbg9MFmrGsbv1Kk {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #NTxdONc2zkARvqyTJbINAuvr9PUiafXS {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #zfOX14cFPZqTWyQiHH2aJfXHa9z3w9eF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #ulbf6JvC0WxyrZpy7nypApfzomkelx7w {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #lv2m1kSnLtzIioLqJ1ALauMhmiIcicBk {  }
 }@media only screen and (max-width: 763px) { #brrH7xccBTGRG6nDav4bToyU0cKPN4uw { top:7rem;left:0rem;width:38.6875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFia3XvuPawWB0y6LeGI04CuzeZZvdBg { display:block; }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxokb53TPL95lS35eXncyMsqMc8WFilI { top:15.3125rem;left:0rem;width:37.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENk2JXn4ZVxoDTZoDdFRuGOL5kc2SzIN { top:10.3125rem;left:0rem;width:37.3125rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esEKOdlGE0lkbc2rW8AAiszsP5SAXQTf { top:0rem;left:18.6875rem;width:29.0625rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n69ioPbW8yvokawahxyyR4zu8Kx4FtMl { top:20rem;left:0rem;width:32.1875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrC7GRUqwSI8byNDeh8w01maWlTX4bu { display:block; }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqFDWMQwTD4oKAKW0wtlyB8iO8wgNi3N { top:6rem;left:0rem;width:28rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnxM9cVDnmSxVDvuJ3TNo0eL77T6AHp3 { width:21.3125rem;height:4.0625rem;top:10.375rem;left:25.87841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFiI9wohuvfexQwUpEUSZQPCaszT7iQt { display:block; }
 }@media only screen and (max-width: 763px) { #PC0EbHfTEUK7etnt8zyvLCEoaxW6Rmif { top:4.75rem;left:27.968750953674rem;width:18.6875rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB { display:block; }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4EDriJlEuRhp1QMAQlIoiCBSAvU5nzI { top:5.5rem;left:19.9375rem;width:27.8125rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgwEG6dsDnUzKQUFAVLZMUu3zgGlk7ZT { top:5.5rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2EdhrRn2yUTR3KtrXut6gqkh1MuEp0q { top:5.5rem;left:0rem;width:31.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWW3xOgFTFi34i9v6GkeZ7v6KAWST9y { top:14.4375rem;left:0rem;width:32.5625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BInOORAGJB5cenLnvgslscduDVNe6HEL { top:13.6875rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAHVT4USGThkLC2lTWW9Zr1soRGBhsqG { top:13.6875rem;left:19.9375rem;width:27.8125rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZraRwdt02ZaUfaGpedHtSRTLBJoxHlSm { width:21.3125rem;height:4.0625rem;top:38.375rem;left:25.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZ4Tb1WgWUMiVTQnpgPOTJXwSa9DMsa { display:block; }
 }@media only screen and (max-width: 763px) { #ZVGB6onCwuBwVxHECn18AilkZ0CFvg13 { top:24.625rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovpAnNvpic8Ok7f1Lpyn78OvuTCdNgNq { top:24.0625rem;left:19.9375rem;width:27.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2qzlW76tfsVUW1WmMfCAnaJbexyJrw { top:31.5625rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSBUn0kAcTWw7XCk7n7RHdwPKKTzmUuA { top:31.5625rem;left:19.9375rem;width:27.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ { display:block; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVriyKme9rTlo8t7bPvOdzmoHg9kuPID { top:6.6875rem;left:12.781250953674rem;width:24rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7GpETg1TwfDqLtuymi0uLmQCbTT4btA { top:2.9375rem;left:8.7500009536744rem;width:32.0625rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXAzdcGfLKmouMczI6FBNaLqJDWLqwTH { top:17.9375rem;left:0rem;width:32.6875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKmMgz92gKgdwSqSmKbKTTrp4keZbVar { top:13.25rem;left:0rem;width:35.375rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViS5TiJOAN79lsWDvroTS2pCHeruZIHT { top:12.1875rem;left:0rem;width:20rem;height:9.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhz91aRq2zAnu6JcrTaAlNviII8dAFdc { top:25.0625rem;left:0rem;width:35.8125rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNFwu5NPHREDK9TtWE6ConZzZWIig0mw { top:23.5625rem;left:0rem;width:20rem;height:9.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZgDlc3KyXbMT0sCyyNK1hGQpMnDc1xo { top:29.625rem;left:0rem;width:34.125rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLdIzTG3hnEKmkXDZd6A0XebLlUXJeDD { top:35.125rem;left:0rem;width:20rem;height:9.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hncvhfy94v1T4dkrNEe2LrTzqvdoGzN5 { top:40.5625rem;left:0rem;width:33.75rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBGgBiSoLdXpuCiF0SGpz5f4JTnMzTTO { top:35.875rem;left:0rem;width:36.9375rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLzWG6Ps3TOBSdPe96oT7yJCNfCSNmx3 { top:47.1875rem;left:0rem;width:20rem;height:9.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6sSTD3TaRckCIGTB6mNrcHKIAvbEdHm { top:47.8125rem;left:0rem;width:34.5625rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzSif8UGMfsFI7kD7rTLgTs5T871M3Wd { top:52.8125rem;left:0rem;width:34.375rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgJD5kBw8erqv8uViWvnUyhStnM8r7w { top:59rem;left:0rem;width:20rem;height:9.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blz7JWvmTtd7q08P7CaykrAPV0etSFbn { top:60.125rem;left:0rem;width:34.5625rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrcVoKBu3uJIumoE0Q8yc7dr2EWPJldt { top:65.125rem;left:0rem;width:34.875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5EAoa9Ay6Py4fPJkIWXIaGra6S2wkM { top:14.8125rem;left:27.25rem;width:20.5rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2l9F8QKmJFCVF3uzGrkJsxtxPJelr54 { top:26.1875rem;left:27.25rem;width:20.5rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHGJ6X1lpupvJHzFMO6fClK3ovB7E0C { top:37.75rem;left:27.25rem;width:20.5rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgtKwSVJfJhZorD37HdrrS97XKeq9Gz2 { top:49.8125rem;left:26.625rem;width:21.125rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLqb12RHETD0z0wMRpEGnJgJu6bZLOto { top:61.625rem;left:26.625rem;width:21.125rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 { display:block; }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5zNVbtNOhzHsXvosHWnOIa731LwXoce { top:2.8125rem;left:0rem;width:29.3125rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQU4NoZp6b9bTeTqlmDVste3nO5qwZlb { top:10.0625rem;left:23.875rem;width:23.3125rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUMCnmyfr2TRNncAXn1QNwmynncHG8Xc { top:14.0625rem;left:17.9375rem;width:29.8125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRxObrKnSUcyvP7FOFMlDJy2so2yokle { top:18.75rem;left:18.75rem;width:29rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCT1E6MhgaWBhMFmhPS5gcizLu1yAKHL { top:21.4375rem;left:18.75rem;width:29rem;height:7.4375rem;font-size:0.9375rem;display:block; }#qCT1E6MhgaWBhMFmhPS5gcizLu1yAKHL li:before{  }
 }@media only screen and (max-width: 763px) { #WvLCFAp1JJLPkmN2NVIHknSVuEEyeQo5 { top:2.8125rem;left:15.6875rem;width:32.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 { display:block; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhiOfHSKeH6HPc5OHnpZ7AhJgyRVNSr6 { width:47.75rem;height:2.25rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsLi0oSFHC3aJahrPHE5ltDTQXQg9E6T { width:46.25rem;height:3.875rem;top:9.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0M95fdLzVhBgen1KcDE4bbWo83sP6KI { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8s3tqET3Cmc8hBeWPqletrBHkId3eS6 { width:2.8125rem;height:2rem;top:9.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZR3vSfH1iqTqM7cAsfUO3zlPp5Ll098 { width:47.75rem;height:1.25rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bww23OXnqXS1o66oThQorwZqlIlOyt9w { width:47.625rem;height:9.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIfdErVXsJJcqzM1IXTIng3hUNSJZqlo { width:28.75rem;height:2.5625rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cevZWRPl811gqW0XvEfJRK5CiVh91gGN { width:28.75rem;height:1.4375rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzfn8fHpc5tBu1OEz224EpqILkfuz4n6 { width:28.75rem;height:2.5625rem;top:19.75rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BciZRlzaeKQloLJt7ZT0BsW2Dx3PcHL2 { width:28.75rem;height:1.4375rem;top:23.875rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKs46UoinrChdEbHT4wcZTTgNVIq94r { width:0.125rem;height:7.5rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI { display:block; }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUOQSI4Tb9MwW7PhqDuXmBDtbONRcaOB { top:6rem;left:0rem;width:28rem;height:6.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU1e9CeIuIgxA7BKDINfyEdbHB7KDATF { width:21.3125rem;height:4.0625rem;top:10.375rem;left:25.87841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VePW7c6C8euEoQ4uyInx6QHgaGRcXqkh { display:block; }
 }@media only screen and (max-width: 763px) { #LLw4yARaqhvDDCTyXIzm9inB6a6eDknL { top:4.75rem;left:27.968750953674rem;width:18.6875rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBR566T0ugp73C6UqzpdBV7iI3VBzb9y { width:28.75rem;height:2.25rem;top:17rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz { display:block; }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfNDuFsScnrowoQgRJtKzB8MdvMpuTvs { top:10.3125rem;left:0rem;width:34.125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucaTuNFx5nigWXEZlBU88Hl8lysRvgsu { top:15.5rem;left:0rem;width:33.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP { display:flex;height:auto;width:27.8125rem;top:5rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #nk7Pl1AELlOC9QiTPORTJz8qFHsvzRdx {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #cWaeuLNWbqfp82uW9BCCUdp1kVyUqzwt {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #TWIr6WJB4DMoQE9fsWG7hdCqm2hgiFdC {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #JpnfuU9E2pTgMIlKJZaOusopclmAv2pM {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #wuAg1HliN8RKetTe5IP912cAQl0qdyqV {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #TSxaZp0ACZVxylXuxk4VkgUndGhen2UW {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Vkr5gUF9OyfaoypyXRQVXyPDbQNABRTe {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #nUgmyy2NL3bx0gC93qN9l0onJbXWLLrN {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #hECd49lGU5ZW3O8iluVIPaOGlKyQ8nE2 {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #iT2sOWbBBA0dUfy22akeOsgC5AISNQ3R {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Ec6pAFmQLiXOT89oQOres4EEASOFePLl {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #tczTpvfCQSQx0NvpToOwX4gpLKAxv4b4 {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #OQKQZ5achAUJaTlpxCoQ88w5XkEXwtPN {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #cTqhqKo8sQPpqU2q2cDgT6RbRwTwNTzU {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #kcSH6fiodtO3HtkuUhDBkITsqaxLA7VN {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #vsFkk4lAx2KNbpTdPrb3QZTq2wmNQgz6 {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #M0oTGFxcBkI1ozPbxI3CyTMTf2Cw3ec1 {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #frKTVoK9JJUADSIJkQg6X7V7SfM5aFTg {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Dw5JoQTg8kfXFmwLufvbKm4g5b8c4WTB {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #z8rJCh5MQ1M5R3cg0ZoRzlgzPPbUcqMO {  }
 }@media only screen and (max-width: 763px) { #m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 { display:block; }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2c42GL3grOaaisebm1WTXP6VTm8PrXr { top:10.5625rem;left:0rem;width:27.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXKdQyWsuMozcLaAn0m85l8EEhZ3TVc7 { top:10.5625rem;left:19.9375rem;width:27.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amtGRlpPfCwcdzi8EGiuiC0ppVT0UrL9 { top:13.0625rem;left:5.3125rem;width:18.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qeWcMISbiptT7WK20ltkvThDEerHR2JH { display:block; }#qeWcMISbiptT7WK20ltkvThDEerHR2JH > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Syl9gt76qp2cZWVnQQaktsTc9txah82r { width:20rem;height:2.6rem;top:1.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 { width:9rem;height:5.0625rem;display:flex;top:4.5498046875rem;left:5.39111328125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #QhCUDSQETvrDTM8kffFZVeUVwL34592g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #c72DbxpS8fQIPUmUMEOI5V1P7NEo9ziB {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #oSa2fDMcbV2vq7asBnTibkRRfBOXfTsQ {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #VmREEAg8TV4XuihmPmcICc5guZuyDLbE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #JoLJlxOnx8IxQR33IuhKmGU6xmGRZQTS {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #sd0KqdJL9ysmJmJ0EwX9USNm45m1I4l2 {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #Df6DSei68ref9nfl9TNe5klOkpCdUE8p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #u7qQC4KCtIZwrEPuSJbg9MFmrGsbv1Kk {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #NTxdONc2zkARvqyTJbINAuvr9PUiafXS {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #zfOX14cFPZqTWyQiHH2aJfXHa9z3w9eF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #ulbf6JvC0WxyrZpy7nypApfzomkelx7w {  }
 }@media only screen and (max-width: 763px) { #RiZapkVmeFtJNlX0o6mbShv1KZhUknq2 #lv2m1kSnLtzIioLqJ1ALauMhmiIcicBk {  }
 }@media only screen and (max-width: 763px) { #brrH7xccBTGRG6nDav4bToyU0cKPN4uw { width:20rem;height:5.85rem;top:11.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AFia3XvuPawWB0y6LeGI04CuzeZZvdBg { display:block; }#AFia3XvuPawWB0y6LeGI04CuzeZZvdBg > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxokb53TPL95lS35eXncyMsqMc8WFilI { width:20rem;height:2.925rem;top:8.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENk2JXn4ZVxoDTZoDdFRuGOL5kc2SzIN { width:20rem;height:2.275rem;top:4.5375003814697rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esEKOdlGE0lkbc2rW8AAiszsP5SAXQTf { width:20rem;height:27.3125rem;top:13.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n69ioPbW8yvokawahxyyR4zu8Kx4FtMl { width:20rem;height:16.575rem;top:43.51171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfrC7GRUqwSI8byNDeh8w01maWlTX4bu { display:block; }#WfrC7GRUqwSI8byNDeh8w01maWlTX4bu > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqFDWMQwTD4oKAKW0wtlyB8iO8wgNi3N { width:20rem;height:4.0625rem;top:2.5281257629394rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnxM9cVDnmSxVDvuJ3TNo0eL77T6AHp3 { width:19rem;height:4.0625rem;top:12.96875rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFiI9wohuvfexQwUpEUSZQPCaszT7iQt { display:block; }
 }@media only screen and (max-width: 763px) { #PC0EbHfTEUK7etnt8zyvLCEoaxW6Rmif { width:14.6875rem;height:2.6rem;top:8.0828132629394rem;left:2.6562500596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB { display:block; }#qeWS0ByTn1HRTmDxDzm1TV5h9XodpRIB > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4EDriJlEuRhp1QMAQlIoiCBSAvU5nzI { width:20rem;height:6.5rem;top:20.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgwEG6dsDnUzKQUFAVLZMUu3zgGlk7ZT { display:flex;width:2.4375rem;height:2.4375rem;top:17.42333984375rem;left:8.78125rem; }
 }@media only screen and (max-width: 763px) { #G2EdhrRn2yUTR3KtrXut6gqkh1MuEp0q { width:20rem;height:1.3rem;top:3.82470703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEWW3xOgFTFi34i9v6GkeZ7v6KAWST9y { width:20rem;height:9.1rem;top:6.2626953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BInOORAGJB5cenLnvgslscduDVNe6HEL { display:flex;width:2.4375rem;height:2.4375rem;top:29.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #zAHVT4USGThkLC2lTWW9Zr1soRGBhsqG { width:20rem;height:7.8rem;top:33rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZraRwdt02ZaUfaGpedHtSRTLBJoxHlSm { width:19rem;height:4.0625rem;top:67.120313644406rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZ4Tb1WgWUMiVTQnpgPOTJXwSa9DMsa { display:block; }
 }@media only screen and (max-width: 763px) { #ZVGB6onCwuBwVxHECn18AilkZ0CFvg13 { display:flex;width:2.4375rem;height:2.4375rem;top:44.1875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #ovpAnNvpic8Ok7f1Lpyn78OvuTCdNgNq { width:20rem;height:5.2rem;top:47.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2qzlW76tfsVUW1WmMfCAnaJbexyJrw { display:flex;width:2.4375rem;height:2.4375rem;top:56.375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #TSBUn0kAcTWw7XCk7n7RHdwPKKTzmUuA { width:20rem;height:3.9rem;top:59.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6f277c2c-fdfc-4f3d-8c12-c7e8b7d21c6c/ChatGPTImage19042026o19_02_33.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ.adaptive-delivery-prevent-bg, #Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ.lazyload, #Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ.lazyloading { background-image: none; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container { background-color: transparent; background-image: none; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container > .video-iframe-container { display: none; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row > .video-iframe-container { display: none; }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .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); }#Mqu9eSbXtsC8iyrDRqL0CBTkX43wOsfQ > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVriyKme9rTlo8t7bPvOdzmoHg9kuPID { width:13rem;height:2.6rem;top:5.7492198944092rem;left:3.5000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7GpETg1TwfDqLtuymi0uLmQCbTT4btA { width:20rem;height:2.4375rem;top:2.6117191314698rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXAzdcGfLKmouMczI6FBNaLqJDWLqwTH { width:18.0625rem;height:3.9rem;top:17.96191875rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKmMgz92gKgdwSqSmKbKTTrp4keZbVar { width:16.8125rem;height:2.4375rem;top:14.27441875rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViS5TiJOAN79lsWDvroTS2pCHeruZIHT { width:2.6875rem;height:2.6rem;top:10.42480625rem;left:8.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhz91aRq2zAnu6JcrTaAlNviII8dAFdc { width:20rem;height:2.4375rem;top:30.9716875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNFwu5NPHREDK9TtWE6ConZzZWIig0mw { width:20rem;height:2.6rem;top:27.122075rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZgDlc3KyXbMT0sCyyNK1hGQpMnDc1xo { width:20rem;height:3.9rem;top:34.6591875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLdIzTG3hnEKmkXDZd6A0XebLlUXJeDD { width:20rem;height:2.6rem;top:43.81934375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hncvhfy94v1T4dkrNEe2LrTzqvdoGzN5 { width:20rem;height:5.28125rem;top:51.35645625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBGgBiSoLdXpuCiF0SGpz5f4JTnMzTTO { width:20rem;height:2.4375rem;top:47.66895625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLzWG6Ps3TOBSdPe96oT7yJCNfCSNmx3 { width:20rem;height:2.6rem;top:61.8989375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6sSTD3TaRckCIGTB6mNrcHKIAvbEdHm { width:20rem;height:2.4375rem;top:65.74855rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzSif8UGMfsFI7kD7rTLgTs5T871M3Wd { width:20rem;height:3.9rem;top:69.43605rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEgJD5kBw8erqv8uViWvnUyhStnM8r7w { width:20rem;height:2.6rem;top:78.59620625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Blz7JWvmTtd7q08P7CaykrAPV0etSFbn { width:20rem;height:2.4375rem;top:82.44581875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrcVoKBu3uJIumoE0Q8yc7dr2EWPJldt { width:20rem;height:3.9rem;top:86.13331875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mg5EAoa9Ay6Py4fPJkIWXIaGra6S2wkM { width:20rem;height:2.7625rem;top:23.11035625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2l9F8QKmJFCVF3uzGrkJsxtxPJelr54 { width:20rem;height:2.7625rem;top:39.807625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsHGJ6X1lpupvJHzFMO6fClK3ovB7E0C { width:20rem;height:2.7625rem;top:57.88721875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dgtKwSVJfJhZorD37HdrrS97XKeq9Gz2 { width:20rem;height:2.7625rem;top:74.5844875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLqb12RHETD0z0wMRpEGnJgJu6bZLOto { width:20rem;height:2.7625rem;top:91.28175625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 { display:block; }#IT958CKHKJoFIvQ1A6ybfgONPwEPsoM6 > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5zNVbtNOhzHsXvosHWnOIa731LwXoce { width:13.8125rem;height:14.4375rem;top:6.73730625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQU4NoZp6b9bTeTqlmDVste3nO5qwZlb { width:20rem;height:2.6rem;top:22.42480625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUMCnmyfr2TRNncAXn1QNwmynncHG8Xc { width:20rem;height:3.65625rem;top:26.27441875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffd786;display:block; }
 }@media only screen and (max-width: 763px) { #CRxObrKnSUcyvP7FOFMlDJy2so2yokle { width:20rem;height:1.21875rem;top:31.18066875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCT1E6MhgaWBhMFmhPS5gcizLu1yAKHL { width:18.375rem;height:11.90625rem;top:33.64941875rem;left:0.8125rem;font-size:0.9375rem;display:block; }#qCT1E6MhgaWBhMFmhPS5gcizLu1yAKHL li:before{  }
 }@media only screen and (max-width: 763px) { #WvLCFAp1JJLPkmN2NVIHknSVuEEyeQo5 { width:20rem;height:2.4375rem;top:2.2429695129394rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 { display:block; }#RmaOLSeOhU8zLoEshImXkgFs3sgFRKO1 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhiOfHSKeH6HPc5OHnpZ7AhJgyRVNSr6 { width:20rem;height:2.5rem;top:2.6866340637207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsLi0oSFHC3aJahrPHE5ltDTQXQg9E6T { width:20rem;height:6.5rem;top:10.686849355698rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0M95fdLzVhBgen1KcDE4bbWo83sP6KI { width:2.875rem;height:2rem;top:7.4370670318606rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8s3tqET3Cmc8hBeWPqletrBHkId3eS6 { width:2.875rem;height:2rem;top:18.186850309372rem;left:17.121312201023rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZR3vSfH1iqTqM7cAsfUO3zlPp5Ll098 { width:20rem;height:2.5rem;top:20.874567747116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bww23OXnqXS1o66oThQorwZqlIlOyt9w { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIfdErVXsJJcqzM1IXTIng3hUNSJZqlo { width:20rem;height:2.6rem;top:26.749132871627rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #cevZWRPl811gqW0XvEfJRK5CiVh91gGN { width:20rem;height:2.6rem;top:30.810938835144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzfn8fHpc5tBu1OEz224EpqILkfuz4n6 { width:20rem;height:3.9rem;top:37.999219894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BciZRlzaeKQloLJt7ZT0BsW2Dx3PcHL2 { width:20rem;height:1.3rem;top:43.28750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKs46UoinrChdEbHT4wcZTTgNVIq94r { width:0.125rem;height:7.5rem;top:17.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI { display:block; }#P3pAJvJT0GzWRn1kDph78FGvP1xx1yNI > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUOQSI4Tb9MwW7PhqDuXmBDtbONRcaOB { width:20rem;height:4.0625rem;top:2.5281257629394rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PU1e9CeIuIgxA7BKDINfyEdbHB7KDATF { width:19rem;height:4.0625rem;top:12.96875rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VePW7c6C8euEoQ4uyInx6QHgaGRcXqkh { display:block; }
 }@media only screen and (max-width: 763px) { #LLw4yARaqhvDDCTyXIzm9inB6a6eDknL { width:14.6875rem;height:2.6rem;top:8.0828132629394rem;left:2.6562500596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBR566T0ugp73C6UqzpdBV7iI3VBzb9y { width:20rem;height:2.275rem;top:18.281242370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz { position:relative;z-index:auto;display:block; }#AAOr90xkcen2tLeK4VOd9Rx0xQgR4xUz > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfNDuFsScnrowoQgRJtKzB8MdvMpuTvs { width:20rem;height:2.4375rem;top:6.73730625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucaTuNFx5nigWXEZlBU88Hl8lysRvgsu { width:18.1875rem;height:5.85rem;top:10.42480625rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OrS3XnDaKv8KmBfRuOV166KCLbZywgzP { display:flex;height:auto;width:17.5rem;top:17.52441875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #nk7Pl1AELlOC9QiTPORTJz8qFHsvzRdx {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #cWaeuLNWbqfp82uW9BCCUdp1kVyUqzwt {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #TWIr6WJB4DMoQE9fsWG7hdCqm2hgiFdC {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #JpnfuU9E2pTgMIlKJZaOusopclmAv2pM {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #wuAg1HliN8RKetTe5IP912cAQl0qdyqV {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #TSxaZp0ACZVxylXuxk4VkgUndGhen2UW {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Vkr5gUF9OyfaoypyXRQVXyPDbQNABRTe {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #nUgmyy2NL3bx0gC93qN9l0onJbXWLLrN {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #hECd49lGU5ZW3O8iluVIPaOGlKyQ8nE2 {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #iT2sOWbBBA0dUfy22akeOsgC5AISNQ3R {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Ec6pAFmQLiXOT89oQOres4EEASOFePLl {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #tczTpvfCQSQx0NvpToOwX4gpLKAxv4b4 {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #OQKQZ5achAUJaTlpxCoQ88w5XkEXwtPN {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #cTqhqKo8sQPpqU2q2cDgT6RbRwTwNTzU {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #kcSH6fiodtO3HtkuUhDBkITsqaxLA7VN {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #vsFkk4lAx2KNbpTdPrb3QZTq2wmNQgz6 {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #M0oTGFxcBkI1ozPbxI3CyTMTf2Cw3ec1 {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #frKTVoK9JJUADSIJkQg6X7V7SfM5aFTg {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #Dw5JoQTg8kfXFmwLufvbKm4g5b8c4WTB {  }
 }@media only screen and (max-width: 763px) { #OrS3XnDaKv8KmBfRuOV166KCLbZywgzP #z8rJCh5MQ1M5R3cg0ZoRzlgzPPbUcqMO {  }
 }@media only screen and (max-width: 763px) { #m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 { display:block; }#m6olOp20Q4rEG5JPJxIOvpfigrDonyT4 > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2c42GL3grOaaisebm1WTXP6VTm8PrXr { width:20rem;height:1.3rem;top:4.0617136955261rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXKdQyWsuMozcLaAn0m85l8EEhZ3TVc7 { width:20rem;height:1.3rem;top:6.9249997138975rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amtGRlpPfCwcdzi8EGiuiC0ppVT0UrL9 { width:18.5625rem;height:5.5rem;top:11.862499713898rem;left:0.71796876192094rem;display:block; }
 }