.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:253,237,224;--color-primary-1:247,195,152;--color-primary-2:239,135,49;--color-primary-3:120,68,25;--color-primary-4:36,20,7;--color-secondary-0:229,231,228;--color-secondary-1:169,174,164;--color-secondary-2:82,93,73;--color-secondary-3:41,47,37;--color-secondary-4:12,14,11;--color-tertiary-0:255,255,255;--color-tertiary-1:212,211,211;--color-tertiary-2:111,108,108;--color-tertiary-3:56,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3f2461c-f6cb-4b54-9e43-2b54a8b77824/ChatGPTImageFeb20202610_31_46AM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row .container { background-color: transparent; background-image: none; }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row .container > .video-iframe-container { display: none; }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row > .video-iframe-container { display: none; }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .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); }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row .container { border-width: 0; border-radius: 0; }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#ibpOB14TtO0fWGZBaQPev97ooBZeaR4O { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.875rem;left:58.4375rem;display:block; }
#EwPZoOBWOsEgFgbooRN8Ldm3RokO22yR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcsCF1sNeOd1eIDT8ffqB5TJ6VV9Tiv2 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.0625rem;top:0.25rem;left:1.6875rem;overflow:hidden;display:block; }
#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b3f2461c-f6cb-4b54-9e43-2b54a8b77824/ChatGPTImageFeb20202610_31_46AM.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { border-width: 0; border-radius: 0; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:6.974609375rem;left:1.375rem;height:8.69925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:17.525390625rem;left:1.375rem;height:4.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { 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-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.23828125rem;left:1.375rem;display:block; }
#tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXtwrQIWKwp6ndyp5Cgb2r3FqzRZTNxm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:33.92578125rem;left:1.375rem;height:1.57470625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:11.6875rem;top:34.6875rem;left:62.5625rem;overflow:hidden;display:block; }
#ATsNKBQ7xyFHvxAlDvXiaiVONvSrkkCC { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:2.087890625rem;left:41.5rem;height:4.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#q1LGDffQkfkH7roOIXeVKmlfG6lSGWAE { color:rgba(var(--color-primary-2),1);display:block;width:43.4375rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:23.30078125rem;left:1.375rem;height:4.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { background-color: transparent; background-image: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container > .video-iframe-container { display: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container { display: none; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .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); }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { border-width: 0; border-radius: 0; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.96875rem;left:11.375rem;display:block; }
#OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:12.54296875rem;left:6.3125rem;height:1.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:14.6435546875rem;left:6.3125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { color:rgba(var(--color-primary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:11.84375rem;left:28.84375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.96875rem;left:36.34375rem;display:block; }
#UrsRak3EQVCcATDBklCxNytEXWzfNTHg { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:14.9873046875rem;left:29.25rem;height:4.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { color:rgba(var(--color-primary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:12.54345703125rem;left:56.25rem;height:1.3999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.96875rem;left:61.78125rem;display:block; }
#kHFSMFWL0aruqDWietd1FP6x0MAcQaAQ { color:rgba(var(--color-tertiary-1),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14.9873046875rem;left:54rem;height:4.19970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(193,163,151,0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.90625rem;left:18.75rem;display:block; }
#UpihtS8x1gbOhQERU2BgUe4t34hGNPKe { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:4.71875rem;left:11.375rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DNcDk6ViNE7uhzNm3DLnnSKcg0aI8uRr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.28125rem;left:36.65625rem; }
#iG5EozvgsgrL24EmdDEQrS8ZkDZD6pWp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.3125rem;left:62.125rem; }
#WgOdi64UlBI02KW0wKKb5iyUCLbfoLkN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.375rem;left:11.78125rem; }
#yhNdiwSFNqFWRRsbo3Euayq8vp90Ti8U { color:rgba(var(--color-primary-2),1);display:block;width:42.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.04345703125rem;left:17.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd2e40f8-9f21-452a-9d11-bd0cbfdb2caf/ChatGPTImageFeb20202611_30_31AM.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; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .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); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { border-width: 0; border-radius: 0; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::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; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#S7L8aDzDKLXaMvb8pAEMsmTmfFmxk9O4 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:26.8125rem;width:17.8125rem;top:8.84375rem;left:0rem;overflow:hidden;display:block; }
#MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:37.25rem;width:24.4375rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#iSoe1dt00oMX00gkJ5CTkRgSD4nkhkyy { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-2),0.5);top:16.32470703125rem;left:17.125rem;height:9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qSTFIdgaf6QR84WX90gyWemsl0J6zfWr { color:rgba(var(--color-primary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:25.88720703125rem;left:26.65625rem;height:1.2246125rem;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; }
#fJWQ0ybId56Tmq8BZOf6tBAEcF4O8VTO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.8125rem;width:14.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.8125rem;left:24.65625rem; }
#qrCHBcs16KwxGI8RiuFoeTChMh536HMD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row .container { background-color: transparent; background-image: none; }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row .container > .video-iframe-container { display: none; }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row > .video-iframe-container { display: none; }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .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); }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row .container { border-width: 0; border-radius: 0; }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#q99aa6b45eb57021b2a558cdca521460 { color:rgba(var(--color-primary-2),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.71875rem;left:18.53125rem;height:2.92480625rem;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; }
#o939c9106b0459752fe1340a88773427 { color:rgba(var(--color-primary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:5.2060546875rem;left:17.09375rem;height:3.19921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d83514610690ac964d90c8fbce60dfdf { box-sizing:content-box;height:19.3125rem;width:39.4375rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.923828125rem;left:5.3125rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#Kb684517cf60be2ab01ca973d9875df4 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.830078125rem;left:8.6875rem;display:block; }
#m8852ab8e6de1f79baba4164f5bad4ac { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.40625rem;left:8.6875rem;display:block; }
#fc8c71fa0664fa28484dfbf55ff42e01 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:14.79345703125rem;left:12.3125rem;height:1.5996125rem;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; }
#d9aeffcf2588947ff08b0563b095f6d6 { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.392578125rem;left:8.6875rem;display:block; }
#ca9041f0d94237280835f486b7e4bf2c { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:20.77978515625rem;left:12.3125rem;height:1.5996125rem;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; }
#a0c9422c38287e6e4239930400a49a44 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:26.21728515625rem;left:12.3125rem;height:1.5996125rem;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; }
#M985464a819e1c3c58a9e0b925c1e9fd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.8125rem;left:9.09375rem; }
#T2d8c0057f6702c809f11717a477a142 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.892578125rem;left:9.1875rem; }
#d296ce78bd36bee2fa142b9333d3415c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.236328125rem;left:9.09375rem; }
#l1ecede39163167485e780187bbc742e .widget-form-header {  }
#l1ecede39163167485e780187bbc742e .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#l1ecede39163167485e780187bbc742e .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#l1ecede39163167485e780187bbc742e .widget-input-text {padding-top: 0; padding-bottom: 0;}#l1ecede39163167485e780187bbc742e .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#l1ecede39163167485e780187bbc742e .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#l1ecede39163167485e780187bbc742e .widget-input-select {padding-top: 0; padding-bottom: 0;}#l1ecede39163167485e780187bbc742e .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; }
#l1ecede39163167485e780187bbc742e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#l1ecede39163167485e780187bbc742e .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#l1ecede39163167485e780187bbc742e [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#l1ecede39163167485e780187bbc742e [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#l1ecede39163167485e780187bbc742e [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#l1ecede39163167485e780187bbc742e [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#l1ecede39163167485e780187bbc742e .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#l1ecede39163167485e780187bbc742e .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; }
#l1ecede39163167485e780187bbc742e .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#l1ecede39163167485e780187bbc742e .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#l1ecede39163167485e780187bbc742e .widget-container:first-of-type{padding-top:0;}#l1ecede39163167485e780187bbc742e .widget-container:last-of-type{padding-bottom:0;}#l1ecede39163167485e780187bbc742e  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.4560546875rem;left:51.375rem; }
#l1ecede39163167485e780187bbc742e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#l1ecede39163167485e780187bbc742e .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1ecede39163167485e780187bbc742e {display:block;}#l1ecede39163167485e780187bbc742e { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.4560546875rem;left:51.375rem; }
#l1ecede39163167485e780187bbc742e #fae21b31ef33b5d82496b36ccf9367f8 { position:relative; }
#l1ecede39163167485e780187bbc742e #af95065bcafe709457736fd87bfd92c1 { position:relative;display:block; }
#l1ecede39163167485e780187bbc742e #ff14b3633cb274e68f88799a9c03b5f1 { position:relative; }
#l1ecede39163167485e780187bbc742e #cefc735948314e8b2a303d4dd9dce99f { position:relative; }
#l1ecede39163167485e780187bbc742e #e8d6937e86f0f37a2e9b6f7246844cf4 { position:relative;display:block; }
#l1ecede39163167485e780187bbc742e #r6c4dfd628e0621fa92ca8136597dd16 { position:relative; }
#l1ecede39163167485e780187bbc742e #C4dba5e85a992989ed0885113798fb76 { position:relative; }
#l1ecede39163167485e780187bbc742e #x0665484555de3019c6e8bc5f1b45328 { position:relative;display:block; }
#l1ecede39163167485e780187bbc742e #b2f5306e9a94cbfb65eda66a8042b885 { position:relative; }
#l1ecede39163167485e780187bbc742e #Oc9eb9b026ea305a4efeac0d6406464c { position:relative; }
#l1ecede39163167485e780187bbc742e #v5b4e30468707aa64fabfabc6133a0e2 { position:relative;display:block; }
#l1ecede39163167485e780187bbc742e #Tc07f2c2775431015524c271d7d6ffd9 { position:relative; }
#l1ecede39163167485e780187bbc742e #L293a2a992f24d6bf9e42c68a7ba03da { position:relative; }
#l1ecede39163167485e780187bbc742e #O038a94bff7df6eef79f980624f5bd82 { position:relative;display:block; }
#l1ecede39163167485e780187bbc742e #r8ea0dac15a1ccacbb5b0414e5d73192 { position:relative; }
#l1ecede39163167485e780187bbc742e #i27a296c7455b614e1265aa434ae60c7 { position:relative; }
#l1ecede39163167485e780187bbc742e #Kee5cd655e68b10c44ebdea447462674 { position:relative; }
#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { background-color: transparent; background-image: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { display: none; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .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); }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { border-width: 0; border-radius: 0; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#PE4ag1Obgy3g6BV7XeMJZc2Qkl7H2vEK { color:rgba(var(--color-primary-3),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:0.95624923706056rem;left:52.375rem;height:1.3999rem;text-align:right;text-align-last:right;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; }
#V0tTrOs39pphRENAUv4Pp5hfW6VacMdH { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:0.95624923706056rem;left:0rem;height:;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd { display:block; }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibpOB14TtO0fWGZBaQPev97ooBZeaR4O { width:11.4375rem;height:2.875rem;top:0.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwPZoOBWOsEgFgbooRN8Ldm3RokO22yR { display:block; }
 }@media only screen and (max-width: 763px) { #TcsCF1sNeOd1eIDT8ffqB5TJ6VV9Tiv2 { width:11.0625rem;height:3.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:45.625rem;height:8.6875rem;top:6.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:32.8125rem;height:;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:18.5625rem;height:4rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #iXtwrQIWKwp6ndyp5Cgb2r3FqzRZTNxm { width:17.5625rem;height:1.5625rem;top:33.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { width:11.6875rem;height:4.1875rem;top:34.6875rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATsNKBQ7xyFHvxAlDvXiaiVONvSrkkCC { width:32.8125rem;height:;top:2.0625rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1LGDffQkfkH7roOIXeVKmlfG6lSGWAE { width:43.4375rem;height:4.9375rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { display:block; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { width:2.375rem;height:2.375rem;top:8.9375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { width:12.5rem;height:1.375rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { width:12.5rem;height:;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { width:17.375rem;height:;top:11.8125rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { width:2.375rem;height:2.375rem;top:8.9375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrsRak3EQVCcATDBklCxNytEXWzfNTHg { width:16.5625rem;height:4.1875rem;top:14.9375rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { width:13.4375rem;height:1.375rem;top:12.5rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { width:2.375rem;height:2.375rem;top:8.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHFSMFWL0aruqDWietd1FP6x0MAcQaAQ { width:17.9375rem;height:4.1875rem;top:14.9375rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { width:0.0625rem;height:12.5rem;top:3.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpihtS8x1gbOhQERU2BgUe4t34hGNPKe { width:47.75rem;height:2.25rem;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNcDk6ViNE7uhzNm3DLnnSKcg0aI8uRr { top:9.25rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5EozvgsgrL24EmdDEQrS8ZkDZD6pWp { top:9.3125rem;left:38.28125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgOdi64UlBI02KW0wKKb5iyUCLbfoLkN { top:9.375rem;left:8.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhNdiwSFNqFWRRsbo3Euayq8vp90Ti8U { width:42.625rem;height:;top:1rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7L8aDzDKLXaMvb8pAEMsmTmfFmxk9O4 { width:17.8125rem;height:26.8125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:24.4375rem;height:37.25rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSoe1dt00oMX00gkJ5CTkRgSD4nkhkyy { width:29.875rem;height:9rem;top:16.3125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTFIdgaf6QR84WX90gyWemsl0J6zfWr { width:27.1875rem;height:1.1875rem;top:25.875rem;left:13.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJWQ0ybId56Tmq8BZOf6tBAEcF4O8VTO { top:5.8125rem;left:11.03125rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrCHBcs16KwxGI8RiuFoeTChMh536HMD { display:block; }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q99aa6b45eb57021b2a558cdca521460 { width:37.9375rem;height:2.875rem;top:1.6875rem;left:4.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o939c9106b0459752fe1340a88773427 { width:40.8125rem;height:3.1875rem;top:5.1875rem;left:3.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d83514610690ac964d90c8fbce60dfdf { width:39.4375rem;height:19.3125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb684517cf60be2ab01ca973d9875df4 { width:2.375rem;height:2.375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8852ab8e6de1f79baba4164f5bad4ac { width:2.375rem;height:2.375rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc8c71fa0664fa28484dfbf55ff42e01 { width:42.625rem;height:1.5625rem;top:14.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9aeffcf2588947ff08b0563b095f6d6 { width:2.375rem;height:2.375rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca9041f0d94237280835f486b7e4bf2c { width:29.75rem;height:1.5625rem;top:20.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0c9422c38287e6e4239930400a49a44 { width:29.5625rem;height:1.5625rem;top:26.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M985464a819e1c3c58a9e0b925c1e9fd { top:14.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2d8c0057f6702c809f11717a477a142 { top:20.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d296ce78bd36bee2fa142b9333d3415c { top:26.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-input-text {padding-top: 0; padding-bottom: 0;}#l1ecede39163167485e780187bbc742e .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-input-select {padding-top: 0; padding-bottom: 0;}#l1ecede39163167485e780187bbc742e .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1ecede39163167485e780187bbc742e  { width:17.5rem;height:auto;top:8.4375rem;left:27.75rem; }
#l1ecede39163167485e780187bbc742e .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e {display:block;}#l1ecede39163167485e780187bbc742e { width:17.5rem;height:auto;top:8.4375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #fae21b31ef33b5d82496b36ccf9367f8 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #af95065bcafe709457736fd87bfd92c1 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #ff14b3633cb274e68f88799a9c03b5f1 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #cefc735948314e8b2a303d4dd9dce99f {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #e8d6937e86f0f37a2e9b6f7246844cf4 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #r6c4dfd628e0621fa92ca8136597dd16 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #C4dba5e85a992989ed0885113798fb76 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #x0665484555de3019c6e8bc5f1b45328 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #b2f5306e9a94cbfb65eda66a8042b885 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #Oc9eb9b026ea305a4efeac0d6406464c {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #v5b4e30468707aa64fabfabc6133a0e2 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #Tc07f2c2775431015524c271d7d6ffd9 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #L293a2a992f24d6bf9e42c68a7ba03da {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #O038a94bff7df6eef79f980624f5bd82 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #r8ea0dac15a1ccacbb5b0414e5d73192 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #i27a296c7455b614e1265aa434ae60c7 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #Kee5cd655e68b10c44ebdea447462674 {  }
 }@media only screen and (max-width: 763px) { #bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE4ag1Obgy3g6BV7XeMJZc2Qkl7H2vEK { width:22.625rem;height:;top:0.9375rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0tTrOs39pphRENAUv4Pp5hfW6VacMdH { width:16.875rem;height:;top:0.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd { position:relative;z-index:auto;display:block; }#nk9yGsmRbrpZcMeCMPp6V2cO0SACldyd > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibpOB14TtO0fWGZBaQPev97ooBZeaR4O { width:10.625rem;height:2.875rem;top:6.4375rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwPZoOBWOsEgFgbooRN8Ldm3RokO22yR { display:block; }
 }@media only screen and (max-width: 763px) { #TcsCF1sNeOd1eIDT8ffqB5TJ6VV9Tiv2 { width:11.0625rem;height:3.9375rem;top:1.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b3f2461c-f6cb-4b54-9e43-2b54a8b77824/ChatGPTImageFeb20202610_31_46AM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.adaptive-delivery-prevent-bg, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyload, #TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC.lazyloading { background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { background-color: transparent; background-image: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row > .video-iframe-container { display: none; }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .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); }#TnwL6J2u61ckZJTuVu0uo50Cz5FLQEuC > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZIBmbImoxBTwnc9npETNqAqvdMwAc6e { width:12.0625rem;height:6.2988125rem;top:1.25rem;left:3.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVzAWAIRXJW5SoC1hGRhaimFB2wC8NAC { width:18.5rem;height:4.5rem;top:13.0483125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Uv8O0QGLNGyMxKWsAgsDUnN6QEoIdv03 { width:19.0625rem;height:2.9375rem;top:24.5483125rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKySSIISh0UF3GUGg2iXq2wIWHJSxhH0 { display:block; }
 }@media only screen and (max-width: 763px) { #iXtwrQIWKwp6ndyp5Cgb2r3FqzRZTNxm { width:17.5625rem;height:1.3125rem;top:28.7358125rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Js309Av2QEOIuH1u2PBqB7GpfX0CoZPu { width:4.125rem;height:1.5rem;top:31.2983125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATsNKBQ7xyFHvxAlDvXiaiVONvSrkkCC { width:20rem;height:3rem;top:8.7983125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q1LGDffQkfkH7roOIXeVKmlfG6lSGWAE { width:20rem;height:4.5rem;top:18.7983125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh { display:block; }#vBx6Zvsrut9PhSnpqxh0vsNVZSrTbhHh > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEfRWOvugdCCLvlZQ11X1kMJo1VzMnv0 { width:2.375rem;height:2.375rem;top:15.3310546875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrFrToGEJRq8lDCDImGOEokvnpkaBqoo { width:20rem;height:1.3999rem;top:19.4248046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZGAmeMOIMXBG35mgqh3TfpSZgVxQLhZ { width:17.0625rem;height:2.79980625rem;top:21.51171875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlz5RBG5TZADTIGx3EuJFCXMQetlO6pU { width:17rem;height:2.79980625rem;top:29.936525rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qsx39RcqvL6GHlGxmhp6ULTipqCVvzbv { width:2.375rem;height:2.375rem;top:26.311525rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrsRak3EQVCcATDBklCxNytEXWzfNTHg { width:19.25rem;height:4.19970625rem;top:33.98633125rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wdw9PIuvTNzOheBCqmruGiybC4qbCPPP { width:20rem;height:1.3999rem;top:44.197265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMSIOxvWpTlJRzvm1zgH35Tb9A8DxZTr { width:2.375rem;height:2.375rem;top:40.884765625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHFSMFWL0aruqDWietd1FP6x0MAcQaAQ { width:19.3125rem;height:4.19970625rem;top:46.6591796875rem;left:0.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCGP3kceLKzqdsw00ptKThXrLhJAagK8 { width:12.5rem;height:0.0625rem;top:13.9560546875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpihtS8x1gbOhQERU2BgUe4t34hGNPKe { width:20rem;height:5.0625rem;top:7.04980625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DNcDk6ViNE7uhzNm3DLnnSKcg0aI8uRr { display:flex;width:1.75rem;height:1.75rem;top:26.624025rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #iG5EozvgsgrL24EmdDEQrS8ZkDZD6pWp { display:flex;width:1.6875rem;height:1.6875rem;top:41.228515625rem;left:9.15625rem; }
 }@media only screen and (max-width: 763px) { #WgOdi64UlBI02KW0wKKb5iyUCLbfoLkN { display:flex;width:1.5625rem;height:1.5625rem;top:15.7373046875rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #yhNdiwSFNqFWRRsbo3Euayq8vp90Ti8U { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd2e40f8-9f21-452a-9d11-bd0cbfdb2caf/ChatGPTImageFeb20202611_30_31AM.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.adaptive-delivery-prevent-bg, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyload, #XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT.lazyloading { background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { background-color: transparent; background-image: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row > .video-iframe-container { display: none; }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .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); }#XVI5OXJTPNTS20UnZ5aNpsz5tQHFK3MT > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7L8aDzDKLXaMvb8pAEMsmTmfFmxk9O4 { width:6.5rem;height:9.8125rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBzW0lASMUwGnM5v2LDMRZqEwzM1SykN { width:20rem;height:30.3125rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSoe1dt00oMX00gkJ5CTkRgSD4nkhkyy { width:20rem;height:8.4375rem;top:13.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qSTFIdgaf6QR84WX90gyWemsl0J6zfWr { width:20rem;height:2.44921875rem;top:23.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJWQ0ybId56Tmq8BZOf6tBAEcF4O8VTO { display:flex;width:12.5625rem;height:12.5625rem;top:4.625rem;left:3.71875rem; }
 }@media only screen and (max-width: 763px) { #qrCHBcs16KwxGI8RiuFoeTChMh536HMD { display:block; }#qrCHBcs16KwxGI8RiuFoeTChMh536HMD > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q99aa6b45eb57021b2a558cdca521460 { width:20rem;height:4.54980625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o939c9106b0459752fe1340a88773427 { width:13.75rem;height:7.5rem;top:7.04980625rem;left:3.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d83514610690ac964d90c8fbce60dfdf { width:19.4375rem;height:11.75rem;top:16.8232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb684517cf60be2ab01ca973d9875df4 { width:2.375rem;height:2.375rem;top:25.5107421875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8852ab8e6de1f79baba4164f5bad4ac { width:2.375rem;height:2.375rem;top:18.62841796875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc8c71fa0664fa28484dfbf55ff42e01 { width:14.25rem;height:2.3994125rem;top:18.5419921875rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9aeffcf2588947ff08b0563b095f6d6 { width:2.375rem;height:2.375rem;top:22.4169921875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca9041f0d94237280835f486b7e4bf2c { width:14.75rem;height:2.3994125rem;top:22.404296875rem;left:3.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a0c9422c38287e6e4239930400a49a44 { width:14.8125rem;height:2.3994125rem;top:25.498046875rem;left:3.59375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M985464a819e1c3c58a9e0b925c1e9fd { display:flex;width:1.5625rem;height:1.5625rem;top:18.97216796875rem;left:1.21875rem; }
 }@media only screen and (max-width: 763px) { #T2d8c0057f6702c809f11717a477a142 { display:flex;width:1.375rem;height:1.375rem;top:22.9169921875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #d296ce78bd36bee2fa142b9333d3415c { display:flex;width:1.5625rem;height:1.5625rem;top:25.9169921875rem;left:1.21875rem; }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-input-text {padding-top: 0; padding-bottom: 0;}#l1ecede39163167485e780187bbc742e .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-input-select {padding-top: 0; padding-bottom: 0;}#l1ecede39163167485e780187bbc742e .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l1ecede39163167485e780187bbc742e  { width:17.5rem;height:auto;top:30.5732421875rem;left:0rem; }
#l1ecede39163167485e780187bbc742e .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l1ecede39163167485e780187bbc742e {display:block;}#l1ecede39163167485e780187bbc742e { width:17.5rem;height:auto;top:30.5732421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #fae21b31ef33b5d82496b36ccf9367f8 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #af95065bcafe709457736fd87bfd92c1 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #ff14b3633cb274e68f88799a9c03b5f1 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #cefc735948314e8b2a303d4dd9dce99f {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #e8d6937e86f0f37a2e9b6f7246844cf4 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #r6c4dfd628e0621fa92ca8136597dd16 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #C4dba5e85a992989ed0885113798fb76 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #x0665484555de3019c6e8bc5f1b45328 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #b2f5306e9a94cbfb65eda66a8042b885 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #Oc9eb9b026ea305a4efeac0d6406464c {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #v5b4e30468707aa64fabfabc6133a0e2 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #Tc07f2c2775431015524c271d7d6ffd9 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #L293a2a992f24d6bf9e42c68a7ba03da {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #O038a94bff7df6eef79f980624f5bd82 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #r8ea0dac15a1ccacbb5b0414e5d73192 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #i27a296c7455b614e1265aa434ae60c7 {  }
 }@media only screen and (max-width: 763px) { #l1ecede39163167485e780187bbc742e #Kee5cd655e68b10c44ebdea447462674 {  }
 }@media only screen and (max-width: 763px) { #bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL { display:block; }#bSTbwm16TFHnEgoETeC4w6gVOJ3NnolL > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE4ag1Obgy3g6BV7XeMJZc2Qkl7H2vEK { width:6.3125rem;height:1.3999rem;top:3.8994125rem;left:6.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0tTrOs39pphRENAUv4Pp5hfW6VacMdH { width:7.6875rem;height:1.3999rem;top:1.25rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }