.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,226,217;--color-primary-1:255,159,128;--color-primary-2:255,63,0;--color-primary-3:128,32,0;--color-primary-4:38,9,0;--color-secondary-0:225,232,244;--color-secondary-1:157,178,217;--color-secondary-2:58,101,179;--color-secondary-3:29,51,90;--color-secondary-4:9,15,27;--color-tertiary-0:255,255,255;--color-tertiary-1:187,188,190;--color-tertiary-2:142,143,146;--color-tertiary-3:114,115,119;--color-tertiary-4:0,0,0;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/5993ee45-386e-4783-bc2a-03db5809f212/ChatGPTImage27maj202613_02_15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:37.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(var(--color-tertiary-0),0.8);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.5625rem;left:0rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:26rem;left:5.625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { position:absolute;display:block;z-index:15010;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:3rem;width:3rem;top:26.25rem;left:1.5rem;overflow:hidden;display:block; }
#lX4MtiXEms6buB81sfUUKNJTgStkdzGz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:26.3125rem;left:13.862501144409rem;display:block; }
#E3IuQGfGvlk4MSqpBrvvyJ0O47egdreg { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:13.625rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#HAkhEuuA8KM6MUQKVRCsmBTTA05meMFo { position:absolute;display:block;z-index:15025;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:9.9375rem;width:13.3125rem;top:0rem;left:13.9375rem;overflow:hidden;display:block; }
#Zxc8TRmDBRHcPg5WFK8Llyt9CRJVA3Um { position:absolute;display:block;z-index:15026;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.625rem;width:8.0625rem;top:3.8125rem;left:27.25rem;overflow:hidden;display:block; }
#RSd4GUDcEJzIdFGT3EvchubKOJVZtRPe { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:13.625rem;left:0rem;height:8.6625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S3WaDobI1TN62axdEcgTZOnPlUEyzw3f { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.03125rem;left:15.781251907349rem;display:block; }
#nTMoc7Dw3olX2RSlxrC87r51LozV6Ckx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx { position:relative;display:block; }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx { background-color: transparent; background-image: none; }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx > .row .container > .video-iframe-container { display: none; }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx > .row > .video-iframe-container { display: none; }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx > .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); }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx { border-width: 0; border-radius: 0; }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx > .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; }#XH0rrVsy5uJd1C914wZrFWQst7H9Kzmx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#pKhQPIpOvnVtHhtro8JygxQsl4lFL4k8 { color:rgba(var(--color-primary-4),1);display:block;width:41.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9501953125rem;left:9.46875rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsvZZ2thifp7PBgV0f4wob1nkoTK6c52 { color:rgba(var(--color-primary-4),1);display:block;width:41.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5751953125rem;left:9.46875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .row .container { background-color: transparent; background-image: none; }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .row .container > .video-iframe-container { display: none; }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .row > .video-iframe-container { display: none; }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .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); }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .row .container { border-width: 0; border-radius: 0; }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGswRvu7kbPS61M6oSihoUx5U5T7I6wT > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:60rem;position:relative;display:block; }#BJOn2pGkkALN7Og1VwUE1TcQnUXu56rz { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:13.625rem;width:17.625rem;top:7.6875rem;left:1.1875rem;display:block; }
#rxBgkl1R8AdlRSuVW6GvaMZyJeJGdqzp { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:13.625rem;width:17.625rem;top:7.6875rem;left:21.25rem;display:block; }
#hzug96MIQegKyG719AqGC4Kfa3Xt0TZ9 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:13.625rem;width:17.625rem;top:7.75rem;left:41.1875rem;display:block; }
#tZ3Lxmrx0xZuRSHyCIUKUcN9Im15N6VG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:13.625rem;width:17.625rem;top:25.875rem;left:1.1875rem;display:block; }
#ZZ9FiNFkLEdv1930PnOQzWSvl16RbMhz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:13.625rem;width:17.625rem;top:25.875rem;left:21.1875rem;display:block; }
#uM7VrMF8a5mTM8vWo7bZ6hTU5eyWVIqe { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:-6.3109369277956rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TCReg9TpI9TWwVQm6Rbe3QeEiCHGN8UP { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:13.625rem;width:17.625rem;top:25.875rem;left:41.1875rem;display:block; }
#CELf4WOTuy9fxkoGqPBLT3o9L9dM71te { color:rgba(var(--color-primary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.09375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RqoQPpEzKXCRHxnCmbnUqDN1KSh2895s { 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:15010;opacity:1;top:8.75rem;left:8.4375rem; }
#JhHbiUArR0dlT0UwL0CcBuxzcK5SRRQI { color:rgba(var(--color-primary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:23.09375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNOxk2RwpAXZ0mxDXggcwImgzEHMA8Bg { 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:15011;opacity:1;top:8.75rem;left:28.4375rem; }
#aSwx5KURz7BslilZ8UOkhekVoXTFltMy { color:rgba(var(--color-primary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.375rem;left:43.09375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XExosHaJLURZMxDOkwOe3lAVb19R32vN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.75rem;left:48.4375rem; }
#zG1TPaVgHVERgXbOVTkUfR3C1WID6dBk { color:rgba(var(--color-primary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.9375rem;left:3.09375rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UP57lZ3N4IqCHL1hQNnEyoMQc7iKNhAq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:27.125rem;left:8.4375rem; }
#hzeKkMC2Qu7fyPb9pXIFIf9H6AZfm6fe { color:rgba(var(--color-primary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.9375rem;left:23.09375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WwnwpLSqcOz8MMKnDk79K82TDlcW2u2q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.125rem;left:28.4375rem; }
#dzg8oLa8w9OUeE2yEl1nLeyQbHROQEiv { color:rgba(var(--color-primary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.25rem;left:42.3125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UX4DppJfZPs0vop1uyhuJT5MqV1oQ9or { 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:15015;opacity:1;top:27.125rem;left:48.4375rem; }
#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .row .container { background-color: transparent; background-image: none; }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .row .container > .video-iframe-container { display: none; }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .row > .video-iframe-container { display: none; }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .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); }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .row .container { border-width: 0; border-radius: 0; }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JukRMQ1T2Puuv0RN2x611TkcPoTWXH0G > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#c816JmIg76UkWndaT6iBREFuyqnFNhKu { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/63ae0bf8-e301-4933-9a84-fb41ed6dc838/TJpng.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #0d4479;border-left:0.1875rem solid #0d4479;border-right:0.1875rem solid #0d4479;border-bottom:0.1875rem solid #0d4479;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:13.375rem;top:5.4375rem;left:3.1625003814698rem;display:block; }#c816JmIg76UkWndaT6iBREFuyqnFNhKu.adaptive-delivery-prevent-bg, #c816JmIg76UkWndaT6iBREFuyqnFNhKu.lazyload, #c816JmIg76UkWndaT6iBREFuyqnFNhKu.lazyloading { background-image: none; }
#W81snni4LIXixzVCox0iT88HoJsPwaZS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.362501144409rem;left:21.187501907349rem;height:11.05rem;display:block; }
#MlMi8Xx9ceR51sZvc1PSNf6Vvtk1oks0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.187501907349rem;height:1.625rem;font-style:normal;display:block; }
#OMTGQR4GWIWDEZLpZd3S5E4inCb5d4FB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:11.550001144409rem;left:21.187501907349rem;display:block; }
#ebGJ4T6NR0bfzq8uK7LfKA1BLx9TTZTd { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:21.187501907349rem;height:1.4625rem;font-style:normal;display:block; }
#X4d1mi0xqXCMFJchs5GZHrK5WHIyqT67 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.612501144409rem;left:46.875001907349rem;display:block; }
#QhLsmGTfTTirUyIc8ODcOvT4IrQXTE96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlpxWMEtWkZlISSaHJmt8xdTNpMPIzhI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:39.75rem;top:5.4375rem;left:20.125rem;display:block; }
#wMvtqIlbu7wyma8eT2E8qLbvLyMPaJ17 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:46.600002288818rem;left:46.875001907349rem;display:block; }
#tdRxGMa38DPSiFlEKLTzgsUaQzF3NFyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I8H4V1bzv8uHwvNAR9B3J7uELuSyKLBD { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.6875rem;left:22.000001907349rem;height:8.2875rem;display:block; }
#T2ylQhIkDPWTG1V6TrI4eom1sndIwJNR { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.1875rem;width:9.375rem;top:36.875rem;left:22.000001907349rem;display:block; }
#ZTrnOJecCEV53nMUx3E3qnqbaahmiEVl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.125rem;left:22.000001907349rem;height:2.925rem;font-style:normal;display:block; }
#UbcxaerM6mpzv4H5iPvlxZ7y4LQPXC2X { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:30.987500190735rem;left:22.000001907349rem;height:1.625rem;font-style:normal;display:block; }
#tpd3MMlw4toxcT8vqV1F9EK9I3TCT92U { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1bbfd657-08a0-4cae-b752-b10e12046361/1684824610940.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #0d4479;border-left:0.1875rem solid #0d4479;border-right:0.1875rem solid #0d4479;border-bottom:0.1875rem solid #0d4479;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:13.1875rem;top:28.5rem;left:3.2562503814698rem;display:block; }#tpd3MMlw4toxcT8vqV1F9EK9I3TCT92U.adaptive-delivery-prevent-bg, #tpd3MMlw4toxcT8vqV1F9EK9I3TCT92U.lazyload, #tpd3MMlw4toxcT8vqV1F9EK9I3TCT92U.lazyloading { background-image: none; }
#GFTnctRJRvJOVEa5vJ1uFkPmX57ABdxn { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1242189407349rem;left:-5.7742185592651rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wya7DewDSE3kfpILarzwvtHbIpXAudfZ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:39.75rem;top:28.5rem;left:20.000001907349rem;display:block; }
#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f4540f4-1097-4d55-89ed-cb2f5945510e/ChatGPTImage27maj202613_25_11.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.adaptive-delivery-prevent-bg, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyload, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyloading { background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { border-width: 0; border-radius: 0; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::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; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#JfM0wvynQUAEIJDTXD67FPE7VtetokUn { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0.64921951293944rem;left:13.5rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#nnSixSA8lg10XtTx8wzTtCORmtHTsiTW { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.9375rem;left:14.5498046875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:6.25rem;left:28.5rem;display:block; }
#oiexg2VNqEGRCOWLqdKZw1aT6UEu4p7v { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:6.875rem;left:29.15625rem;overflow:hidden;display:block; }
#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { color:rgba(var(--color-tertiary-3),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:6.90625rem;left:33.84375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK li:before{  }
#QlyoXMgphIuqnxAG6pJVqlhyssRi0GoR { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:9.25rem;left:33.71875rem;height:3.825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WxH59Cm9rvlMwhTVu5UXVCQ2IdeExhIR { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:42.4375rem;left:28.5rem;display:block; }
#zDD4JglCJuzhGPaQ5JnGz707bXCL6tp3 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:43.0625rem;left:29.125rem;overflow:hidden;display:block; }
#Jl32DGXwK0hiPZBoOtHtGvL8B0quyo12 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:43.09375rem;left:33.15625rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tqrsIsX0JQBTSr1BkiQmKQJTlmJUW4Lx { color:#050b26;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:25.3125rem;left:34.53125rem;height:3.825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oD3V6WOVoahDL8scbtIockPwNtUfFpgV { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:19.162109375rem;left:28.5rem;display:block; }
#JIZbzSLCZkD5ANfuAM7IScru5phx1EEM { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:30.5625rem;left:28.5rem;display:block; }
#yq6QriVabkyh3GCskxeAuOZ9DsfDUxnE { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:31.21875rem;left:33.84375rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }#yq6QriVabkyh3GCskxeAuOZ9DsfDUxnE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yq6QriVabkyh3GCskxeAuOZ9DsfDUxnE li:before{  }
#fFVKbcRLMCFgJvTPgMTKx9TeI5JDLU7r { box-sizing:content-box;height:35.125rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:29.906958819378rem;display:block; }
#wJAtJUhk4rdrMAX1uGUekSgZ6Ph9lz4R { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:19.849609375rem;left:14.5498046875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#eHTzdxvbibuepZMiyWLPM8zAUe9r7BDV { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:31.25rem;left:14.6123046875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5993ee45-386e-4783-bc2a-03db5809f212/ChatGPTImage27maj202613_02_15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.76125rem;padding-right:0.665rem;padding-bottom:0.76125rem;padding-left:0.665rem;display:block;align-items:center;width:3.990625rem;min-width:3.990625rem;height:4.09125rem;position:relative;font-family:"open sans";font-size:3.045rem;font-weight:700;line-height:65.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.31875rem;height:1.6175rem;position:relative;font-family:"open sans";font-size:1.141875rem;font-weight:400;line-height:25.88px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.3125rem;height:7.707rem;padding-top:0.95125rem;padding-right:0.949375rem;padding-bottom:0.95125rem;padding-left:0.949375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.674218177796rem;left:17.77578163147rem;z-index:15004; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #tcDQsMK7FNT04LP6qta7G0uQOcsavEv0 { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #bAfJySG6QmSf2no8nMVdhQTXCNBoTbKF { width:auto; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #cyFrRfygiWrEBBIPzltwTWU4qhBtTu2k {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #TxKiTiCaZTXcdEUQX5lGSTSgy221XGUI { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #HILiIFwcEU2MBIgDPxxhBcAhJWa83XCm {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #AVhPuwq8BTQ1Ha7utE3W0ForamVAVEuS {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #XkO0fspBLklCdVo85sr55GHG4S7Koyeb { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #LdEzbcQtPVkXIDHqvvEiVlzb2x2GeBNe {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #WygJu8ltsG0NmT7DQW6FbKT2KCCefrZ3 {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #V2cUybTZE2hCCgcfH7zMHye8dzZkdBGL { display:flex;position:relative;top:0rem;left:0rem; }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #L9Q5Rh4zwgtZEo8mQcoml5Svl8R3rGgU {  }
#fkrt9k3GwaB9WdyosisqzbKlgV3gUxHg #IF7To361z4H0nTzKGqhon7ZPl5UuucRA {  }
#bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.362499237061rem;left:25.862501144409rem;display:block; }
#uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydetMdBXDF6ZntaOJ6Lh1IV9JNVyt85q { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:8.5rem;width:13.375rem;top:7.8125rem;left:1.6875rem;display:block; }
#S1V2eahMu83nxO7CZMDQI05Vr8WbLbJb { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwtLvWgRos43ea8U5BarRC1F6weXaFS6 { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:10.4375rem;left:16.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PgTXoQgrPoTt8kcJzLT5OFZElcVmWBC2 { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:11.25rem;left:30.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUTe3plk6fyJniNM4EL53RcG6SqeCct6 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:8.5rem;width:13.375rem;top:7.8125rem;left:16.125rem;display:block; }
#cDE4Sku8tI2BH7xVJRWyH6nNsWU1G9H3 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:8.5rem;width:13.375rem;top:7.8125rem;left:30.4375rem;display:block; }
#eTbiegaGb28vxe46egrq57ERK1gTNkah { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:8.5rem;width:13.375rem;top:7.8125rem;left:44.9375rem;display:block; }
#GnrOHrLU6ZH5XpeO1sMGE6ZwtBEU5M1D { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:10.4375rem;left:45rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewFEnXHXLd4ZsQPH80qqJoTvxqExlGqR { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.22109413147rem;left:21.44375038147rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.46875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .row .container { background-color: transparent; background-image: none; }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .row .container > .video-iframe-container { display: none; }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .row > .video-iframe-container { display: none; }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .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); }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .row .container { border-width: 0; border-radius: 0; }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o4NIoHQdcOXNzgdnWr5p7D5kybTq66Ft > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#ahAA3AsbNxiNwlEUPVILUSokDLN7s6k4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:5.5rem;left:5.3125rem;overflow:hidden;display:block; }
#xgd3Aik0h1suyKSus6nEWT6tTfTRnw6v { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:6.125rem;left:25.312501907349rem;overflow:hidden;display:block; }
#gz7rRpfAPgP9TTdTVutJV1ZD0GzhgGfw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:9.375rem;width:9.375rem;top:5.5rem;left:45.312501907349rem;overflow:hidden;display:block; }
#lCDelX9SdKU13E2uPENVzXNTiyZdZvHB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.63437461853rem;left:2.78125rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEqv11p2DvffIeu0KLDXHNtHx2cJqDH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.63437461853rem;left:44.531251907349rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRCu5U1o0lrHmAGgCdWIrfyBe8di3v02 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.63437461853rem;left:22.562501907349rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRwcGqWFMuoI6XqrLa1zsPoxD4wEfQGs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.3125rem;left:23.500001907349rem;display:block; }
#zLaXgtTauRhvBrkbraSuTmw0kyOSqW9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WksnDQ6b88T0GzFclLqiBbKLiVQz3oJB { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #0868c1;border-left:0.125rem solid #0868c1;border-right:0.125rem solid #0868c1;border-bottom:0.125rem solid #0868c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:19.75rem;top:1.5625rem;left:0rem;display:block; }
#U4uuiExT0sEXZVHGwLFgBhCRyFkXxH1O { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #0868c1;border-left:0.125rem solid #0868c1;border-right:0.125rem solid #0868c1;border-bottom:0.125rem solid #0868c1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:19.75rem;top:1.5625rem;left:40rem;display:block; }
#EdJk3dyoxZK6Xl2OWiGTF5nwaMHpuJ3X { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #000131;border-left:0.125rem solid #000131;border-right:0.125rem solid #000131;border-bottom:0.125rem solid #000131;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.25rem;width:19.75rem;top:1.875rem;left:0rem;display:none; }
#dGvXNrIGOepnLq9QbC9OUO4qf8hDBxhm { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.19) ;height:25.5rem;width:20rem;top:1.5625rem;left:20rem;display:block; }
#r4MgngLMTTTZwD9nREzTbXqRXm1wfNbp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:20.375rem;top:1.5500001907349rem;left:0rem;display:block; }
#D9WnWmv9U0V7mCuPNPRZnP4hqifaqX2r { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:20.0625rem;top:1.5500001907349rem;left:20.062501907349rem;display:block; }
#T5rlUBIDvSzxI5DdMT6MfLiJx5E3RulK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:20.375rem;top:1.5500001907349rem;left:39.625001907349rem;display:block; }
#l49vZkeETrKec2TokyIUrZmftfWfm2it { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { background-color: transparent; background-image: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { display: none; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .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); }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { border-width: 0; border-radius: 0; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l49vZkeETrKec2TokyIUrZmftfWfm2it > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-form-header {  }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:28.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.9375rem;box-sizing:border-box;height:1.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:.5; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:.5; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.9375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-input-button { border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:28.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM [class*="-text"]:-moz-placeholder { color:#001623;font-family:"open sans";font-size:0.75rem; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM [class*="-text"]::-moz-placeholder { color:#001623;font-family:"open sans";font-size:0.75rem; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM [class*="-text"]:-ms-input-placeholder { color:#001623;font-family:"open sans";font-size:0.75rem; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM [class*="-text"]::-webkit-input-placeholder { color:#001623;font-family:"open sans";font-size:0.75rem; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.1;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:27.5rem;overflow:hidden;font-style:normal; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-container:first-of-type{padding-top:0;}#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-container:last-of-type{padding-bottom:0;}#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.3625011444092rem;top:6.125rem;z-index:15008;position:absolute; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.9375rem;display:block;vertical-align:top; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM {display:block;}#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:1.3625011444092rem;top:6.125rem;z-index:15008;position:absolute; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #zthnGvDMk8WIU1kGiEam1Kgs2w4fyhTO { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #O1d3Ce2S8rmZuvzUVbGg9qS0V1GTrbyy { position:relative;display:block; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #zXWi6JzsWTSa12xl3lv7swxtUdPHmo8K { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #EIcbSffZQ0zZgCkfCRJru02bf1MKmAXd { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #EWPdCiCdTMEXTfSZvEITfSuqonDsCIa6 { position:relative;display:block; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #LmU2d8cATvRZkg489ezBFhOm5xnXWI4c { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #HWGFAT50QkP6C9qLP53VarEfHJtTLR3i { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #iypacfZxuUar0W6L8OVAJbMHGTiVy07h { position:relative;display:block; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #W9E3KSZKCxkWTaEEeBzUpkdDLBlyPMc8 { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #GGRzp29sX0TPlILwC2LWCKoEzkGrXql5 { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #q7TZPbZmQ7pIr1poqbDTcTyTS5lhFzv9 { position:relative;display:block; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #oAhx7cFhTep2btX5nPVsruNJyaWBB8ew { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #ST1A8gIMSOuW2P3VIuqsAvOKxlZsiZU4 { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #J6411N9NfCBioylFEL7uiH2rmB8tdO3s { position:relative;display:block; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #LTSgTnQQtXkcT3tFe7TySOxcyXd6cA6t { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #dUTKIMeSFGEiJV9t4Cy5NvRhDQqMhqMs { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #adrD48ymtp8vUNKLTUooL6Aq61l6DETI { position:relative;display:block; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #HZQHyDHL2WPJL94B39GR2CwDGqTZfN9Z { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #oDaQz1MslRqeRrwWQlTCRSxsUPTTwXUZ { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #EM2FZqCMBiWhI5wZHMW7rTAzV9yZ8TdW { position:relative;z-index:2; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #fNxSoZtTFVKPTiWRD7XETKaU1UlQ70Dc { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #xKiBJ0BbSJCuuZTc91uT43IUiTmBAgWq { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #r2d23qrozlKl3w4V7FLHqvv5w2idgPNJ { position:relative;z-index:2; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #MJe9Iep9GPnVKx6BzPWhwsa5zD1MScL1 { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #GdfltJJMI20KXJ6ZcQkSC5Bz0pWpHBCs { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #Cu5r6ulQM7thlmaS3vBvSmtrluU9ZAfG { position:relative;z-index:2; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #bVbKZTP2tmvRK2aW1SnbMCGfBZqZ5v3K { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #Zcq9R6kS0Qn20FrMpQZKtvvHVv9RSaZA { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #ZaVJaDZnwlEZpm8O64CcttwmsU0l9P18 { position:relative;z-index:2; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #PipPhDORlqo86F4Mq0ZCQVZCvtc8oKsg { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #ge89M1O8pxKK1SGLdNRsw0nFvSW6P0C9 { position:relative;z-index:15000; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #cdGh4ixKOSdhWX5cxFbkPXTWOT6nb3pl { position:relative;z-index:15000; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #ezTP8UAMXzZe75JQeb1PUmpePuulOxvT { position:relative; }
#KpVJW55hk6GImIXyvPWVBiF7zZyrHPtM #hwvTyeKa7FqXTgxXmtg6iD3DO0pL0Vrv { position:relative; }
#U369Z4BF9nbNxznhwk75BUVHSJ9PFXh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:1.375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pz9QOtOn1H45K9TKAsEJvXu36u72cNm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.649218559265rem;left:34.843751907349rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J742DGuv8LNk6VBCF1cV5lGQwZyGeXtu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:18rem;left:33.375rem;height:3.91875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cH9TzDWT9I5tLXT3yhdPlOEXBaenoTZo { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:27.0625rem;left:20.5625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FdSg0pMcFk6CVAvGQlP1Icvm8mxWxq7w { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:24.75rem;left:44.625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uI6Zt2zWHrKwcmwlSD6S3eTby7RQ2Bw3 { position:absolute;display:block;z-index:15018;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:3rem;width:3rem;top:25.25rem;left:40.5rem;overflow:hidden;display:block; }
#M9bP2nO8izMKoHzooB4kJqT16TIyMvFo { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:14.75rem;left:32.875rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5993ee45-386e-4783-bc2a-03db5809f212/ChatGPTImage27maj202613_02_15.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.68); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),0.68); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#Uxc3TwhGfLie1Ae9uvlTQnzTrZNrbBXb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.75rem;left:39.875001907349rem;height:8.2875rem;text-align:center;text-align-last:center;display:block; }
#U4CSzBmnTMa6EbtivNoQuhmATMJySNBT { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:39rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#RQCJk61ODxVSV3pIch80AcdPwbL0pXXR { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.7500001788139rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#SO06OE73XshSOGXr8PfoqDikSnX1xyMA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:19.218751907349rem;height:8.2875rem;text-align:center;text-align-last:center;display:block; }
#ubp17wr6BuNKhckCoizD9QbTpsIMc7TE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.1875rem;left:19.25rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#Eq82x625dWAawZAKPwqUPSP8LXmTfzCM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .row .container { background-color: transparent; background-image: none; }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .row .container > .video-iframe-container { display: none; }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .row > .video-iframe-container { display: none; }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .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); }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .row .container { border-width: 0; border-radius: 0; }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFQ0t7s6PMZQBGNdLQ9hnTOacObcVP3P > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#D6cuqc1ugC0P6KuK0wwAshTPcll453f6 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.25rem;left:21.3125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#NuKrPt0yA640HuW1dLJZiMUIilGkGu4d { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17rem;left:24.875rem;height:1.3rem;display:block; }
#b9xtm9p2ZEtnLJukrOJaVwnTrhTSMx24 { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:18.8125rem;left:24.625rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1Nc4ThrvrAw4ppJwdmM9oNfnBq8uHmW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:15.3125rem;top:2.375rem;left:22.375rem;overflow:hidden;display:block; }
#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .row .container { background-color: transparent; background-image: none; }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .row .container > .video-iframe-container { display: none; }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .row > .video-iframe-container { display: none; }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .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); }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .row .container { border-width: 0; border-radius: 0; }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sr6RpAe77MakrbvrP6EXsRo8ymzWiaDJ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#huOE0ZneZm1UrEPRODq7rznDXibggbtH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:1.875rem;left:26.625rem; }
#huOE0ZneZm1UrEPRODq7rznDXibggbtH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#vGPHlnLXHLsbzQri2woO4HSTo0oBDwSf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.875rem;left:30.9375rem; }
#vGPHlnLXHLsbzQri2woO4HSTo0oBDwSf > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }