.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:214,247,252;--color-primary-1:133,230,246;--color-primary-2:51,213,240;--color-primary-3:0,203,236;--color-primary-4:6,71,113;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:184,189,191;--color-tertiary-2:137,145,149;--color-tertiary-3:108,117,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/fhRe20Xh/01_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0be4577-b5f2-4ec9-82d7-435ff4ced90c/Gemini_Generated_Image_rd0oeprd0oeprd0o1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm.adaptive-delivery-prevent-bg, #olwfPXykMlnLauPpB4iQSH74cHnkyCUm.lazyload, #olwfPXykMlnLauPpB4iQSH74cHnkyCUm.lazyloading { background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { border-width: 0; border-radius: 0; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:60rem;height:58.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:47.8125rem;width:33.125rem;top:3.375rem;left:0rem;display:block; }
#LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { color:#eff9ff;display:block;width:14.5625rem;position:absolute;font-family:madani;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7000002861023rem;left:1.4375rem;height:5.3578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { color:rgba(var(--color-tertiary-0),1);display:block;width:30.249625rem;position:absolute;font-family:madani;font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:11.374217987061rem;left:0.81093597412112rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { color:rgba(var(--color-tertiary-0),1);display:block;width:27.812125rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.874217987061rem;left:2.654296875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.812125rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.061326980591rem;left:2.654296875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-form-header {  }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:3.4375rem;color:#04253a;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:4.375rem;color:#04253a;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#04253a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:27.375rem;height:3.4375rem;font-family:madani;overflow:hidden; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-moz-placeholder { color:rgba(4,37,58,0.7);font-family:madani;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-moz-placeholder { color:rgba(4,37,58,0.7);font-family:madani;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-ms-input-placeholder { color:rgba(4,37,58,0.7);font-family:madani;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-webkit-input-placeholder { color:rgba(4,37,58,0.7);font-family:madani;font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.79);vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;line-height:1.8;float:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:first-of-type{padding-top:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:last-of-type{padding-bottom:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.949998855591rem;left:2.15625rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.949998855591rem;left:2.15625rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #RmoO8J9tmdEp2hbD6vo7zAT5oysDiZGG { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #dsrIHVdAITrGT9yH90gshX9B16ygh924 { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UcX5OZHbzS3TdmBE79MMubTOICpyFIQ4 { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Z7yTCFqoTs8giHuJoEaaTkapiS9JfEmH { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #O39XfViA45tgWME85xZLLZPvfbymFh5T { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wfE1DLQxtKKNuAE8CyPQl03DeE9K1tyL { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo { position:relative; }
#ed37sxqOFJER2XQIA7OEztsvCs4w71mM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:26.912109375rem;left:16.96875rem; }
#dy8LAA343blFG4JAlw78ngxK7GWJIi7q { 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.3125rem;width:8.375rem;top:4.2375001907349rem;left:23.737501144409rem;overflow:hidden;display:block; }
#zhehqpN7tuBEHki8qrGpady8O7RtCdrn { box-sizing:content-box;height:5.4375rem;width:11.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:21.487501144409rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { position:relative;display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { background-color: transparent; background-image: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .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); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { border-width: 0; border-radius: 0; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:0rem;display:block; }
#vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875019073486rem;left:1.5609359741211rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.5625rem;height:1.2984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqkIabDWHlZCoTipXko992nGAVrbfkw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.5625rem;height:1.2984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:10.4375rem;left:1.5625rem;display:block; }
#uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:13.5rem;left:1.5625rem;display:block; }
#vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.550003051757rem;left:21.562501907349rem;height:1.498825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8585948944094rem;left:21.561325073243rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFxshOIHepHqiSseTEXBlR65EP0f26Zk { position:absolute;display:block;z-index:15001;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:20rem;display:block; }
#Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:40rem;display:block; }
#KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:madani;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.875rem;left:40.437501907349rem;height:3.9375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZWWTM1z12mK0hPJvLy8FEqoEy2WLSK7b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.43710625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:11.811330795288rem;left:43.435546875rem;display:block; }
#bc18XT6L93IX1aCUaMzgOL7azlzIavQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6875rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12460625rem;width:2.12460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.9324245452881rem;left:8.935546875rem; }
#aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12460625rem;width:2.12460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.9347667694092rem;left:28.934761047363rem; }
#fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12460625rem;width:2.12460625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:1.9347667694092rem;left:48.936325073243rem; }
#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");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; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .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); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { border-width: 0; border-radius: 0; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.2484375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");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; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .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); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { border-width: 0; border-radius: 0; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { color:rgba(var(--color-secondary-2),1);display:block;width:38.1875rem;position:absolute;font-family:madani;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1874990463257rem;left:0rem;height:11.499625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn li:before{  }
#suH279cM4V2f2gz8HNThweDmtAVvGh8A { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98e10b60-c4d0-4198-8664-423ed2b2b57e/1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.125rem;left:42.562501907349rem;display:block; }#suH279cM4V2f2gz8HNThweDmtAVvGh8A.adaptive-delivery-prevent-bg, #suH279cM4V2f2gz8HNThweDmtAVvGh8A.lazyload, #suH279cM4V2f2gz8HNThweDmtAVvGh8A.lazyloading { background-image: none; }
#XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.173048019409rem;left:39.998435974121rem;height:1.498825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");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; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8.adaptive-delivery-prevent-bg, #TXTVvi4kJgFx6tPzhShairrkM74DkTd8.lazyload, #TXTVvi4kJgFx6tPzhShairrkM74DkTd8.lazyloading { background-image: none; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container { background-color: transparent; background-image: none; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container > .video-iframe-container { display: none; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row > .video-iframe-container { display: none; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .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); }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container { border-width: 0; border-radius: 0; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#PLQmRumt7hOd2ZpkFi5zlN8J7pLOw0kG { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.2484375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VoGmL2gGvXDDFyqGc3UbcmzD1EEfZBCx { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#KEeJTDt9KMFIJuKPXWfUlM1MXTsTh8GD { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#UcABCrKbqzz0LZK9AxIJELo98aawOkly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");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; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly.adaptive-delivery-prevent-bg, #UcABCrKbqzz0LZK9AxIJELo98aawOkly.lazyload, #UcABCrKbqzz0LZK9AxIJELo98aawOkly.lazyloading { background-image: none; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container { background-color: transparent; background-image: none; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container > .video-iframe-container { display: none; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row > .video-iframe-container { display: none; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .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); }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container { border-width: 0; border-radius: 0; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#oKnLv51nNhwqyp4wn2yQLbVQJ5nOaTep { color:rgba(var(--color-secondary-2),1);display:block;width:40.625rem;position:absolute;font-family:madani;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:14.2359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#oKnLv51nNhwqyp4wn2yQLbVQJ5nOaTep li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oKnLv51nNhwqyp4wn2yQLbVQJ5nOaTep li:before{  }
#IKlTxbMtrEwy3rW5DhhBEP2pstbVT3JO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNPwnw1QtnHp5366WGX53rISCB20CBMA { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.699226379394rem;left:41.561714172363rem;height:1.498825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWK5EpSrAMJwbUPnAX0VQ4ZMyW4vpRtB { 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:14.4375rem;width:14.4375rem;top:0.68515586853025rem;left:42.781251907349rem;overflow:hidden;display:block; }
#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { background-color: transparent; background-image: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .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); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { border-width: 0; border-radius: 0; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:madani;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.2484375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#gLiCaw3EeAqE6NQhcS348XdE1LAXabes { 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:2.75rem;width:5.3125rem;top:2.90625rem;left:15.28750038147rem;overflow:hidden;display:block; }
#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { background-color: transparent; background-image: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .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); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { border-width: 0; border-radius: 0; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { color:#04253a;display:block;width:33.125rem;position:absolute;font-family:madani;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.8125rem;left:1.75rem;height:7.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hi26IrvOE9i13o1pF68vhENoQZaEQa4V { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.3125rem;left:43.125rem;height:1.498825rem;font-style:normal;display:block; }
#Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.0625rem;left:43.125rem;height:1.498825rem;font-style:normal;display:block; }
#Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:madani;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.0625rem;left:43.125rem;height:1.498825rem;font-style:normal;display:block; }
#TnzNbpFfWX1P47yV9yGDAtvnmDmIKafL { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15011;top:1.1875rem;left:40.84375rem; }
#poaHmmlvkTVF2V3sv7oeg1LT9VJT1Bxy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15012;top:4.125rem;left:40.84375rem; }
#WXqT43hveWBO9OL1Uc8rIzbCppkuFTHT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;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:15013;top:7.0625rem;left:40.84375rem; }
#u9Te9PERJi1skwJVdpT15Emp479w8G10 { 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:22.75rem;width:44.3125rem;top:9.6875009536744rem;left:4.5rem;overflow:hidden;display:block; }
#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { border-width: 0; border-radius: 0; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { border-width: 0; border-radius: 0; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:none; }#tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
#vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5625rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { position:absolute;display:block;z-index:15001;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:1.0625rem;left:20rem;display:block; }
#fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5625rem;left:21.5625rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.875rem;left:21.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:1.0625rem;left:40rem;display:block; }
#A9x1fkoIauChpBZyCnGbnVpm0is476mK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:41.5625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.5625rem;left:41.5625rem;height:8.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Vs72R4eIUuanO12tCVi6pxy0CTJG9C3E { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:2.5rem;left:1.5625rem; }
#RIl2vzmTJuI9291i2JnCXrq5Xen4osDn { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:2.5rem;left:21.5625rem; }
#U1ExSdk0WatqACBe6p3TCBrfTAfxzwRq { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.5rem;left:41.5625rem; }
#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { 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/f0be4577-b5f2-4ec9-82d7-435ff4ced90c/Gemini_Generated_Image_rd0oeprd0oeprd0o1.png");background-position:center right !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; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.adaptive-delivery-prevent-bg, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyload, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyloading { background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { background-color: transparent; background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .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); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { border-width: 0; border-radius: 0; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { color:#04253a;display:block;width:23rem;position:absolute;font-family:madani;font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.8125rem;left:0rem;height:6.15rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { color:#04253a;display:block;width:23.1875rem;position:absolute;font-family:madani;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.500000953674rem;left:0rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:madani;font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.1875rem;left:5.5625rem;display:block; }
#QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Czdq3bssXX8U8ulWU9JbEMc53t6fnAcM { box-sizing:content-box;height:21.625rem;width:25.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.0500001907349rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:33.125rem;height:47.8125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #RmoO8J9tmdEp2hbD6vo7zAT5oysDiZGG {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #dsrIHVdAITrGT9yH90gshX9B16ygh924 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UcX5OZHbzS3TdmBE79MMubTOICpyFIQ4 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Z7yTCFqoTs8giHuJoEaaTkapiS9JfEmH {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #O39XfViA45tgWME85xZLLZPvfbymFh5T {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wfE1DLQxtKKNuAE8CyPQl03DeE9K1tyL {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #ed37sxqOFJER2XQIA7OEztsvCs4w71mM { width:2.125rem;height:2.125rem;top:26.875rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy8LAA343blFG4JAlw78ngxK7GWJIi7q { top:4.1875rem;left:17.612501144409rem;width:8.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhehqpN7tuBEHki8qrGpady8O7RtCdrn { top:3.3125rem;left:15.362501144409rem;width:11.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { width:15.9375rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { width:14.375rem;height:1.25rem;top:8.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkIabDWHlZCoTipXko992nGAVrbfkw4 { width:14.375rem;height:1.25rem;top:11.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { width:15.9375rem;height:0.0625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { width:15.9375rem;height:0.0625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { width:14.375rem;height:1.9375rem;top:4.6875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { width:14.375rem;height:1.9375rem;top:7.875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxshOIHepHqiSseTEXBlR65EP0f26Zk { width:15.9375rem;height:16.25rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { width:15.9375rem;height:16.25rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWTM1z12mK0hPJvLy8FEqoEy2WLSK7b { width:13.125rem;height:3.4375rem;top:11rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc18XT6L93IX1aCUaMzgOL7azlzIavQK { display:block; }
 }@media only screen and (max-width: 763px) { #m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { width:14.375rem;height:1.9375rem;top:4.6875rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { width:2.0625rem;height:2.0625rem;top:1.875rem;left:6.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { width:2.0625rem;height:2.0625rem;top:1.875rem;left:22.747261047363rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { width:2.0625rem;height:2.0625rem;top:1.875rem;left:38.623825073243rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { width:38.1875rem;height:9.375rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }#RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn li:before{  }
 }@media only screen and (max-width: 763px) { #suH279cM4V2f2gz8HNThweDmtAVvGh8A { width:13.625rem;height:13.625rem;top:1.25rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { width:16.875rem;height:1.9375rem;top:16.4375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { width:16.875rem;height:1.4375rem;top:19.125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTVvi4kJgFx6tPzhShairrkM74DkTd8 { display:block; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLQmRumt7hOd2ZpkFi5zlN8J7pLOw0kG { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoGmL2gGvXDDFyqGc3UbcmzD1EEfZBCx { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEeJTDt9KMFIJuKPXWfUlM1MXTsTh8GD { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcABCrKbqzz0LZK9AxIJELo98aawOkly { display:block; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKnLv51nNhwqyp4wn2yQLbVQJ5nOaTep { width:40.625rem;height:14.25rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }#oKnLv51nNhwqyp4wn2yQLbVQJ5nOaTep li:before{  }
 }@media only screen and (max-width: 763px) { #IKlTxbMtrEwy3rW5DhhBEP2pstbVT3JO { width:16.875rem;height:1.9375rem;top:16.4375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNPwnw1QtnHp5366WGX53rISCB20CBMA { width:16.875rem;height:1.5rem;top:18.6875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWK5EpSrAMJwbUPnAX0VQ4ZMyW4vpRtB { top:0.625rem;left:32.468751907349rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLiCaw3EeAqE6NQhcS348XdE1LAXabes { top:2.875rem;left:9.16250038147rem;width:5.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi26IrvOE9i13o1pF68vhENoQZaEQa4V { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { width:14.375rem;height:1.5rem;top:3.4375rem;left:33.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TnzNbpFfWX1P47yV9yGDAtvnmDmIKafL { width:1.375rem;height:1.375rem;top:1.1875rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaHmmlvkTVF2V3sv7oeg1LT9VJT1Bxy { width:1.375rem;height:1.375rem;top:4.125rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXqT43hveWBO9OL1Uc8rIzbCppkuFTHT { width:1.375rem;height:1.375rem;top:7.0625rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Te9PERJi1skwJVdpT15Emp479w8G10 { top:9.6875rem;left:0rem;width:44.3125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { width:14.375rem;height:1.25rem;top:16.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { width:14.375rem;height:1.25rem;top:16.25rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9x1fkoIauChpBZyCnGbnVpm0is476mK { width:14.375rem;height:1.25rem;top:16.375rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { width:14.375rem;height:8.4375rem;top:6.5625rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs72R4eIUuanO12tCVi6pxy0CTJG9C3E { width:1.75rem;height:1.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIl2vzmTJuI9291i2JnCXrq5Xen4osDn { width:1.75rem;height:1.75rem;top:2.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ExSdk0WatqACBe6p3TCBrfTAfxzwRq { width:1.75rem;height:1.75rem;top:2.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { width:22.9375rem;height:6.125rem;top:4.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:23.1875rem;height:1.9375rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { width:14rem;height:3.4375rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block; }
 }@media only screen and (max-width: 763px) { #Czdq3bssXX8U8ulWU9JbEMc53t6fnAcM { top:3rem;left:0rem;width:25.125rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); } }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0be4577-b5f2-4ec9-82d7-435ff4ced90c/Gemini_Generated_Image_rd0oeprd0oeprd0o1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm.adaptive-delivery-prevent-bg, #olwfPXykMlnLauPpB4iQSH74cHnkyCUm.lazyload, #olwfPXykMlnLauPpB4iQSH74cHnkyCUm.lazyloading { background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:20rem;height:27.6875rem;top:17.5rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { width:15.8125rem;height:0.975rem;top:25.36171913147rem;left:2.0937500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:18.375rem;height:1.5rem;top:18.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:17.5rem;height:1.6253875rem;top:21.8125rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:20rem;height:0.975rem;top:28.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:17.5rem;height:auto;top:28.0625rem;left:0rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:17.5rem;height:auto;top:28.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #RmoO8J9tmdEp2hbD6vo7zAT5oysDiZGG {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #dsrIHVdAITrGT9yH90gshX9B16ygh924 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UcX5OZHbzS3TdmBE79MMubTOICpyFIQ4 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #Z7yTCFqoTs8giHuJoEaaTkapiS9JfEmH {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #O39XfViA45tgWME85xZLLZPvfbymFh5T {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wfE1DLQxtKKNuAE8CyPQl03DeE9K1tyL {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #ed37sxqOFJER2XQIA7OEztsvCs4w71mM { width:2.125rem;height:2.125rem;top:24.78671836853rem;left:16.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy8LAA343blFG4JAlw78ngxK7GWJIi7q { width:4.1875rem;height:2.125rem;top:1.75rem;left:7.0937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhehqpN7tuBEHki8qrGpady8O7RtCdrn { width:6.25rem;height:2.875rem;top:1.3750004768372rem;left:6.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { width:20rem;height:16.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { width:16.875rem;height:1.2984375rem;top:5.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { width:16.875rem;height:1.2984375rem;top:9.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkIabDWHlZCoTipXko992nGAVrbfkw4 { width:16.875rem;height:1.2984375rem;top:12.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { width:16.875rem;height:0.0625rem;top:11.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { width:16.875rem;height:0.0625rem;top:14.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { width:16.875rem;height:1.498825rem;top:31.300003051757rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { width:16.875rem;height:1.2984375rem;top:23.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { width:16.875rem;height:1.2984375rem;top:26.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxshOIHepHqiSseTEXBlR65EP0f26Zk { width:20rem;height:16.25rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { width:20rem;height:16.25rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { width:16.875rem;height:5.9953125rem;top:43.9375rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWWTM1z12mK0hPJvLy8FEqoEy2WLSK7b { width:13.125rem;height:3.4375rem;top:48.4375rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc18XT6L93IX1aCUaMzgOL7azlzIavQK { display:block; }
 }@media only screen and (max-width: 763px) { #m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { width:16.875rem;height:1.2984375rem;top:40.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { width:2.12460625rem;height:2.12460625rem;top:2.9367179870606rem;left:8.9355466961863rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { width:2.12460625rem;height:2.12460625rem;top:20.12460899353rem;left:8.9355466961863rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { width:2.12460625rem;height:2.12460625rem;top:37.373435974121rem;left:8.9355466961863rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .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); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { width:20rem;height:5.20078125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { width:20rem;height:0.0625rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { width:3.75rem;height:0.1875rem;top:6.4125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .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); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { width:20rem;height:8.72575rem;top:25.862500667572rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn li:before{  }
 }@media only screen and (max-width: 763px) { #suH279cM4V2f2gz8HNThweDmtAVvGh8A { width:13.625rem;height:13.625rem;top:3.3484392166137rem;left:3.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqVMJO3v6lXxyRiBMSZU7FsO1kRbvG9H { width:16.875rem;height:1.2984375rem;top:19.411722183227rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr03lPaRJJEg1KvG2wW4Bsxf0i8Gs9ET { width:16.875rem;height:1.498825rem;top:22.875001430511rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTVvi4kJgFx6tPzhShairrkM74DkTd8 { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8.adaptive-delivery-prevent-bg, #TXTVvi4kJgFx6tPzhShairrkM74DkTd8.lazyload, #TXTVvi4kJgFx6tPzhShairrkM74DkTd8.lazyloading { background-image: none; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container { background-color: transparent; background-image: none; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container > .video-iframe-container { display: none; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row > .video-iframe-container { display: none; }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .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); }#TXTVvi4kJgFx6tPzhShairrkM74DkTd8 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLQmRumt7hOd2ZpkFi5zlN8J7pLOw0kG { width:20rem;height:3.9rem;top:0.99921894073488rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoGmL2gGvXDDFyqGc3UbcmzD1EEfZBCx { width:20rem;height:0.0625rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEeJTDt9KMFIJuKPXWfUlM1MXTsTh8GD { width:3.75rem;height:0.1875rem;top:6.4125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcABCrKbqzz0LZK9AxIJELo98aawOkly { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly.adaptive-delivery-prevent-bg, #UcABCrKbqzz0LZK9AxIJELo98aawOkly.lazyload, #UcABCrKbqzz0LZK9AxIJELo98aawOkly.lazyloading { background-image: none; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container { background-color: transparent; background-image: none; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container > .video-iframe-container { display: none; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row > .video-iframe-container { display: none; }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .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); }#UcABCrKbqzz0LZK9AxIJELo98aawOkly > .row .container { width:20rem;height:31.82696875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKnLv51nNhwqyp4wn2yQLbVQJ5nOaTep { width:20rem;height:14.5429375rem;top:17.285937309265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#oKnLv51nNhwqyp4wn2yQLbVQJ5nOaTep li:before{  }
 }@media only screen and (max-width: 763px) { #IKlTxbMtrEwy3rW5DhhBEP2pstbVT3JO { width:16.875rem;height:1.2984375rem;top:13.22421836853rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNPwnw1QtnHp5366WGX53rISCB20CBMA { width:16.875rem;height:1.498825rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWK5EpSrAMJwbUPnAX0VQ4ZMyW4vpRtB { width:14.4375rem;height:14.4375rem;top:1.41015625rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:20rem;height:1.2984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:20rem;height:0.0625rem;top:3.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:5.1125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLiCaw3EeAqE6NQhcS348XdE1LAXabes { width:5.3125rem;height:2.75rem;top:6.5499954223631rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { background-color: transparent; background-image: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .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); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:18.75rem;height:9.740625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi26IrvOE9i13o1pF68vhENoQZaEQa4V { width:16.875rem;height:1.498825rem;top:14.936719894409rem;left:1.5609374642372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { width:16.875rem;height:1.498825rem;top:19.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { width:16.875rem;height:1.498825rem;top:23.187500953674rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnzNbpFfWX1P47yV9yGDAtvnmDmIKafL { width:1.37460625rem;height:1.37460625rem;top:12.622264862061rem;left:9.3105466961863rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaHmmlvkTVF2V3sv7oeg1LT9VJT1Bxy { width:1.375rem;height:1.375rem;top:17.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXqT43hveWBO9OL1Uc8rIzbCppkuFTHT { width:1.37460625rem;height:1.37460625rem;top:21.887105941773rem;left:9.3105466961863rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Te9PERJi1skwJVdpT15Emp479w8G10 { width:18.5rem;height:9.5rem;top:25.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:20rem;height:0.0625rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:6.4125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:20rem;height:63.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:20rem;height:19.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { width:16.875rem;height:1.3rem;top:17.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:16.875rem;height:6rem;top:6.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { width:20rem;height:19.6875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { width:16.875rem;height:6rem;top:27.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { width:16.875rem;height:1.3rem;top:38rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:20rem;height:19.6875rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9x1fkoIauChpBZyCnGbnVpm0is476mK { width:16.875rem;height:1.3rem;top:58.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { width:16.875rem;height:6rem;top:48.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs72R4eIUuanO12tCVi6pxy0CTJG9C3E { width:1.75rem;height:1.75rem;top:2.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIl2vzmTJuI9291i2JnCXrq5Xen4osDn { width:1.75rem;height:1.75rem;top:23.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ExSdk0WatqACBe6p3TCBrfTAfxzwRq { width:1.75rem;height:1.75rem;top:44.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f0be4577-b5f2-4ec9-82d7-435ff4ced90c/Gemini_Generated_Image_rd0oeprd0oeprd0o1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.adaptive-delivery-prevent-bg, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyload, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8.lazyloading { background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { background-color: transparent; background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .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); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { width:20rem;height:4.8rem;top:21.562500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:20rem;height:1.95rem;top:27.675002098084rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { width:14rem;height:3.4375rem;top:31.662501335144rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block; }
 }@media only screen and (max-width: 763px) { #Czdq3bssXX8U8ulWU9JbEMc53t6fnAcM { width:20rem;height:21.625rem;top:21.037498474121rem;left:0rem;display:block; }
 }