.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:252,227,227;--color-primary-1:245,160,160;--color-primary-2:234,65,65;--color-primary-3:117,33,33;--color-primary-4:35,10,10;--color-secondary-0:220,220,221;--color-secondary-1:139,139,141;--color-secondary-2:23,23,26;--color-secondary-3:12,12,13;--color-secondary-4:3,3,4;--color-tertiary-0:255,255,255;--color-tertiary-1:178,178,183;--color-tertiary-2:127,127,135;--color-tertiary-3:95,95,105;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .row > .video-iframe-container { display: none; }#KTadlrTRpqupcZg9yKkUrsQUSqdNPsuh > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.adaptive-delivery-prevent-bg, #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.lazyload, #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.lazyloading { background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { border-width: 0; border-radius: 0; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:60rem;height:37.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VZ3QWRyF06vu69CTBK0MwQu33skssQhH { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:15.8125rem;top:1.7958984375rem;left:37.84375rem;overflow:hidden;display:block; }
#Z7xKI723bOkk6qPk8RRZr9Mw7icGX1yv { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:32.875rem;top:10.7333984375rem;left:5.03125rem;overflow:hidden;display:block; }
#oxRbl60eEEJM38UN9qSaunK5mT1un8bJ { position:absolute;display:block;z-index:15012;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:3.4375rem;width:25.9375rem;top:24.0625rem;left:8.5rem;overflow:hidden;display:block; }
#RxopioS3VF0m6NUzoAEs1sHwhn8Pi9ZG { position:absolute;display:block;z-index:15013;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:1.9375rem;width:23.375rem;top:7.7958984375rem;left:9.78125rem;overflow:hidden;display:block; }
#gH6JGwNDhh3gstPNa2RPRWpDBuTtAGii { 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:15005;opacity:1;top:30.875rem;left:20.0625rem; }
#gH6JGwNDhh3gstPNa2RPRWpDBuTtAGii > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wr1mi9CeXcuEGDuA1T0Xp7odoTe0MKWx { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid #e4332a;border-left:0.125rem solid #e4332a;border-right:0.125rem solid #e4332a;border-bottom:0.125rem solid #e4332a;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:4rem;width:4rem;top:30.3125rem;left:19.5rem;display:block; }
#MRRmcGxPuodqCdN6dG4TvtLzeoF6LETC { position:absolute;display:block;z-index:15014;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:1.9375rem;width:23.375rem;top:7.125rem;left:-7.59375rem;overflow:hidden;display:none; }
#K0SCLCLHbMBebFzOisWvSg9i728fa5yH { position:relative;display:block; }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH { background-color: transparent; background-image: none; }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .row .container > .video-iframe-container { display: none; }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .row > .video-iframe-container { display: none; }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .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); }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH { border-width: 0; border-radius: 0; }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N3nReDJJfXqvvPyLn3pJCVF2yeKHXE4v { display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.36328125rem;left:4.96875rem;height:2.19921875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ccSVgCynbOZ3e1XmhI3dGUnrqFQpEXtU { box-sizing:content-box;height:23.9375rem;width:52rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:4.28125rem;display:block; }
#ToUNBaxLF2o8RGX4W5DB8EW2VIZxghMN { display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:10.25rem;left:4.96875rem;height:2.611325rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#keO0mA7yrWHFUgFZLCzNFHkrqny92MWP { display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:15.5rem;left:4.96875rem;height:2.611325rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q0a7VPrMZ95Mt8Fm75l3mQFQ601S5ZFP { display:block;width:46.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:21rem;left:6.53125rem;height:2.611325rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s2VfwBSneXQLqAEAh9cUhf936skubywF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s2VfwBSneXQLqAEAh9cUhf936skubywF.adaptive-delivery-prevent-bg, #s2VfwBSneXQLqAEAh9cUhf936skubywF.lazyload, #s2VfwBSneXQLqAEAh9cUhf936skubywF.lazyloading { background-image: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container { background-color: transparent; background-image: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container > .video-iframe-container { display: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row > .video-iframe-container { display: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .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); }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container { border-width: 0; border-radius: 0; }#s2VfwBSneXQLqAEAh9cUhf936skubywF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container { width:60rem;height:19.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dDENyQwWu5DKbq43nHoAHLmnecbSUZrp { display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:6.90625rem;left:6.09375rem;height:9.4453125rem;color:rgba(var(--color-secondary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcDEVBifZExtf7kRcDI98Db1oLwWfHXN { display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0751953125rem;left:16.0625rem;height:2.03125rem;color:#ec4b34;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE { position:relative;display:block; }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE { background-color: transparent; background-image: none; }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .row .container > .video-iframe-container { display: none; }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .row > .video-iframe-container { display: none; }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .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); }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE { border-width: 0; border-radius: 0; }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T3ITJnPbVO3hnaUVoOBm7C4xyyc3pHVw { display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.05078125rem;left:4.96875rem;height:4.3984375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.adaptive-delivery-prevent-bg, #QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.lazyload, #QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.lazyloading { background-image: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container { background-color: transparent; background-image: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container > .video-iframe-container { display: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row > .video-iframe-container { display: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .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); }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container { border-width: 0; border-radius: 0; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container { width:60rem;height:42rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HXPS3elhM3yksrXBpsoh177nrZcWucXs { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.9833984375rem;left:32.625rem;height:25.1875rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#TmBgHBrQsXVkFTqEg64F0pnVZNJnyEv4 { display:block;width:27.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.7626953125rem;left:31.25rem;height:2.03125rem;color:#ec4b34;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sseoQ2xmarrgwVnSDTMQxFlKiP75cZmH { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:29.4375rem;top:3.59375rem;left:1.875rem;overflow:hidden;display:block; }
#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 { position:relative;display:block; }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 { background-color: transparent; background-image: none; }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .row .container > .video-iframe-container { display: none; }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .row > .video-iframe-container { display: none; }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .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); }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 { border-width: 0; border-radius: 0; }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.adaptive-delivery-prevent-bg, #RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.lazyload, #RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.lazyloading { background-image: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container { background-color: transparent; background-image: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container > .video-iframe-container { display: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row > .video-iframe-container { display: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .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); }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container { border-width: 0; border-radius: 0; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container { width:60rem;height:25.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#M8RzH0lBxNMFeiJE6tUPLtiREGOG2cBu { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:16.9375rem;top:5.375rem;left:21.53125rem;overflow:hidden;display:block; }
#dWATVKFmqgUA400owLlXppKlInXQU5nI { position:absolute;display:block;z-index:15011;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:11.125rem;width:5.25rem;top:1.71875rem;left:26.9375rem;overflow:hidden;display:block; }
#ngqCWlA9ZwzSXSoZs00RNR6T1TegC2AL { background-color:#ec4b34;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#212123;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.9375rem;left:12.0625rem;display:block; }
#er2vvMtdHB6RvrNtS8iv45eu5CsArO3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDF3CD7ER8xqIHSQdd9ooMmyoHHBGyGz { background-color:#ec4b34;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#212123;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15.9375rem;left:32.375rem;display:block; }
#AggkVuCJMIbiJt2n5G0ThchZGsZok0oT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNLtAxESPCSHFldHKhMKvdZxVooucnJw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.75rem;top:21.3125rem;left:15rem;overflow:hidden;display:block; }
#pi4rwzNla4TWWyPklKdX878cmXT9fI1O { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.5rem;top:21.4375rem;left:35.9375rem;overflow:hidden;display:block; }
#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 { position:relative;display:block; }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 { background-color: transparent; background-image: none; }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .row .container > .video-iframe-container { display: none; }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .row > .video-iframe-container { display: none; }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .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); }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 { border-width: 0; border-radius: 0; }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Capx0bdgcAkuNR2oLkMP0iHHsLy0gM4T { display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.05078125rem;left:4.96875rem;height:9.624rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vaUDSgh3McnqAeViVimT8beO0l1Gi44D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D.adaptive-delivery-prevent-bg, #vaUDSgh3McnqAeViVimT8beO0l1Gi44D.lazyload, #vaUDSgh3McnqAeViVimT8beO0l1Gi44D.lazyloading { background-image: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container { background-color: transparent; background-image: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container > .video-iframe-container { display: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row > .video-iframe-container { display: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .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); }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container { border-width: 0; border-radius: 0; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container { width:60rem;height:45.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IIbJihvTzryTr5x3oBNehoMTcmqNWN6z { display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5361328125rem;left:3rem;height:25.235375rem;color:#030304;font-style:normal;display:block; }#IIbJihvTzryTr5x3oBNehoMTcmqNWN6z li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#IIbJihvTzryTr5x3oBNehoMTcmqNWN6z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c683e99f3cba8d63149a12066307d700b6edb4bc.svg); }
#MlBCDpZTbTBafV5V3XwVZP8NbXAxXdK8 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:21.1875rem;top:6.935546875rem;left:34.0625rem;overflow:hidden;display:block; }
#XLXSwkxTXPXxxvSdPOEy3AqAraLkTZzG { background-color:#ec4b34;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#212123;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.9375rem;left:12.0625rem;display:block; }
#PFieFI7EgJ3g190AqK1obAXd6MXUoliQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h66gyHAFQIe7ODpdOSN27vW2dTdMT4fA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.75rem;top:39.3125rem;left:15rem;overflow:hidden;display:block; }
#ariUaIoTIiQTt8Tvp51VfcoxT9zsuWCT { background-color:#ec4b34;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#212123;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:33.9375rem;left:32.375rem;display:block; }
#VB7es9ky7mqf4ppFnpHpGqO4TtsOz2dr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zup2NouV7itNFWMJO8NBb0NkCTLPGvsF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.5rem;top:39.4375rem;left:35.9375rem;overflow:hidden;display:block; }
#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 { position:relative;display:block; }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 { background-color: transparent; background-image: none; }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .row .container > .video-iframe-container { display: none; }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .row > .video-iframe-container { display: none; }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .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); }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 { border-width: 0; border-radius: 0; }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VTAt3Q9dEd7FlELtDfmVrF6MbxzkT411 { display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.05078125rem;left:4.96875rem;height:2.19921875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UpdimARpTxQk4as6IvyzQbgdAirFob05 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UpdimARpTxQk4as6IvyzQbgdAirFob05.adaptive-delivery-prevent-bg, #UpdimARpTxQk4as6IvyzQbgdAirFob05.lazyload, #UpdimARpTxQk4as6IvyzQbgdAirFob05.lazyloading { background-image: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container { background-color: transparent; background-image: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container > .video-iframe-container { display: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row > .video-iframe-container { display: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .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); }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container { border-width: 0; border-radius: 0; }#UpdimARpTxQk4as6IvyzQbgdAirFob05::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container { width:60rem;height:45.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#AJU52wslVN6lKc2KlSsTgEL4FTqSEx8I { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:18.8125rem;top:10.09375rem;left:36.5439453125rem;overflow:hidden;display:block; }
#HmuOqhJoZ9I8SMFeLbcMSRltBXBKUFdh { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.966796875rem;left:4.1875rem;height:2.03125rem;color:#ec4b34;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QvPdklgdRJVRkGDFlTW85KpATMhe3enW { display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.998046875rem;left:2.875rem;height:31.4844375rem;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#hLcueBmSFUHRX3L0OD24IChPlkgsiBhg { display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:35.28125rem;left:36.5439453125rem;height:0.9619125rem;color:rgba(var(--color-secondary-2),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt { position:relative;display:block; }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt { background-color: transparent; background-image: none; }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .row .container > .video-iframe-container { display: none; }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .row > .video-iframe-container { display: none; }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .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); }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt { border-width: 0; border-radius: 0; }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gW6I7QtIXT1m5MznIvceFanelOpnb7CI { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.1875rem;left:23.75rem;display:block; }
#BTQDWa9Al7byK3CbtCM0idy2s2pX9gdZ { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.1875rem;left:28.8125rem;display:block; }
#Nrs961fZnVTWUQMSQS6SE5zMnB3Xc9LH { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:2.1875rem;left:34.25rem;display:block; }
#NQtxmI6FfWL8fogsQH5IGMlmrX06xpMX { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:4.9375rem;left:18.4375rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/N1cawmR1/background_img.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.adaptive-delivery-prevent-bg, #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.lazyload, #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.lazyloading { background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ3QWRyF06vu69CTBK0MwQu33skssQhH { top:1.75rem;left:31.71875rem;width:15.8125rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xKI723bOkk6qPk8RRZr9Mw7icGX1yv { top:10.6875rem;left:0rem;width:32.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxRbl60eEEJM38UN9qSaunK5mT1un8bJ { top:24.0625rem;left:2.375rem;width:25.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxopioS3VF0m6NUzoAEs1sHwhn8Pi9ZG { top:7.75rem;left:3.65625rem;width:23.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH6JGwNDhh3gstPNa2RPRWpDBuTtAGii { top:30.875rem;left:13.9375rem;width:3.125rem;height:3.125rem;display:block; }
#gH6JGwNDhh3gstPNa2RPRWpDBuTtAGii > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Wr1mi9CeXcuEGDuA1T0Xp7odoTe0MKWx { top:30.3125rem;left:13.375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRRmcGxPuodqCdN6dG4TvtLzeoF6LETC { top:7.75rem;left:0rem;width:23.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0SCLCLHbMBebFzOisWvSg9i728fa5yH { display:block; }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3nReDJJfXqvvPyLn3pJCVF2yeKHXE4v { width:21.75rem;height:10.5rem;top:8.75rem;left:0.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccSVgCynbOZ3e1XmhI3dGUnrqFQpEXtU { top:3.125rem;left:0rem;width:47.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToUNBaxLF2o8RGX4W5DB8EW2VIZxghMN { width:21.75rem;height:10.5rem;top:8.75rem;left:0.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keO0mA7yrWHFUgFZLCzNFHkrqny92MWP { width:21.75rem;height:10.5rem;top:8.75rem;left:0.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0a7VPrMZ95Mt8Fm75l3mQFQ601S5ZFP { width:21.75rem;height:10.5rem;top:8.75rem;left:0.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2VfwBSneXQLqAEAh9cUhf936skubywF { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/N1cawmR1/background_img.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#s2VfwBSneXQLqAEAh9cUhf936skubywF.adaptive-delivery-prevent-bg, #s2VfwBSneXQLqAEAh9cUhf936skubywF.lazyload, #s2VfwBSneXQLqAEAh9cUhf936skubywF.lazyloading { background-image: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container { background-color: transparent; background-image: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container > .video-iframe-container { display: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row > .video-iframe-container { display: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .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); }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDENyQwWu5DKbq43nHoAHLmnecbSUZrp { width:23.8125rem;height:1.6875rem;top:11.1875rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcDEVBifZExtf7kRcDI98Db1oLwWfHXN { width:23.8125rem;height:2.8125rem;top:8.1875rem;left:23.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE { display:block; }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3ITJnPbVO3hnaUVoOBm7C4xyyc3pHVw { width:21.75rem;height:10.5rem;top:8.75rem;left:0.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/N1cawmR1/background_img.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.adaptive-delivery-prevent-bg, #QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.lazyload, #QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.lazyloading { background-image: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container { background-color: transparent; background-image: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container > .video-iframe-container { display: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row > .video-iframe-container { display: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .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); }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXPS3elhM3yksrXBpsoh177nrZcWucXs { width:23.8125rem;height:1.6875rem;top:11.1875rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBgHBrQsXVkFTqEg64F0pnVZNJnyEv4 { width:23.8125rem;height:2.8125rem;top:8.1875rem;left:23.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sseoQ2xmarrgwVnSDTMQxFlKiP75cZmH { top:3.5625rem;left:0rem;width:29.4375rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 { display:block; }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCE1QHhulrJFOmaPnaXFt38r3TynoTwA { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/N1cawmR1/background_img.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.adaptive-delivery-prevent-bg, #RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.lazyload, #RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.lazyloading { background-image: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container { background-color: transparent; background-image: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container > .video-iframe-container { display: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row > .video-iframe-container { display: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .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); }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8RzH0lBxNMFeiJE6tUPLtiREGOG2cBu { top:5.375rem;left:15.40625rem;width:16.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWATVKFmqgUA400owLlXppKlInXQU5nI { top:1.6875rem;left:20.8125rem;width:5.25rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngqCWlA9ZwzSXSoZs00RNR6T1TegC2AL { width:15.625rem;height:3.8125rem;top:15.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #er2vvMtdHB6RvrNtS8iv45eu5CsArO3V { display:block; }
 }@media only screen and (max-width: 763px) { #dDF3CD7ER8xqIHSQdd9ooMmyoHHBGyGz { width:15.625rem;height:3.8125rem;top:15.9375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AggkVuCJMIbiJt2n5G0ThchZGsZok0oT { display:block; }
 }@media only screen and (max-width: 763px) { #lNLtAxESPCSHFldHKhMKvdZxVooucnJw { top:21.3125rem;left:8.875rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi4rwzNla4TWWyPklKdX878cmXT9fI1O { top:21.4375rem;left:29.8125rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 { display:block; }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Capx0bdgcAkuNR2oLkMP0iHHsLy0gM4T { width:21.75rem;height:10.5rem;top:8.75rem;left:0.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaUDSgh3McnqAeViVimT8beO0l1Gi44D { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/N1cawmR1/background_img.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D.adaptive-delivery-prevent-bg, #vaUDSgh3McnqAeViVimT8beO0l1Gi44D.lazyload, #vaUDSgh3McnqAeViVimT8beO0l1Gi44D.lazyloading { background-image: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container { background-color: transparent; background-image: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container > .video-iframe-container { display: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row > .video-iframe-container { display: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .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); }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIbJihvTzryTr5x3oBNehoMTcmqNWN6z { width:20.125rem;height:8.75rem;top:20.1875rem;left:0.625rem;display:block; }#IIbJihvTzryTr5x3oBNehoMTcmqNWN6z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c683e99f3cba8d63149a12066307d700b6edb4bc.svg); }
 }@media only screen and (max-width: 763px) { #MlBCDpZTbTBafV5V3XwVZP8NbXAxXdK8 { top:6.875rem;left:26.5625rem;width:21.1875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLXSwkxTXPXxxvSdPOEy3AqAraLkTZzG { width:15.625rem;height:3.8125rem;top:33.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFieFI7EgJ3g190AqK1obAXd6MXUoliQ { display:block; }
 }@media only screen and (max-width: 763px) { #h66gyHAFQIe7ODpdOSN27vW2dTdMT4fA { top:39.3125rem;left:8.875rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ariUaIoTIiQTt8Tvp51VfcoxT9zsuWCT { width:15.625rem;height:3.8125rem;top:33.9375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB7es9ky7mqf4ppFnpHpGqO4TtsOz2dr { display:block; }
 }@media only screen and (max-width: 763px) { #Zup2NouV7itNFWMJO8NBb0NkCTLPGvsF { top:39.4375rem;left:29.8125rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxKqB9o861hQlVSQK7TWlRuQXT97be8 { display:block; }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTAt3Q9dEd7FlELtDfmVrF6MbxzkT411 { width:21.75rem;height:10.5rem;top:8.75rem;left:0.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpdimARpTxQk4as6IvyzQbgdAirFob05 { background-color:#1e1e22;background-image:url("https://images.assets-landingi.com/N1cawmR1/background_img.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UpdimARpTxQk4as6IvyzQbgdAirFob05.adaptive-delivery-prevent-bg, #UpdimARpTxQk4as6IvyzQbgdAirFob05.lazyload, #UpdimARpTxQk4as6IvyzQbgdAirFob05.lazyloading { background-image: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container { background-color: transparent; background-image: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container > .video-iframe-container { display: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row > .video-iframe-container { display: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .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); }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container { width:47.75rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJU52wslVN6lKc2KlSsTgEL4FTqSEx8I { top:10.0625rem;left:28.9375rem;width:18.8125rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmuOqhJoZ9I8SMFeLbcMSRltBXBKUFdh { width:23.8125rem;height:2.8125rem;top:8.1875rem;left:23.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvPdklgdRJVRkGDFlTW85KpATMhe3enW { width:23.8125rem;height:1.6875rem;top:11.1875rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLcueBmSFUHRX3L0OD24IChPlkgsiBhg { width:23.8125rem;height:1.6875rem;top:11.1875rem;left:23.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt { display:block; }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gW6I7QtIXT1m5MznIvceFanelOpnb7CI { top:2.1875rem;left:17.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTQDWa9Al7byK3CbtCM0idy2s2pX9gdZ { top:2.1875rem;left:22.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrs961fZnVTWUQMSQS6SE5zMnB3Xc9LH { top:2.1875rem;left:28.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQtxmI6FfWL8fogsQH5IGMlmrX06xpMX { top:4.9375rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.adaptive-delivery-prevent-bg, #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.lazyload, #Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD.lazyloading { background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { background-color: transparent; background-image: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row > .video-iframe-container { display: none; }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .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); }#Xxq6nGplEcRZd2Aq97aAWaHlJiUa3TRD > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZ3QWRyF06vu69CTBK0MwQu33skssQhH { width:7.6875rem;height:15.875rem;top:15.390625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xKI723bOkk6qPk8RRZr9Mw7icGX1yv { width:15.0625rem;height:5.5rem;top:5.302734375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxRbl60eEEJM38UN9qSaunK5mT1un8bJ { width:15.25rem;height:1.9375rem;top:11.365234375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxopioS3VF0m6NUzoAEs1sHwhn8Pi9ZG { width:20rem;height:1.6577540106952rem;top:-1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH6JGwNDhh3gstPNa2RPRWpDBuTtAGii { display:flex;width:3.125rem;height:3.125rem;top:33.4375rem;left:8.5625rem;font-size:1.5rem; }
#gH6JGwNDhh3gstPNa2RPRWpDBuTtAGii > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Wr1mi9CeXcuEGDuA1T0Xp7odoTe0MKWx { width:4rem;height:4rem;top:32.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRRmcGxPuodqCdN6dG4TvtLzeoF6LETC { width:12.1875rem;height:0.9375rem;top:3.548828125rem;left:3.90625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #K0SCLCLHbMBebFzOisWvSg9i728fa5yH { display:block; }#K0SCLCLHbMBebFzOisWvSg9i728fa5yH > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3nReDJJfXqvvPyLn3pJCVF2yeKHXE4v { width:20rem;height:3.625rem;top:2.31640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ccSVgCynbOZ3e1XmhI3dGUnrqFQpEXtU { width:20rem;height:28.25rem;top:7.19140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToUNBaxLF2o8RGX4W5DB8EW2VIZxghMN { width:20rem;height:7.125rem;top:9.56640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #keO0mA7yrWHFUgFZLCzNFHkrqny92MWP { width:20rem;height:7.125rem;top:18.50390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q0a7VPrMZ95Mt8Fm75l3mQFQ601S5ZFP { width:20rem;height:4.75rem;top:28.19140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #s2VfwBSneXQLqAEAh9cUhf936skubywF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#s2VfwBSneXQLqAEAh9cUhf936skubywF.adaptive-delivery-prevent-bg, #s2VfwBSneXQLqAEAh9cUhf936skubywF.lazyload, #s2VfwBSneXQLqAEAh9cUhf936skubywF.lazyloading { background-image: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container { background-color: transparent; background-image: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container > .video-iframe-container { display: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row > .video-iframe-container { display: none; }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .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); }#s2VfwBSneXQLqAEAh9cUhf936skubywF > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDENyQwWu5DKbq43nHoAHLmnecbSUZrp { width:20rem;height:7.95703125rem;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcDEVBifZExtf7kRcDI98Db1oLwWfHXN { width:20rem;height:4.3984375rem;top:3.19140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE { display:block; }#bn5kKpWcXJ6rTLAgESM0NOXMzxuM42eE > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3ITJnPbVO3hnaUVoOBm7C4xyyc3pHVw { width:20rem;height:5.4375rem;top:2.31640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.adaptive-delivery-prevent-bg, #QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.lazyload, #QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW.lazyloading { background-image: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container { background-color: transparent; background-image: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container > .video-iframe-container { display: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row > .video-iframe-container { display: none; }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .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); }#QzgQcWdRzHo79X9mDFiUqJxEmu1XLOIW > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXPS3elhM3yksrXBpsoh177nrZcWucXs { width:20rem;height:14.77734375rem;top:30.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBgHBrQsXVkFTqEg64F0pnVZNJnyEv4 { width:20rem;height:4.3984375rem;top:24.25390625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sseoQ2xmarrgwVnSDTMQxFlKiP75cZmH { width:17.5625rem;height:22.0625rem;top:2.25390625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 { display:block; }#hk4OODqNFW1BEtHibO2LDqrU2y5Qns19 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCE1QHhulrJFOmaPnaXFt38r3TynoTwA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.adaptive-delivery-prevent-bg, #RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.lazyload, #RCE1QHhulrJFOmaPnaXFt38r3TynoTwA.lazyloading { background-image: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container { background-color: transparent; background-image: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container > .video-iframe-container { display: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row > .video-iframe-container { display: none; }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .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); }#RCE1QHhulrJFOmaPnaXFt38r3TynoTwA > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8RzH0lBxNMFeiJE6tUPLtiREGOG2cBu { width:16.9375rem;height:6rem;top:17.5625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWATVKFmqgUA400owLlXppKlInXQU5nI { width:5.25rem;height:11.125rem;top:15rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngqCWlA9ZwzSXSoZs00RNR6T1TegC2AL { width:15.625rem;height:3.8125rem;top:3.9375rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #er2vvMtdHB6RvrNtS8iv45eu5CsArO3V { display:block; }
 }@media only screen and (max-width: 763px) { #dDF3CD7ER8xqIHSQdd9ooMmyoHHBGyGz { width:15.625rem;height:3.8125rem;top:30.0625rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AggkVuCJMIbiJt2n5G0ThchZGsZok0oT { display:block; }
 }@media only screen and (max-width: 763px) { #lNLtAxESPCSHFldHKhMKvdZxVooucnJw { width:9.75rem;height:2.5rem;top:9.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi4rwzNla4TWWyPklKdX878cmXT9fI1O { width:8.5rem;height:2.1875rem;top:35.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 { display:block; }#cwwvgwArAX97fMQD4RAODDeCd3gPmTb1 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Capx0bdgcAkuNR2oLkMP0iHHsLy0gM4T { width:20rem;height:10.125rem;top:2.44140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vaUDSgh3McnqAeViVimT8beO0l1Gi44D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D.adaptive-delivery-prevent-bg, #vaUDSgh3McnqAeViVimT8beO0l1Gi44D.lazyload, #vaUDSgh3McnqAeViVimT8beO0l1Gi44D.lazyloading { background-image: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container { background-color: transparent; background-image: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container > .video-iframe-container { display: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row > .video-iframe-container { display: none; }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .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); }#vaUDSgh3McnqAeViVimT8beO0l1Gi44D > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIbJihvTzryTr5x3oBNehoMTcmqNWN6z { width:16.8125rem;height:18.5761875rem;top:23.625rem;left:1.59375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#IIbJihvTzryTr5x3oBNehoMTcmqNWN6z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IIbJihvTzryTr5x3oBNehoMTcmqNWN6z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c683e99f3cba8d63149a12066307d700b6edb4bc.svg); }
 }@media only screen and (max-width: 763px) { #MlBCDpZTbTBafV5V3XwVZP8NbXAxXdK8 { width:17.625rem;height:16.5625rem;top:2.826171875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLXSwkxTXPXxxvSdPOEy3AqAraLkTZzG { width:15.625rem;height:3.8125rem;top:46.33203125rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFieFI7EgJ3g190AqK1obAXd6MXUoliQ { display:block; }
 }@media only screen and (max-width: 763px) { #h66gyHAFQIe7ODpdOSN27vW2dTdMT4fA { width:9.75rem;height:2.5rem;top:51.58203125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ariUaIoTIiQTt8Tvp51VfcoxT9zsuWCT { width:15.625rem;height:3.8125rem;top:56.83203125rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB7es9ky7mqf4ppFnpHpGqO4TtsOz2dr { display:block; }
 }@media only screen and (max-width: 763px) { #Zup2NouV7itNFWMJO8NBb0NkCTLPGvsF { width:8.5rem;height:2.1875rem;top:62.70703125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxKqB9o861hQlVSQK7TWlRuQXT97be8 { display:block; }#uHxKqB9o861hQlVSQK7TWlRuQXT97be8 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTAt3Q9dEd7FlELtDfmVrF6MbxzkT411 { width:20rem;height:2rem;top:2.37890625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UpdimARpTxQk4as6IvyzQbgdAirFob05 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d42992ca-d5fe-4d63-86df-b48c00713505/ChatGPTImage19cze202612_12_34.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UpdimARpTxQk4as6IvyzQbgdAirFob05.adaptive-delivery-prevent-bg, #UpdimARpTxQk4as6IvyzQbgdAirFob05.lazyload, #UpdimARpTxQk4as6IvyzQbgdAirFob05.lazyloading { background-image: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container { background-color: transparent; background-image: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container > .video-iframe-container { display: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4eae2; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row > .video-iframe-container { display: none; }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .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); }#UpdimARpTxQk4as6IvyzQbgdAirFob05 > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJU52wslVN6lKc2KlSsTgEL4FTqSEx8I { width:14.0625rem;height:18.8125rem;top:3.826171875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmuOqhJoZ9I8SMFeLbcMSRltBXBKUFdh { width:20rem;height:2.03125rem;top:25.013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvPdklgdRJVRkGDFlTW85KpATMhe3enW { width:20rem;height:25.0078125rem;top:29.525390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLcueBmSFUHRX3L0OD24IChPlkgsiBhg { width:7.6875rem;height:0.9619125rem;top:22.638671875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt { display:block; }#vZRoEZVGZDuO7xkFQv46bDHehs9qlHzt > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gW6I7QtIXT1m5MznIvceFanelOpnb7CI { width:2rem;height:2rem;top:2.5416669845581rem;left:3.3750001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTQDWa9Al7byK3CbtCM0idy2s2pX9gdZ { width:2rem;height:2rem;top:2.5416669845581rem;left:9.0000005960463rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrs961fZnVTWUQMSQS6SE5zMnB3Xc9LH { width:2rem;height:2rem;top:2.5416669845581rem;left:14.375000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQtxmI6FfWL8fogsQH5IGMlmrX06xpMX { width:20rem;height:1.3997375rem;top:6.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }