.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:243,217,217;--color-primary-1:216,128,128;--color-primary-2:176,1,1;--color-primary-3:88,1,1;--color-primary-4:26,0,0;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:179,184,199;--color-tertiary-2:0,19,67;--color-tertiary-3:0,10,34;--color-tertiary-4:0,2,7;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/0de0c730-bb5b-4724-b751-98ec3fac397c/_GuidelinesForLogo.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/8718d226-a2ac-4921-9cea-a521fae3e6d5/ChatGPTImageMay12202612_30_43PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu.adaptive-delivery-prevent-bg, #hgcc4OBT63rekPVK8xvezlQvlRBOFNZu.lazyload, #hgcc4OBT63rekPVK8xvezlQvlRBOFNZu.lazyloading { background-image: none; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container { background-color: transparent; background-image: none; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container > .video-iframe-container { display: none; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row > .video-iframe-container { display: none; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .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); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container { border-width: 0; border-radius: 0; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),0.97));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),0.97));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),0.97));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),0.97));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),0.97)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),0.97)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),0.97));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row .container { background-color: transparent; background-image: none; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row .container > .video-iframe-container { display: none; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row > .video-iframe-container { display: none; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .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); }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row .container { border-width: 0; border-radius: 0; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#uaUaWBpnRnwrJyzn1BClENs7CTIDVw2q { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:-0.03125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZTMW3n7JeuHVlLB7K2DNiyem7oD0WvTG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:8.3125rem;left:0rem; }
#Nmx7SPTUc8BIXm1gf7cT9takIP8LsPT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.65625rem;left:3.78125rem;height:2.4375rem;display:block; }
#cQEKi4OPuvAizSciDbtc28tNf0hR5yi7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.3125rem;left:39.90625rem; }
#INME7OyCXbP1pgis8lh8NMhE9kl1FMvt { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.65625rem;left:44rem;height:;display:block; }
#mrwlTBL3kc78lfFpkh1UEKgzVVS0BcfZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:13rem;left:0rem; }
#OieShqXm3SlKF1gu4anmT5SBRQLakHTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.34375rem;left:3.78125rem;height:2.4375rem;display:block; }
#MToPQuOFlWIE2zQRRhyVRzH3KAN8L56p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.71875rem;left:39.90625rem; }
#Cm7nIc7v0v7bsiTT9ixGRJfeFS7QPWkH { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.34375rem;left:44rem;height:2.4375rem;display:block; }
#U41RmEVCu135vE3Vxss5WkmLiFLSbHgT { color:rgba(var(--color-primary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.84375rem;left:22rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#SZh3Vmlcfa7tteQSg3fxTsG22thw5mkJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:16.5rem;left:27.5rem; }
#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row .container { background-color: transparent; background-image: none; }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row .container > .video-iframe-container { display: none; }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row > .video-iframe-container { display: none; }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .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); }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row .container { border-width: 0; border-radius: 0; }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#bVFHtFlD2UamlzoP46v44OFkQIMZgC5X { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4775390625rem;left:16.09375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TX96LvQHrh2G69PnTJODd2IweXvfLgBT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:69.25rem;top:5.9150390625rem;left:2.875rem;overflow:hidden;display:block; }
#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container { background-color: transparent; background-image: none; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container > .video-iframe-container { display: none; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row > .video-iframe-container { display: none; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .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); }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container { border-width: 0; border-radius: 0; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#JhL88vrCy9oQUQ4wmKf4uppB7D4JD4wy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:57.25rem;top:-0.15625rem;left:0.625rem;overflow:hidden;display:block; }
#fVLrrKkXzkWPWENeBVJHJ5EshAyk23aw { color:rgba(var(--color-primary-2),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.3505859375rem;left:53.875rem;height:4.3056625rem;font-style:normal;display:block; }
#dx3nqSQ0geaPbIuJJyWbBKF6MpEPZ7lt { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6552734375rem;left:53.875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wb9K1ilCZyxEETQqJyPQesZNvQ3u2pCt { color:rgba(var(--color-primary-2),1);display:block;width:9.625rem;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:12.0400390625rem;left:61.75rem;height:2.923825rem;font-style:normal;display:block; }
#mPgklbefuR1FsldVDNxHlpGDHhmR1OR3 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:53.875rem;height:1.7871125rem;font-style:normal;display:block; }
#AJJJggNOw7odyQPNVHJ8nThNKzzXmMbn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.125rem;width:75rem;display:none; }
#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row .container { background-color: transparent; background-image: none; }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row .container > .video-iframe-container { display: none; }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row > .video-iframe-container { display: none; }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .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); }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row .container { border-width: 0; border-radius: 0; }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#Hiw897cfCT2WyfRafhZaHxVWKnLrgkIp { color:#011a59;display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:13.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#Bzy2TZ7QfxKVoUpDyaPRVl4MiX0QRm8f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.875rem;top:22.8125rem;left:68.5654296875rem;overflow:hidden;display:block; }
#B78B7zkf172s1ote1FM7d18173W1zpto { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:13.8125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rEP2XKSupBJZdaiMbJQv71mITbF2vBf7 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:13.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WL97KeFmxZm3VPNRhGSn50saOL0T42XD { position:absolute;display:block;z-index:15006;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:16.625rem;width:11.1875rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#kSf1aE7tEo832siv9JqMhqI387InD7nQ { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.92578125rem;left:21.25rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#X6ADBaLiAtOcHD6yohMI84IN5byT01Hg { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.9375rem;left:15.15625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NsnK1uWmUu1B1SGdqm22M0Iz9NFrlxev { background-color:rgba(var(--color-tertiary-2),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.71875rem;left:25.21875rem;display:block; }
#M7gxKmNvflO84dcWlvnSmCn3ioO6IEPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hgcc4OBT63rekPVK8xvezlQvlRBOFNZu { display:block; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g60Czum50Bl0Ve9X78MQMTEST68kvJ7K { display:block; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaUaWBpnRnwrJyzn1BClENs7CTIDVw2q { top:4rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMW3n7JeuHVlLB7K2DNiyem7oD0WvTG { top:8.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmx7SPTUc8BIXm1gf7cT9takIP8LsPT1 { top:8.625rem;left:0rem;width:31rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQEKi4OPuvAizSciDbtc28tNf0hR5yi7 { top:8.3125rem;left:26.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INME7OyCXbP1pgis8lh8NMhE9kl1FMvt { top:8.625rem;left:16.75rem;width:31rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrwlTBL3kc78lfFpkh1UEKgzVVS0BcfZ { top:13rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OieShqXm3SlKF1gu4anmT5SBRQLakHTZ { top:13.3125rem;left:0rem;width:31rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToPQuOFlWIE2zQRRhyVRzH3KAN8L56p { top:12.6875rem;left:26.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm7nIc7v0v7bsiTT9ixGRJfeFS7QPWkH { top:13.3125rem;left:16.75rem;width:31rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U41RmEVCu135vE3Vxss5WkmLiFLSbHgT { top:16.8125rem;left:8.375rem;width:31rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZh3Vmlcfa7tteQSg3fxTsG22thw5mkJ { top:16.5rem;left:13.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC { display:block; }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVFHtFlD2UamlzoP46v44OFkQIMZgC5X { top:1.4375rem;left:2.46875rem;width:42.8125rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX96LvQHrh2G69PnTJODd2IweXvfLgBT { top:5.875rem;left:0rem;width:47.75rem;height:24.952391696751rem;display:block; }
 }@media only screen and (max-width: 763px) { #p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA { display:block; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhL88vrCy9oQUQ4wmKf4uppB7D4JD4wy { top:-0.125rem;left:0rem;width:47.75rem;height:26.272925764192rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVLrrKkXzkWPWENeBVJHJ5EshAyk23aw { top:11.3125rem;left:40.25rem;width:6.4375rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3nqSQ0geaPbIuJJyWbBKF6MpEPZ7lt { top:15.625rem;left:30.3125rem;width:17.4375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb9K1ilCZyxEETQqJyPQesZNvQ3u2pCt { top:12rem;left:38.125rem;width:9.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPgklbefuR1FsldVDNxHlpGDHhmR1OR3 { top:9.625rem;left:29.6875rem;width:18.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJJJggNOw7odyQPNVHJ8nThNKzzXmMbn { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh { display:block; }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiw897cfCT2WyfRafhZaHxVWKnLrgkIp { top:2.5625rem;left:0.1875rem;width:22.125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzy2TZ7QfxKVoUpDyaPRVl4MiX0QRm8f { top:22.8125rem;left:41.875rem;width:5.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B78B7zkf172s1ote1FM7d18173W1zpto { top:6.5625rem;left:0.1875rem;width:24.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEP2XKSupBJZdaiMbJQv71mITbF2vBf7 { top:9.9375rem;left:0.1875rem;width:44.6875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL97KeFmxZm3VPNRhGSn50saOL0T42XD { top:1.75rem;left:0rem;width:11.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSf1aE7tEo832siv9JqMhqI387InD7nQ { top:15.875rem;left:7.625rem;width:32.5rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ADBaLiAtOcHD6yohMI84IN5byT01Hg { top:18.9375rem;left:1.53125rem;width:44.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsnK1uWmUu1B1SGdqm22M0Iz9NFrlxev { width:24.5625rem;height:3.4375rem;top:21.6875rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7gxKmNvflO84dcWlvnSmCn3ioO6IEPI { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hgcc4OBT63rekPVK8xvezlQvlRBOFNZu { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/2cdd5c94-258f-4cba-8ce4-0e222022afea/ChatGPTImageMay12202612_28_50PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu.adaptive-delivery-prevent-bg, #hgcc4OBT63rekPVK8xvezlQvlRBOFNZu.lazyload, #hgcc4OBT63rekPVK8xvezlQvlRBOFNZu.lazyloading { background-image: none; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container { background-color: transparent; background-image: none; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container > .video-iframe-container { display: none; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row > .video-iframe-container { display: none; }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .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); }#hgcc4OBT63rekPVK8xvezlQvlRBOFNZu > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g60Czum50Bl0Ve9X78MQMTEST68kvJ7K { display:block; }#g60Czum50Bl0Ve9X78MQMTEST68kvJ7K > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaUaWBpnRnwrJyzn1BClENs7CTIDVw2q { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTMW3n7JeuHVlLB7K2DNiyem7oD0WvTG { display:flex;width:1.875rem;height:1.875rem;top:5.9609375rem;left:0.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Nmx7SPTUc8BIXm1gf7cT9takIP8LsPT1 { width:17.0625rem;height:1.21875rem;top:6.2890625rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQEKi4OPuvAizSciDbtc28tNf0hR5yi7 { display:flex;width:1.875rem;height:1.875rem;top:9.5859375rem;left:0.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #INME7OyCXbP1pgis8lh8NMhE9kl1FMvt { width:16.0625rem;height:1.21875rem;top:9.9140625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrwlTBL3kc78lfFpkh1UEKgzVVS0BcfZ { display:flex;width:1.875rem;height:1.875rem;top:13.4609375rem;left:0.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #OieShqXm3SlKF1gu4anmT5SBRQLakHTZ { width:13.875rem;height:1.21875rem;top:13.7890625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToPQuOFlWIE2zQRRhyVRzH3KAN8L56p { display:flex;width:1.875rem;height:1.875rem;top:16.8984375rem;left:0.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Cm7nIc7v0v7bsiTT9ixGRJfeFS7QPWkH { width:13.125rem;height:1.21875rem;top:17.2265625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U41RmEVCu135vE3Vxss5WkmLiFLSbHgT { width:16.375rem;height:2.4375rem;top:20.3671875rem;left:3.625rem;font-size:1.875rem;color:rgba(var(--color-primary-2),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZh3Vmlcfa7tteQSg3fxTsG22thw5mkJ { display:flex;width:1.875rem;height:1.875rem;top:20.6484375rem;left:0.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC { display:block; }#ho10DOftyGh9QxJJB3zTB1MGaIZdW2UC > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVFHtFlD2UamlzoP46v44OFkQIMZgC5X { width:20rem;height:1.54296875rem;top:0.8291015625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX96LvQHrh2G69PnTJODd2IweXvfLgBT { width:20rem;height:10.3125rem;top:3.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA { background-color:#ffffff;background-image:none;display:block; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container { background-color: transparent; background-image: none; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container > .video-iframe-container { display: none; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row > .video-iframe-container { display: none; }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .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); }#p42AZpuD75VvRa2WxaWU4sh2OhGFlsVA > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhL88vrCy9oQUQ4wmKf4uppB7D4JD4wy { width:20rem;height:10.875rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVLrrKkXzkWPWENeBVJHJ5EshAyk23aw { width:3.375rem;height:3.8994125rem;top:2.517578125rem;left:3.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3nqSQ0geaPbIuJJyWbBKF6MpEPZ7lt { width:19.9375rem;height:1.29980625rem;top:6.416015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wb9K1ilCZyxEETQqJyPQesZNvQ3u2pCt { width:8.1875rem;height:2.2734375rem;top:3.330078125rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPgklbefuR1FsldVDNxHlpGDHhmR1OR3 { width:19.6875rem;height:1.70605625rem;top:0.8115234375rem;left:0.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJJJggNOw7odyQPNVHJ8nThNKzzXmMbn { top:8.6875rem;left:0rem;width:20rem;height:10.9375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh { display:block; }#qNOZSMOoNI1Tw86gJkNLoHxtgJZpdxrh > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiw897cfCT2WyfRafhZaHxVWKnLrgkIp { width:20rem;height:1.625rem;top:2rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bzy2TZ7QfxKVoUpDyaPRVl4MiX0QRm8f { width:4.1875rem;height:2.625rem;top:39.90625rem;left:7.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B78B7zkf172s1ote1FM7d18173W1zpto { width:20rem;height:1.3808625rem;top:18.78125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEP2XKSupBJZdaiMbJQv71mITbF2vBf7 { width:20rem;height:4.875rem;top:21.34375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WL97KeFmxZm3VPNRhGSn50saOL0T42XD { width:8.9375rem;height:13.375rem;top:4.59375rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSf1aE7tEo832siv9JqMhqI387InD7nQ { width:20rem;height:1.21875rem;top:27.21875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6ADBaLiAtOcHD6yohMI84IN5byT01Hg { width:20rem;height:2.4375rem;top:30.15625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsnK1uWmUu1B1SGdqm22M0Iz9NFrlxev { width:19rem;height:3.4375rem;top:34.8671875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7gxKmNvflO84dcWlvnSmCn3ioO6IEPI { display:block; }
 }