.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { background-color: transparent; background-image: none; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container > .video-iframe-container { display: none; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row > .video-iframe-container { display: none; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .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); }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { border-width: 0; border-radius: 0; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#R4rRWAANDivzeqN41Hr09LAW4tiK6oyn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.5rem;top:2.4375rem;left:7.5rem;overflow:hidden;display:block; }
#Ne9Uauw2WXd8EOaKssZo80RXN3Sr3HQF { 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:1.9375rem;width:2.25rem;top:2.1875rem;left:65.25rem;overflow:hidden;display:block; }
#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5dd553a-5e59-4718-ac42-dc541e461c7c/20250807_141922116_iOS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { border-width: 0; border-radius: 0; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::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; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:75rem;height:49.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#IkJ162ThTAOPzhJeAubEAXuFnrnUE5Wy { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:"financier display";font-size:5rem;font-weight:700;z-index:14998;line-height:1;letter-spacing:0;top:11.4375rem;left:1rem;height:10rem;font-style:normal;display:block; }
#KHmLF08B8GtC0UqtHk6hT9wp8zHd0y2r { color:#ffffff;display:block;width:66.5rem;position:absolute;font-family:calibre;font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:25.0625rem;left:0rem;height:11.8984375rem;display:block; }
#bTWCW71pL9KQ6d3TfEJaMav6aSqr9Law { background-color:#778f9c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:2.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6230625rem;height:4.124025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.873046875rem;left:48.0625rem;display:block; }
#WCZm4VDZuGaAWAULy2dmJAv4b3TbAPuw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8nJtyNeePOc7nJwySO1k4o4yKNJV0TT { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:400;z-index:14999;line-height:1.7;letter-spacing:0;top:2rem;left:1rem;height:3.1875rem;font-style:normal;display:block; }
#QUTnofhLZOPC5TDNurmaIO8K3WuIvBJl { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:calibre;font-size:5rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:5.1875rem;left:1rem;height:5rem;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; }
#hcvbTudoOIEShf3owzRpOqfhGWaXP39O { position:absolute;display:block;z-index:15002;background-color:#17e78f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.124783125rem;top:2.625rem;left:0rem;display:block; }
#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;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; }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row .container { background-color: transparent; background-image: none; }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row .container > .video-iframe-container { display: none; }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row > .video-iframe-container { display: none; }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .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); }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row .container { border-width: 0; border-radius: 0; }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#FXrsW08JXD3HBLfP2KZrPODLatJ4LX03 { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#778f9c;background-image:none;top:0.9375rem;left:0.03125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(119,143,156,0.15) ;display:block; }
#h7nGeT4CRrVQX9Pf5viSB7demPyrJQp7 { background-color:#012a2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.6875rem;left:9.625rem;display:block; }
#QCp9baTNJNASkPZLlo8RthnFhaWioida { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecoDgpOwxmzkOWbBLFJqXlipcI3f9wp8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#012a2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.40625rem;left:52.75rem;display:block; }
#h9AvhSulKeH6t5Rh8a8x072b32Vi5G9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DpVnt6Z0wtZduLEzl1WvCQXitcGgDcbk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#012a2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.40625rem;left:38.4375rem;display:block; }
#HDJguwR5v5nSCFBuyB9eHR1AO1wUNrFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zEkfBOe2QXppcgFmmfgkdq93yb1ss2ol { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012a2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.40625rem;left:24rem;display:block; }
#PPM7ia4V4CI4kmtUoQp4Bc7PhFPhz4dk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;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; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { background-color: transparent; background-image: none; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container > .video-iframe-container { display: none; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row > .video-iframe-container { display: none; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .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); }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { border-width: 0; border-radius: 0; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#QlcJ7RMSwavuuNOWxokmlqOWcqCTnDUs { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.9375rem;left:0rem;height:22.5rem;display:block; }
#lOeXL1Mc7Me08ng0G2xJh6Z5lTizWkuR { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"financier display";font-size:4.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.5625rem;left:10.5625rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hpTCO9tc9223PeTvZqZZk0efm5u4nmOP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#T9dQvJzTgJGhR6hNXFR6tqnMktrFso3x { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:35.6875rem;left:3.3125rem;height:9.375rem;display:block; }
#f9MF3Cp5ZLBIWWPzTcJZ75VHnVgPdrbh { color:#778f9c;display:block;width:31.25rem;position:absolute;font-family:"financier display";font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:50.9375rem;left:0rem;height:8.75rem;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; }
#BE0yubGxCsMcEMoz2nmUs2SFV2oFgztQ { position:absolute;display:block;z-index:15008;height:51.875rem;width:28.75rem;top:6.875rem;left:45.1875rem;display:block; }
#qU0vOaa8GeBq1uKftT0wB1nvdcJAfoVx { box-sizing:content-box;height:58.25rem;width:30.8125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:2rem;left:44.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#k0sWavIzotzsSASgllE2Dma0r1KnsK3G { color:#012a2d;display:block;width:30.875rem;position:absolute;font-family:"financier display";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:2.5625rem;left:44.125rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VrTyvSh4ERQK1iFgxOgfTVTWrALZK6CR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:35.6875rem;left:0rem; }
#th403tcUvpGA3dAvs4n6WpQ2iSSuxIoG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:39.4375rem;left:0rem; }
#f2TlFTVRVPO08PyeuiWMFHwnTsCexuB7 { position:absolute;display:block;z-index:15009;background-color:#778f9c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:9.375rem;top:4.625rem;left:0rem;display:block; }
#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ { background-color:#778f9c;background-image:none;z-index:;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; }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row .container { background-color: transparent; background-image: none; }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row .container > .video-iframe-container { display: none; }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row > .video-iframe-container { display: none; }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .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); }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row .container { border-width: 0; border-radius: 0; }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;overflow:visible;position:relative;display:block; }#H771zULiHJfFCPwDz3o70L5dMPzhLvHo { color:#012a2d;display:block;width:75rem;position:absolute;font-family:"financier display";font-size:4.375rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:2.5rem;left:0rem;height:;font-style:normal;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; }
#UiOEL8MlrFTM2I2H4uMn8rNs7NHuOnyC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:36.375rem;width:36.375rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
#HDw5oPLH5VGosPHFkktCfKFi9Tz0zbib { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:10.4375rem;left:57.5rem;overflow:hidden;display:block; }
#ESDfv1kqNCL9v0F4UvCBZKCl45AeDLWw { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:10.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#OHwfNr7lpoQNsu6HFCxJbCZXdLa2mQeq { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:29.25rem;left:57.5rem;overflow:hidden;display:block; }
#I2FJrFDrleiemfGiEbacxXU1EA5JdQwB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:29.25rem;left:38.1875rem;overflow:hidden;display:block; }
#uGZO0Rfps3WcGvVpHZfH88t5Do3Z5TFo { color:#dbd99a;display:block;width:34.3125rem;position:absolute;font-family:"financier display";font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:133.46875rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5dd553a-5e59-4718-ac42-dc541e461c7c/20250807_141922116_iOS.jpg");background-position:center !important;background-repeat: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; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ.adaptive-delivery-prevent-bg, #FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ.lazyload, #FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ.lazyloading { background-image: none; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container { background-color: transparent; background-image: none; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container > .video-iframe-container { display: none; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row > .video-iframe-container { display: none; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .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); }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container { border-width: 0; border-radius: 0; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ::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; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;position:relative;display:block; }#vcgPvzXtGMugtuTebsgGiPS4plXuF50X { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:10.4375rem;left:59.375rem;overflow:hidden;display:block; }
#HDX1vROOA6Lsv54I3HZhoz5QVhtOFofy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:10.4375rem;left:29.5625rem;overflow:hidden;display:block; }
#g7uqkQrRpHCRBZQNILZOUse8zBplQhDV { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:27.0625rem;left:0rem;height:5.6875rem;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;text-align:center;text-align-last:center;display:block; }
#RL9yHo9CcbBoiIvTCpTGMt3NF0cT1gEW { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:27rem;left:59.5625rem;height:9.4375rem;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;text-align:center;text-align-last:center;display:block; }
#XaLnPmwqHDfgPrHdC2yO6h03OEE98RQV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:10.5rem;left:0rem;overflow:hidden;display:block; }
#MURGgOTcLnIAcRHzzqeV8yAGGXTXcHXN { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:financier;font-size:4.375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:4.75rem;left:0rem;height:4.375rem;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; }
#QJioEJMP6sSxMVgW8R7DP2UbFQ7zZq5u { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:27rem;left:29.5625rem;height:7.5625rem;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;text-align:center;text-align-last:center;display:block; }
#o82oSL9SmwXg4a3ILT01QbUrbcqIt8gT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:39rem;left:0rem;overflow:hidden;display:block; }
#ZKTxa73gKEMTXHyvUs7UkxGo0w8whq4p { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:38.9375rem;left:29.625rem;overflow:hidden;display:block; }
#wSleZgt333lfoobHNJF2xJH9DA5m8FZN { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:38.9375rem;left:59.375rem;overflow:hidden;display:block; }
#AAR6el27fqBGnlKoUKTuTobucDulEOU4 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:55.1875rem;left:59.625rem;height:9.4375rem;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;text-align:center;text-align-last:center;display:block; }
#kGdk5JZ530h4hHms3rTluwcQ9IVsMZQn { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:55.1875rem;left:29.625rem;height:9.5rem;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;text-align:center;text-align-last:center;display:block; }
#kpiQUw0nFXsaIAqC9aTV1pbbEGeoTTRN { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:55.25rem;left:0rem;height:5.6875rem;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;text-align:center;text-align-last:center;display:block; }
#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;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; }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row .container { background-color: transparent; background-image: none; }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row .container > .video-iframe-container { display: none; }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row > .video-iframe-container { display: none; }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .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); }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row .container { border-width: 0; border-radius: 0; }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row .container { font-size:0.875rem;font-family:arial;height:84.875rem;width:75rem;position:relative;display:block; }#qvTrPmwgyKRuMRBTXpvknxnaUcbxo0et { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"financier display";font-size:5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:6rem;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;font-style:normal;display:block; }
#RJ5Bm38K4duiIk58RIm0sxe4u9CtybKC { color:#ffffff;display:block;width:29.1873125rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:21.437505722046rem;left:40.875001907349rem;height:3rem;font-style:normal;display:block; }
#hFiHXVkv4woTFORoGNzNlyENTZHp1TGi { box-sizing:content-box;height:3.1875rem;width:3.1875rem;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:15014;background-color:#778f9c;background-image:none;top:10.062494754791rem;left:35.906251907349rem;display:block; }
#BKmN0KT34KcHqy5sHnIowpKb4CqccgV5 { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15016;background-color:#17e88f;background-image:none;top:15.125rem;left:36.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oTTiQGiTCwIQ9VDdSJNkdiFUJQnSuThd { box-sizing:content-box;height:62.5rem;width:0.125rem;position:absolute;display:block;z-index:15003;background-color:#778f9c;background-image:none;top:12.5625rem;left:37.5rem;display:block; }
#QP5gibSLTpMlSvQXzON5axi7fuHUWABk { color:#ffffff;display:block;width:28.311625rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:14.500007629394rem;left:40.875001907349rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4Vsizi95M088o6PR7LDCRV10mkV8trK { color:#ffffff;display:block;width:29.249125rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:17.000007629394rem;left:40.875001907349rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kPMe5OStcrGAc9m6whLeyyG96kulbblU { box-sizing:content-box;height:0.0618489375rem;width:6.25rem;position:absolute;display:block;z-index:15023;background-color:#17e88f;background-image:none;top:20.062507629394rem;left:40.875001907349rem;display:block; }
#q6EcDBFHxyLcD0UGFesgck30lEo5pqG1 { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15017;background-color:#17e88f;background-image:none;top:25.9375rem;left:36.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zPThNubVglLoCgxR7HGegVL57t7gQHua { color:#ffffff;display:block;width:28.9995625rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:34.687503814698rem;left:40.875001907349rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#duBQscTn89ZOGkeJKfwav5qkbwa2JUou { box-sizing:content-box;height:0.0618489375rem;width:6.25rem;position:absolute;display:block;z-index:15024;background-color:#17e88f;background-image:none;top:38.625003814698rem;left:40.875001907349rem;display:block; }
#R2xsUkfWNEJSf8qFnqGxRtZAt3TFae3p { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:39.4375rem;left:40.875rem;height:6rem;font-style:normal;display:block; }
#NpDXULh8cmM6rHAfVk4xinR82FRnT4BZ { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:45.437498092651rem;left:40.750001907349rem;height:3rem;font-style:normal;display:block; }
#NNeItqt5R2cK3RkmUILnwHQVs9DnwaPO { box-sizing:content-box;height:3.18685rem;width:3.18685rem;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:15015;background-color:#778f9c;background-image:none;top:74.562507629394rem;left:35.906251907349rem;display:block; }
#ITM5hm4EyXe7LTwcJKZxNwqak6mZyEaU { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15017;background-color:#17e88f;background-image:none;top:35.3125rem;left:36.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QPUfFrJbXuJ31PlizfVnzgcZQWFeR13z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.1875rem;left:134.5rem; }
#CI0WVSfrl8ZivHyu1OAOVU4g1hgV1oqb { color:#ffffff;display:block;width:28.8748125rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:33.4375rem;left:5.6875rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#obWRnuWE3nWhJnoJNydvRyJhyCWZT1mm { color:#ffffff;display:block;width:29.749375rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:30.4375rem;left:4.8125rem;height:3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bDUyb0n4o5kr5nnTXcHQqfEIBBLdpaky { box-sizing:content-box;height:0.0618489375rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:#17e88f;background-image:none;top:29.180564880371rem;left:28.227430343628rem;display:block; }
#BpoEgZDmyzos8NXW98PmrN8SRDPKqmkv { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:25.312507629394rem;left:5.046875rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mFom7p8r1KMdXNfr4OlMoeNkInxd3LG2 { box-sizing:content-box;height:1.25rem;width:1.25rem;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:#17e88f;background-image:none;top:46.25rem;left:36.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sTEkGd0O2qL22r4Td40PZJRT3K01hkUy { color:#ffffff;display:block;width:34rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:57.625011444092rem;left:0.61631965637207rem;height:12rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q0ehyncz0dNyMxrBTAqxeOXK6dvMDx9G { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:51.625rem;left:0.734375rem;height:6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ktOJEebo26OaJmuLUQISXMyrBx60Stce { box-sizing:content-box;height:0.0618489375rem;width:6.25rem;position:absolute;display:block;z-index:15034;background-color:#17e88f;background-image:none;top:49.625rem;left:28.366319656372rem;display:block; }
#g68PzoImLNgMMxu7RL0uDEzcWiNo4EEV { color:#ffffff;display:block;width:29.1873125rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:45.686630249024rem;left:5.4296875rem;height:2.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bNx3N46zbVI7Ou0KgT3xicsNyNUh8S27 { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15019;background-color:#17e88f;background-image:none;top:59.375rem;left:36.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Kik20zMgMkS4qu5clx4MRTR59pWQXL8l { color:#ffffff;display:block;width:25.499125rem;position:absolute;font-family:calibre;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:63.743064880369rem;left:40.875001907349rem;height:3rem;font-style:normal;display:block; }
#h3XVEo2S8Dwo1E8Ct13x42hTnB0EzALn { box-sizing:content-box;height:0.0618489375rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:#17e88f;background-image:none;top:62.625011444094rem;left:40.875001907349rem;display:block; }
#TTG5awDiyKXFKSk9r2zDbkA3JVPlrWLn { color:#ffffff;display:block;width:9.249125rem;position:absolute;font-family:calibre;font-size:1.5625rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:58.750011444092rem;left:40.875001907349rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UAVS6hQV1s9BvTs46bkqhQAmou5zT2sI { z-index:15001;top:79.1875rem;left:27.623266220092rem;background-color:#778f9c;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:calibre;font-size:2.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.749375rem;height:3.99956875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qUFyFufsOk0UkXcFm4Nv2ENEltiJrQ9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#012a2d;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; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { background-color: transparent; background-image: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { display: none; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .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); }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { border-width: 0; border-radius: 0; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { box-sizing:content-box;color:#778f9c;font-size:1.125rem;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:block;z-index:15001;top:1.5625rem;left:17.1875rem;display:block; }
#AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { color:#778f9c;display:block;width:23.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:1.38125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 { display:block; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4rRWAANDivzeqN41Hr09LAW4tiK6oyn { top:2.4375rem;left:0rem;width:6.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne9Uauw2WXd8EOaKssZo80RXN3Sr3HQF { top:2.1875rem;left:45.5rem;width:2.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkJ162ThTAOPzhJeAubEAXuFnrnUE5Wy { top:11.4375rem;left:0rem;width:29.9375rem;height:10rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHmLF08B8GtC0UqtHk6hT9wp8zHd0y2r { top:25.0625rem;left:0rem;width:47.75rem;height:11.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTWCW71pL9KQ6d3TfEJaMav6aSqr9Law { width:19.5625rem;height:4.0625rem;top:39.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCZm4VDZuGaAWAULy2dmJAv4b3TbAPuw { display:block; }
 }@media only screen and (max-width: 763px) { #T8nJtyNeePOc7nJwySO1k4o4yKNJV0TT { top:2rem;left:0rem;width:17.4375rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUTnofhLZOPC5TDNurmaIO8K3WuIvBJl { top:5.1875rem;left:0rem;width:17.4375rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcvbTudoOIEShf3owzRpOqfhGWaXP39O { top:2.625rem;left:0rem;width:0.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h { display:block; }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXrsW08JXD3HBLfP2KZrPODLatJ4LX03 { top:0.9375rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7nGeT4CRrVQX9Pf5viSB7demPyrJQp7 { width:14.4375rem;height:2.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCp9baTNJNASkPZLlo8RthnFhaWioida { display:block; }
 }@media only screen and (max-width: 763px) { #ecoDgpOwxmzkOWbBLFJqXlipcI3f9wp8 { width:14.4375rem;height:3.4375rem;top:1.375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9AvhSulKeH6t5Rh8a8x072b32Vi5G9l { display:block; }
 }@media only screen and (max-width: 763px) { #DpVnt6Z0wtZduLEzl1WvCQXitcGgDcbk { width:14.3125rem;height:3.4375rem;top:1.375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDJguwR5v5nSCFBuyB9eHR1AO1wUNrFw { display:block; }
 }@media only screen and (max-width: 763px) { #zEkfBOe2QXppcgFmmfgkdq93yb1ss2ol { width:14.4375rem;height:3.4375rem;top:1.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPM7ia4V4CI4kmtUoQp4Bc7PhFPhz4dk { display:block; }
 }@media only screen and (max-width: 763px) { #VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s { display:block; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlcJ7RMSwavuuNOWxokmlqOWcqCTnDUs { top:9.9375rem;left:0rem;width:37.9375rem;height:22.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOeXL1Mc7Me08ng0G2xJh6Z5lTizWkuR { top:2.5625rem;left:0rem;width:23.125rem;height:4.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpTCO9tc9223PeTvZqZZk0efm5u4nmOP { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #T9dQvJzTgJGhR6hNXFR6tqnMktrFso3x { top:35.6875rem;left:0rem;width:34.6875rem;height:9.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9MF3Cp5ZLBIWWPzTcJZ75VHnVgPdrbh { top:50.9375rem;left:0rem;width:31.25rem;height:8.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE0yubGxCsMcEMoz2nmUs2SFV2oFgztQ { top:6.875rem;left:19rem;width:28.75rem;height:51.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU0vOaa8GeBq1uKftT0wB1nvdcJAfoVx { top:2rem;left:16.9375rem;width:30.8125rem;height:58.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0sWavIzotzsSASgllE2Dma0r1KnsK3G { top:2.5625rem;left:16.875rem;width:30.875rem;height:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTyvSh4ERQK1iFgxOgfTVTWrALZK6CR { top:35.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #th403tcUvpGA3dAvs4n6WpQ2iSSuxIoG { top:39.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TlFTVRVPO08PyeuiWMFHwnTsCexuB7 { width:9.375rem;height:0.3125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ { display:block; }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H771zULiHJfFCPwDz3o70L5dMPzhLvHo { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOEL8MlrFTM2I2H4uMn8rNs7NHuOnyC { top:10.4375rem;left:0rem;width:36.375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDw5oPLH5VGosPHFkktCfKFi9Tz0zbib { top:10.4375rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESDfv1kqNCL9v0F4UvCBZKCl45AeDLWw { top:10.4375rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHwfNr7lpoQNsu6HFCxJbCZXdLa2mQeq { top:29.25rem;left:30.125rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2FJrFDrleiemfGiEbacxXU1EA5JdQwB { top:29.25rem;left:24.5625rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZO0Rfps3WcGvVpHZfH88t5Do3Z5TFo { top:28.3125rem;left:13.4375rem;width:34.3125rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ { display:block; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcgPvzXtGMugtuTebsgGiPS4plXuF50X { top:10.4375rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDX1vROOA6Lsv54I3HZhoz5QVhtOFofy { top:10.4375rem;left:15.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7uqkQrRpHCRBZQNILZOUse8zBplQhDV { top:27.0625rem;left:0rem;width:15.5625rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL9yHo9CcbBoiIvTCpTGMt3NF0cT1gEW { top:27rem;left:32.3125rem;width:15.4375rem;height:9.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaLnPmwqHDfgPrHdC2yO6h03OEE98RQV { top:10.5rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MURGgOTcLnIAcRHzzqeV8yAGGXTXcHXN { width:44.0625rem;height:4.375rem;top:4.75rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJioEJMP6sSxMVgW8R7DP2UbFQ7zZq5u { top:27rem;left:15.9375rem;width:15.625rem;height:7.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o82oSL9SmwXg4a3ILT01QbUrbcqIt8gT { top:39rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTxa73gKEMTXHyvUs7UkxGo0w8whq4p { top:38.9375rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSleZgt333lfoobHNJF2xJH9DA5m8FZN { top:38.9375rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAR6el27fqBGnlKoUKTuTobucDulEOU4 { top:55.1875rem;left:32.375rem;width:15.375rem;height:9.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGdk5JZ530h4hHms3rTluwcQ9IVsMZQn { top:55.1875rem;left:16rem;width:15.8125rem;height:9.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpiQUw0nFXsaIAqC9aTV1pbbEGeoTTRN { top:55.25rem;left:0rem;width:15.8125rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 { display:block; }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvTrPmwgyKRuMRBTXpvknxnaUcbxo0et { top:2.9375rem;left:0rem;width:47.75rem;height:6rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ5Bm38K4duiIk58RIm0sxe4u9CtybKC { top:21.4375rem;left:18.625rem;width:29.125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFiHXVkv4woTFORoGNzNlyENTZHp1TGi { top:10rem;left:22.281251907349rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKmN0KT34KcHqy5sHnIowpKb4CqccgV5 { top:15.125rem;left:23.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTiQGiTCwIQ9VDdSJNkdiFUJQnSuThd { top:12.5625rem;left:23.875rem;width:0.125rem;height:62.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP5gibSLTpMlSvQXzON5axi7fuHUWABk { top:14.5rem;left:19.5rem;width:28.25rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Vsizi95M088o6PR7LDCRV10mkV8trK { top:17rem;left:18.5625rem;width:29.1875rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPMe5OStcrGAc9m6whLeyyG96kulbblU { top:20.0625rem;left:27.250001907349rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #q6EcDBFHxyLcD0UGFesgck30lEo5pqG1 { top:25.9375rem;left:23.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPThNubVglLoCgxR7HGegVL57t7gQHua { top:34.6875rem;left:18.8125rem;width:28.9375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duBQscTn89ZOGkeJKfwav5qkbwa2JUou { top:38.625rem;left:27.250001907349rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #R2xsUkfWNEJSf8qFnqGxRtZAt3TFae3p { top:39.4375rem;left:13.625rem;width:33.375rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpDXULh8cmM6rHAfVk4xinR82FRnT4BZ { top:45.375rem;left:13.5rem;width:34.25rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNeItqt5R2cK3RkmUILnwHQVs9DnwaPO { top:74.5625rem;left:22.281251907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITM5hm4EyXe7LTwcJKZxNwqak6mZyEaU { top:35.3125rem;left:23.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPUfFrJbXuJ31PlizfVnzgcZQWFeR13z { top:29.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI0WVSfrl8ZivHyu1OAOVU4g1hgV1oqb { top:33.4375rem;left:0rem;width:28.8125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obWRnuWE3nWhJnoJNydvRyJhyCWZT1mm { top:30.4375rem;left:0rem;width:29.6875rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDUyb0n4o5kr5nnTXcHQqfEIBBLdpaky { top:29.125rem;left:14.602430343628rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BpoEgZDmyzos8NXW98PmrN8SRDPKqmkv { top:25.3125rem;left:0rem;width:29.375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFom7p8r1KMdXNfr4OlMoeNkInxd3LG2 { top:46.25rem;left:23.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEkGd0O2qL22r4Td40PZJRT3K01hkUy { top:57.625rem;left:0rem;width:34rem;height:12rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ehyncz0dNyMxrBTAqxeOXK6dvMDx9G { top:51.625rem;left:0rem;width:33.9375rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktOJEebo26OaJmuLUQISXMyrBx60Stce { top:49.625rem;left:14.741319656372rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #g68PzoImLNgMMxu7RL0uDEzcWiNo4EEV { top:45.625rem;left:0rem;width:29.125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNx3N46zbVI7Ou0KgT3xicsNyNUh8S27 { top:59.375rem;left:23.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kik20zMgMkS4qu5clx4MRTR59pWQXL8l { top:63.6875rem;left:22.3125rem;width:25.4375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3XVEo2S8Dwo1E8Ct13x42hTnB0EzALn { top:62.625rem;left:27.250001907349rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TTG5awDiyKXFKSk9r2zDbkA3JVPlrWLn { top:58.75rem;left:27.250001907349rem;width:9.1875rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAVS6hQV1s9BvTs46bkqhQAmou5zT2sI { top:79.1875rem;left:13.998266220092rem;width:19.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUFyFufsOk0UkXcFm4Nv2ENEltiJrQ9T { display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { top:1.5625rem;left:3.5625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { top:1.8125rem;left:0rem;width:23.6875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 { position:relative;z-index:auto;display:block; }#WOkKTlwGoLh0dy9yaQ7JiUrdpmrNFPd3 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4rRWAANDivzeqN41Hr09LAW4tiK6oyn { width:4.375rem;height:1rem;top:1.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne9Uauw2WXd8EOaKssZo80RXN3Sr3HQF { width:1.4375rem;height:1.25rem;top:1.40625rem;left:18.04296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5dd553a-5e59-4718-ac42-dc541e461c7c/20250807_141922116_iOS.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.adaptive-delivery-prevent-bg, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyload, #AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH.lazyloading { background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { background-color: transparent; background-image: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row > .video-iframe-container { display: none; }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .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); }#AkIFxpGnGtPSLTDDkLsT7ecUBRGHBaKH > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkJ162ThTAOPzhJeAubEAXuFnrnUE5Wy { width:20rem;height:7.5rem;top:8.255859375rem;left:0rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHmLF08B8GtC0UqtHk6hT9wp8zHd0y2r { width:20rem;height:28.347625rem;top:19.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTWCW71pL9KQ6d3TfEJaMav6aSqr9Law { width:15.75rem;height:3.4375rem;top:50.1572265625rem;left:2.125rem;font-size:1.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WCZm4VDZuGaAWAULy2dmJAv4b3TbAPuw { display:block; }
 }@media only screen and (max-width: 763px) { #T8nJtyNeePOc7nJwySO1k4o4yKNJV0TT { width:19.0625rem;height:2.443575rem;top:0.8125rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUTnofhLZOPC5TDNurmaIO8K3WuIvBJl { width:17.4375rem;height:5rem;top:3.255859375rem;left:1.28125rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcvbTudoOIEShf3owzRpOqfhGWaXP39O { width:0.125rem;height:18.75rem;top:0.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h { display:block; }#ouhJmuUTXKN6cSaZR0zPpyehPXxlgC4h > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXrsW08JXD3HBLfP2KZrPODLatJ4LX03 { width:20rem;height:3.3125rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7nGeT4CRrVQX9Pf5viSB7demPyrJQp7 { width:4.5625rem;height:2.0625rem;top:1.875rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCp9baTNJNASkPZLlo8RthnFhaWioida { display:block; }
 }@media only screen and (max-width: 763px) { #ecoDgpOwxmzkOWbBLFJqXlipcI3f9wp8 { width:4rem;height:2.5rem;top:1.6875rem;left:15.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9AvhSulKeH6t5Rh8a8x072b32Vi5G9l { display:block; }
 }@media only screen and (max-width: 763px) { #DpVnt6Z0wtZduLEzl1WvCQXitcGgDcbk { width:4.5rem;height:2.5rem;top:1.6875rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDJguwR5v5nSCFBuyB9eHR1AO1wUNrFw { display:block; }
 }@media only screen and (max-width: 763px) { #zEkfBOe2QXppcgFmmfgkdq93yb1ss2ol { width:5.625rem;height:2.5rem;top:1.6875rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPM7ia4V4CI4kmtUoQp4Bc7PhFPhz4dk { display:block; }
 }@media only screen and (max-width: 763px) { #VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s { display:block; }#VcFQ7WtJe0hkT87cXio4ZcOl0JOQMk2s > .row .container { width:20rem;height:117.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlcJ7RMSwavuuNOWxokmlqOWcqCTnDUs { width:20rem;height:21.96875rem;top:7.1357421875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOeXL1Mc7Me08ng0G2xJh6Z5lTizWkuR { width:20rem;height:2rem;top:1.8115234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpTCO9tc9223PeTvZqZZk0efm5u4nmOP { top:4.9482421875rem;left:5rem;width:10rem;height:0.24902375rem;z-index:15011;background-color:#17e78f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T9dQvJzTgJGhR6hNXFR6tqnMktrFso3x { width:20rem;height:15.22265rem;top:32.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f9MF3Cp5ZLBIWWPzTcJZ75VHnVgPdrbh { width:20rem;height:4rem;top:50.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BE0yubGxCsMcEMoz2nmUs2SFV2oFgztQ { width:20rem;height:51.875rem;top:63.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU0vOaa8GeBq1uKftT0wB1nvdcJAfoVx { width:20rem;height:57.8125rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0sWavIzotzsSASgllE2Dma0r1KnsK3G { width:20rem;height:5.625rem;top:58.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrTyvSh4ERQK1iFgxOgfTVTWrALZK6CR { display:flex;width:1.5rem;height:1.5rem;top:31.0625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #th403tcUvpGA3dAvs4n6WpQ2iSSuxIoG { display:flex;width:1.5rem;height:1.5rem;top:36.0625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #f2TlFTVRVPO08PyeuiWMFHwnTsCexuB7 { width:9.375rem;height:0.3125rem;top:4.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ { display:block; }#SqppL3FbFOBV9OyQbkTesQJdK1DeRKvQ > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H771zULiHJfFCPwDz3o70L5dMPzhLvHo { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiOEL8MlrFTM2I2H4uMn8rNs7NHuOnyC { width:20rem;height:20rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDw5oPLH5VGosPHFkktCfKFi9Tz0zbib { width:20rem;height:20rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESDfv1kqNCL9v0F4UvCBZKCl45AeDLWw { width:20rem;height:20rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHwfNr7lpoQNsu6HFCxJbCZXdLa2mQeq { width:20rem;height:20rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2FJrFDrleiemfGiEbacxXU1EA5JdQwB { width:20rem;height:20rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZO0Rfps3WcGvVpHZfH88t5Do3Z5TFo { width:20rem;height:0;top:38.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5dd553a-5e59-4718-ac42-dc541e461c7c/20250807_141922116_iOS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ.adaptive-delivery-prevent-bg, #FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ.lazyload, #FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ.lazyloading { background-image: none; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container { background-color: transparent; background-image: none; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container > .video-iframe-container { display: none; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row > .video-iframe-container { display: none; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .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); }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container { border-width: 0; border-radius: 0; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ::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; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FW0ZG5IifMPDu6FaPzJ3MTwTDxJ3KphJ > .row .container { width:20rem;height:119.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcgPvzXtGMugtuTebsgGiPS4plXuF50X { width:9.6875rem;height:9.6875rem;top:40.75rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDX1vROOA6Lsv54I3HZhoz5QVhtOFofy { width:9.75rem;height:9.75rem;top:23.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7uqkQrRpHCRBZQNILZOUse8zBplQhDV { width:18.5rem;height:3rem;top:16.375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RL9yHo9CcbBoiIvTCpTGMt3NF0cT1gEW { width:12.6875rem;height:4rem;top:51.0625rem;left:3.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaLnPmwqHDfgPrHdC2yO6h03OEE98RQV { width:9.8125rem;height:9.8125rem;top:5.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MURGgOTcLnIAcRHzzqeV8yAGGXTXcHXN { width:20rem;height:2rem;top:2.5498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJioEJMP6sSxMVgW8R7DP2UbFQ7zZq5u { width:14.0625rem;height:3rem;top:33.6875rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o82oSL9SmwXg4a3ILT01QbUrbcqIt8gT { width:9.8125rem;height:9.8125rem;top:59.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTxa73gKEMTXHyvUs7UkxGo0w8whq4p { width:9.8125rem;height:9.8125rem;top:78.15625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSleZgt333lfoobHNJF2xJH9DA5m8FZN { width:9.8125rem;height:9.8125rem;top:98.3125rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAR6el27fqBGnlKoUKTuTobucDulEOU4 { width:14.1875rem;height:4rem;top:109.375rem;left:2.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGdk5JZ530h4hHms3rTluwcQ9IVsMZQn { width:14.1875rem;height:3rem;top:89.5625rem;left:2.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpiQUw0nFXsaIAqC9aTV1pbbEGeoTTRN { width:14.1875rem;height:3rem;top:70.0625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 { display:block; }#Ff0dpWpXlJQH7S8H6BhK3HLsIWcumUp4 > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvTrPmwgyKRuMRBTXpvknxnaUcbxo0et { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJ5Bm38K4duiIk58RIm0sxe4u9CtybKC { width:16.125rem;height:3.6002625rem;top:9.6494140625rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFiHXVkv4woTFORoGNzNlyENTZHp1TGi { width:2.5rem;height:2.5rem;top:4.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKmN0KT34KcHqy5sHnIowpKb4CqccgV5 { width:1rem;height:1rem;top:9.9248046875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTiQGiTCwIQ9VDdSJNkdiFUJQnSuThd { width:0.0625rem;height:57.125rem;top:6.3359375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP5gibSLTpMlSvQXzON5axi7fuHUWABk { width:16.1875rem;height:1.600475rem;top:13.1875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4Vsizi95M088o6PR7LDCRV10mkV8trK { width:16.1875rem;height:1.600475rem;top:14.8125rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPMe5OStcrGAc9m6whLeyyG96kulbblU { width:6.25rem;height:0.0625rem;top:17.2109375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6EcDBFHxyLcD0UGFesgck30lEo5pqG1 { width:1rem;height:1rem;top:19.8369140625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPThNubVglLoCgxR7HGegVL57t7gQHua { width:16.125rem;height:1.600475rem;top:33.0625rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duBQscTn89ZOGkeJKfwav5qkbwa2JUou { width:6.25rem;height:0.0625rem;top:35.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2xsUkfWNEJSf8qFnqGxRtZAt3TFae3p { width:16.125rem;height:3.6002625rem;top:27.875rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpDXULh8cmM6rHAfVk4xinR82FRnT4BZ { width:15.875rem;height:1.600475rem;top:31.5rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNeItqt5R2cK3RkmUILnwHQVs9DnwaPO { width:2.5rem;height:2.5rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITM5hm4EyXe7LTwcJKZxNwqak6mZyEaU { width:1rem;height:1rem;top:27.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPUfFrJbXuJ31PlizfVnzgcZQWFeR13z { display:flex;width:1.25rem;height:1.25rem;top:67.625rem;left:10.8125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #CI0WVSfrl8ZivHyu1OAOVU4g1hgV1oqb { width:16.125rem;height:1.600475rem;top:21.25rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obWRnuWE3nWhJnoJNydvRyJhyCWZT1mm { width:16.0625rem;height:1.80013125rem;top:19.4375rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDUyb0n4o5kr5nnTXcHQqfEIBBLdpaky { width:6.25rem;height:0.0625rem;top:25.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpoEgZDmyzos8NXW98PmrN8SRDPKqmkv { width:20rem;height:1.600475rem;top:22.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFom7p8r1KMdXNfr4OlMoeNkInxd3LG2 { width:1.25rem;height:1.25rem;top:37.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEkGd0O2qL22r4Td40PZJRT3K01hkUy { width:17.25rem;height:6.39844375rem;top:42.099609375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0ehyncz0dNyMxrBTAqxeOXK6dvMDx9G { width:17rem;height:3.6002625rem;top:37.8125rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktOJEebo26OaJmuLUQISXMyrBx60Stce { width:6.25rem;height:0.0625rem;top:51.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68PzoImLNgMMxu7RL0uDEzcWiNo4EEV { width:18.625rem;height:1.600475rem;top:48.6728515625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNx3N46zbVI7Ou0KgT3xicsNyNUh8S27 { width:1.25rem;height:1.25rem;top:53.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kik20zMgMkS4qu5clx4MRTR59pWQXL8l { width:17.1875rem;height:1.80013125rem;top:53.599609375rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3XVEo2S8Dwo1E8Ct13x42hTnB0EzALn { width:6.25rem;height:0.0625rem;top:58.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG5awDiyKXFKSk9r2zDbkA3JVPlrWLn { width:17rem;height:1.600475rem;top:55.3994140625rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAVS6hQV1s9BvTs46bkqhQAmou5zT2sI { top:61.125rem;left:3.6250000596046rem;width:12.75rem;height:2.625rem;font-size:1.125rem;font-family:calibre;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qUFyFufsOk0UkXcFm4Nv2ENEltiJrQ9T { display:block; }
 }@media only screen and (max-width: 763px) { #TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw { display:block; }#TimmHcA8yXqryT0ngW7Wkr9lLBNscWFw > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrTye7R7cnKlZ8ufSIQzdpeFRFJMpZFs { width:1.6875rem;height:1.6875rem;top:0.93359375rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKm5EPB3lksWNyOwhI6qFW6fauDlcpq { width:20rem;height:1.055775rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }