.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { background-color:#121010;background-image:url("https://images.assets-landingi.com/uc/358f8821-1d70-42cd-9de5-c93032256f54/ChatGPTImageJul11202501_21_06PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.adaptive-delivery-prevent-bg, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyload, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyloading { background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { border-width: 0; border-radius: 0; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { font-size:14px;font-family:fraunces;height:768px;width:1200px;overflow:visible;position:relative;display:block; }#levItDqSkAHQP5H6LEhTIPbEfd9kwrwp { 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:127.969px;width:773.976px;top:57px;left:212.984375px;overflow:hidden;display:block; }
#OwD7oCOONoRL283sQMWR6ZJVTmF6lRoe { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:505.99px;width:912.986px;top:261px;left:143px;display:block; }
#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { background-color: transparent; background-image: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container > .video-iframe-container { display: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container { display: none; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .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); }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { border-width: 0; border-radius: 0; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { font-size:14px;font-family:fraunces;height:358px;width:1200px;position:relative;display:block; }#rtkaBePLVKPA8rmwX6aRRtcFnuQVX1AV { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:239px;width:156px;top:74px;left:15px;overflow:hidden;display:block; }
#hmkuiKqq5qTbiy2EEs8RaMaxU3ztSrL4 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:244px;width:171px;top:74px;left:349px;overflow:hidden;display:block; }
#r8GTcHDWJRTmeJo4P0qTXeAGKmQITFdz { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:239px;width:159px;top:74px;left:861px;overflow:hidden;display:block; }
#f6VaGCE2eSxBbZQLtPPdLFKMWOmh9meN { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:237px;width:158px;top:74px;left:182px;overflow:hidden;display:block; }
#HM7HKkBPk5PhlqEIbZ2R1Azi6PSXhcmZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:241px;width:157px;top:74px;left:694px;overflow:hidden;display:block; }
#dadT1NKcCLyiLNf8b3SwmsmbeUvtasHR { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:240px;width:158px;top:74px;left:1028px;overflow:hidden;display:block; }
#Z0Di1KZ0LQu6dnlGdiBdVzXK7Ga87BE0 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:020px;border-top-right-radius:020px;border-bottom-left-radius:020px;border-bottom-right-radius:020px;box-shadow: none;height:242px;width:158px;top:74px;left:528px;overflow:hidden;display:block; }
#yShFnTRK9HIn5NtQ0Tt38qZAazDEpdno { color:#ffffff;display:block;width:446px;position:absolute;font-family:anybody;font-size:31px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:21.328125px;left:15px;height:40.2969px;text-align:left;text-align-last:left;display:block; }
#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row .container { background-color: transparent; background-image: none; }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row .container > .video-iframe-container { display: none; }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row > .video-iframe-container { display: none; }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .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); }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row .container { border-width: 0; border-radius: 0; }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row .container { font-size:14px;font-family:fraunces;height:523px;width:1200px;position:relative;display:block; }#uVE41qP8LysHZ46ZRiGKIbE25333Se0h { color:#ffffff;display:block;width:200px;position:absolute;font-family:anybody;font-size:18px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:229px;left:195px;height:93.5625px;text-align:center;text-align-last:center;display:block; }
#R8KbVG3AAeoebViu3mXPQMAyBVEtntMF { color:#ffffff;display:block;width:355px;position:absolute;font-family:anybody;font-size:31px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:125px;left:117px;height:80.5938px;text-align:center;text-align-last:center;display:block; }
#c51Q3eXZNfZL6IZ5A06tJO8AtzI15FdJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:49px;left:270px; }
#DcMHLgbdLpMm7NUvTw7Xqefb1toNI4GP { color:#ffffff;display:block;width:200px;position:absolute;font-family:anybody;font-size:18px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:229px;left:530px;height:140.344px;text-align:center;text-align-last:center;display:block; }
#vkrJFHoAuSuP0f3cKniaMil4ao8GlWfH { color:#ffffff;display:block;width:237px;position:absolute;font-family:anybody;font-size:31px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:125px;left:511.5px;height:80.5938px;text-align:center;text-align-last:center;display:block; }
#wsPNdelHUITXQSlGXEGfxmUntTJSvqgq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:49px;left:605px; }
#XyhzFUT7l6gShAJmSd7w5RUIh5OiF4Tc { color:#ffffff;display:block;width:237px;position:absolute;font-family:anybody;font-size:31px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:125px;left:846px;height:80.5938px;text-align:center;text-align-last:center;display:block; }
#Ze38GvnLg47Z5tlJ7qOybCTCoxVF4mvK { color:#ffffff;display:block;width:200px;position:absolute;font-family:anybody;font-size:18px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:229px;left:864.5px;height:163.734px;text-align:center;text-align-last:center;display:block; }
#RmtoPLbo0ASHt79kR0IHh7pyEk9NiMSN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:50px;left:940px; }
#gPsoutVduO8Ze35ezIp4qMBTRUZwqkF0 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cff0010', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cff0010', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));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:440px;width:7.98828px;top:0px;left:452px;display:block; }
#D4unq8WI3KQLhbax6qqJNEAJpM4QahWR { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cff000f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cff000f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));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:440px;width:7.98828px;top:0px;left:528px;display:block; }
#FTx3BTXJxFclTHV4VO40QwGt7XB0VZmZ { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cff0010' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cff0010' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));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:440px;width:7.98438px;top:0px;left:824px;display:block; }
#cpH44TNdOcQU0hEb6Z2lbTS1Eam3KT8I { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cff0010', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cff0010', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,0,16,0.3), rgba(0,0,0,0));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:440px;width:7.98828px;top:0px;left:703px;display:block; }
#RtKg3asKxewDA2zOqp1LETRpZegN0eRe { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cff0011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cff0011' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));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:440px;width:7.98828px;top:0px;left:741px;display:block; }
#yzMEk8ZqnUzhp1RNiuVpWHHblGzEnsdT { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cff000f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cff000f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,0,15,0.3), rgba(0,0,0,0));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:440px;width:7.98828px;top:0px;left:779px;display:block; }
#v8mJH3DETxIdJqIfLo7mL9haBCcri06w { color:#ffffff;display:block;width:275px;position:absolute;font-family:anybody;font-size:18px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:471px;left:0px;height:23.3906px;text-align:left;text-align-last:left;display:block; }
#KwiEOMATCFV0VAt4IWVLqnS3egvBELZl { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:020px;border-top-right-radius:020px;border-bottom-left-radius:020px;border-bottom-right-radius:020px;box-shadow: none;height:54px;width:54px;top:455px;left:217px;overflow:hidden;display:block; }
#vqQDxFimv1CW8H6p2wxTVo1Hk8bFHokH { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cff0011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cff0011' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,17,0.3));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:440px;width:7.98438px;top:0px;left:492px;display:block; }
#R5iEwDNg8M4scS2orkkaPxtmKSHS483W { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cff0010' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cff0010' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,0,16,0.3));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:440px;width:7.98438px;top:0px;left:415px;display:block; }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:14px;font-family:fraunces;height:153px;width:1200px;position:relative;display:block; }#ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { position:absolute;display:block;z-index:15001;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:29px;width:130px;top:62px;left:135px;overflow:hidden;display:block; }
#aD1PFZSE84v3hXaM86FVXXxcZtS0FOPs { position:absolute;display:block;z-index:15002;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:19px;width:166px;top:68px;left:295px;overflow:hidden;display:block; }
#LMFpzEhpHcuTXoTWV7OIZqU0a7Cl1aoM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58px;width:115px;top:48px;left:497px;overflow:hidden;display:block; }
#HZiNkhQPEqfI51Ds8fesKe3N1AARD2LA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75.9896px;width:47.9861px;top:39px;left:649px;overflow:hidden;display:block; }
#eqm0UON9P7yaFdfT4bkcFRfpo0LcwLrL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51px;width:95px;top:52px;left:734px;overflow:hidden;display:block; }
#BiqKu1beh14zKdH78L4HxrcT40olnwpn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57px;width:257px;top:57px;left:839px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #levItDqSkAHQP5H6LEhTIPbEfd9kwrwp { top:57px;left:0px;width:764px;height:126.31957063268px;display:block; }
 }@media only screen and (max-width: 763px) { #OwD7oCOONoRL283sQMWR6ZJVTmF6lRoe { top:261px;left:0px;width:764px;height:423.42769579252px;display:block; }
 }@media only screen and (max-width: 763px) { #fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtkaBePLVKPA8rmwX6aRRtcFnuQVX1AV { top:74px;left:0px;width:155px;height:237.47621642413px;display:block; }
 }@media only screen and (max-width: 763px) { #hmkuiKqq5qTbiy2EEs8RaMaxU3ztSrL4 { top:74px;left:131px;width:170px;height:242.58032633487px;display:block; }
 }@media only screen and (max-width: 763px) { #r8GTcHDWJRTmeJo4P0qTXeAGKmQITFdz { top:74px;left:605px;width:159px;height:239px;display:block; }
 }@media only screen and (max-width: 763px) { #f6VaGCE2eSxBbZQLtPPdLFKMWOmh9meN { top:74px;left:0px;width:158px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #HM7HKkBPk5PhlqEIbZ2R1Azi6PSXhcmZ { top:74px;left:476px;width:156px;height:239.45960750842px;display:block; }
 }@media only screen and (max-width: 763px) { #dadT1NKcCLyiLNf8b3SwmsmbeUvtasHR { top:74px;left:607px;width:157px;height:238.50214575975px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Di1KZ0LQu6dnlGdiBdVzXK7Ga87BE0 { top:74px;left:310px;width:157px;height:240.48668236426px;display:block; }
 }@media only screen and (max-width: 763px) { #yShFnTRK9HIn5NtQ0Tt38qZAazDEpdno { top:21px;left:0px;width:446px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp { display:block; }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVE41qP8LysHZ46ZRiGKIbE25333Se0h { top:229px;left:0px;width:200px;height:93px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #R8KbVG3AAeoebViu3mXPQMAyBVEtntMF { top:125px;left:0px;width:355px;height:80px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #c51Q3eXZNfZL6IZ5A06tJO8AtzI15FdJ { top:49px;left:52px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #DcMHLgbdLpMm7NUvTw7Xqefb1toNI4GP { top:229px;left:312px;width:200px;height:140px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vkrJFHoAuSuP0f3cKniaMil4ao8GlWfH { top:125px;left:293.5px;width:237px;height:80px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #wsPNdelHUITXQSlGXEGfxmUntTJSvqgq { top:49px;left:387px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #XyhzFUT7l6gShAJmSd7w5RUIh5OiF4Tc { top:125px;left:527px;width:237px;height:80px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Ze38GvnLg47Z5tlJ7qOybCTCoxVF4mvK { top:229px;left:564px;width:200px;height:187px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RmtoPLbo0ASHt79kR0IHh7pyEk9NiMSN { top:50px;left:714px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #gPsoutVduO8Ze35ezIp4qMBTRUZwqkF0 { width:7px;height:440px;top:0px;left:234px;display:block; }
 }@media only screen and (max-width: 763px) { #D4unq8WI3KQLhbax6qqJNEAJpM4QahWR { width:7px;height:440px;top:0px;left:310px;display:block; }
 }@media only screen and (max-width: 763px) { #FTx3BTXJxFclTHV4VO40QwGt7XB0VZmZ { width:7px;height:440px;top:0px;left:606px;display:block; }
 }@media only screen and (max-width: 763px) { #cpH44TNdOcQU0hEb6Z2lbTS1Eam3KT8I { width:7px;height:440px;top:0px;left:485px;display:block; }
 }@media only screen and (max-width: 763px) { #RtKg3asKxewDA2zOqp1LETRpZegN0eRe { width:7px;height:440px;top:0px;left:523px;display:block; }
 }@media only screen and (max-width: 763px) { #yzMEk8ZqnUzhp1RNiuVpWHHblGzEnsdT { width:7px;height:440px;top:0px;left:561px;display:block; }
 }@media only screen and (max-width: 763px) { #v8mJH3DETxIdJqIfLo7mL9haBCcri06w { top:471px;left:0px;width:275px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KwiEOMATCFV0VAt4IWVLqnS3egvBELZl { top:455px;left:0px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #vqQDxFimv1CW8H6p2wxTVo1Hk8bFHokH { width:7px;height:440px;top:0px;left:274px;display:block; }
 }@media only screen and (max-width: 763px) { #R5iEwDNg8M4scS2orkkaPxtmKSHS483W { width:7px;height:440px;top:0px;left:197px;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:130px;height:29px;top:62px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aD1PFZSE84v3hXaM86FVXXxcZtS0FOPs { width:166px;height:19px;top:68px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #LMFpzEhpHcuTXoTWV7OIZqU0a7Cl1aoM { width:115px;height:58px;top:48px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #HZiNkhQPEqfI51Ds8fesKe3N1AARD2LA { width:47px;height:74.42557998016px;top:39px;left:431px;display:block; }
 }@media only screen and (max-width: 763px) { #eqm0UON9P7yaFdfT4bkcFRfpo0LcwLrL { top:52px;left:516px;width:95px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #BiqKu1beh14zKdH78L4HxrcT40olnwpn { top:57px;left:507px;width:257px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn { position:relative;z-index:auto;background-color:#121010;background-image:url("https://images.assets-landingi.com/uc/358f8821-1d70-42cd-9de5-c93032256f54/ChatGPTImageJul11202501_21_06PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.adaptive-delivery-prevent-bg, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyload, #ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn.lazyloading { background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { background-color: transparent; background-image: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row > .video-iframe-container { display: none; }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .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); }#ZTQddm60wLs1E8TxoQyGdGHFRSy5JJHn > .row .container { width:320px;height:348px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #levItDqSkAHQP5H6LEhTIPbEfd9kwrwp { width:320px;height:52.919896640827px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OwD7oCOONoRL283sQMWR6ZJVTmF6lRoe { height:179.688px;width:320px;top:167.296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l { display:block; }#fnbD4UEaEhXtc2dzTkmFCLe10MVEeg3l > .row .container { width:320px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtkaBePLVKPA8rmwX6aRRtcFnuQVX1AV { width:75px;height:116px;top:108px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #hmkuiKqq5qTbiy2EEs8RaMaxU3ztSrL4 { width:84px;height:121px;top:106px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #r8GTcHDWJRTmeJo4P0qTXeAGKmQITFdz { width:76px;height:115px;top:255px;left:211px;display:block; }
 }@media only screen and (max-width: 763px) { #f6VaGCE2eSxBbZQLtPPdLFKMWOmh9meN { width:78px;height:117px;top:106px;left:118px;display:block; }
 }@media only screen and (max-width: 763px) { #HM7HKkBPk5PhlqEIbZ2R1Azi6PSXhcmZ { width:76px;height:118px;top:254px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dadT1NKcCLyiLNf8b3SwmsmbeUvtasHR { width:158px;height:240.0182292326px;top:1591.18822px;left:81px;display:none; }
 }@media only screen and (max-width: 763px) { #Z0Di1KZ0LQu6dnlGdiBdVzXK7Ga87BE0 { width:78px;height:121px;top:253px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #yShFnTRK9HIn5NtQ0Tt38qZAazDEpdno { width:236px;height:80.5938px;top:17px;left:42px;font-size:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp { display:block; }#nQk2nLg3iDNCppVDOLudQCUk3q9g45Mp > .row .container { width:320px;height:1089px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVE41qP8LysHZ46ZRiGKIbE25333Se0h { width:200px;height:83.1875px;top:219.59375px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R8KbVG3AAeoebViu3mXPQMAyBVEtntMF { width:235.99px;height:120.891px;top:88px;left:43px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #c51Q3eXZNfZL6IZ5A06tJO8AtzI15FdJ { display:flex;width:50px;height:50px;top:615px;left:134px; }
 }@media only screen and (max-width: 763px) { #DcMHLgbdLpMm7NUvTw7Xqefb1toNI4GP { width:200px;height:103.984px;top:483px;left:61px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vkrJFHoAuSuP0f3cKniaMil4ao8GlWfH { width:235.984px;height:80.5938px;top:393px;left:43px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #wsPNdelHUITXQSlGXEGfxmUntTJSvqgq { display:flex;width:50px;height:50px;top:330px;left:137px; }
 }@media only screen and (max-width: 763px) { #XyhzFUT7l6gShAJmSd7w5RUIh5OiF4Tc { width:235.99px;height:80.5938px;top:679px;left:42px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Ze38GvnLg47Z5tlJ7qOybCTCoxVF4mvK { width:200px;height:145.578px;top:775px;left:59px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RmtoPLbo0ASHt79kR0IHh7pyEk9NiMSN { display:flex;width:50px;height:50px;top:18px;left:136px; }
 }@media only screen and (max-width: 763px) { #gPsoutVduO8Ze35ezIp4qMBTRUZwqkF0 { width:7px;height:440px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #D4unq8WI3KQLhbax6qqJNEAJpM4QahWR { width:7px;height:440px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #FTx3BTXJxFclTHV4VO40QwGt7XB0VZmZ { width:7px;height:440px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #cpH44TNdOcQU0hEb6Z2lbTS1Eam3KT8I { width:7px;height:440px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #RtKg3asKxewDA2zOqp1LETRpZegN0eRe { width:7px;height:440px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #yzMEk8ZqnUzhp1RNiuVpWHHblGzEnsdT { width:7px;height:440px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #v8mJH3DETxIdJqIfLo7mL9haBCcri06w { width:275px;height:20.7969px;top:972.765625px;left:23.484375px;font-size:16px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KwiEOMATCFV0VAt4IWVLqnS3egvBELZl { width:54px;height:54px;top:1004.5625px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #vqQDxFimv1CW8H6p2wxTVo1Hk8bFHokH { width:7px;height:440px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #R5iEwDNg8M4scS2orkkaPxtmKSHS483W { width:7px;height:440px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:320px;height:319px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:208px;height:45px;top:15.964294433594px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #aD1PFZSE84v3hXaM86FVXXxcZtS0FOPs { width:165px;height:18.8594px;top:103.3660736084px;left:146.00000762939px;display:block; }
 }@media only screen and (max-width: 763px) { #LMFpzEhpHcuTXoTWV7OIZqU0a7Cl1aoM { width:115px;height:57.9844px;top:83.821258544922px;left:11.07142829895px;display:block; }
 }@media only screen and (max-width: 763px) { #HZiNkhQPEqfI51Ds8fesKe3N1AARD2LA { width:47px;height:74.4219px;top:163.9642791748px;left:48.571434020996px;display:block; }
 }@media only screen and (max-width: 763px) { #eqm0UON9P7yaFdfT4bkcFRfpo0LcwLrL { width:95px;height:51px;top:175.66966247559px;left:181.00000762939px;display:block; }
 }@media only screen and (max-width: 763px) { #BiqKu1beh14zKdH78L4HxrcT40olnwpn { width:257px;height:57px;top:254.5001373291px;left:31.5px;display:block; }
 }