.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2a7b;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; }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row .container { background-color: transparent; background-image: none; }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row .container > .video-iframe-container { display: none; }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row > .video-iframe-container { display: none; }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .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); }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row .container { border-width: 0; border-radius: 0; }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.4375rem;height:3.678125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.97222220897675rem;left:27.694444656372rem;z-index:15033; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #sgUWvzaC0z9BHB9TaN8saCE2X810dl57 { display:flex;position:relative;top:0rem;left:0rem; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #XfJm5eVCIqQtFHBrvdhTPJ3BAPTnHaTp { width:auto; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #p2vczJEufHwGvUcJW2nfiHCacmQ0IIxK {  }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #ND2LfxEqsZMRwBiRX8cZ6Fi5vnBuJ23u { display:flex;position:relative;top:0rem;left:0rem; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #x0bR6slx8KGDTk4fP60iTKGkxU9aeP4X {  }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #sVffHDZJVgB4fnblwF8CLdmur4iNHfJF {  }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #JHdLdskSBxkQVZaLOP6yZBBQnCWoQlwC { display:flex;position:relative;top:0rem;left:0rem; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #MF0DgEh7zJRqMa1Q7bASPNKe0MwhrCzV {  }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #OnIzJGmDwXbPHH6FpsQ7bxHVtfNnEV14 {  }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #fzrRlmUseOkxawGPb0vz9aJ7fD3IBeNN { display:flex;position:relative;top:0rem;left:0rem; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #ZNJu3uEmaWeUnpg6oA8pZTSwlOkcyom1 {  }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #oWXvUAFJiagT2rhokfkCFXiZRsSfP3qk {  }
#dN5GDhqI2nd2NgdIpTZKk9BMfs77TfbG { background-color:#c0052d;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:4.625rem;border-top-right-radius:4.625rem;border-bottom-left-radius:4.625rem;border-bottom-right-radius:4.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:9.4375rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.71875rem;left:48.569444656372rem;display:block; }
#noQpHBoaOb6b2UJ4AkiZeAoA5y86DUos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4UWTA6Pb4iBgxtaAwuduhs4Naf0wWDu { color:#fdfcf5;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:1.8546875715256rem;left:12.693749427796rem;height:1.9125rem;font-style:normal;display:block; }
#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07d59e8b-0072-46e3-831a-7b7467b97efb/Gemini_Generated_Image_bi5lmmbi5lmmbi5l.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O.adaptive-delivery-prevent-bg, #ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O.lazyload, #ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O.lazyloading { background-image: none; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container { background-color: transparent; background-image: none; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container > .video-iframe-container { display: none; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row > .video-iframe-container { display: none; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .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); }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container { border-width: 0; border-radius: 0; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#SBWA7EabBqF7LkfGuoQUTtuxWK7nncCl { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:41.125rem;top:4.3125rem;left:16.936718940735rem;overflow:hidden;display:block; }
#FLI4EUzyF3RbVKM5lbZcgo2g0bHSb1zv { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:24.8125rem;left:54.799218177796rem;overflow:hidden;display:block; }
#I4Cfg0kdcC74pWcoGC2mzwFALuowxRxu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:25.3125rem;top:0rem;left:8.4585943222044rem;overflow:hidden;display:block; }
#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ea1d210e-ab5b-4bac-9fe9-fba92a5f8844/Gemini_Generated_Image_r9nn07r9nn07r9nn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG.adaptive-delivery-prevent-bg, #UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG.lazyload, #UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG.lazyloading { background-image: none; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container { background-color: transparent; background-image: none; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container > .video-iframe-container { display: none; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row > .video-iframe-container { display: none; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .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); }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container { border-width: 0; border-radius: 0; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#gzzU3NKPGzNGi2Uxqmf8o0dGd7GqqMcB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5rem;width:10.9375rem;top:13.967187643051rem;left:14.331250190735rem;display:block; }
#T9uaz8yCPdi4kKh86bZi7gkwb07psPRu { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.8125rem;width:14.4375rem;top:12.062500715256rem;left:28.776562690735rem;display:block; }
#sVUMiZoOUwf16BS92HDtw6rdMVSrWTZ0 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.6875rem;top:32.74765586853rem;left:55.590622901916rem;overflow:hidden;display:block; }
#wzZfdP5npl6d92PQsfbAD12nZwc3OC9X { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:36.40234375rem;left:46.187500953674rem;overflow:hidden;display:block; }
#w7DRu7TV45mpGDXTLXMlzqCo0LXIGQDr { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:28.272569656372rem;left:-9.9930553436281rem;overflow:hidden;display:block; }
#kr3UcouCKzFlLMDxOV4L41V8BRRqzQyJ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:14rem;top:34.359373950958rem;left:31.025000953674rem;overflow:hidden;display:block; }
#CvsX72rsgv4mRw43SsDwAduFol4019RQ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.9375rem;width:9.125rem;top:40.90234375rem;left:3.2679681777954rem;overflow:hidden;display:block; }
#HF1Sz9qIotLTc19sf0G3lpJWpf3U3ZKI { color:#f1d717;display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.311195373535rem;left:12.34375rem;height:3.0875rem;display:block; }
#vg92SzvIOsXXkgXnT21vLK6XyGNJlZBL { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.3125rem;width:10.75rem;top:14.060156583786rem;left:46.812500953674rem;display:block; }
#rzoPVoxpSaZdHXkAfA7MrSPAINgyJ3KF { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:23.25rem;top:0rem;left:25.218750953674rem;overflow:hidden;display:block; }
#badQ9ETEPGafan6frx9HdUPiJwT1BF3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07d59e8b-0072-46e3-831a-7b7467b97efb/Gemini_Generated_Image_bi5lmmbi5lmmbi5l.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c.adaptive-delivery-prevent-bg, #badQ9ETEPGafan6frx9HdUPiJwT1BF3c.lazyload, #badQ9ETEPGafan6frx9HdUPiJwT1BF3c.lazyloading { background-image: none; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container { background-color: transparent; background-image: none; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container > .video-iframe-container { display: none; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row > .video-iframe-container { display: none; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .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); }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container { border-width: 0; border-radius: 0; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container { font-size:0.875rem;font-family:arial;height:75.4375rem;width:75rem;position:relative;display:block; }#pBBU0a3n8gPHJ5vmcnAJ63QInFcygCHm { position:absolute;display:block;z-index:15027;height:21.9375rem;width:50.875rem;top:3.6867280006409rem;left:12.061718940735rem;display:block; }
#KOFNu3TJezT2ACFcn13mlgJTze1OTutN { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.25rem;top:60.836717987061rem;left:47.937499427796rem;overflow:hidden;display:block; }
#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ea1d210e-ab5b-4bac-9fe9-fba92a5f8844/Gemini_Generated_Image_r9nn07r9nn07r9nn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK.adaptive-delivery-prevent-bg, #boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK.lazyload, #boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK.lazyloading { background-image: none; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row .container { background-color: transparent; background-image: none; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row .container > .video-iframe-container { display: none; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row > .video-iframe-container { display: none; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .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); }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row .container { border-width: 0; border-radius: 0; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row .container { font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:block; }#uSsIEGD4dg0EZGcAv7S8VRugQsVSrgXf { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:3.6822919845581rem;left:1.5625rem;overflow:hidden;display:block; }
#LalzLuFQtedK7I8HLoN5JihkQ37rJWU4 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:15.119793891907rem;left:5.4444446563721rem;overflow:hidden;display:block; }
#JblxUU3H9Lc5PEyDlTL5Nh7oc7QuxLHG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:28.307295799256rem;left:3.2569446563721rem;overflow:hidden;display:block; }
#tNNXirsnpLaLkfTCkQoTONPTIi1d0Sdm { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:2.9375004768372rem;left:63.819444656375rem;overflow:hidden;display:block; }
#kHgw0o86DOVTTd4rMeq1d9ki00pckqet { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:12.932291507721rem;left:65.319444656375rem;overflow:hidden;display:block; }
#tX5dCJQ7OykwlzpT18uTCXXSa0lcUO6Z { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:1.375rem;left:7.3194446563719rem;overflow:hidden;display:block; }
#QOpGn4yHwrTaF8sFV6oTUcaAeRik7Ecf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:9.6822929382325rem;left:7.5069446563719rem;overflow:hidden;display:block; }
#NMNkKwJiiCK7aeGF2xNFOKRhgOR1wS84 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:19.515625rem;left:63.256944656375rem;overflow:hidden;display:block; }
#Aq0BpkG3kKOPQNlTkEOLsoDLHuaZ9zOU { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:7.9322919845581rem;left:62.006944656372rem;overflow:hidden;display:block; }
#W2kF7MrXO9FdTnIbs1rpv6BPfSGTVTgy { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:19.869791984558rem;left:4.1319446563721rem;overflow:hidden;display:block; }
#nvJSBkNXHpndycQ5EhO5q2l1A4krSMOv { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:25.932291984558rem;left:9.9444446563719rem;overflow:hidden;display:block; }
#Q6A5r4P4p97aHJ1eEgadVkl1ff39NDya { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:36.321180343628rem;left:62.006944656372rem;overflow:hidden;display:block; }
#bMXy8ZtaPfnVucCEqTCyzTlGAbsswQLO { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:23.682291984558rem;left:71.131944656375rem;overflow:hidden;display:block; }
#VXNrnq0SzDo2SA6AtkFfKoZX6G4GfAM9 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:40.265625476837rem;left:-6.3055553436281rem;overflow:hidden;display:block; }
#zaGWSszqLgFgekuTDomDDGmTCQ8hD4oi { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:37.348957061767rem;left:-4.8055553436279rem;overflow:hidden;display:block; }
#SIOSVzTmEIpSbxZ5yNI76h5mTngsLKKg { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:17.3125rem;top:49.013889828674rem;left:53.201390782349rem;overflow:hidden;display:block; }
#cUhLxaODHZ1RBpzAh6Me6D1zgEQzfOT2 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:7.375rem;left:8.367968559265rem;overflow:hidden;display:block; }
#UhrWrWNq7t8wO41QhZJsUFD2Ra5nFW7u { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:23.765625476837rem;left:62.250001907349rem;overflow:hidden;display:block; }
#QuueaGu6a14D6HouJGkuSrCdru9iWOlz { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.251735687256rem;left:4.4930553436279rem;overflow:hidden;display:block; }
#XPiI5ZXXQOox7ZNXOM3hQ9HnQekSzolb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.625rem;width:42.125rem;top:1.4305114746094E-6rem;left:15.413194656372rem;overflow:hidden;display:block; }
#VnVC8O01wKPT05kN1O0nHTWKUeOeQSo9 { background-color:#ff00cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.9993125rem;height:2.74946875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:60.411930084229rem;left:15.474964141846rem;display:block; }
#fuAoz9OlR9ciur7ahONDMZNK0qkXyzOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07d59e8b-0072-46e3-831a-7b7467b97efb/Gemini_Generated_Image_bi5lmmbi5lmmbi5l.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob.adaptive-delivery-prevent-bg, #GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob.lazyload, #GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob.lazyloading { background-image: none; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row .container { background-color: transparent; background-image: none; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row .container > .video-iframe-container { display: none; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row > .video-iframe-container { display: none; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .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); }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row .container { border-width: 0; border-radius: 0; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:block; }#sqC7LhANIzthK3cPdxaRTnEm8obWqpvc { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:25.625rem;top:40.875rem;left:42.0625rem;overflow:hidden;display:block; }
#z2L7JQKlgS4R56aEvEWVmpcfrL0A1gVZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:25.25rem;top:2.125rem;left:7.625rem;overflow:hidden;display:block; }
#lTuLPTTLcy4XAdi8zSKv2ro7u9zfiII6 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3118125rem;width:25.2494375rem;top:2.125rem;left:42.125rem;overflow:hidden;display:block; }
#UutR0FV3UwPXenl6BKgRLBrvkbwLoFEE { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:25.5rem;top:27.75rem;left:42rem;overflow:hidden;display:block; }
#ft5dDBe7oLotVPUPEO2JokXHAQ4zDmuG { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:25.1875rem;top:27.875rem;left:7.6875rem;overflow:hidden;display:block; }
#ZfT3mRCXyK3Ri2ikON0qzltMeVh8pbgh { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:25rem;top:15.0625rem;left:7.6875rem;overflow:hidden;display:block; }
#LZNFHoGwkW10m8CG0KtECoi7Tpa1w5Zf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:25.375rem;top:14.9375rem;left:42.0625rem;overflow:hidden;display:block; }
#NCKBETwp31LutCpox6blfTpaPyJ18uCN { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:25rem;top:40.75rem;left:7.8125rem;overflow:hidden;display:block; }
#tiu2GHlJ9t0AcmnHcw583nzuLzNlg33w { background-color:#ff00cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.4994375rem;height:2.74946875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:57.67045211792rem;left:14.248931884766rem;display:block; }
#GzhNTET8OHtaDKFFx4ICLa3h4oOEJcdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzaaquWllkJTcqC08h48kaLe77z8FU47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ea1d210e-ab5b-4bac-9fe9-fba92a5f8844/Gemini_Generated_Image_r9nn07r9nn07r9nn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#lzaaquWllkJTcqC08h48kaLe77z8FU47.adaptive-delivery-prevent-bg, #lzaaquWllkJTcqC08h48kaLe77z8FU47.lazyload, #lzaaquWllkJTcqC08h48kaLe77z8FU47.lazyloading { background-image: none; }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row .container { background-color: transparent; background-image: none; }#lzaaquWllkJTcqC08h48kaLe77z8FU47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row .container > .video-iframe-container { display: none; }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row > .video-iframe-container { display: none; }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .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); }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row .container { border-width: 0; border-radius: 0; }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#N8sDp8ISZ0Kx09ZHxdd4UZyVb6PFqG0r { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:53.1875rem;top:4.1345481872559rem;left:8.15625rem;overflow:hidden;display:block; }
#qUts7FWgk6UAdycZTclMmCXq83U2eGoc { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:28.028647422791rem;left:0rem;overflow:hidden;display:block; }
#xMWwstJ0u1TND12g19MyPLh2LbDctk6A { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:31.848092079163rem;left:8.90625rem;overflow:hidden;display:block; }
#L3u48w7k1tyTP2hcNadhWH9dS63HlHc7 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:6.1875rem;top:16.758681297302rem;left:10.3125rem;overflow:hidden;display:block; }
#o9dlU0rDFceBGRB9HnroywELvafp5x03 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:0rem;left:58.586809158325rem;overflow:hidden;display:block; }
#iBECA8bt736nM6Wmb8H9nyEVosi3A5er { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:27.382813453674rem;left:33.487500190735rem;overflow:hidden;display:block; }
#S6AFocaEBVH7ZqTthXmWx6SIssw2SOmT { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:24.619791507721rem;left:-10.805555343628rem;overflow:hidden;display:block; }
#BANcwEfde5PcZVkMcC14JarvSPwI0r0I { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:54.0625rem;top:15.133681297303rem;left:7.75rem;overflow:hidden;display:block; }
#EpV1LA0eNzLwvsfy2VkOGF0r85rZiRB8 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:24.619791984558rem;left:6.3368053436281rem;overflow:hidden;display:block; }
#hq7FZcw75sfB755mLkWzIN7AOCn2hp0u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.18923664093rem;left:55.953996658325rem; }
#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1b35;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; }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row .container { background-color: transparent; background-image: none; }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row .container > .video-iframe-container { display: none; }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row > .video-iframe-container { display: none; }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .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); }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row .container { border-width: 0; border-radius: 0; }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row .container { font-size:0.875rem;font-family:fraunces;height:25.8125rem;width:75rem;position:relative;display:block; }#fGDDP3BePKJOL47qe2m9eG1lgwIdaAcy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:9.9375rem;top:3.21875rem;left:10.620312690735rem;overflow:hidden;display:block; }
#B9riaO9KZk7sZW97RxAqmZ0uuDTaTS9H { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15016;opacity:1;top:5.1242187023163rem;left:55.162499427796rem; }
#QVMLHiwlrSNPtMsKg3tTqLuXURmmPewv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.1867187023163rem;left:53.162499427796rem; }
#Ni6ekPAdtBVvz7H8GLRv22np4yeGwIC0 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.3429687023163rem;left:57.562500953674rem; }
#K75kRNZyyOZcQaBoMGlmEvKkx9ZNWm9m { 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:15019;opacity:1;top:5.1242187023163rem;left:51.024998664856rem; }
#dzwTMGJlB1moDOJ9od0RLeDa9rMdBudT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:5.1554687023163rem;left:48.593750953674rem;overflow:hidden;display:block; }
#qM8TChm9RBPoTEkSaPVFzMlSKPEbhTsF { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:5.3125rem;top:21.031250476837rem;left:32.443749427796rem;overflow:hidden;display:block; }
#ywQpAp7z340NZaSWa2ubrwQobrIB6XFb { color:#c3ac0c;display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.1429691314697rem;left:23.599999427796rem;height:1.4625rem;display:block; }
#nqsDLZTuDpaxJ573u1iRNFQIPc3dbPTf { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.424999713898rem;left:0rem;height:8.775rem;display:block; }
#fyEfRQrBJglu4thMDvBIA2bGsLp0tgVE { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:23.862499713897rem;left:27.081250190735rem;height:0.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xSFqPkvkCXwnleLLyfooqMIQyercn9x3 { display:block; }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc { display:flex;width:18rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #sgUWvzaC0z9BHB9TaN8saCE2X810dl57 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #XfJm5eVCIqQtFHBrvdhTPJ3BAPTnHaTp {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #p2vczJEufHwGvUcJW2nfiHCacmQ0IIxK {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #ND2LfxEqsZMRwBiRX8cZ6Fi5vnBuJ23u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #x0bR6slx8KGDTk4fP60iTKGkxU9aeP4X {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #sVffHDZJVgB4fnblwF8CLdmur4iNHfJF {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #JHdLdskSBxkQVZaLOP6yZBBQnCWoQlwC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #MF0DgEh7zJRqMa1Q7bASPNKe0MwhrCzV {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #OnIzJGmDwXbPHH6FpsQ7bxHVtfNnEV14 {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #fzrRlmUseOkxawGPb0vz9aJ7fD3IBeNN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #ZNJu3uEmaWeUnpg6oA8pZTSwlOkcyom1 {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #oWXvUAFJiagT2rhokfkCFXiZRsSfP3qk {  }
 }@media only screen and (max-width: 763px) { #dN5GDhqI2nd2NgdIpTZKk9BMfs77TfbG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noQpHBoaOb6b2UJ4AkiZeAoA5y86DUos { display:block; }
 }@media only screen and (max-width: 763px) { #E4UWTA6Pb4iBgxtaAwuduhs4Naf0wWDu { top:1.8125rem;left:0rem;width:12.1875rem;height:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O { display:block; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBWA7EabBqF7LkfGuoQUTtuxWK7nncCl { top:4.3125rem;left:3.3117189407349rem;width:41.125rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLI4EUzyF3RbVKM5lbZcgo2g0bHSb1zv { top:24.8125rem;left:41.174218177796rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Cfg0kdcC74pWcoGC2mzwFALuowxRxu { top:0rem;left:0rem;width:25.3125rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG { display:block; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzzU3NKPGzNGi2Uxqmf8o0dGd7GqqMcB { top:13.9375rem;left:0.70625019073488rem;width:10.9375rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uaz8yCPdi4kKh86bZi7gkwb07psPRu { top:12.0625rem;left:15.151562690735rem;width:14.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVUMiZoOUwf16BS92HDtw6rdMVSrWTZ0 { top:32.6875rem;left:40.0625rem;width:7.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzZfdP5npl6d92PQsfbAD12nZwc3OC9X { top:36.375rem;left:32.562500953674rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7DRu7TV45mpGDXTLXMlzqCo0LXIGQDr { top:28.875rem;left:0rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr3UcouCKzFlLMDxOV4L41V8BRRqzQyJ { top:34.3125rem;left:17.400000953674rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvsX72rsgv4mRw43SsDwAduFol4019RQ { top:40.875rem;left:0rem;width:9.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF1Sz9qIotLTc19sf0G3lpJWpf3U3ZKI { top:8.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg92SzvIOsXXkgXnT21vLK6XyGNJlZBL { top:14rem;left:33.187500953674rem;width:10.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzoPVoxpSaZdHXkAfA7MrSPAINgyJ3KF { top:0rem;left:11.593750953674rem;width:23.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #badQ9ETEPGafan6frx9HdUPiJwT1BF3c { display:block; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBBU0a3n8gPHJ5vmcnAJ63QInFcygCHm { top:3.625rem;left:0rem;width:47.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOFNu3TJezT2ACFcn13mlgJTze1OTutN { top:60.8125rem;left:33.5rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK { display:block; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSsIEGD4dg0EZGcAv7S8VRugQsVSrgXf { top:3.625rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LalzLuFQtedK7I8HLoN5JihkQ37rJWU4 { top:15.0625rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JblxUU3H9Lc5PEyDlTL5Nh7oc7QuxLHG { top:28.25rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNNXirsnpLaLkfTCkQoTONPTIi1d0Sdm { top:2.9375rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgw0o86DOVTTd4rMeq1d9ki00pckqet { top:12.875rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX5dCJQ7OykwlzpT18uTCXXSa0lcUO6Z { top:1.375rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOpGn4yHwrTaF8sFV6oTUcaAeRik7Ecf { top:9.625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMNkKwJiiCK7aeGF2xNFOKRhgOR1wS84 { top:19.5rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0BpkG3kKOPQNlTkEOLsoDLHuaZ9zOU { top:7.875rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2kF7MrXO9FdTnIbs1rpv6BPfSGTVTgy { top:20.4375rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvJSBkNXHpndycQ5EhO5q2l1A4krSMOv { top:26.5rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6A5r4P4p97aHJ1eEgadVkl1ff39NDya { top:36.3125rem;left:39.1875rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXy8ZtaPfnVucCEqTCyzTlGAbsswQLO { top:24.25rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXNrnq0SzDo2SA6AtkFfKoZX6G4GfAM9 { top:40.875rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaGWSszqLgFgekuTDomDDGmTCQ8hD4oi { top:37.9375rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIOSVzTmEIpSbxZ5yNI76h5mTngsLKKg { top:49rem;left:30.4375rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUhLxaODHZ1RBpzAh6Me6D1zgEQzfOT2 { top:7.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhrWrWNq7t8wO41QhZJsUFD2Ra5nFW7u { top:23.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuueaGu6a14D6HouJGkuSrCdru9iWOlz { top:33.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPiI5ZXXQOox7ZNXOM3hQ9HnQekSzolb { top:0rem;left:1.7881946563721rem;width:42.125rem;height:56.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnVC8O01wKPT05kN1O0nHTWKUeOeQSo9 { width:41.9375rem;height:2.6875rem;top:60.375rem;left:1.8499641418457rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuAoz9OlR9ciur7ahONDMZNK0qkXyzOt { display:block; }
 }@media only screen and (max-width: 763px) { #GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob { display:block; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqC7LhANIzthK3cPdxaRTnEm8obWqpvc { top:40.875rem;left:22.125rem;width:25.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2L7JQKlgS4R56aEvEWVmpcfrL0A1gVZ { top:2.125rem;left:0rem;width:25.1875rem;height:12.40642938209rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTuLPTTLcy4XAdi8zSKv2ro7u9zfiII6 { top:2.125rem;left:22.5625rem;width:25.1875rem;height:12.281611316836rem;display:block; }
 }@media only screen and (max-width: 763px) { #UutR0FV3UwPXenl6BKgRLBrvkbwLoFEE { top:27.75rem;left:22.25rem;width:25.4375rem;height:12.469454432263rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft5dDBe7oLotVPUPEO2JokXHAQ4zDmuG { top:27.875rem;left:0rem;width:25.125rem;height:12.281353521242rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfT3mRCXyK3Ri2ikON0qzltMeVh8pbgh { top:15.0625rem;left:0rem;width:25rem;height:12.3118125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZNFHoGwkW10m8CG0KtECoi7Tpa1w5Zf { top:14.9375rem;left:22.375rem;width:25.3125rem;height:12.406487996128rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCKBETwp31LutCpox6blfTpaPyJ18uCN { top:40.75rem;left:0rem;width:25rem;height:12.3748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiu2GHlJ9t0AcmnHcw583nzuLzNlg33w { width:46.4375rem;height:2.6875rem;top:57.625rem;left:0.62393188476562rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzhNTET8OHtaDKFFx4ICLa3h4oOEJcdq { display:block; }
 }@media only screen and (max-width: 763px) { #lzaaquWllkJTcqC08h48kaLe77z8FU47 { display:block; }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8sDp8ISZ0Kx09ZHxdd4UZyVb6PFqG0r { top:4.125rem;left:0rem;width:47.75rem;height:9.1460047003525rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUts7FWgk6UAdycZTclMmCXq83U2eGoc { top:28rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWwstJ0u1TND12g19MyPLh2LbDctk6A { top:31.8125rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3u48w7k1tyTP2hcNadhWH9dS63HlHc7 { top:16.75rem;left:0rem;width:6.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9dlU0rDFceBGRB9HnroywELvafp5x03 { top:0rem;left:40.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBECA8bt736nM6Wmb8H9nyEVosi3A5er { top:27.375rem;left:19.862500190735rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6AFocaEBVH7ZqTthXmWx6SIssw2SOmT { top:25.1875rem;left:0rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BANcwEfde5PcZVkMcC14JarvSPwI0r0I { top:15.125rem;left:0rem;width:47.75rem;height:10.819653179191rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpV1LA0eNzLwvsfy2VkOGF0r85rZiRB8 { top:24.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq7FZcw75sfB755mLkWzIN7AOCn2hp0u { top:11.1875rem;left:42.328996658325rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I { display:block; }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGDDP3BePKJOL47qe2m9eG1lgwIdaAcy { width:9.9375rem;height:5.3125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9riaO9KZk7sZW97RxAqmZ0uuDTaTS9H { top:5.0625rem;left:41.537499427796rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMLHiwlrSNPtMsKg3tTqLuXURmmPewv { top:5.125rem;left:39.537499427796rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni6ekPAdtBVvz7H8GLRv22np4yeGwIC0 { top:5.3125rem;left:43.937500953674rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K75kRNZyyOZcQaBoMGlmEvKkx9ZNWm9m { top:5.0625rem;left:37.399998664856rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzwTMGJlB1moDOJ9od0RLeDa9rMdBudT { width:4.0625rem;height:4.0625rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM8TChm9RBPoTEkSaPVFzMlSKPEbhTsF { top:21rem;left:18.818749427796rem;width:5.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywQpAp7z340NZaSWa2ubrwQobrIB6XFb { top:5.125rem;left:9.9749994277956rem;width:23rem;height:1.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsDLZTuDpaxJ573u1iRNFQIPc3dbPTf { top:10.375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyEfRQrBJglu4thMDvBIA2bGsLp0tgVE { top:23.8125rem;left:13.456250190735rem;width:17.875rem;height:0.8125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xSFqPkvkCXwnleLLyfooqMIQyercn9x3 { position:relative;z-index:auto;display:block; }#xSFqPkvkCXwnleLLyfooqMIQyercn9x3 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.29375rem;padding-bottom:0.333125rem;padding-left:0.29375rem;width:1.7625rem;min-width:1.7625rem;height:1.79125rem;font-size:1.333125rem;line-height:28.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.350625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc { display:flex;width:13.375rem;height:3.37375rem;top:1.875rem;left:3.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #sgUWvzaC0z9BHB9TaN8saCE2X810dl57 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #XfJm5eVCIqQtFHBrvdhTPJ3BAPTnHaTp {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #p2vczJEufHwGvUcJW2nfiHCacmQ0IIxK {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #ND2LfxEqsZMRwBiRX8cZ6Fi5vnBuJ23u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #x0bR6slx8KGDTk4fP60iTKGkxU9aeP4X {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #sVffHDZJVgB4fnblwF8CLdmur4iNHfJF {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #JHdLdskSBxkQVZaLOP6yZBBQnCWoQlwC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #MF0DgEh7zJRqMa1Q7bASPNKe0MwhrCzV {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #OnIzJGmDwXbPHH6FpsQ7bxHVtfNnEV14 {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #fzrRlmUseOkxawGPb0vz9aJ7fD3IBeNN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #ZNJu3uEmaWeUnpg6oA8pZTSwlOkcyom1 {  }
 }@media only screen and (max-width: 763px) { #ozaviuCuNTaKGg7MIZgZWACnU7HCh2wc #oWXvUAFJiagT2rhokfkCFXiZRsSfP3qk {  }
 }@media only screen and (max-width: 763px) { #dN5GDhqI2nd2NgdIpTZKk9BMfs77TfbG { width:8.1875rem;height:1.8125rem;top:5.7722659111023rem;left:5.9062502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #noQpHBoaOb6b2UJ4AkiZeAoA5y86DUos { display:block; }
 }@media only screen and (max-width: 763px) { #E4UWTA6Pb4iBgxtaAwuduhs4Naf0wWDu { width:10.4375rem;height:1.275rem;top:0.6875rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07d59e8b-0072-46e3-831a-7b7467b97efb/Gemini_Generated_Image_bi5lmmbi5lmmbi5l.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O.adaptive-delivery-prevent-bg, #ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O.lazyload, #ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O.lazyloading { background-image: none; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container { background-color: transparent; background-image: none; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container > .video-iframe-container { display: none; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row > .video-iframe-container { display: none; }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .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); }#ZxTZdTgLgAdG03ciav4eCTQ3mFdpTZ5O > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBWA7EabBqF7LkfGuoQUTtuxWK7nncCl { width:14.125rem;height:11.4375rem;top:2.0843753814698rem;left:4.2554689049721rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLI4EUzyF3RbVKM5lbZcgo2g0bHSb1zv { width:1.3125rem;height:1.3125rem;top:9.6601572036744rem;left:17.117969095707rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Cfg0kdcC74pWcoGC2mzwFALuowxRxu { width:9rem;height:12.0625rem;top:0rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ea1d210e-ab5b-4bac-9fe9-fba92a5f8844/Gemini_Generated_Image_r9nn07r9nn07r9nn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG.adaptive-delivery-prevent-bg, #UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG.lazyload, #UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG.lazyloading { background-image: none; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container { background-color: transparent; background-image: none; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container > .video-iframe-container { display: none; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row > .video-iframe-container { display: none; }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .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); }#UWQMhzgMK7ppJn2WcCaqqbRfUBNqDTpG > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzzU3NKPGzNGi2Uxqmf8o0dGd7GqqMcB { width:12.375rem;height:26.4375rem;top:47.25rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #T9uaz8yCPdi4kKh86bZi7gkwb07psPRu { width:20rem;height:39.9375rem;top:3.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVUMiZoOUwf16BS92HDtw6rdMVSrWTZ0 { width:3.9375rem;height:1.6875rem;top:1.1156253814698rem;left:12.061718523503rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzZfdP5npl6d92PQsfbAD12nZwc3OC9X { width:1.25rem;height:1.25rem;top:1.5031251907349rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7DRu7TV45mpGDXTLXMlzqCo0LXIGQDr { width:1.5rem;height:1.5rem;top:20.087501192093rem;left:0.15rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr3UcouCKzFlLMDxOV4L41V8BRRqzQyJ { width:11.625rem;height:11.625rem;top:37.28125rem;left:8.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvsX72rsgv4mRw43SsDwAduFol4019RQ { width:2.3125rem;height:1.25rem;top:45.348437309265rem;left:1.1750000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF1Sz9qIotLTc19sf0G3lpJWpf3U3ZKI { width:14.75rem;height:0.89375rem;top:2.7050778865814rem;left:3.3312499523163rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg92SzvIOsXXkgXnT21vLK6XyGNJlZBL { width:9.4375rem;height:20.25rem;top:50.34375rem;left:10.562500536442rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rzoPVoxpSaZdHXkAfA7MrSPAINgyJ3KF { width:5.5rem;height:2.625rem;top:0.125rem;left:7.0937497615813rem;display:block; }
 }@media only screen and (max-width: 763px) { #badQ9ETEPGafan6frx9HdUPiJwT1BF3c { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07d59e8b-0072-46e3-831a-7b7467b97efb/Gemini_Generated_Image_bi5lmmbi5lmmbi5l.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c.adaptive-delivery-prevent-bg, #badQ9ETEPGafan6frx9HdUPiJwT1BF3c.lazyload, #badQ9ETEPGafan6frx9HdUPiJwT1BF3c.lazyloading { background-image: none; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container { background-color: transparent; background-image: none; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container > .video-iframe-container { display: none; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row > .video-iframe-container { display: none; }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .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); }#badQ9ETEPGafan6frx9HdUPiJwT1BF3c > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBBU0a3n8gPHJ5vmcnAJ63QInFcygCHm { width:19.3125rem;height:21.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOFNu3TJezT2ACFcn13mlgJTze1OTutN { width:5.875rem;height:5.875rem;top:77.375rem;left:11.762500345707rem;display:block; }
 }@media only screen and (max-width: 763px) { #boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK { display:block; }#boZ4uXtpIDaPo0N3pDm5Cnx58GkoVZEK > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSsIEGD4dg0EZGcAv7S8VRugQsVSrgXf { width:2.6875rem;height:2.6875rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LalzLuFQtedK7I8HLoN5JihkQ37rJWU4 { width:1.875rem;height:1.875rem;top:4.25rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JblxUU3H9Lc5PEyDlTL5Nh7oc7QuxLHG { width:1.875rem;height:1.875rem;top:8.25rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNNXirsnpLaLkfTCkQoTONPTIi1d0Sdm { width:1.6875rem;height:1.6875rem;top:6.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgw0o86DOVTTd4rMeq1d9ki00pckqet { width:1.6875rem;height:1.6875rem;top:4.3437533378601rem;left:2.6875002384186rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #tX5dCJQ7OykwlzpT18uTCXXSa0lcUO6Z { width:1.8125rem;height:1.8125rem;top:0rem;left:0.71796876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOpGn4yHwrTaF8sFV6oTUcaAeRik7Ecf { width:1.625rem;height:1.625rem;top:14.42343711853rem;left:0.53046876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMNkKwJiiCK7aeGF2xNFOKRhgOR1wS84 { width:1.3125rem;height:1.3125rem;top:9.0625rem;left:0.68749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0BpkG3kKOPQNlTkEOLsoDLHuaZ9zOU { width:1rem;height:1rem;top:0.47031259536743rem;left:17.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2kF7MrXO9FdTnIbs1rpv6BPfSGTVTgy { width:1.125rem;height:1.125rem;top:4.7208337783814rem;left:0.78333330154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvJSBkNXHpndycQ5EhO5q2l1A4krSMOv { width:1rem;height:1rem;top:9.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6A5r4P4p97aHJ1eEgadVkl1ff39NDya { width:2.3125rem;height:2.3125rem;top:15.187500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXy8ZtaPfnVucCEqTCyzTlGAbsswQLO { width:2.25rem;height:2.25rem;top:12.987499237061rem;left:16.999999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXNrnq0SzDo2SA6AtkFfKoZX6G4GfAM9 { width:1.1875rem;height:1.1875rem;top:0.625rem;left:17.656249582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaGWSszqLgFgekuTDomDDGmTCQ8hD4oi { width:1.1875rem;height:1.1875rem;top:6.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIOSVzTmEIpSbxZ5yNI76h5mTngsLKKg { width:6.125rem;height:6.125rem;top:15.999479770661rem;left:12.970833778381rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #cUhLxaODHZ1RBpzAh6Me6D1zgEQzfOT2 { width:1.3125rem;height:1.3125rem;top:11.875rem;left:17.612500727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhrWrWNq7t8wO41QhZJsUFD2Ra5nFW7u { width:1rem;height:1rem;top:7.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuueaGu6a14D6HouJGkuSrCdru9iWOlz { width:1.125rem;height:1.125rem;top:3.1583336591721rem;left:17.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPiI5ZXXQOox7ZNXOM3hQ9HnQekSzolb { width:12.6875rem;height:17.3125rem;top:0rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnVC8O01wKPT05kN1O0nHTWKUeOeQSo9 { width:13.75rem;height:1.75rem;top:19.62357711792rem;left:2.874467253685rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuAoz9OlR9ciur7ahONDMZNK0qkXyzOt { display:block; }
 }@media only screen and (max-width: 763px) { #GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob { display:block; }#GDvWWNWdPoZ8s6ASreGet2nwlsGM0oob > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqC7LhANIzthK3cPdxaRTnEm8obWqpvc { width:8.875rem;height:4.1875rem;top:11rem;left:10.775521278381rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2L7JQKlgS4R56aEvEWVmpcfrL0A1gVZ { width:9.1875rem;height:4.4375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTuLPTTLcy4XAdi8zSKv2ro7u9zfiII6 { width:9.0625rem;height:4.375rem;top:1.21875rem;left:10.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UutR0FV3UwPXenl6BKgRLBrvkbwLoFEE { width:9rem;height:4.3125rem;top:6.1875rem;left:10.73281288147rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft5dDBe7oLotVPUPEO2JokXHAQ4zDmuG { width:9.1875rem;height:4.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfT3mRCXyK3Ri2ikON0qzltMeVh8pbgh { width:9.1875rem;height:4.125rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZNFHoGwkW10m8CG0KtECoi7Tpa1w5Zf { width:9rem;height:4.25rem;top:16.062500953674rem;left:10.759375572204rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCKBETwp31LutCpox6blfTpaPyJ18uCN { width:9.1875rem;height:4.125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiu2GHlJ9t0AcmnHcw583nzuLzNlg33w { width:14.5rem;height:1.875rem;top:21.71640586853rem;left:2.7500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzhNTET8OHtaDKFFx4ICLa3h4oOEJcdq { display:block; }
 }@media only screen and (max-width: 763px) { #lzaaquWllkJTcqC08h48kaLe77z8FU47 { display:block; }#lzaaquWllkJTcqC08h48kaLe77z8FU47 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8sDp8ISZ0Kx09ZHxdd4UZyVb6PFqG0r { width:17.6875rem;height:2.9375rem;top:1.6557283401489rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUts7FWgk6UAdycZTclMmCXq83U2eGoc { width:1.9375rem;height:1.9375rem;top:11.247499942779rem;left:2.280312538147rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWwstJ0u1TND12g19MyPLh2LbDctk6A { width:1.3125rem;height:1.3125rem;top:11.903749942779rem;left:3.9671874046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3u48w7k1tyTP2hcNadhWH9dS63HlHc7 { width:2rem;height:0.8125rem;top:6.65536403656rem;left:1.8745535612106rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9dlU0rDFceBGRB9HnroywELvafp5x03 { width:0.8125rem;height:0.8125rem;top:9.8125rem;left:0.59281253814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBECA8bt736nM6Wmb8H9nyEVosi3A5er { width:5.4375rem;height:5.4375rem;top:8.8375rem;left:8.0429687142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6AFocaEBVH7ZqTthXmWx6SIssw2SOmT { width:2.6875rem;height:2.6875rem;top:10.624999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BANcwEfde5PcZVkMcC14JarvSPwI0r0I { width:17.9375rem;height:3.8125rem;top:5.28125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpV1LA0eNzLwvsfy2VkOGF0r85rZiRB8 { width:1.4375rem;height:1.4375rem;top:1.0307292938232rem;left:18.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq7FZcw75sfB755mLkWzIN7AOCn2hp0u { display:flex;width:0.9375rem;height:0.9375rem;top:4.1807289123535rem;left:17.125000953674rem; }
 }@media only screen and (max-width: 763px) { #DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I { position:relative;z-index:auto;display:block; }#DmuNXlqe8QGffyrNTOvFkMirsCgxXs8I > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGDDP3BePKJOL47qe2m9eG1lgwIdaAcy { width:4.75rem;height:2.625rem;top:0.49951171875rem;left:0.18652265625001rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9riaO9KZk7sZW97RxAqmZ0uuDTaTS9H { display:flex;width:0.625rem;height:0.625rem;top:10.625rem;left:10.75rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #QVMLHiwlrSNPtMsKg3tTqLuXURmmPewv { display:flex;width:0.6875rem;height:0.6875rem;top:10.5625rem;left:7.5rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #Ni6ekPAdtBVvz7H8GLRv22np4yeGwIC0 { display:flex;width:0.625rem;height:0.625rem;top:10.625rem;left:9.5625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #K75kRNZyyOZcQaBoMGlmEvKkx9ZNWm9m { display:flex;width:0.625rem;height:0.625rem;top:10.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #dzwTMGJlB1moDOJ9od0RLeDa9rMdBudT { width:0.625rem;height:0.625rem;top:10.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM8TChm9RBPoTEkSaPVFzMlSKPEbhTsF { width:3.25rem;height:1.25rem;top:1.18701171875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywQpAp7z340NZaSWa2ubrwQobrIB6XFb { width:9.875rem;height:0.65rem;top:1.19287109375rem;left:4.93603515625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqsDLZTuDpaxJ573u1iRNFQIPc3dbPTf { width:15.5rem;height:6.825rem;top:2.43701171875rem;left:2.25rem;font-size:0.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyEfRQrBJglu4thMDvBIA2bGsLp0tgVE { width:12.5625rem;height:0.4875rem;top:9.7626953125rem;left:4.75rem;font-size:0.375rem;display:block; }
 }