.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8af08617-eead-489d-9341-cd53ea8a2e0a/bgaszens3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.adaptive-delivery-prevent-bg, #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.lazyload, #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.lazyloading { background-image: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { background-color: transparent; background-image: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(234,244,254,0.33); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container > .video-iframe-container { display: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(234,244,254,0.33); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container { display: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .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); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { border-width: 0; border-radius: 0; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#wGGlTLNA7DgOlERBdO93CHuyCTW8Q8QL { color:#005a91;display:block;width:43.3125rem;position:absolute;font-family:namian;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:5.8759765625rem;left:0rem;height:16.8740625rem;display:block; }
#nrvqDKvA47bvDDWcx8xPp5SBmsH8O9xh { color:#606060;display:block;width:31.0625rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:24.125rem;left:0rem;height:6rem;font-style:normal;display:block; }
#VlI2dKfDTiVG8HcMUoiEH9CBlmO7JnAp { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.5625rem;left:0rem;display:block; }
#ugnKSNfmwJMs7ATkddTezOv5aa2lTkqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoX1O3TmH2iaAZ1zdH6Oe1o7iAbggITP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.75rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#H1OHIGOKaHq4UsinQQGA7KD5W8RWDHWD { color:#606060;display:block;width:39.25rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:22.3125rem;left:0rem;height:1.6875rem;font-style:normal;display:block; }
#dROLoFvQms4Xg8lElLyagHOL4UGJeohg { box-sizing:content-box;height:46.5rem;width:20.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3b158bc5-98a1-4824-a8b3-bad3ce50e276/Agrupar6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.4375rem;left:44.5654296875rem;display:block; }#dROLoFvQms4Xg8lElLyagHOL4UGJeohg.adaptive-delivery-prevent-bg, #dROLoFvQms4Xg8lElLyagHOL4UGJeohg.lazyload, #dROLoFvQms4Xg8lElLyagHOL4UGJeohg.lazyloading { background-image: none; }
#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #001e35, #000509);background-image: -moz-linear-gradient(180deg, #001e35, #000509);background-image: -ms-linear-gradient(180deg, #001e35, #000509);background-image: -o-linear-gradient(180deg, #001e35, #000509);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e35', endColorstr='#000509' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e35', endColorstr='#000509' );";background-image: linear-gradient(180deg, #001e35, #000509);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; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { background-color: transparent; background-image: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container > .video-iframe-container { display: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container { display: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .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); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { border-width: 0; border-radius: 0; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#JiGJtohJX2kTn3aUEepyT8kBV4BkMASE { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:namian;font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1875rem;left:11.5625rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5TuJJ3D3fu3LvlVEFpMS4TsmdxD5DaC { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:namian;font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5625rem;left:12.625rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kv66vZRBOxT3vRgLiMgGTnXBSz3VBa5x { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:namian;font-size:3rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.3125rem;left:9.75rem;height:7.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;background-image:url("https://images.assets-landingi.com/uc/ed9e9dce-9df7-41c9-adce-f35d9a0c91b0/bgaszens.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af.adaptive-delivery-prevent-bg, #esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af.lazyload, #esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af.lazyloading { background-image: none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container { background-color: transparent; background-image: none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container > .video-iframe-container { display: none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row > .video-iframe-container { display: none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .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); }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container { border-width: 0; border-radius: 0; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#N97T8KCEaLFvVfFJ9Xpe3QalgfrDIXQW { color:#005a91;display:block;width:59.5625rem;position:absolute;font-family:namian;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:7.75rem;height:2.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMy3vRNBtMV9HKKsE4KTfK0IU4DvDFpf { color:#005a91;display:block;width:35.875rem;position:absolute;font-family:namian;font-size:4.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.349609375rem;left:0rem;height:6.3369375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wwSExT0wtr1oSyxAKwqvoeyvZ0QPaM85 { color:#005a91;display:block;width:59.5625rem;position:absolute;font-family:namian;font-size:4.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.9619140625rem;left:15.4375rem;height:6.3369375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UkwDyTim3CzUGsbFAes2mA5KvL80vT7q { color:#434343;display:block;width:59.5625rem;position:absolute;font-family:namian;font-size:4.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.125rem;left:7.71875rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1fp7G4GoMo2tLvZ0S0Zv9rKqAklLppl { color:#005a91;display:block;width:67.375rem;position:absolute;font-family:namian;font-size:3rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:41.875rem;left:3.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwUSGpWV7FpabNW6srkEFw3ZSGxDAbnZ { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:49.4375rem;left:24.375rem;display:block; }
#b8iNM4fXL65ThW6r0w3390xUhIoVdLUE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;background-image:url("https://images.assets-landingi.com/uc/ed9e9dce-9df7-41c9-adce-f35d9a0c91b0/bgaszens.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1.adaptive-delivery-prevent-bg, #MxCHbV09DeufKq4GfptWw0i6Fyccuev1.lazyload, #MxCHbV09DeufKq4GfptWw0i6Fyccuev1.lazyloading { background-image: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { background-color: transparent; background-image: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container > .video-iframe-container { display: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container { display: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .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); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { border-width: 0; border-radius: 0; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#cmWHZGN6wfCVuD43eQGQOVxAtwcLyirA { color:#005a91;display:block;width:51.0625rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.375rem;left:2.625rem;height:5.011725rem;font-style:normal;display:block; }
#TD4DmJu14qN1xg5HBmGGGDlkmXqQPpJo { background-color:#005a91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.2978515625rem;left:2.625rem;display:block; }
#KT7ALEsFoJMayOSHbZ3M26HPrfTrnhB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSHxieAZyKZQCTXaQxrJghoTK4gTXeDK { background-color:transparent;background-image:none;border-top:0.125rem solid #eaf4fe;border-left:0.125rem solid #eaf4fe;border-right:0.125rem solid #eaf4fe;border-bottom:0.125rem solid #eaf4fe;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.8125rem;left:3.96875rem;display:none; }
#it82kESFf0AgVGJtOSQcxHg0pDAbrp5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUmkSBTNqdQh50CTmoTNJon5WwSR6tDz { color:#606060;display:block;width:39.25rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:9.3125rem;left:2.625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eatVI7c2Ka2IXsqNRau3Wu5g6I2h7xuT { color:#005a91;display:block;width:43.375rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.125rem;left:2.625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2GEW0TGqqrJ5GUO4wqxSeCfUIbGMTVI { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.125rem;left:2.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#GP1ftECUfSlNMhsJ9R0As0UUyb8rTOvD { color:#606060;display:block;width:15.875rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:7.625rem;height:2.923825rem;display:block; }
#mEBSoZKZ6XDsp1bA7TBDP8eghaeb3l8W { color:#606060;display:block;width:18.5rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.5625rem;left:7.625rem;height:2.923825rem;display:block; }
#mGsg5LTW8ZDfl1WGazA06D6MvTbteWsT { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:17.125rem;left:2.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eF6XThM1ntfT9JHVrUvzJt9IcIxlEQmD { color:#606060;display:block;width:15.875rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:33.1875rem;height:1.4619125rem;display:block; }
#NenKhEcNxNrBlJkSRdWOcLCNpw3UhntR { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:22.125rem;left:2.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WVBg2OqJxDkSAfXt1sMsrqR3XAcIUPLL { color:#606060;display:block;width:18.5625rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32.5rem;left:7.625rem;height:2.923825rem;display:block; }
#QLhpTWOQ63uSTnPRggP1OFpxv94TETJR { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:32.0625rem;left:2.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#pQp0lkR4Fdlt4kiIL4VUapx8tx3DlWWZ { color:#606060;display:block;width:14.125rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:22.3125rem;left:33.1875rem;height:2.923825rem;display:block; }
#km2qa9MfMep4Sk5vabWXD1Vlyl7BnlpP { color:#606060;display:block;width:13.375rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17.1875rem;left:33.1875rem;height:2.923825rem;display:block; }
#l1n8ZhHoP2lXE7wVRnsnFdc5UTC6iEyG { color:#606060;display:block;width:18.9375rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:27.4375rem;left:7.625rem;height:2.923825rem;display:block; }
#S9OTaJKp5Ai6ccgaAHZUAu2v5KHIFP9O { color:#606060;display:block;width:18.875rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.5625rem;left:7.625rem;height:2.923825rem;display:block; }
#cfgnq3mqUmK21d3xdUIzUVoxk2g1MTRw { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:12.125rem;left:28.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eGVeZ6JPXboNslAmM3mBGiullmXoUgbO { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:27rem;left:2.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ODwwxJvpp713F8MacOXyV64FdJfvOUZB { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:16.8125rem;left:28.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#y3uHPXS9RqL6XaXESZOAzTwwisJXR2zw { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:21.9375rem;left:28.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#G1nDOId0DExqbF3To4WnHSni60VyHEHn { color:#606060;display:block;width:12.5625rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:27.5rem;left:33.1875rem;height:2.923825rem;display:block; }
#JRWoon8lfZi9Ki3Ds1sKXO5WogSwpJBT { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:27.0625rem;left:28.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Im1K3FcAnWMUHDiTtV10UUJssD6A0hmZ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5d08e2c-004a-485d-a524-334b9d56558c/bookbookmark.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.0625rem;left:3.5625rem;display:block; }#Im1K3FcAnWMUHDiTtV10UUJssD6A0hmZ.adaptive-delivery-prevent-bg, #Im1K3FcAnWMUHDiTtV10UUJssD6A0hmZ.lazyload, #Im1K3FcAnWMUHDiTtV10UUJssD6A0hmZ.lazyloading { background-image: none; }
#ar59if8bKObc7a0WgRMZM74C7yipT7LV { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a552c8c6-e8cd-46a1-8ab3-de21a91a9d94/languagelearningapp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.0625rem;left:3.5625rem;display:block; }#ar59if8bKObc7a0WgRMZM74C7yipT7LV.adaptive-delivery-prevent-bg, #ar59if8bKObc7a0WgRMZM74C7yipT7LV.lazyload, #ar59if8bKObc7a0WgRMZM74C7yipT7LV.lazyloading { background-image: none; }
#tAQKK46EHEMXx5vxRhQPPJ2ZMmfl8dhT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12842358-e219-4ed8-843a-898bce0d7362/headsideheart.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.0625rem;left:3.5625rem;display:block; }#tAQKK46EHEMXx5vxRhQPPJ2ZMmfl8dhT.adaptive-delivery-prevent-bg, #tAQKK46EHEMXx5vxRhQPPJ2ZMmfl8dhT.lazyload, #tAQKK46EHEMXx5vxRhQPPJ2ZMmfl8dhT.lazyloading { background-image: none; }
#mBwcD3NpThSDQ8yrGy8AEdigbBSlfDT8 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2bc9332f-ecd0-492c-bdf1-e055c94dfa80/lightbulbon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33rem;left:3.5625rem;display:block; }#mBwcD3NpThSDQ8yrGy8AEdigbBSlfDT8.adaptive-delivery-prevent-bg, #mBwcD3NpThSDQ8yrGy8AEdigbBSlfDT8.lazyload, #mBwcD3NpThSDQ8yrGy8AEdigbBSlfDT8.lazyloading { background-image: none; }
#bK0paOVl8o8sBZ0bH88JdalaRiQVRw0t { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbb8953d-0e1a-4a45-98fb-b7caf23bc197/meditation.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.0625rem;left:29.125rem;display:block; }#bK0paOVl8o8sBZ0bH88JdalaRiQVRw0t.adaptive-delivery-prevent-bg, #bK0paOVl8o8sBZ0bH88JdalaRiQVRw0t.lazyload, #bK0paOVl8o8sBZ0bH88JdalaRiQVRw0t.lazyloading { background-image: none; }
#nE2XnFC03p9dQCsIhToWBKWakxXQOMlL { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d3384530-1a70-4ae9-88c0-da4d60a93a77/photovideo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.875rem;left:3.5625rem;display:block; }#nE2XnFC03p9dQCsIhToWBKWakxXQOMlL.adaptive-delivery-prevent-bg, #nE2XnFC03p9dQCsIhToWBKWakxXQOMlL.lazyload, #nE2XnFC03p9dQCsIhToWBKWakxXQOMlL.lazyloading { background-image: none; }
#JnvSRb5Syv7EfE5kDgRs2T0enB5oD4gC { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d970cec3-1f60-4716-af1f-28103b0d799b/massage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.75rem;left:29.125rem;display:block; }#JnvSRb5Syv7EfE5kDgRs2T0enB5oD4gC.adaptive-delivery-prevent-bg, #JnvSRb5Syv7EfE5kDgRs2T0enB5oD4gC.lazyload, #JnvSRb5Syv7EfE5kDgRs2T0enB5oD4gC.lazyloading { background-image: none; }
#KMgGwe8DzTcirB2vTsO9UfLtgLun2C42 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c65980ac-2574-4679-8f95-357e49a43529/giftboxbenefits.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.875rem;left:29.25rem;display:block; }#KMgGwe8DzTcirB2vTsO9UfLtgLun2C42.adaptive-delivery-prevent-bg, #KMgGwe8DzTcirB2vTsO9UfLtgLun2C42.lazyload, #KMgGwe8DzTcirB2vTsO9UfLtgLun2C42.lazyloading { background-image: none; }
#fd1WB0lVM2C5iGhls3yrWlEl4QPATEQ4 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26f68ba4-3b8d-4d29-9ec0-48db7ab0ef9f/badgepercent.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.9375rem;left:29.1875rem;display:block; }#fd1WB0lVM2C5iGhls3yrWlEl4QPATEQ4.adaptive-delivery-prevent-bg, #fd1WB0lVM2C5iGhls3yrWlEl4QPATEQ4.lazyload, #fd1WB0lVM2C5iGhls3yrWlEl4QPATEQ4.lazyloading { background-image: none; }
#lABecU648fS4IcemyyvkDOWBLUvbr6uc { position:absolute;display:block;z-index:15037;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:38.4375rem;width:22.3125rem;top:5.53125rem;left:49.0625rem;overflow:hidden;display:block; }
#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2eff9;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; }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row .container { background-color: transparent; background-image: none; }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row .container > .video-iframe-container { display: none; }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row > .video-iframe-container { display: none; }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .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); }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row .container { border-width: 0; border-radius: 0; }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#Wm9IcWmW5agKtncApzxmvNuPue8a7chH { position:absolute;display:block;z-index:15001;height:21.875rem;width:75rem;top:9.3125rem;left:0rem;display:block; }
#GMgXXgnpXFIOeVSU8fQid0Db7iRx4oQd { box-sizing:content-box;height:27.625rem;width:6.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e2eff9, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #e2eff9, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #e2eff9, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #e2eff9, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eff9', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eff9', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #e2eff9, rgba(0,0,0,0));background-size:auto !important;top:8.125rem;left:0rem;display:block; }
#EcAVNDdpmPqIiImMHf01kFUaNmnwrE38 { box-sizing:content-box;height:27.625rem;width:6.25rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #e2eff9);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #e2eff9);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #e2eff9);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #e2eff9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eff9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e2eff9' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #e2eff9);background-size:auto !important;top:8.125rem;left:68.75rem;display:block; }
#fW1uAazMXwT2byee51Koq0B0DlI0vcoz { color:#005a91;display:block;width:34.8125rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.25rem;left:20.09375rem;height:5.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2eff9;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; }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row .container { background-color: transparent; background-image: none; }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row .container > .video-iframe-container { display: none; }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row > .video-iframe-container { display: none; }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .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); }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row .container { border-width: 0; border-radius: 0; }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV { box-sizing:content-box;height:31.125rem;width:49.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7b919b5a-a71e-4f1e-b0dc-a5b7539045f9/Agrupar5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:12.03125rem;display:block; }#pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV.adaptive-delivery-prevent-bg, #pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV.lazyload, #pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV.lazyloading { background-image: none; }
#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;background-image:url("https://images.assets-landingi.com/uc/5603b059-26e5-4727-987f-ca0b0c1151a5/LPBG5Sec.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.adaptive-delivery-prevent-bg, #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.lazyload, #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w.lazyloading { background-image: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { background-color: transparent; background-image: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container > .video-iframe-container { display: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container { display: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .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); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { border-width: 0; border-radius: 0; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#h53ABqSwdSL1oiRpRlNsInZRVWrwqFoQ { color:#005a91;display:block;width:38.25rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.25rem;left:9.6875rem;height:2.98730625rem;font-style:normal;display:block; }
#Axt06EGvtJ2vLPMtinx4Tpw2yXRAkOb5 { color:#606060;display:block;width:37.6875rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:9.625rem;height:14.29785625rem;font-style:normal;display:block; }
#gA0aAGTo2A6GW8oGTUCfRdLkVtOMpdQs { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.8125rem;left:9.625rem;display:block; }
#dz2QbhM1GJ13Ao8VEOnyVyZUhBN1cJCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN { box-sizing:content-box;height:32rem;width:44.375rem;position:absolute;display:block;z-index:14997;background-color:#eaf4fe;background-image:none;top:5.125rem;left:7.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#RLSBHp2siZp1dttO2TDC2CvtMviJEL26 { box-sizing:content-box;height:4.5rem;width:49.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #eaf4fe);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #eaf4fe);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #eaf4fe);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #eaf4fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eaf4fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eaf4fe' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #eaf4fe);background-size:auto !important;top:37.5rem;left:24.46875rem;display:block; }
#VlfzFRX4HSwlyl00RSyQnliHKSiA6it0 { color:#005a91;display:block;width:38.9375rem;position:absolute;font-family:namian;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.8125rem;left:9.6875rem;height:1.70605625rem;font-style:normal;display:block; }
#yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH { box-sizing:content-box;height:38.3125rem;width:39.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c0ad8e8d-9221-4276-9e8e-4a583cbc2936/freepik__background__50121.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.6875rem;left:28.375rem;display:block; }#yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH.adaptive-delivery-prevent-bg, #yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH.lazyload, #yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH.lazyloading { background-image: none; }
#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;background-image:url("https://images.assets-landingi.com/uc/ed9e9dce-9df7-41c9-adce-f35d9a0c91b0/bgaszens.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK.adaptive-delivery-prevent-bg, #L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK.lazyload, #L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK.lazyloading { background-image: none; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { background-color: transparent; background-image: none; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container > .video-iframe-container { display: none; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row > .video-iframe-container { display: none; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .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); }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { border-width: 0; border-radius: 0; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { font-size:0.875rem;font-family:arial;height:106.9375rem;width:75rem;position:relative;display:block; }#a8CIUIytBOmREydcQTThTlwi1Jhv5wk6 { color:#005a91;display:block;width:29.0625rem;position:absolute;font-family:namian;font-size:3rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:3.18603515625rem;height:7.9238125rem;font-style:normal;display:block; }
#uJShbUTS5QCIMa21Mqd46BLETNszyGeS { color:#005a91;display:block;width:21.4375rem;position:absolute;font-family:epilogue;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:37.7490234375rem;left:5.499267578125rem;height:5.361325rem;display:block; }
#lf80FXW8Zm5yCTL2IqTMRyJB8sylL4Pp { box-sizing:content-box;height:6.375rem;width:28.8125rem;position:absolute;display:block;z-index:15015;background-color:#dff0fa;background-image:none;top:38.812255859375rem;left:3.311767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#dQ3qa2IT3q27aZrWJT2FqM3qiT8nbUA0 { box-sizing:content-box;height:28.8125rem;width:28.8125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/85b45b47-5c3e-47ab-bd57-ab80da8fed27/2485dfe1fc33bacc7d0108cb7c707081.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.312255859375rem;left:3.311767578125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#dQ3qa2IT3q27aZrWJT2FqM3qiT8nbUA0.adaptive-delivery-prevent-bg, #dQ3qa2IT3q27aZrWJT2FqM3qiT8nbUA0.lazyload, #dQ3qa2IT3q27aZrWJT2FqM3qiT8nbUA0.lazyloading { background-image: none; }
#lmOB4XoHmlTGPo13TM0XKTOhryLvGBPs { box-sizing:content-box;height:7rem;width:28.8125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dff0fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dff0fa' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-size:auto !important;top:31.8115234375rem;left:3.311767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PQG1vsyMCKT6T4rNufBiqVBxDT0NMDE2 { box-sizing:content-box;height:6.375rem;width:28.8125rem;position:absolute;display:block;z-index:15019;background-color:#dff0fa;background-image:none;top:27.5rem;left:40.186767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT { box-sizing:content-box;height:28.8125rem;width:28.8125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ed40dfb1-8934-449d-a0b2-3ac33092b77b/8d868f1cd028d146d5e8d96e685ffb68.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5rem;left:40.186767578125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT.adaptive-delivery-prevent-bg, #FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT.lazyload, #FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT.lazyloading { background-image: none; }
#XyenviZlXUGMvKM8GOoKlSsTEwCPCW6N { color:#005a91;display:block;width:22.9375rem;position:absolute;font-family:epilogue;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.436767578125rem;left:42.374267578125rem;height:5.361325rem;display:block; }
#poV9LX6BnwNs84veKxHk8UAwaoZFgrSn { box-sizing:content-box;height:7rem;width:28.8125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dff0fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dff0fa' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-size:auto !important;top:20.499267578125rem;left:40.186767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pszJmSsr5Wadow6mi0tlBob61bXotPAZ { box-sizing:content-box;height:6.375rem;width:28.8125rem;position:absolute;display:block;z-index:15027;background-color:#dff0fa;background-image:none;top:63.87451171875rem;left:40.186767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2 { box-sizing:content-box;height:28.8125rem;width:28.8125rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c9e1f5e-74c4-41ef-840f-dd4dcb1d60f2/d91a0dc97f31e44583a76ca6dcd5069b.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.37451171875rem;left:40.186767578125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2.adaptive-delivery-prevent-bg, #m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2.lazyload, #m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2.lazyloading { background-image: none; }
#uImbG01xHgUVxMGkmwRl0wr13Bizg5Tr { color:#005a91;display:block;width:22.9375rem;position:absolute;font-family:epilogue;font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:62.8125rem;left:42.374267578125rem;height:5.361325rem;display:block; }
#SiTT9XAyRLRyfTM8uTRPheenx5zkE2Dn { box-sizing:content-box;height:7rem;width:28.8125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dff0fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dff0fa' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-size:auto !important;top:56.875rem;left:40.186767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mnNAZxoACX7QhdHgcHORo7NOcMcJ2Oek { box-sizing:content-box;height:6.375rem;width:28.8125rem;position:absolute;display:block;z-index:15023;background-color:#dff0fa;background-image:none;top:75.436494140625rem;left:3.311767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#waQz0bD335XQXO3AuV65wdX5TynUXfHH { box-sizing:content-box;height:28.8125rem;width:28.8125rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/81d79f8d-f594-4c2f-b596-a1d3a31af4e7/download3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:52.936494140625rem;left:3.311767578125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#waQz0bD335XQXO3AuV65wdX5TynUXfHH.adaptive-delivery-prevent-bg, #waQz0bD335XQXO3AuV65wdX5TynUXfHH.lazyload, #waQz0bD335XQXO3AuV65wdX5TynUXfHH.lazyloading { background-image: none; }
#CaKmXUDR75naeXFroUaQq8f4gQASVlAC { box-sizing:content-box;height:7rem;width:28.8125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dff0fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dff0fa' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #dff0fa);background-size:auto !important;top:68.436982421875rem;left:3.311767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OTkC83s2wGRnU2PeyyvyB0l9uWifExkd { color:#005a91;display:block;width:22.25rem;position:absolute;font-family:epilogue;font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:74.3740234375rem;left:5.4990234375rem;height:5.361325rem;display:block; }
#AShfqg5tEI7oPI2g2AHCL7g1dQWrMybo { box-sizing:content-box;height:6.375rem;width:28.8125rem;position:absolute;display:block;z-index:15027;background-color:#e8f2fc;background-image:none;top:100.49875rem;left:40.186767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo { box-sizing:content-box;height:28.8125rem;width:28.8125rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1fdd8d3-4f81-4a85-8209-db71c0e2b5e6/c8f514649b0feebf5a2458165009becb.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:77.99875rem;left:40.186767578125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo.adaptive-delivery-prevent-bg, #HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo.lazyload, #HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo.lazyloading { background-image: none; }
#WQBTdk1SPHsfH4whpIco6bCquEiP05hN { color:#005a91;display:block;width:25rem;position:absolute;font-family:epilogue;font-size:1.375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:100.498046875rem;left:42.0927734375rem;height:3.57421875rem;display:block; }
#GguCEPFt1NhpPEr3Q3tLTcODNEnk3lWO { box-sizing:content-box;height:7rem;width:28.8125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #e8f2fc);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #e8f2fc);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #e8f2fc);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #e8f2fc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e8f2fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e8f2fc' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #e8f2fc);background-size:auto !important;top:93.49923828125rem;left:40.186767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;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; }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row .container { background-color: transparent; background-image: none; }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row .container > .video-iframe-container { display: none; }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row > .video-iframe-container { display: none; }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .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); }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row .container { border-width: 0; border-radius: 0; }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#JC6uQDZc6yE9d47ZH4SLL8gT41AJGcmO { color:#005a91;display:block;width:35.625rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:5.9121125rem;font-style:normal;display:block; }
#cAFIlZLHdwA8tC78aLrT5wS37TbUNhcV { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd40185c-cfa2-45e2-99f3-94fbd6afa687/499381849_18500327185016881_8639226651385797152_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:0.0625rem;display:block; }#cAFIlZLHdwA8tC78aLrT5wS37TbUNhcV.adaptive-delivery-prevent-bg, #cAFIlZLHdwA8tC78aLrT5wS37TbUNhcV.lazyload, #cAFIlZLHdwA8tC78aLrT5wS37TbUNhcV.lazyloading { background-image: none; }
#IHGgsIafmDgN8ePTaMt8nOxn5oG5Zaqs { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.5rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mbgiO0IRpaTzuq7Xa7Q2G8B550VXN5LX { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9c0b13ca-3bd7-47d4-b3df-a580d2cd3f93/296913916_1094616344815379_5672451363101275216_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:12rem;display:block; }#mbgiO0IRpaTzuq7Xa7Q2G8B550VXN5LX.adaptive-delivery-prevent-bg, #mbgiO0IRpaTzuq7Xa7Q2G8B550VXN5LX.lazyload, #mbgiO0IRpaTzuq7Xa7Q2G8B550VXN5LX.lazyloading { background-image: none; }
#qi6RmTbIovpXI4ay7Vkq6SVW5b0UAHFA { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.5rem;left:11.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HHi3EAGSbcVLy5bXLntM6DXHTddg238y { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.5rem;left:35.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OsTWgx5ZkEOvuavmf0fguU51Ix8y1O0I { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f61be93c-2eaf-4f74-a9c5-63248d4e827c/515726562_18523006999053357_6641955800238208383_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:35.875rem;display:block; }#OsTWgx5ZkEOvuavmf0fguU51Ix8y1O0I.adaptive-delivery-prevent-bg, #OsTWgx5ZkEOvuavmf0fguU51Ix8y1O0I.lazyload, #OsTWgx5ZkEOvuavmf0fguU51Ix8y1O0I.lazyloading { background-image: none; }
#AUuQDTgzCXP1XlBmkbOBVvFxUU5OAkmn { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d6a8e0d2-615a-47bf-be91-aa7da353fe9e/520738426_18513441469031991_2224030320321148503_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:23.9375rem;display:block; }#AUuQDTgzCXP1XlBmkbOBVvFxUU5OAkmn.adaptive-delivery-prevent-bg, #AUuQDTgzCXP1XlBmkbOBVvFxUU5OAkmn.lazyload, #AUuQDTgzCXP1XlBmkbOBVvFxUU5OAkmn.lazyloading { background-image: none; }
#br9f0WGTrHiBpZPygVv525xiN7ADc19b { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.5rem;left:23.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wV1JVODPgG6tJVLxh2mQoCbbJcpVXinp { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:35.0625rem;left:35.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mqQ0Iu5yDDh7Z5XJXzeETG6oPCtNHTde { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:35.0625rem;left:23.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCcUyFeXan1riiW1hIMgH9lFT4TOrOzG { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e194401-4977-4279-9547-f89984572831/404282076_1332818087354370_8530399437446226772_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.0625rem;left:35.875rem;display:block; }#WCcUyFeXan1riiW1hIMgH9lFT4TOrOzG.adaptive-delivery-prevent-bg, #WCcUyFeXan1riiW1hIMgH9lFT4TOrOzG.lazyload, #WCcUyFeXan1riiW1hIMgH9lFT4TOrOzG.lazyloading { background-image: none; }
#mdG19nLWal8s8VFkhw9Ts7EfbaiTg7TG { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/88bafaaa-06a9-410d-a382-746d2aac65f2/434001078_404889988841796_1288142456538998078_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:25.0625rem;left:23.9375rem;display:block; }#mdG19nLWal8s8VFkhw9Ts7EfbaiTg7TG.adaptive-delivery-prevent-bg, #mdG19nLWal8s8VFkhw9Ts7EfbaiTg7TG.lazyload, #mdG19nLWal8s8VFkhw9Ts7EfbaiTg7TG.lazyloading { background-image: none; }
#Am9MmbODcDP4JwbefQmG0I1htAnzcyNS { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a5632bc-6f6f-447a-8e1c-58642faadf61/514672086_18508493317002607_6289762354717588216_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:25.0625rem;left:12rem;display:block; }#Am9MmbODcDP4JwbefQmG0I1htAnzcyNS.adaptive-delivery-prevent-bg, #Am9MmbODcDP4JwbefQmG0I1htAnzcyNS.lazyload, #Am9MmbODcDP4JwbefQmG0I1htAnzcyNS.lazyloading { background-image: none; }
#MRWU9zQWPwnzmTxrFcWMQBX9cToW4BzO { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.0625rem;left:11.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGbP3hp6Ex56slx6FufTZEnX4P2dx3tu { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8e58915-b34f-4c44-a128-22cc6abbb40e/364308088_1445511372907891_7786024053481227425_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.0625rem;left:0.0625rem;display:block; }#MGbP3hp6Ex56slx6FufTZEnX4P2dx3tu.adaptive-delivery-prevent-bg, #MGbP3hp6Ex56slx6FufTZEnX4P2dx3tu.lazyload, #MGbP3hp6Ex56slx6FufTZEnX4P2dx3tu.lazyloading { background-image: none; }
#qN7y3OQxLVokMD7cVvfsToqKbxiEA05L { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.0625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9pTvUcmvTdZDWkXCwFIIBeXHNmoG1na { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:35.0625rem;left:59.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yAtSwCTsvr7rDTpbVNmzQFT643X8pBTK { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1a029643-8e2b-4344-bf8e-3986c6b2a7f2/475363642_585614677724766_2446632809920027791_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.0625rem;left:59.8125rem;display:block; }#yAtSwCTsvr7rDTpbVNmzQFT643X8pBTK.adaptive-delivery-prevent-bg, #yAtSwCTsvr7rDTpbVNmzQFT643X8pBTK.lazyload, #yAtSwCTsvr7rDTpbVNmzQFT643X8pBTK.lazyloading { background-image: none; }
#lD3BOOU73t8ZQRhrzCcK1BV7DUUuw2pT { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.5rem;left:59.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSXwipL9FmEu55cEn7sHhSJHvHfitybv { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.5rem;left:47.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aJTZVMzrisPuhnqo1VikSJhOT2T0pc9s { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:35.0625rem;left:47.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhQWvvIDPIbxmzIms9yQgClKz0MsGgTd { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8df0c0c9-3cc4-43f8-82f3-978ba09b3470/439532178_1164393481173956_1646588958063733430_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.0625rem;left:47.875rem;display:block; }#QhQWvvIDPIbxmzIms9yQgClKz0MsGgTd.adaptive-delivery-prevent-bg, #QhQWvvIDPIbxmzIms9yQgClKz0MsGgTd.lazyload, #QhQWvvIDPIbxmzIms9yQgClKz0MsGgTd.lazyloading { background-image: none; }
#x3sITpaIE3s8pxFOngtw3HQsrrX3Lt9E { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/be08e6b6-295a-497d-9ea9-689f105129f3/461990559_903075805078696_7519088025725447812_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:59.8125rem;display:block; }#x3sITpaIE3s8pxFOngtw3HQsrrX3Lt9E.adaptive-delivery-prevent-bg, #x3sITpaIE3s8pxFOngtw3HQsrrX3Lt9E.lazyload, #x3sITpaIE3s8pxFOngtw3HQsrrX3Lt9E.lazyloading { background-image: none; }
#sCf2LzU2FRu55SOqEpkfQtVCvdzTlThT { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f29feba4-a04b-4c4e-be64-c15eaf58b808/467574930_1569247060380322_47273973027709933_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:12.5rem;left:47.875rem;display:block; }#sCf2LzU2FRu55SOqEpkfQtVCvdzTlThT.adaptive-delivery-prevent-bg, #sCf2LzU2FRu55SOqEpkfQtVCvdzTlThT.lazyload, #sCf2LzU2FRu55SOqEpkfQtVCvdzTlThT.lazyloading { background-image: none; }
#WTVFAcKTyaMGDz1Jf7UUWlhs2Ryo4ldO { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:47.625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ShcTKAcMZ8u0feClQ3TzWbnShmuIy5tg { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3d04dd1-94ee-4af5-bf85-a8f360f796fd/184565319_968782237197026_8681391589918385090_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.625rem;left:0.0625rem;display:block; }#ShcTKAcMZ8u0feClQ3TzWbnShmuIy5tg.adaptive-delivery-prevent-bg, #ShcTKAcMZ8u0feClQ3TzWbnShmuIy5tg.lazyload, #ShcTKAcMZ8u0feClQ3TzWbnShmuIy5tg.lazyloading { background-image: none; }
#OoT68bdFJu7FuzynGvhEs89gC5bDBJo0 { color:#005a91;display:block;width:13.6875rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:47.625rem;left:9.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GnTNgrND2fXT7XMI5k0U1XyiVEsifL6m { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/18349e6b-556e-4972-b55e-ea5a96898acf/491548453_1026968522693020_1819317036210809282_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:37.625rem;left:12.0625rem;display:block; }#GnTNgrND2fXT7XMI5k0U1XyiVEsifL6m.adaptive-delivery-prevent-bg, #GnTNgrND2fXT7XMI5k0U1XyiVEsifL6m.lazyload, #GnTNgrND2fXT7XMI5k0U1XyiVEsifL6m.lazyloading { background-image: none; }
#susIWxzJqiyNwRb3I7dL97GpDqhMCtu1 { color:#005a91;display:block;width:9.5rem;position:absolute;font-family:epilogue;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:47.625rem;left:23.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SsPDgcbvEvuvxgEqMS7IFV9KowVE0RxL { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/adbe5b80-734a-4c31-9e98-72b2ec43505a/523509165_18516898945039168_5341130002519527400_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.625rem;left:24rem;display:block; }#SsPDgcbvEvuvxgEqMS7IFV9KowVE0RxL.adaptive-delivery-prevent-bg, #SsPDgcbvEvuvxgEqMS7IFV9KowVE0RxL.lazyload, #SsPDgcbvEvuvxgEqMS7IFV9KowVE0RxL.lazyloading { background-image: none; }
#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaf4fe, #cfedff);background-image: -moz-linear-gradient(180deg, #eaf4fe, #cfedff);background-image: -ms-linear-gradient(180deg, #eaf4fe, #cfedff);background-image: -o-linear-gradient(180deg, #eaf4fe, #cfedff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fe', endColorstr='#cfedff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fe', endColorstr='#cfedff' );";background-image: linear-gradient(180deg, #eaf4fe, #cfedff);background-size:auto !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; }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row .container { background-color: transparent; background-image: none; }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row .container > .video-iframe-container { display: none; }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row > .video-iframe-container { display: none; }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .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); }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row .container { border-width: 0; border-radius: 0; }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(207,237,255,0.41);background-image:url("https://images.assets-landingi.com/uc/45dcce8f-56c6-4fe8-9c82-db3511caba45/bgaszens2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo.adaptive-delivery-prevent-bg, #UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo.lazyload, #UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo.lazyloading { background-image: none; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row .container { background-color: transparent; background-image: none; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row .container > .video-iframe-container { display: none; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row > .video-iframe-container { display: none; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .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); }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row .container { border-width: 0; border-radius: 0; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row .container { font-size:0.875rem;font-family:arial;height:115.5625rem;width:75rem;position:relative;display:block; }#DMCi8O6gTK08XKsBHmZFJ67puDI4V7qG { color:#005a91;display:block;width:62.3125rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:6.375rem;height:5.9121125rem;text-align:center;text-align-last:center;display:block; }
#G2O577Fpe6c86GVO3LibmyPzEFRsIuLV { color:#005a91;display:block;width:50.25rem;position:absolute;font-family:namian;font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:89rem;left:3.3125rem;height:2.6621125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kz6yNy3ClfpNbLbUhzk992G6UioxNHbu { color:#005a91;display:block;width:49.5rem;position:absolute;font-family:namian;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:85.1875rem;left:3.3125rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RVT3l53fcO9439Jbak3P1SW1LCHDnak1 { color:#005a91;display:block;width:16rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:96.8125rem;left:3.3125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ldkRIsiVWehgOIS9WuQ1ceC5WyJ6X5Rg { box-sizing:content-box;height:23.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#eaf4fe;background-image:none;top:81.75rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#dR38nqIWzZxJUQU8bUvNK0aT57TbnmXi { box-sizing:content-box;height:9.25rem;width:29.375rem;position:absolute;display:block;z-index:14999;background-color:#eaf4fe;background-image:none;top:16.125rem;left:7.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#VpbeR7SgMGc8vKlcy64n4Tv8EuKlFkPb { color:#002c46;display:block;width:26.62475rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.625rem;left:9.25rem;height:4.72265625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GxQZ5ZDrZAu1BSO70WcIfOvBAt9xK3cn { color:#005a91;display:block;width:13.125rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:96.8125rem;left:21.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rMTcpy0IXv4AucKU1HkMWDusWHWMd3yW { color:#005a91;display:block;width:15.75rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:96.875rem;left:37.4375rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BzC8THzCxVdiRuxRghDaTQOi5qOZvyEF { color:#005a91;display:block;width:15.3125rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:96.875rem;left:55.6875rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbVExX4Tkwm41nFPGhfvLZnSSEz2FTLt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:19.9375rem;left:38rem; }
#ayWxkUa4z7MxXflRJlTla8w5Lyibpt34 { box-sizing:content-box;height:5.25rem;width:18.0625rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image:none;top:20.75rem;left:40.375rem;border-top:0.125rem solid #005a91;border-left:0;border-right:0.125rem solid #005a91;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Gef80pclSO1MSTE4Wkr1Hx2TKSsmJZL6 { box-sizing:content-box;height:9.25rem;width:33.6875rem;position:absolute;display:block;z-index:15001;background-color:#eaf4fe;background-image:none;top:28.9375rem;left:41.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#NllZkSKwt8Et5feCyCD8xenT7D4y8LAH { color:#002c46;display:block;width:30.6875rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:30.5390625rem;left:43.0625rem;height:4.72265625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XbUfcQOdHbhAcC1yaevds2oySmQTnkD2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:26.6875rem;left:57.5625rem; }
#NnQORXCzAIq4Izqy14MhQQ8UnSNVpyRx { box-sizing:content-box;height:9.25rem;width:24.375rem;position:absolute;display:block;z-index:15003;background-color:#eaf4fe;background-image:none;top:41.6875rem;left:10.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#TM4LelRlt51LPU17zyT3LnOPVZWQ4NzT { color:#002c46;display:block;width:21.75rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:43.25rem;left:12.0625rem;height:6.296875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UQrRJJUfSC0vHP4cy517UUkXSPbC4CC8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.4375rem;left:21.9375rem; }
#svAnrcQdOFgBQDB1I3tVpuefI9EBKJOx { box-sizing:content-box;height:5.25rem;width:15.5rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;top:33.6875rem;left:22.8125rem;border-top:0.125rem solid #005a91;border-left:0.125rem solid #005a91;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sVqyaiXWHvcT8scrSxvJVxnzuNmaDBaV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:32.8125rem;left:38.875rem; }
#GlWWhNUePNRLTTwmGxtRViEGa9MBLbqy { box-sizing:content-box;height:9.25rem;width:28.1875rem;position:absolute;display:block;z-index:15003;background-color:#eaf4fe;background-image:none;top:55.0625rem;left:42.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#yBWH3tZGTvXewEKKrDw9GHPWZa0odT34 { color:#002c46;display:block;width:25.6875rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:56.6875rem;left:44.0625rem;height:6.296875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#fhhkGrd50JfX35GKRaPCT9enI7mVK3IK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:52.5625rem;left:55.4375rem; }
#okZo9bcM3sF43Va3Pl05oVoq3tgb1XPu { box-sizing:content-box;height:5.25rem;width:18.0625rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;top:46.625rem;left:38.25rem;border-top:0.125rem solid #005a91;border-left:0;border-right:0.125rem solid #005a91;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#EiCfxBIIZR9DK0ZzTMpvbTDXUbgsqJ7i { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:45.8125rem;left:35.875rem; }
#LXqqTmuNRbho1STrvANMKzfzO4RgAyXi { box-sizing:content-box;height:9.0625rem;width:12.125rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image:none;top:60.1875rem;left:26.68359375rem;border-top:0.125rem solid #005a91;border-left:0.125rem solid #005a91;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#c83GNmrN8UqDeNoGaGsLqrnmQRHyyW4h { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:59.3125rem;left:39.5rem; }
#huwDQiRgWR6RBtfV4LWeS8eAm3OQ3Zug { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:78.8125rem;left:36.4375rem; }
#EAdMXqTq3TNZ8UcJXrDrUOpvzUxpZgZ3 { box-sizing:content-box;height:6.125rem;width:6.8125rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image:none;top:72.125rem;left:30.5rem;border-top:0.125rem solid #005a91;border-left:0;border-right:0.125rem solid #005a91;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#uAgeQpfdrmu3eprQsi41unuJzwU6QcIg { box-sizing:content-box;height:7.1875rem;width:7.0625rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image:none;top:64.9375rem;left:26.68359375rem;border-top:0;border-left:0.125rem solid #005a91;border-right:0;border-bottom:0.125rem solid #005a91;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
#X2bBKCc3x2yi01RgtheA7dqtGcqhidtd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.4375rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:93.71875rem;left:3.3125rem; }
#Dae6LuTbZnqNRhGm1tb3NHVhcXkgDuRx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.4375rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:93.75rem;left:21.8125rem; }
#Oz2cFSXEgSRdrcB5acnGw9dOC5BM9g4p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.4375rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:93.75rem;left:37.375rem; }
#txvlynB79pX1OQTu8JqGqSvuweAycckg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.4375rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:93.75rem;left:55.5625rem; }
#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cfedff;background-image:url("https://images.assets-landingi.com/uc/45dcce8f-56c6-4fe8-9c82-db3511caba45/bgaszens2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc.adaptive-delivery-prevent-bg, #yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc.lazyload, #yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc.lazyloading { background-image: none; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row .container { background-color: transparent; background-image: none; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row .container > .video-iframe-container { display: none; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row > .video-iframe-container { display: none; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .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); }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row .container { border-width: 0; border-radius: 0; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:block; }#z7s8WVw4D5MLivlnhF09znH1UXdgypO3 { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8aadefc7-8782-4377-9c45-52b925890639/D20A6595.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#z7s8WVw4D5MLivlnhF09znH1UXdgypO3.adaptive-delivery-prevent-bg, #z7s8WVw4D5MLivlnhF09znH1UXdgypO3.lazyload, #z7s8WVw4D5MLivlnhF09znH1UXdgypO3.lazyloading { background-image: none; }
#dr8TAdTVvMBTODTL3bZbz1h9PpsTtHLS { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc70ef0b-f0d2-4f32-a4b0-05b421b18406/D20A5369.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.625rem;left:25.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#dr8TAdTVvMBTODTL3bZbz1h9PpsTtHLS.adaptive-delivery-prevent-bg, #dr8TAdTVvMBTODTL3bZbz1h9PpsTtHLS.lazyload, #dr8TAdTVvMBTODTL3bZbz1h9PpsTtHLS.lazyloading { background-image: none; }
#VHTXQGXXy21cZZvl3RwB0dUMGyZkMFNt { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/761ed767-841a-487d-adac-2cbe86009750/D20A0871.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.625rem;left:51.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#VHTXQGXXy21cZZvl3RwB0dUMGyZkMFNt.adaptive-delivery-prevent-bg, #VHTXQGXXy21cZZvl3RwB0dUMGyZkMFNt.lazyload, #VHTXQGXXy21cZZvl3RwB0dUMGyZkMFNt.lazyloading { background-image: none; }
#CEbMtlI1MJdFs0iBPckpSHeyd66bDawy { color:#005a91;display:block;width:56.625rem;position:absolute;font-family:namian;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.86328125rem;left:9.1875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7oWn4JTIAfsgI29ih37OzBA3XPNcqWd { color:#464646;display:block;width:66.9375rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:35.3125rem;left:4.03125rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QoR3JtpSyeMcyoUZ9zkkD18LgyUPrpPy { color:#005a91;display:block;width:26.875rem;position:absolute;font-family:namian;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:47.9375rem;left:7.25rem;height:2.6621125rem;text-align:right;text-align-last:right;display:block; }
#srkOTt6tPsNncSVtUApguzFbpgJmMqh9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:48rem;left:36.25rem; }
#sVqrM9OdiKpTTUwLLWs9vcZEOJLcndfD { color:#005a91;display:block;width:26.875rem;position:absolute;font-family:namian;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:47.9375rem;left:40.9375rem;height:2.6621125rem;text-align:left;text-align-last:left;display:block; }
#JtPZIx4mn3eaq33dlTbIw64QTtWSMvhu { color:#464646;display:block;width:49.875rem;position:absolute;font-family:namian;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.66015625rem;left:12.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OH3WC7GbTTHrnky5EQALFZpcPS9ztDaN { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:56.625rem;left:26.9375rem;display:block; }
#QQQOxDGuz3nI9axaB4aTo636864ZWBvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cfedff, #eaf4fe);background-image: -moz-linear-gradient(180deg, #cfedff, #eaf4fe);background-image: -ms-linear-gradient(180deg, #cfedff, #eaf4fe);background-image: -o-linear-gradient(180deg, #cfedff, #eaf4fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfedff', endColorstr='#eaf4fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfedff', endColorstr='#eaf4fe' );";background-image: linear-gradient(180deg, #cfedff, #eaf4fe);background-size:auto !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; }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row .container { background-color: transparent; background-image: none; }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row .container > .video-iframe-container { display: none; }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row > .video-iframe-container { display: none; }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .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); }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row .container { border-width: 0; border-radius: 0; }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;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; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { background-color: transparent; background-image: none; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container > .video-iframe-container { display: none; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row > .video-iframe-container { display: none; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .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); }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { border-width: 0; border-radius: 0; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#fdmUGNmLlOb9vON4TqE6CMn9BB1JR5zT { box-sizing:content-box;height:15rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:#cfedff;background-image:none;top:5.5rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#QnQqRva8qOP6EBpzidqoLoHVg1UheiGT { color:#005a91;display:block;width:19.125rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.75rem;left:1.8125rem;height:5.84765625rem;font-style:italic;display:block; }
#JkDxBDbNPanDnElElNns56MZUJ2bOTS9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.375rem;top:7.125rem;left:1.8125rem;overflow:hidden;display:block; }
#RpfFfqXeBJ9HwvFy92Wuk7RHlp2PJ4e0 { background-color:#005a91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.0625rem;left:24.4375rem;display:block; }
#PCafGT6pTO0pPoRgviMMSMKWwIoAnovr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdhCwTTSQpHvUMq4HpxQ8zCX8gq599My { box-sizing:content-box;height:15rem;width:26.25rem;position:absolute;display:block;z-index:15013;background-color:#cfedff;background-image:none;top:5.5rem;left:24.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#D1TzzAo0K9e8Lvid1WfD7uL7zp3pf3AT { color:#005a91;display:block;width:22.75rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.75rem;left:26.1875rem;height:7.3095625rem;font-style:italic;display:block; }
#kPhEF6h9dnEiZTfUHQVOV6XLUu3604NX { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.375rem;top:7.125rem;left:26.1875rem;overflow:hidden;display:block; }
#VHyn7E5R4aJUdCxA65SIcJFeSox2BwvT { box-sizing:content-box;height:15rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:#cfedff;background-image:none;top:5.5rem;left:52.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#hdFMm7T7Kk7zxzOATBPLpahKNzbEut5F { color:#005a91;display:block;width:18.8125rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.8125rem;left:54.125rem;height:5.84765625rem;font-style:italic;display:block; }
#uAtcDGPMWsqk9a7DBOsgQJMRW7W1zVED { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.375rem;top:7.1875rem;left:54.125rem;overflow:hidden;display:block; }
#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;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; }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row .container { background-color: transparent; background-image: none; }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row .container > .video-iframe-container { display: none; }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row > .video-iframe-container { display: none; }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .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); }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row .container { border-width: 0; border-radius: 0; }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#ArsFmwh1XF6xaoE9CrBqUXWZRtXFiphC { box-sizing:content-box;height:19.8125rem;width:19.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af473692-cf2f-4b37-b726-0fdd6428ad95/Selodegarantiarosa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:27.59375rem;display:block; }#ArsFmwh1XF6xaoE9CrBqUXWZRtXFiphC.adaptive-delivery-prevent-bg, #ArsFmwh1XF6xaoE9CrBqUXWZRtXFiphC.lazyload, #ArsFmwh1XF6xaoE9CrBqUXWZRtXFiphC.lazyloading { background-image: none; }
#WCG8DqqLTneGPKEurK2TWebBEPveTkat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;background-image:url("https://images.assets-landingi.com/uc/ed9e9dce-9df7-41c9-adce-f35d9a0c91b0/bgaszens.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat.adaptive-delivery-prevent-bg, #WCG8DqqLTneGPKEurK2TWebBEPveTkat.lazyload, #WCG8DqqLTneGPKEurK2TWebBEPveTkat.lazyloading { background-image: none; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row .container { background-color: transparent; background-image: none; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row .container > .video-iframe-container { display: none; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row > .video-iframe-container { display: none; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .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); }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row .container { border-width: 0; border-radius: 0; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#a2ABuF7NtnsOJbKSeWKdJHJOHezbgAHm { box-sizing:content-box;height:47.4375rem;width:20.75rem;position:absolute;display:block;z-index:15000;background-color:#005a91;background-image:none;top:7.5rem;left:6.9375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#mqC3eKQgwuOhNfSkkJfzMWriiIfq3PIf { color:#005a91;display:block;width:38.6875rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:18.125rem;height:2.98730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ma1Jcpw57Q0DCKlTml6TJbURrsou07do { color:#606060;display:block;width:39.25rem;position:absolute;font-family:epilogue;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:17.875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGS2ir8RxqTJeyJCARZT5Wae2EsBsTHc { color:#eaf4fe;display:block;width:17.75rem;position:absolute;font-family:namian;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:8.4375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qy0PLJ1ycZ2984x0tO2IV94zXOVvuieK { color:#eaf4fe;display:block;width:16.875rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:21.1875rem;left:8.9375rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b43OJ6M01FPxC0qnFtNnh2DUz4V1VCUt { color:#eaf4fe;display:block;width:6.375rem;position:absolute;font-family:namian;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5625rem;left:14.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToPzmwptHdNlS4LZD715aMsMrNF53uoR { color:#eaf4fe;display:block;width:11.0625rem;position:absolute;font-family:namian;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:11.875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWUxRsnA3AJbcW55FcvxostpBKmxirPZ { color:#eaf4fe;display:block;width:3.875rem;position:absolute;font-family:namian;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.3125rem;left:11.375rem;height:2.01171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zhd0tFAEQNoFGzee7yVtIWmy29V6lO4J { color:#eaf4fe;display:block;width:3.875rem;position:absolute;font-family:namian;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.4375rem;left:19.625rem;height:2.01171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FW3xoE4kQWdJ3AT4tdTvL6SZcqx4GREC { color:#eaf4fe;display:block;width:17.6875rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.1875rem;left:8.5rem;height:21.11325rem;text-align:left;text-align-last:left;display:block; }#FW3xoE4kQWdJ3AT4tdTvL6SZcqx4GREC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FW3xoE4kQWdJ3AT4tdTvL6SZcqx4GREC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70ea0336e6265a8fc038537b7ac0593e6ff8ca4d.svg); }
#B8dkkeJ8cHCclLvZDofWQuRv92efXSBc { color:#eaf4fe;display:block;width:17.75rem;position:absolute;font-family:namian;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:8.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIk7wHppBL4fgcAQa4TclSTZyEMsxB2q { box-sizing:content-box;height:28.5rem;width:18.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:7.5rem;left:29.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.125rem solid #005a91;border-left:0.125rem solid #005a91;border-right:0.125rem solid #005a91;border-bottom:0.125rem solid #005a91;display:block; }
#lfuO7TPW8THxFJMLiIAaySx8H8cagSTk { color:#005a91;display:block;width:17.1875rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22rem;left:30.0625rem;height:8.3828125rem;text-align:left;text-align-last:left;display:block; }#lfuO7TPW8THxFJMLiIAaySx8H8cagSTk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lfuO7TPW8THxFJMLiIAaySx8H8cagSTk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a09d6f2a24c4cc468beaaa1312cba0144d2c252.svg); }
#UUDEn3MOWXkqGVyU5AQDcVs25odaEqCs { color:#005a91;display:block;width:17rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:19rem;left:30.25rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyzZFSTzh2VKDymwuWv17cVTZTxiWGEd { color:#005a91;display:block;width:11.0625rem;position:absolute;font-family:namian;font-size:3.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.0625rem;left:33.125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M27wPaDA5Gadxbe6QeXJxRJRyoBhOWw2 { color:#005a91;display:block;width:3.875rem;position:absolute;font-family:namian;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.6875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XCk803Wcka1V2f6dnT7owvFF7d92LEJV { color:#005a91;display:block;width:3.875rem;position:absolute;font-family:namian;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.8125rem;left:33.5625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hDHWut5l10Rm7XuMn0omHOAAcyBC8aoS { color:#005a91;display:block;width:6.375rem;position:absolute;font-family:namian;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.4375rem;left:35.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JERM11UFsaPzsoTQyoLWxniKJMawdT6P { color:#005a91;display:block;width:14.5rem;position:absolute;font-family:namian;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:31.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S1n14u7rXZBJKcEVE2bFTb7KOA1Uqs2D { color:#005a91;display:block;width:14.5rem;position:absolute;font-family:namian;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.1875rem;left:31.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#awc9FzEwTlzZMzIPpC2SuG7yTs9QQUIV { box-sizing:content-box;height:25.625rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:7.5rem;left:49.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.125rem solid #005a91;border-left:0.125rem solid #005a91;border-right:0.125rem solid #005a91;border-bottom:0.125rem solid #005a91;display:block; }
#Vdh2POTTczkCmhTENCUFF5JWsbudCsuW { color:#005a91;display:block;width:17.3125rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.125rem;left:50.1875rem;height:5.484375rem;text-align:left;text-align-last:left;display:block; }#Vdh2POTTczkCmhTENCUFF5JWsbudCsuW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vdh2POTTczkCmhTENCUFF5JWsbudCsuW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a09d6f2a24c4cc468beaaa1312cba0144d2c252.svg); }
#qfCxtUuhHhx7C7lXTQTVEIsRnZGKLs6D { color:#005a91;display:block;width:16.9375rem;position:absolute;font-family:epilogue;font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:19.125rem;left:50.375rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2SXFdBSqMRMkVTdApZeSVhAcwVhtvsp { color:#005a91;display:block;width:11.0625rem;position:absolute;font-family:namian;font-size:3.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.0625rem;left:53.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZDQr1OnatZ0H6TLSN9FAvbCMyEI6b3X { color:#005a91;display:block;width:3.875rem;position:absolute;font-family:namian;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:16rem;left:59.875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fi9ZTSov7dETKlHn8zUT6RJml11WhkwW { color:#005a91;display:block;width:3.875rem;position:absolute;font-family:namian;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.6875rem;left:53.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owS0V619AklXHbhRvKr7FlmkJzGDbTvR { color:#005a91;display:block;width:6.375rem;position:absolute;font-family:namian;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.4375rem;left:55.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5Qrr2SFangUUpEU8Gl7HpTMuPOTWfmT { color:#005a91;display:block;width:14.5rem;position:absolute;font-family:namian;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.0625rem;left:51.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEM4ly1akvPi3OZlaIrkxH1wpcXOBGW8 { color:#005a91;display:block;width:14.5rem;position:absolute;font-family:namian;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9.875rem;left:51.625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D92WzaK65fbHv80TikR60V11TGgirEqq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.75rem;left:15.25rem; }
#RFreNsTDBLhiC8S5Ovn3IxMSGEQfT5Lk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.75rem;left:16.75rem; }
#zTOQnDycxUyPt0Q6xuhLkg3bbtRmLFZK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.75rem;left:18.1875rem; }
#wEeMWXkTrJWXlhQ5nfh9Fg0bvOTT8Css { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.5rem;left:58.25rem; }
#QWpNsdsx0aNBAg2ea67CtRwWRU3pdBRx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.625rem;left:37.375rem; }
#qFSLNtcQ1yn0Ia6gTbAikEnGo1dD1BZ6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.625rem;left:38.75rem; }
#d9LSStgpOWaATlRamLBuoR5MCqLApXHF { background-color:#eaf4fe;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#005a91;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:50rem;left:8.5625rem;display:block; }
#oe7guL7uzBmr1ICU7vDT10hKRVWyVD42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zn2Bv5ymxfFlkprugqbRrLBTcBiqfQm5 { background-color:#005a91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.375rem;left:29.9375rem;display:block; }
#to5KncHZOdaB4TaMO7WsgH5Np59g8Z6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VsPxXaXbBCx1NLKhH5uGlQbwBxl0TyJV { background-color:#005a91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:29.5rem;left:50.375rem;display:block; }
#FiLxsbLPUnSm7NnS25HMUh9XUssd65ct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nktv1THFXTaAz1dWDSNPao0k1ntAVfwe { color:#eaf4fe;display:block;width:6.375rem;position:absolute;font-family:namian;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:14.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnVnlmw2uKyJt9AgBd41PtX6a89up4pX { color:#005a91;display:block;width:6.375rem;position:absolute;font-family:namian;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:35.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BqVanBcO8v51xW5MJpMsOB8iZnqvFvkb { color:#005a91;display:block;width:6.375rem;position:absolute;font-family:namian;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.75rem;left:55.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf4fe;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; }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row .container { background-color: transparent; background-image: none; }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row .container > .video-iframe-container { display: none; }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row > .video-iframe-container { display: none; }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .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); }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row .container { border-width: 0; border-radius: 0; }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row .container { font-size:0.875rem;font-family:arial;height:60.5rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#005a91;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-heading-text { display:block;position:relative;width:100%;font-family:namian;font-weight:700;font-size:1.125rem;color:#ffffff;height:auto; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:epilogue;color:#ffffff;height:auto;line-height:1.5;overflow:hidden; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-trigger.adaptive-delivery-prevent-bg, #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-trigger.lazyload, #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-trigger.lazyloading { background-image: none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 { box-sizing:content-box;height:auto;width:50.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.3125rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #O9O0Aykle0klOTtynayplgI9m5X2oWSw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Tu3JRURDRQpuoTcvgInTHTgXDkFzGHqU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #ZX6iTJT19OACZJxIfiKW1MvZHhZMfVGK { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Zg4XhPTlnD9OJpxurOUTt5nIkioEMtgi {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #JOWckk9oI2wO66EwnxH0f9tgyVR8TSa7 {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #nl3x2FQOwEqNyUDn2AnkbaFGCTfdszPX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yoz2kklGxeLmVhtFlEGUNPNmpRdVmKlE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #H6bQa5TPBN56ZplAQ9vbJqCdchArI4Sb { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #r6Cs2tQTFyAW0WCaC0npQKTK3sLyBOOx {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #mJDRUJ2bK2Cgwk5dMAWIGZU34nwN46hn { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #FKVB6XPTJgXkGcCMJT2cJyMTW8J5Kte9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Mq9hBhoMknlAW0h0AiS7TnN5VTSMo5JQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #bXEviKhsw5POGKmisVr2qyr5DDrKArrW { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #cqZ0Damzi5Kz7dGId9wGhS5UrpxpiV2A {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #C4ORgoH7zBAG2KSr9DwHQo4NC8sHNgoK { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #vOKJIihsZNseUADJA8cAip8w6VAyBe2C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #lpVx5qn14BrEoOsaSlQPDXdCv62t8mVu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #V9sBZshdqOxZLTDssaQqzuHKUir3fzS6 { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #QDK0b8LVBZuuMsTQJTOcznWfbT1U8SQ0 {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #wx9BBAcL7SrZekXPpPakcX7F7ra02QQH { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #M8GOErMQiiMi3ml3NIgMeXTLnDtuXpr9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #xFa5TcVceFdxnSJZJJ9PQ90KwPs1H8LS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #q1U1IXhuKXCvTK8a0W0z9anasQykDLHy { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #TPpP9qtNCrZ2J9hXLe2QRvgTW0vBHRg7 {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #lN0DlSOozTpmKyPfh9ctcJ1y60cHTZIL { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #y8KrDaQUVQlOon6WvQeWvboXlOr1bIDn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #evTBD7MO7KiPMGZgw0AXNmIUnZfcwwA0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #vdeZOEXDuaXtC8LZ1sDHE6br2SkCNgqV { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Kwyai26lnz7vl7opW9mbTdLOK8vHqNJ4 {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #chrG92NfRWIdkwHUMv6ZrIlpEpx2qJc2 { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #AMlSD4BTznwy6chcicO1T9lTJ6WtTMux { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #TGWTtdvr79f2RKiP9cTBL9GEteEXJZBo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #ixDNUsAUwD9B0STzR53CdypTqXza3tIf { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yN1XAu4WoGbOgQZIwSswpkmuG2KVPdaJ {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #MEuGoGbcKLgJBOwH3qJ7xIi63oJMRxJp { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aI0bAK9Rgid7PJH2cXHt1pBTcEs0PdnM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #FZ77vxtUZDVCVw84fSZXPRkRuidHrXS0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Un0pQuQXdzWuDu6nvzOdd2x8EW7P9AGn { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aW25wUMg6POnqfbRVqnXGG17Vs5lB6iT {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #RxmCgPKnk67lbcM2D4kRLTai5dGLU3d7 { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #CORw27AcWlWU31XINk0QLkdvSG6ASJH4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #POPzCVBSZZNmK0lIWvaVl7yPrFUQfdTg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #DATwuZTSxQZ6vDauOJODi7CGV4ynd5gl { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #PTnZmUTCLqy2EKp4DtnBeo4Ff04LHIV8 {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #brFBeNVPSAnazRyxxAK29QmAw284Vydp { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #C3eGhZ1BvVnOUkiuq4ldulUq8ZVpVGsH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #qPeLSLHUH3k7P2C9CTkMQIv8gaSHMbJH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #P0dp67ukqhmuvsN4hh5itvzLeJSTM1bT { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #pec1vyGmidpFB373x1tRRolutG0cwoQm {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #exzJMPTQTlQ2D6GkEE5lE8iebMJxfpF1 { display:none; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #qiQrnvZ9vP4LC8gCbx3GLkcgoHIUOQxh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #s2C9TeV6fPEfJPeCa8Dw1HQ5xlIWloDh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aO6B03TUtLECatorIc9m9Wddf75fIwal { display:block;position:relative; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yFcz4GBFyMn69pS2NvPEtV08KtCTuZKZ {  }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #LKkXA3Hdd1uuX7bK3c2TbEgWcox9Bg9i { display:none; }
#nogMp3HikEqM6fzfa679G7PxvLEogfZR { color:#005a91;display:block;width:38.6875rem;position:absolute;font-family:namian;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:18.1875rem;height:2.98730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaf4fe, #cfedff);background-image: -moz-linear-gradient(180deg, #eaf4fe, #cfedff);background-image: -ms-linear-gradient(180deg, #eaf4fe, #cfedff);background-image: -o-linear-gradient(180deg, #eaf4fe, #cfedff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fe', endColorstr='#cfedff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf4fe', endColorstr='#cfedff' );";background-image: linear-gradient(180deg, #eaf4fe, #cfedff);background-size:auto !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; }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row .container { background-color: transparent; background-image: none; }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row .container > .video-iframe-container { display: none; }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row > .video-iframe-container { display: none; }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .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); }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row .container { border-width: 0; border-radius: 0; }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(207,237,255,0.75);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; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row .container { background-color: transparent; background-image: none; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row .container > .video-iframe-container { display: none; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row > .video-iframe-container { display: none; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .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); }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row .container { border-width: 0; border-radius: 0; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#qKGJlNrFTtyOTaBcKd2enr53IE0xooBT { color:#005a91;display:block;width:57.8125rem;position:absolute;font-family:namian;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:8.9375rem;left:9.0625rem;height:7.44925rem;text-align:center;text-align-last:center;display:block; }
#TvOQBGiMkxQ2JUI0QyIStSgTPMNJPo8g { color:#005a91;display:block;width:56.875rem;position:absolute;font-family:namian;font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:16.125rem;left:9.5rem;height:5.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KLXx4PwtrceGmUtqR8ooeOKIaOIwUNmg { color:#002c46;display:block;width:39.5625rem;position:absolute;font-family:epilogue;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.875rem;left:18.1875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uvch925KHrvrmZn0s0CFD0uOs02xzAnx { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26rem;left:22.1875rem;display:block; }
#oFhmSJIAN5QmUccHZp02KFp5B0nPyZMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zyfDBP7yVbkG3c6NwAbyxN4dMEd4kxi0 { background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#eaf4fe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:namian;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.9375rem;left:23.96875rem;display:none; }
#BvpkKzeBgwi0S7Bvuz6qRzb60RSG9syT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBN9wBzvHseFh6a2tuzAzHD0DVDyet4N { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.625rem;left:9.0625rem; }
#qTZK6cvIUF87MCWQGTLJwRQwBzb7aweG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.125rem;left:7.4375rem; }
#cuVuXAOVGx5xtaXTZF05b0sgLpzlXOD5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.3125rem;left:64.5625rem; }
#WxixRgIEIQ81P8T6OHoGBEAOmaoy7L8d { position:absolute;display:block;z-index:15023;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:2.5rem;width:14.0625rem;top:4.8125rem;left:30.5625rem;overflow:hidden;display:block; }
#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a91;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; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { background-color: transparent; background-image: none; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container > .video-iframe-container { display: none; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row > .video-iframe-container { display: none; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .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); }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { border-width: 0; border-radius: 0; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#IVVuQcQ5todkOy7QkSW7w5D7PkFE0vUN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.9375rem;top:1.8125rem;left:31.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw { display:block; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGGlTLNA7DgOlERBdO93CHuyCTW8Q8QL { top:5.875rem;left:0rem;width:43.3125rem;height:16.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrvqDKvA47bvDDWcx8xPp5SBmsH8O9xh { top:24.125rem;left:0rem;width:31.0625rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlI2dKfDTiVG8HcMUoiEH9CBlmO7JnAp { width:26.0625rem;height:3.4375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugnKSNfmwJMs7ATkddTezOv5aa2lTkqi { display:block; }
 }@media only screen and (max-width: 763px) { #JoX1O3TmH2iaAZ1zdH6Oe1o7iAbggITP { top:2.0625rem;left:0rem;width:8.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OHIGOKaHq4UsinQQGA7KD5W8RWDHWD { top:22.3125rem;left:0rem;width:39.25rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dROLoFvQms4Xg8lElLyagHOL4UGJeohg { top:1.4375rem;left:27.5rem;width:20.25rem;height:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 { display:block; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiGJtohJX2kTn3aUEepyT8kBV4BkMASE { top:7.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5TuJJ3D3fu3LvlVEFpMS4TsmdxD5DaC { top:19.5625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv66vZRBOxT3vRgLiMgGTnXBSz3VBa5x { top:32.3125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af { display:none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N97T8KCEaLFvVfFJ9Xpe3QalgfrDIXQW { top:4.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMy3vRNBtMV9HKKsE4KTfK0IU4DvDFpf { top:12.3125rem;left:0rem;width:35.875rem;height:6.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwSExT0wtr1oSyxAKwqvoeyvZ0QPaM85 { top:29.9375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkwDyTim3CzUGsbFAes2mA5KvL80vT7q { top:21.125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1fp7G4GoMo2tLvZ0S0Zv9rKqAklLppl { top:41.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwUSGpWV7FpabNW6srkEFw3ZSGxDAbnZ { width:26.25rem;height:3.4375rem;top:49.4375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8iNM4fXL65ThW6r0w3390xUhIoVdLUE { display:block; }
 }@media only screen and (max-width: 763px) { #MxCHbV09DeufKq4GfptWw0i6Fyccuev1 { display:block; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmWHZGN6wfCVuD43eQGQOVxAtwcLyirA { top:4.375rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD4DmJu14qN1xg5HBmGGGDlkmXqQPpJo { width:26.125rem;height:3.4375rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT7ALEsFoJMayOSHbZ3M26HPrfTrnhB4 { display:block; }
 }@media only screen and (max-width: 763px) { #zSHxieAZyKZQCTXaQxrJghoTK4gTXeDK { width:26.125rem;height:3.4375rem;top:30.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #it82kESFf0AgVGJtOSQcxHg0pDAbrp5P { display:block; }
 }@media only screen and (max-width: 763px) { #oUmkSBTNqdQh50CTmoTNJon5WwSR6tDz { top:9.3125rem;left:0rem;width:39.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eatVI7c2Ka2IXsqNRau3Wu5g6I2h7xuT { top:38.125rem;left:0rem;width:43.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2GEW0TGqqrJ5GUO4wqxSeCfUIbGMTVI { top:12.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP1ftECUfSlNMhsJ9R0As0UUyb8rTOvD { top:12.5625rem;left:0rem;width:15.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEBSoZKZ6XDsp1bA7TBDP8eghaeb3l8W { top:17.5625rem;left:0rem;width:18.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGsg5LTW8ZDfl1WGazA06D6MvTbteWsT { top:17.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF6XThM1ntfT9JHVrUvzJt9IcIxlEQmD { top:13.25rem;left:19.5625rem;width:15.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NenKhEcNxNrBlJkSRdWOcLCNpw3UhntR { top:22.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVBg2OqJxDkSAfXt1sMsrqR3XAcIUPLL { top:32.5rem;left:0rem;width:18.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLhpTWOQ63uSTnPRggP1OFpxv94TETJR { top:32.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQp0lkR4Fdlt4kiIL4VUapx8tx3DlWWZ { top:22.3125rem;left:19.5625rem;width:14.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #km2qa9MfMep4Sk5vabWXD1Vlyl7BnlpP { top:17.1875rem;left:19.5625rem;width:13.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1n8ZhHoP2lXE7wVRnsnFdc5UTC6iEyG { top:27.4375rem;left:0rem;width:18.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9OTaJKp5Ai6ccgaAHZUAu2v5KHIFP9O { top:22.5625rem;left:0rem;width:18.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgnq3mqUmK21d3xdUIzUVoxk2g1MTRw { top:12.125rem;left:14.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGVeZ6JPXboNslAmM3mBGiullmXoUgbO { top:27rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODwwxJvpp713F8MacOXyV64FdJfvOUZB { top:16.8125rem;left:14.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3uHPXS9RqL6XaXESZOAzTwwisJXR2zw { top:21.9375rem;left:14.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1nDOId0DExqbF3To4WnHSni60VyHEHn { top:27.5rem;left:19.5625rem;width:12.5625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWoon8lfZi9Ki3Ds1sKXO5WogSwpJBT { top:27.0625rem;left:14.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im1K3FcAnWMUHDiTtV10UUJssD6A0hmZ { top:13.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar59if8bKObc7a0WgRMZM74C7yipT7LV { top:18.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQKK46EHEMXx5vxRhQPPJ2ZMmfl8dhT { top:23.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBwcD3NpThSDQ8yrGy8AEdigbBSlfDT8 { top:33rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK0paOVl8o8sBZ0bH88JdalaRiQVRw0t { top:13.0625rem;left:15.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE2XnFC03p9dQCsIhToWBKWakxXQOMlL { top:27.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnvSRb5Syv7EfE5kDgRs2T0enB5oD4gC { top:17.75rem;left:15.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMgGwe8DzTcirB2vTsO9UfLtgLun2C42 { top:22.875rem;left:15.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1WB0lVM2C5iGhls3yrWlEl4QPATEQ4 { top:27.9375rem;left:15.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lABecU648fS4IcemyyvkDOWBLUvbr6uc { top:5.5rem;left:25.4375rem;width:22.3125rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g { display:block; }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wm9IcWmW5agKtncApzxmvNuPue8a7chH { top:9.3125rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMgXXgnpXFIOeVSU8fQid0Db7iRx4oQd { top:8.125rem;left:0rem;width:6.25rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcAVNDdpmPqIiImMHf01kFUaNmnwrE38 { top:8.125rem;left:41.5rem;width:6.25rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1uAazMXwT2byee51Koq0B0DlI0vcoz { top:2.25rem;left:6.46875rem;width:34.8125rem;height:4.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD { display:block; }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV { top:0rem;left:0rem;width:47.75rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w { display:block; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h53ABqSwdSL1oiRpRlNsInZRVWrwqFoQ { top:7.25rem;left:0rem;width:38.25rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axt06EGvtJ2vLPMtinx4Tpw2yXRAkOb5 { top:12.75rem;left:0rem;width:37.6875rem;height:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA0aAGTo2A6GW8oGTUCfRdLkVtOMpdQs { width:19.5rem;height:3.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz2QbhM1GJ13Ao8VEOnyVyZUhBN1cJCz { display:block; }
 }@media only screen and (max-width: 763px) { #yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN { top:5.125rem;left:0rem;width:44.375rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLSBHp2siZp1dttO2TDC2CvtMviJEL26 { top:37.5rem;left:0rem;width:47.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlfzFRX4HSwlyl00RSyQnliHKSiA6it0 { top:9.8125rem;left:0rem;width:38.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH { top:3.6875rem;left:8.375rem;width:39.375rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK { display:block; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8CIUIytBOmREydcQTThTlwi1Jhv5wk6 { top:5rem;left:0rem;width:29.0625rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJShbUTS5QCIMa21Mqd46BLETNszyGeS { top:37.6875rem;left:0rem;width:21.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf80FXW8Zm5yCTL2IqTMRyJB8sylL4Pp { top:38.75rem;left:0rem;width:28.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ3qa2IT3q27aZrWJT2FqM3qiT8nbUA0 { top:16.25rem;left:0rem;width:28.8125rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmOB4XoHmlTGPo13TM0XKTOhryLvGBPs { top:31.75rem;left:0rem;width:28.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQG1vsyMCKT6T4rNufBiqVBxDT0NMDE2 { top:27.5rem;left:19rem;width:28.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT { top:5rem;left:19rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyenviZlXUGMvKM8GOoKlSsTEwCPCW6N { top:26.375rem;left:24.8125rem;width:22.9375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poV9LX6BnwNs84veKxHk8UAwaoZFgrSn { top:20.4375rem;left:19rem;width:28.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszJmSsr5Wadow6mi0tlBob61bXotPAZ { top:63.8125rem;left:19rem;width:28.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2 { top:41.3125rem;left:19rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImbG01xHgUVxMGkmwRl0wr13Bizg5Tr { top:62.8125rem;left:24.875rem;width:22.875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTT9XAyRLRyfTM8uTRPheenx5zkE2Dn { top:56.875rem;left:19rem;width:28.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnNAZxoACX7QhdHgcHORo7NOcMcJ2Oek { top:75.375rem;left:0rem;width:28.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQz0bD335XQXO3AuV65wdX5TynUXfHH { top:52.875rem;left:0rem;width:28.8125rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaKmXUDR75naeXFroUaQq8f4gQASVlAC { top:68.375rem;left:0rem;width:28.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkC83s2wGRnU2PeyyvyB0l9uWifExkd { top:74.3125rem;left:0rem;width:22.25rem;height:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AShfqg5tEI7oPI2g2AHCL7g1dQWrMybo { top:100.4375rem;left:19rem;width:28.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo { top:77.9375rem;left:19rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQBTdk1SPHsfH4whpIco6bCquEiP05hN { top:100.4375rem;left:22.75rem;width:25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GguCEPFt1NhpPEr3Q3tLTcODNEnk3lWO { top:93.4375rem;left:19rem;width:28.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR { display:block; }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC6uQDZc6yE9d47ZH4SLL8gT41AJGcmO { top:4.1875rem;left:0rem;width:35.625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAFIlZLHdwA8tC78aLrT5wS37TbUNhcV { top:12.5rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHGgsIafmDgN8ePTaMt8nOxn5oG5Zaqs { top:22.5rem;left:0rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbgiO0IRpaTzuq7Xa7Q2G8B550VXN5LX { top:12.5rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi6RmTbIovpXI4ay7Vkq6SVW5b0UAHFA { top:22.5rem;left:0rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHi3EAGSbcVLy5bXLntM6DXHTddg238y { top:22.5rem;left:22.1875rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsTWgx5ZkEOvuavmf0fguU51Ix8y1O0I { top:12.5rem;left:22.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuQDTgzCXP1XlBmkbOBVvFxUU5OAkmn { top:12.5rem;left:10.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #br9f0WGTrHiBpZPygVv525xiN7ADc19b { top:22.5rem;left:10.25rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1JVODPgG6tJVLxh2mQoCbbJcpVXinp { top:35.0625rem;left:22.1875rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqQ0Iu5yDDh7Z5XJXzeETG6oPCtNHTde { top:35.0625rem;left:10.25rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCcUyFeXan1riiW1hIMgH9lFT4TOrOzG { top:25.0625rem;left:22.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdG19nLWal8s8VFkhw9Ts7EfbaiTg7TG { top:25.0625rem;left:10.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am9MmbODcDP4JwbefQmG0I1htAnzcyNS { top:25.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRWU9zQWPwnzmTxrFcWMQBX9cToW4BzO { top:35.0625rem;left:0rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGbP3hp6Ex56slx6FufTZEnX4P2dx3tu { top:25.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7y3OQxLVokMD7cVvfsToqKbxiEA05L { top:35.0625rem;left:0rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9pTvUcmvTdZDWkXCwFIIBeXHNmoG1na { top:35.0625rem;left:38.25rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAtSwCTsvr7rDTpbVNmzQFT643X8pBTK { top:25.0625rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD3BOOU73t8ZQRhrzCcK1BV7DUUuw2pT { top:22.5rem;left:38.25rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXwipL9FmEu55cEn7sHhSJHvHfitybv { top:22.5rem;left:34.1875rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTZVMzrisPuhnqo1VikSJhOT2T0pc9s { top:35.0625rem;left:34.1875rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhQWvvIDPIbxmzIms9yQgClKz0MsGgTd { top:25.0625rem;left:34.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3sITpaIE3s8pxFOngtw3HQsrrX3Lt9E { top:12.5rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCf2LzU2FRu55SOqEpkfQtVCvdzTlThT { top:12.5rem;left:34.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTVFAcKTyaMGDz1Jf7UUWlhs2Ryo4ldO { top:47.625rem;left:0rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShcTKAcMZ8u0feClQ3TzWbnShmuIy5tg { top:37.625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoT68bdFJu7FuzynGvhEs89gC5bDBJo0 { top:47.625rem;left:0rem;width:13.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTNgrND2fXT7XMI5k0U1XyiVEsifL6m { top:37.625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #susIWxzJqiyNwRb3I7dL97GpDqhMCtu1 { top:47.625rem;left:10.3125rem;width:9.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsPDgcbvEvuvxgEqMS7IFV9KowVE0RxL { top:37.625rem;left:10.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo { display:none; }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo { display:block; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMCi8O6gTK08XKsBHmZFJ67puDI4V7qG { top:5.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2O577Fpe6c86GVO3LibmyPzEFRsIuLV { top:89rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz6yNy3ClfpNbLbUhzk992G6UioxNHbu { top:85.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVT3l53fcO9439Jbak3P1SW1LCHDnak1 { top:96.8125rem;left:0rem;width:16rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldkRIsiVWehgOIS9WuQ1ceC5WyJ6X5Rg { top:81.75rem;left:0rem;width:47.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR38nqIWzZxJUQU8bUvNK0aT57TbnmXi { top:16.125rem;left:0rem;width:29.375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpbeR7SgMGc8vKlcy64n4Tv8EuKlFkPb { top:17.625rem;left:0rem;width:26.5625rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxQZ5ZDrZAu1BSO70WcIfOvBAt9xK3cn { top:96.8125rem;left:8.1875rem;width:13.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMTcpy0IXv4AucKU1HkMWDusWHWMd3yW { top:96.875rem;left:23.8125rem;width:15.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzC8THzCxVdiRuxRghDaTQOi5qOZvyEF { top:96.875rem;left:32.4375rem;width:15.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbVExX4Tkwm41nFPGhfvLZnSSEz2FTLt { top:19.9375rem;left:24.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayWxkUa4z7MxXflRJlTla8w5Lyibpt34 { top:20.75rem;left:26.75rem;width:18.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gef80pclSO1MSTE4Wkr1Hx2TKSsmJZL6 { top:28.9375rem;left:13.8125rem;width:33.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NllZkSKwt8Et5feCyCD8xenT7D4y8LAH { top:30.5rem;left:17.0625rem;width:30.6875rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbUfcQOdHbhAcC1yaevds2oySmQTnkD2 { top:26.6875rem;left:43.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnQORXCzAIq4Izqy14MhQQ8UnSNVpyRx { top:41.6875rem;left:0rem;width:24.375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4LelRlt51LPU17zyT3LnOPVZWQ4NzT { top:43.25rem;left:0rem;width:21.75rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQrRJJUfSC0vHP4cy517UUkXSPbC4CC8 { top:39.4375rem;left:8.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svAnrcQdOFgBQDB1I3tVpuefI9EBKJOx { top:33.6875rem;left:9.1875rem;width:15.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVqyaiXWHvcT8scrSxvJVxnzuNmaDBaV { top:32.8125rem;left:25.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlWWhNUePNRLTTwmGxtRViEGa9MBLbqy { top:55.0625rem;left:19.3125rem;width:28.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBWH3tZGTvXewEKKrDw9GHPWZa0odT34 { top:56.6875rem;left:22.0625rem;width:25.6875rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhhkGrd50JfX35GKRaPCT9enI7mVK3IK { top:52.5625rem;left:41.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okZo9bcM3sF43Va3Pl05oVoq3tgb1XPu { top:46.625rem;left:24.625rem;width:18.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiCfxBIIZR9DK0ZzTMpvbTDXUbgsqJ7i { top:45.8125rem;left:22.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXqqTmuNRbho1STrvANMKzfzO4RgAyXi { top:60.1875rem;left:13.05859375rem;width:12.125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83GNmrN8UqDeNoGaGsLqrnmQRHyyW4h { top:59.3125rem;left:25.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huwDQiRgWR6RBtfV4LWeS8eAm3OQ3Zug { top:78.8125rem;left:22.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAdMXqTq3TNZ8UcJXrDrUOpvzUxpZgZ3 { top:72.125rem;left:16.875rem;width:6.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgeQpfdrmu3eprQsi41unuJzwU6QcIg { top:64.9375rem;left:13.05859375rem;width:7.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2bBKCc3x2yi01RgtheA7dqtGcqhidtd { top:93.6875rem;left:0rem;width:2.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dae6LuTbZnqNRhGm1tb3NHVhcXkgDuRx { top:93.75rem;left:8.1875rem;width:2.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz2cFSXEgSRdrcB5acnGw9dOC5BM9g4p { top:93.75rem;left:23.75rem;width:2.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txvlynB79pX1OQTu8JqGqSvuweAycckg { top:93.75rem;left:41.9375rem;width:2.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc { display:block; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7s8WVw4D5MLivlnhF09znH1UXdgypO3 { top:9.625rem;left:0rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr8TAdTVvMBTODTL3bZbz1h9PpsTtHLS { top:9.625rem;left:12rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTXQGXXy21cZZvl3RwB0dUMGyZkMFNt { top:9.625rem;left:24rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEbMtlI1MJdFs0iBPckpSHeyd66bDawy { top:3.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7oWn4JTIAfsgI29ih37OzBA3XPNcqWd { top:35.3125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoR3JtpSyeMcyoUZ9zkkD18LgyUPrpPy { top:47.9375rem;left:0rem;width:26.875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srkOTt6tPsNncSVtUApguzFbpgJmMqh9 { top:48rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVqrM9OdiKpTTUwLLWs9vcZEOJLcndfD { top:47.9375rem;left:20.875rem;width:26.875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtPZIx4mn3eaq33dlTbIw64QTtWSMvhu { top:40.625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH3WC7GbTTHrnky5EQALFZpcPS9ztDaN { width:21.125rem;height:3.4375rem;top:56.625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQQOxDGuz3nI9axaB4aTo636864ZWBvP { display:block; }
 }@media only screen and (max-width: 763px) { #tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU { display:block; }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEW8yTInHNczUW59c0vTTf5FEXQb1bZD { display:block; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdmUGNmLlOb9vON4TqE6CMn9BB1JR5zT { top:5.5rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnQqRva8qOP6EBpzidqoLoHVg1UheiGT { top:9.75rem;left:0rem;width:19.125rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkDxBDbNPanDnElElNns56MZUJ2bOTS9 { top:7.125rem;left:0rem;width:2.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpfFfqXeBJ9HwvFy92Wuk7RHlp2PJ4e0 { width:26.125rem;height:3.4375rem;top:23.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCafGT6pTO0pPoRgviMMSMKWwIoAnovr { display:block; }
 }@media only screen and (max-width: 763px) { #fdhCwTTSQpHvUMq4HpxQ8zCX8gq599My { top:5.5rem;left:10.75rem;width:26.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TzzAo0K9e8Lvid1WfD7uL7zp3pf3AT { top:9.75rem;left:12.5625rem;width:22.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhEF6h9dnEiZTfUHQVOV6XLUu3604NX { top:7.125rem;left:12.5625rem;width:2.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHyn7E5R4aJUdCxA65SIcJFeSox2BwvT { top:5.5rem;left:25.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdFMm7T7Kk7zxzOATBPLpahKNzbEut5F { top:9.8125rem;left:28.9375rem;width:18.8125rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAtcDGPMWsqk9a7DBOsgQJMRW7W1zVED { top:7.1875rem;left:40.5rem;width:2.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu { display:block; }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArsFmwh1XF6xaoE9CrBqUXWZRtXFiphC { top:1.8125rem;left:13.96875rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCG8DqqLTneGPKEurK2TWebBEPveTkat { display:block; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2ABuF7NtnsOJbKSeWKdJHJOHezbgAHm { top:7.5rem;left:0rem;width:20.75rem;height:47.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqC3eKQgwuOhNfSkkJfzMWriiIfq3PIf { top:0.5625rem;left:4.5rem;width:38.6875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma1Jcpw57Q0DCKlTml6TJbURrsou07do { top:3.5rem;left:4.25rem;width:39.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGS2ir8RxqTJeyJCARZT5Wae2EsBsTHc { top:11.25rem;left:0rem;width:17.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy0PLJ1ycZ2984x0tO2IV94zXOVvuieK { top:21.1875rem;left:0rem;width:16.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b43OJ6M01FPxC0qnFtNnh2DUz4V1VCUt { top:13.5625rem;left:0.5625rem;width:6.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToPzmwptHdNlS4LZD715aMsMrNF53uoR { top:14.1875rem;left:0rem;width:11.0625rem;height:6.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWUxRsnA3AJbcW55FcvxostpBKmxirPZ { top:15.3125rem;left:0rem;width:3.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhd0tFAEQNoFGzee7yVtIWmy29V6lO4J { top:17.4375rem;left:6rem;width:3.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3xoE4kQWdJ3AT4tdTvL6SZcqx4GREC { top:24.1875rem;left:0rem;width:17.6875rem;height:24.5rem;font-size:0.875rem;display:block; }#FW3xoE4kQWdJ3AT4tdTvL6SZcqx4GREC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70ea0336e6265a8fc038537b7ac0593e6ff8ca4d.svg); }
 }@media only screen and (max-width: 763px) { #B8dkkeJ8cHCclLvZDofWQuRv92efXSBc { top:10.0625rem;left:0rem;width:17.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIk7wHppBL4fgcAQa4TclSTZyEMsxB2q { top:7.5rem;left:15.4375rem;width:18.875rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfuO7TPW8THxFJMLiIAaySx8H8cagSTk { top:22rem;left:16.4375rem;width:17.1875rem;height:9.5rem;font-size:0.875rem;display:block; }#lfuO7TPW8THxFJMLiIAaySx8H8cagSTk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a09d6f2a24c4cc468beaaa1312cba0144d2c252.svg); }
 }@media only screen and (max-width: 763px) { #UUDEn3MOWXkqGVyU5AQDcVs25odaEqCs { top:19rem;left:16.625rem;width:17rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyzZFSTzh2VKDymwuWv17cVTZTxiWGEd { top:14.0625rem;left:19.5rem;width:11.0625rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M27wPaDA5Gadxbe6QeXJxRJRyoBhOWw2 { top:16.125rem;left:26.0625rem;width:3.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCk803Wcka1V2f6dnT7owvFF7d92LEJV { top:14.8125rem;left:19.9375rem;width:3.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDHWut5l10Rm7XuMn0omHOAAcyBC8aoS { top:13.4375rem;left:21.8125rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JERM11UFsaPzsoTQyoLWxniKJMawdT6P { top:11.375rem;left:17.8125rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1n14u7rXZBJKcEVE2bFTb7KOA1Uqs2D { top:10.1875rem;left:17.8125rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awc9FzEwTlzZMzIPpC2SuG7yTs9QQUIV { top:7.5rem;left:28.75rem;width:18.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdh2POTTczkCmhTENCUFF5JWsbudCsuW { top:22.125rem;left:30.4375rem;width:17.3125rem;height:6.5625rem;font-size:0.875rem;display:block; }#Vdh2POTTczkCmhTENCUFF5JWsbudCsuW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a09d6f2a24c4cc468beaaa1312cba0144d2c252.svg); }
 }@media only screen and (max-width: 763px) { #qfCxtUuhHhx7C7lXTQTVEIsRnZGKLs6D { top:19.125rem;left:30.8125rem;width:16.9375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2SXFdBSqMRMkVTdApZeSVhAcwVhtvsp { top:14.0625rem;left:36.6875rem;width:11.0625rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZDQr1OnatZ0H6TLSN9FAvbCMyEI6b3X { top:16rem;left:43.875rem;width:3.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi9ZTSov7dETKlHn8zUT6RJml11WhkwW { top:14.6875rem;left:40.125rem;width:3.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owS0V619AklXHbhRvKr7FlmkJzGDbTvR { top:13.4375rem;left:41.375rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Qrr2SFangUUpEU8Gl7HpTMuPOTWfmT { top:11.0625rem;left:33.25rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEM4ly1akvPi3OZlaIrkxH1wpcXOBGW8 { top:9.875rem;left:33.25rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D92WzaK65fbHv80TikR60V11TGgirEqq { top:8.75rem;left:1.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFreNsTDBLhiC8S5Ovn3IxMSGEQfT5Lk { top:8.75rem;left:3.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTOQnDycxUyPt0Q6xuhLkg3bbtRmLFZK { top:8.75rem;left:4.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEeMWXkTrJWXlhQ5nfh9Fg0bvOTT8Css { top:8.5rem;left:44.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWpNsdsx0aNBAg2ea67CtRwWRU3pdBRx { top:8.625rem;left:23.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFSLNtcQ1yn0Ia6gTbAikEnGo1dD1BZ6 { top:8.625rem;left:25.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9LSStgpOWaATlRamLBuoR5MCqLApXHF { width:17.5rem;height:3.4375rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe7guL7uzBmr1ICU7vDT10hKRVWyVD42 { display:block; }
 }@media only screen and (max-width: 763px) { #Zn2Bv5ymxfFlkprugqbRrLBTcBiqfQm5 { width:17.0625rem;height:2.625rem;top:32.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5KncHZOdaB4TaMO7WsgH5Np59g8Z6b { display:block; }
 }@media only screen and (max-width: 763px) { #VsPxXaXbBCx1NLKhH5uGlQbwBxl0TyJV { width:17.0625rem;height:2.625rem;top:29.5rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiLxsbLPUnSm7NnS25HMUh9XUssd65ct { display:block; }
 }@media only screen and (max-width: 763px) { #Nktv1THFXTaAz1dWDSNPao0k1ntAVfwe { top:19.1875rem;left:0.5rem;width:6.375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PnVnlmw2uKyJt9AgBd41PtX6a89up4pX { top:17.5rem;left:21.8125rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqVanBcO8v51xW5MJpMsOB8iZnqvFvkb { top:17.75rem;left:41.375rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi { display:none; }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 { display:flex;height:auto;width:45.25rem;top:5.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #O9O0Aykle0klOTtynayplgI9m5X2oWSw {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Tu3JRURDRQpuoTcvgInTHTgXDkFzGHqU {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #ZX6iTJT19OACZJxIfiKW1MvZHhZMfVGK {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Zg4XhPTlnD9OJpxurOUTt5nIkioEMtgi {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #JOWckk9oI2wO66EwnxH0f9tgyVR8TSa7 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #nl3x2FQOwEqNyUDn2AnkbaFGCTfdszPX {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yoz2kklGxeLmVhtFlEGUNPNmpRdVmKlE {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #H6bQa5TPBN56ZplAQ9vbJqCdchArI4Sb {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #r6Cs2tQTFyAW0WCaC0npQKTK3sLyBOOx {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #mJDRUJ2bK2Cgwk5dMAWIGZU34nwN46hn {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #FKVB6XPTJgXkGcCMJT2cJyMTW8J5Kte9 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Mq9hBhoMknlAW0h0AiS7TnN5VTSMo5JQ {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #bXEviKhsw5POGKmisVr2qyr5DDrKArrW {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #cqZ0Damzi5Kz7dGId9wGhS5UrpxpiV2A {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #C4ORgoH7zBAG2KSr9DwHQo4NC8sHNgoK {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #vOKJIihsZNseUADJA8cAip8w6VAyBe2C {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #lpVx5qn14BrEoOsaSlQPDXdCv62t8mVu {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #V9sBZshdqOxZLTDssaQqzuHKUir3fzS6 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #QDK0b8LVBZuuMsTQJTOcznWfbT1U8SQ0 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #wx9BBAcL7SrZekXPpPakcX7F7ra02QQH {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #M8GOErMQiiMi3ml3NIgMeXTLnDtuXpr9 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #xFa5TcVceFdxnSJZJJ9PQ90KwPs1H8LS {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #q1U1IXhuKXCvTK8a0W0z9anasQykDLHy {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #TPpP9qtNCrZ2J9hXLe2QRvgTW0vBHRg7 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #lN0DlSOozTpmKyPfh9ctcJ1y60cHTZIL {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #y8KrDaQUVQlOon6WvQeWvboXlOr1bIDn {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #evTBD7MO7KiPMGZgw0AXNmIUnZfcwwA0 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #vdeZOEXDuaXtC8LZ1sDHE6br2SkCNgqV {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Kwyai26lnz7vl7opW9mbTdLOK8vHqNJ4 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #chrG92NfRWIdkwHUMv6ZrIlpEpx2qJc2 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #AMlSD4BTznwy6chcicO1T9lTJ6WtTMux {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #TGWTtdvr79f2RKiP9cTBL9GEteEXJZBo {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #ixDNUsAUwD9B0STzR53CdypTqXza3tIf {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yN1XAu4WoGbOgQZIwSswpkmuG2KVPdaJ {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #MEuGoGbcKLgJBOwH3qJ7xIi63oJMRxJp {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aI0bAK9Rgid7PJH2cXHt1pBTcEs0PdnM {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #FZ77vxtUZDVCVw84fSZXPRkRuidHrXS0 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Un0pQuQXdzWuDu6nvzOdd2x8EW7P9AGn {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aW25wUMg6POnqfbRVqnXGG17Vs5lB6iT {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #RxmCgPKnk67lbcM2D4kRLTai5dGLU3d7 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #CORw27AcWlWU31XINk0QLkdvSG6ASJH4 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #POPzCVBSZZNmK0lIWvaVl7yPrFUQfdTg {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #DATwuZTSxQZ6vDauOJODi7CGV4ynd5gl {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #PTnZmUTCLqy2EKp4DtnBeo4Ff04LHIV8 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #brFBeNVPSAnazRyxxAK29QmAw284Vydp {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #C3eGhZ1BvVnOUkiuq4ldulUq8ZVpVGsH {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #qPeLSLHUH3k7P2C9CTkMQIv8gaSHMbJH {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #P0dp67ukqhmuvsN4hh5itvzLeJSTM1bT {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #pec1vyGmidpFB373x1tRRolutG0cwoQm {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #exzJMPTQTlQ2D6GkEE5lE8iebMJxfpF1 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #qiQrnvZ9vP4LC8gCbx3GLkcgoHIUOQxh {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #s2C9TeV6fPEfJPeCa8Dw1HQ5xlIWloDh {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aO6B03TUtLECatorIc9m9Wddf75fIwal {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yFcz4GBFyMn69pS2NvPEtV08KtCTuZKZ {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #LKkXA3Hdd1uuX7bK3c2TbEgWcox9Bg9i {  }
 }@media only screen and (max-width: 763px) { #nogMp3HikEqM6fzfa679G7PxvLEogfZR { top:5.875rem;left:4.5625rem;width:38.6875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi { display:block; }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf { display:block; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKGJlNrFTtyOTaBcKd2enr53IE0xooBT { top:8.9375rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvOQBGiMkxQ2JUI0QyIStSgTPMNJPo8g { top:16.125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLXx4PwtrceGmUtqR8ooeOKIaOIwUNmg { top:21.875rem;left:4.5625rem;width:39.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvch925KHrvrmZn0s0CFD0uOs02xzAnx { width:31.5rem;height:3.4375rem;top:26rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhmSJIAN5QmUccHZp02KFp5B0nPyZMh { display:block; }
 }@media only screen and (max-width: 763px) { #zyfDBP7yVbkG3c6NwAbyxN4dMEd4kxi0 { width:27.0625rem;height:3.4375rem;top:22.9375rem;left:10.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvpkKzeBgwi0S7Bvuz6qRzb60RSG9syT { display:block; }
 }@media only screen and (max-width: 763px) { #kBN9wBzvHseFh6a2tuzAzHD0DVDyet4N { top:6.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTZK6cvIUF87MCWQGTLJwRQwBzb7aweG { top:9.125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuVuXAOVGx5xtaXTZF05b0sgLpzlXOD5 { top:21.3125rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxixRgIEIQ81P8T6OHoGBEAOmaoy7L8d { top:4.8125rem;left:16.9375rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ { display:block; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVVuQcQ5todkOy7QkSW7w5D7PkFE0vUN { top:1.8125rem;left:17.84375rem;width:10.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d67341f-e5d6-412b-8eb5-3c2cabd17904/bgaszens3.preview.rotate_270.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.adaptive-delivery-prevent-bg, #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.lazyload, #TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw.lazyloading { background-image: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { background-color: transparent; background-image: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(207,237,255,0.35); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container > .video-iframe-container { display: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(207,237,255,0.35); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row > .video-iframe-container { display: none; }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .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); }#TaRpVOJrZJWoTHIhvdmLffAPgHtFOZQw > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGGlTLNA7DgOlERBdO93CHuyCTW8Q8QL { width:19.875rem;height:7.905275rem;top:3.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrvqDKvA47bvDDWcx8xPp5SBmsH8O9xh { width:20rem;height:8.57225rem;top:13.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VlI2dKfDTiVG8HcMUoiEH9CBlmO7JnAp { width:20rem;height:3.4375rem;top:22.84375rem;left:0rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ugnKSNfmwJMs7ATkddTezOv5aa2lTkqi { display:block; }
 }@media only screen and (max-width: 763px) { #JoX1O3TmH2iaAZ1zdH6Oe1o7iAbggITP { width:8.3125rem;height:1.375rem;top:1.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OHIGOKaHq4UsinQQGA7KD5W8RWDHWD { width:20rem;height:1.3125rem;top:11.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dROLoFvQms4Xg8lElLyagHOL4UGJeohg { width:11.125rem;height:25.4375rem;top:23.25rem;left:4.4375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3b158bc5-98a1-4824-a8b3-bad3ce50e276/Agrupar6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dROLoFvQms4Xg8lElLyagHOL4UGJeohg.adaptive-delivery-prevent-bg, #dROLoFvQms4Xg8lElLyagHOL4UGJeohg.lazyload, #dROLoFvQms4Xg8lElLyagHOL4UGJeohg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #003c61, #001a2a);background-image: -moz-linear-gradient(180deg, #003c61, #001a2a);background-image: -ms-linear-gradient(180deg, #003c61, #001a2a);background-image: -o-linear-gradient(180deg, #003c61, #001a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c61', endColorstr='#001a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c61', endColorstr='#001a2a' );";background-image: linear-gradient(180deg, #003c61, #001a2a);background-size:auto !important;display:block; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { background-color: transparent; background-image: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container > .video-iframe-container { display: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row > .video-iframe-container { display: none; }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .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); }#iZCKAfa6isQBcXbq6HPKpFX0OaLfK8H5 > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiGJtohJX2kTn3aUEepyT8kBV4BkMASE { width:19.125rem;height:6.82325rem;top:4.1875rem;left:0.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5TuJJ3D3fu3LvlVEFpMS4TsmdxD5DaC { width:18.6875rem;height:6.82325rem;top:13.587890625rem;left:0.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv66vZRBOxT3vRgLiMgGTnXBSz3VBa5x { width:20rem;height:4.548825rem;top:24.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af { background-color:#eaf4fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af.adaptive-delivery-prevent-bg, #esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af.lazyload, #esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af.lazyloading { background-image: none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container { background-color: transparent; background-image: none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container > .video-iframe-container { display: none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row > .video-iframe-container { display: none; }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .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); }#esA0TNbh0OhgXE1MO4oh8cZDdrS4K1Af > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N97T8KCEaLFvVfFJ9Xpe3QalgfrDIXQW { width:15.875rem;height:5.3994125rem;top:4.8125rem;left:2.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dMy3vRNBtMV9HKKsE4KTfK0IU4DvDFpf { width:20rem;height:2.92480625rem;top:12.875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwSExT0wtr1oSyxAKwqvoeyvZ0QPaM85 { width:20rem;height:2.92480625rem;top:22.125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkwDyTim3CzUGsbFAes2mA5KvL80vT7q { width:20rem;height:2.92480625rem;top:17.375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1fp7G4GoMo2tLvZ0S0Zv9rKqAklLppl { width:20rem;height:4.548825rem;top:28.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwUSGpWV7FpabNW6srkEFw3ZSGxDAbnZ { width:20rem;height:3.4375rem;top:35.5625rem;left:0rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #b8iNM4fXL65ThW6r0w3390xUhIoVdLUE { display:block; }
 }@media only screen and (max-width: 763px) { #MxCHbV09DeufKq4GfptWw0i6Fyccuev1 { background-color:#eaf4fe;background-image:none;display:block; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { background-color: transparent; background-image: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container > .video-iframe-container { display: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row > .video-iframe-container { display: none; }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .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); }#MxCHbV09DeufKq4GfptWw0i6Fyccuev1 > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmWHZGN6wfCVuD43eQGQOVxAtwcLyirA { width:20rem;height:3.7109375rem;top:2.23828125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TD4DmJu14qN1xg5HBmGGGDlkmXqQPpJo { width:18.75rem;height:3.4375rem;top:51.99024375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT7ALEsFoJMayOSHbZ3M26HPrfTrnhB4 { display:block; }
 }@media only screen and (max-width: 763px) { #zSHxieAZyKZQCTXaQxrJghoTK4gTXeDK { width:20rem;height:4.6875rem;top:55rem;left:0rem;z-index:15005;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#005a91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #it82kESFf0AgVGJtOSQcxHg0pDAbrp5P { display:block; }
 }@media only screen and (max-width: 763px) { #oUmkSBTNqdQh50CTmoTNJon5WwSR6tDz { width:20rem;height:auto;top:9.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eatVI7c2Ka2IXsqNRau3Wu5g6I2h7xuT { width:20rem;height:auto;top:38.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #E2GEW0TGqqrJ5GUO4wqxSeCfUIbGMTVI { width:3.75rem;height:3.75rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP1ftECUfSlNMhsJ9R0As0UUyb8rTOvD { width:15.4375rem;height:2.5996125rem;top:8.88671875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEBSoZKZ6XDsp1bA7TBDP8eghaeb3l8W { width:15.625rem;height:3.8994125rem;top:13.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGsg5LTW8ZDfl1WGazA06D6MvTbteWsT { width:3.75rem;height:3.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF6XThM1ntfT9JHVrUvzJt9IcIxlEQmD { width:15.625rem;height:1.29980625rem;top:19.6875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NenKhEcNxNrBlJkSRdWOcLCNpw3UhntR { width:3.75rem;height:3.75rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVBg2OqJxDkSAfXt1sMsrqR3XAcIUPLL { width:15.625rem;height:2.5996125rem;top:39.0625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLhpTWOQ63uSTnPRggP1OFpxv94TETJR { width:3.75rem;height:3.75rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQp0lkR4Fdlt4kiIL4VUapx8tx3DlWWZ { width:15.625rem;height:2.5996125rem;top:43.9375rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #km2qa9MfMep4Sk5vabWXD1Vlyl7BnlpP { width:15.625rem;height:2.5996125rem;top:29.125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1n8ZhHoP2lXE7wVRnsnFdc5UTC6iEyG { width:15.625rem;height:3.8994125rem;top:23.375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9OTaJKp5Ai6ccgaAHZUAu2v5KHIFP9O { width:15.625rem;height:3.8994125rem;top:33.4375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgnq3mqUmK21d3xdUIzUVoxk2g1MTRw { width:3.75rem;height:3.75rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGVeZ6JPXboNslAmM3mBGiullmXoUgbO { width:3.75rem;height:3.75rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODwwxJvpp713F8MacOXyV64FdJfvOUZB { width:3.75rem;height:3.75rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3uHPXS9RqL6XaXESZOAzTwwisJXR2zw { width:3.75rem;height:3.75rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1nDOId0DExqbF3To4WnHSni60VyHEHn { width:14.875rem;height:2.5996125rem;top:49.0126953125rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRWoon8lfZi9Ki3Ds1sKXO5WogSwpJBT { width:3.75rem;height:3.75rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im1K3FcAnWMUHDiTtV10UUJssD6A0hmZ { width:1.875rem;height:1.875rem;top:9.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar59if8bKObc7a0WgRMZM74C7yipT7LV { width:1.875rem;height:1.875rem;top:14.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAQKK46EHEMXx5vxRhQPPJ2ZMmfl8dhT { width:1.875rem;height:1.875rem;top:34.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBwcD3NpThSDQ8yrGy8AEdigbBSlfDT8 { width:1.875rem;height:1.875rem;top:39.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK0paOVl8o8sBZ0bH88JdalaRiQVRw0t { width:1.875rem;height:1.875rem;top:19.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE2XnFC03p9dQCsIhToWBKWakxXQOMlL { width:1.875rem;height:1.875rem;top:24.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnvSRb5Syv7EfE5kDgRs2T0enB5oD4gC { width:1.875rem;height:1.875rem;top:29.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMgGwe8DzTcirB2vTsO9UfLtgLun2C42 { width:1.875rem;height:1.875rem;top:44.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd1WB0lVM2C5iGhls3yrWlEl4QPATEQ4 { width:1.875rem;height:1.875rem;top:49.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lABecU648fS4IcemyyvkDOWBLUvbr6uc { width:16.5625rem;height:28.5625rem;top:54.5625rem;left:1.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g { display:block; }#NewTk9d2IMQ9KyZ7Bdv7kxzEIT64UI6g > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wm9IcWmW5agKtncApzxmvNuPue8a7chH { width:20rem;height:21.875rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMgXXgnpXFIOeVSU8fQid0Db7iRx4oQd { width:3.125rem;height:25.5rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcAVNDdpmPqIiImMHf01kFUaNmnwrE38 { width:3.125rem;height:26.0625rem;top:6.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1uAazMXwT2byee51Koq0B0DlI0vcoz { width:20rem;height:5.56640625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD { display:block; }#MBBVvDQVRHpl31psIUbaS1dFQVVvaQfD > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV { width:20rem;height:19.6875rem;top:1.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2fba1337-c510-446f-b14b-b1cabb7a46d7/Agrupar10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV.adaptive-delivery-prevent-bg, #pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV.lazyload, #pyuMDAnoB0C3QKSUGPDMET5gmQlkBCFV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w { background-color:#cfedff;background-image:none;display:block; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { background-color: transparent; background-image: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container > .video-iframe-container { display: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row > .video-iframe-container { display: none; }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .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); }#Sissxfrv4uGoFD4cHw4MRSWCMVax9g8w > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h53ABqSwdSL1oiRpRlNsInZRVWrwqFoQ { width:19.0625rem;height:1.94921875rem;top:5rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Axt06EGvtJ2vLPMtinx4Tpw2yXRAkOb5 { width:16.625rem;height:28.875rem;top:10.25rem;left:1.6875rem;font-size:0.875rem;line-height:1.5;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gA0aAGTo2A6GW8oGTUCfRdLkVtOMpdQs { width:17.125rem;height:3.4375rem;top:40rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz2QbhM1GJ13Ao8VEOnyVyZUhBN1cJCz { display:block; }
 }@media only screen and (max-width: 763px) { #yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN { width:20rem;height:41.6875rem;top:3.3125rem;left:0rem;background-color:#eaf4fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN.adaptive-delivery-prevent-bg, #yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN.lazyload, #yNU26MMgn3r4F9GuIDMIVI1W4CMk5HoN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RLSBHp2siZp1dttO2TDC2CvtMviJEL26 { width:20rem;height:4.5rem;top:82.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlfzFRX4HSwlyl00RSyQnliHKSiA6it0 { width:17.4375rem;height:2.69921875rem;top:6.9375rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH { width:20rem;height:25.25rem;top:45.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6de24965-d2f8-4b89-9c80-927de357aacf/freepik__background__50121.preview.mirror.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH.adaptive-delivery-prevent-bg, #yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH.lazyload, #yVHaFJA8ITS4lmwUWBSxz8V0FqDHvUzH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK { display:block; }#L3bGd14xAKm5nKmnmv2FOP6viOXZvpuK > .row .container { width:20rem;height:110.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8CIUIytBOmREydcQTThTlwi1Jhv5wk6 { width:14.5rem;height:4.548825rem;top:2.1005859375rem;left:2.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJShbUTS5QCIMa21Mqd46BLETNszyGeS { width:17.625rem;height:4.38574375rem;top:20.994140625rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf80FXW8Zm5yCTL2IqTMRyJB8sylL4Pp { width:20rem;height:6.875rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ3qa2IT3q27aZrWJT2FqM3qiT8nbUA0 { width:20rem;height:14.875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmOB4XoHmlTGPo13TM0XKTOhryLvGBPs { width:20rem;height:5.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQG1vsyMCKT6T4rNufBiqVBxDT0NMDE2 { width:20rem;height:6.3125rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT { width:20rem;height:17.75rem;top:27.4375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ed40dfb1-8934-449d-a0b2-3ac33092b77b/8d868f1cd028d146d5e8d96e685ffb68.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT.adaptive-delivery-prevent-bg, #FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT.lazyload, #FpvOTcnw3xFXWAQkPhaCX1Q5pmBJkcwT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XyenviZlXUGMvKM8GOoKlSsTEwCPCW6N { width:18.125rem;height:4.38574375rem;top:41.375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poV9LX6BnwNs84veKxHk8UAwaoZFgrSn { width:20rem;height:6.9375rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pszJmSsr5Wadow6mi0tlBob61bXotPAZ { width:20rem;height:6.3125rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2 { width:20rem;height:15.375rem;top:68.5rem;left:0rem;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c9e1f5e-74c4-41ef-840f-dd4dcb1d60f2/d91a0dc97f31e44583a76ca6dcd5069b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2.adaptive-delivery-prevent-bg, #m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2.lazyload, #m0HBKIUViTsE2Vhf4mH3FlFgDZk0XOw2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uImbG01xHgUVxMGkmwRl0wr13Bizg5Tr { width:17.875rem;height:4.38574375rem;top:82.9375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTT9XAyRLRyfTM8uTRPheenx5zkE2Dn { width:20rem;height:6.9375rem;top:75.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnNAZxoACX7QhdHgcHORo7NOcMcJ2Oek { width:20rem;height:6.375rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waQz0bD335XQXO3AuV65wdX5TynUXfHH { width:20rem;height:15.125rem;top:47.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/81d79f8d-f594-4c2f-b596-a1d3a31af4e7/download3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#waQz0bD335XQXO3AuV65wdX5TynUXfHH.adaptive-delivery-prevent-bg, #waQz0bD335XQXO3AuV65wdX5TynUXfHH.lazyload, #waQz0bD335XQXO3AuV65wdX5TynUXfHH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CaKmXUDR75naeXFroUaQq8f4gQASVlAC { width:20rem;height:7rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkC83s2wGRnU2PeyyvyB0l9uWifExkd { width:18.1875rem;height:4.38574375rem;top:61.875rem;left:0.9375rem;font-size:1.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #AShfqg5tEI7oPI2g2AHCL7g1dQWrMybo { width:20rem;height:6.3125rem;top:102.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo { width:20rem;height:16.9375rem;top:89.5625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c1fdd8d3-4f81-4a85-8209-db71c0e2b5e6/c8f514649b0feebf5a2458165009becb.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo.adaptive-delivery-prevent-bg, #HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo.lazyload, #HkJ38fqOqBwhB2EMFcAzLywlDif1xUpo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WQBTdk1SPHsfH4whpIco6bCquEiP05hN { width:17.1875rem;height:4.38574375rem;top:103.5625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GguCEPFt1NhpPEr3Q3tLTcODNEnk3lWO { width:20rem;height:6.9375rem;top:95.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR { display:block; }#ntXIgK7A1wu7n5PibTvNO7DkVgbyosuR > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JC6uQDZc6yE9d47ZH4SLL8gT41AJGcmO { width:20rem;height:3.8984375rem;top:3.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAFIlZLHdwA8tC78aLrT5wS37TbUNhcV { width:6.25rem;height:6.25rem;top:8.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHGgsIafmDgN8ePTaMt8nOxn5oG5Zaqs { width:8.125rem;height:1.13671875rem;top:15rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbgiO0IRpaTzuq7Xa7Q2G8B550VXN5LX { width:6.25rem;height:6.25rem;top:8.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi6RmTbIovpXI4ay7Vkq6SVW5b0UAHFA { width:8.125rem;height:1.13671875rem;top:15rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHi3EAGSbcVLy5bXLntM6DXHTddg238y { width:8.125rem;height:1.13671875rem;top:23.625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsTWgx5ZkEOvuavmf0fguU51Ix8y1O0I { width:6.25rem;height:6.25rem;top:16.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuQDTgzCXP1XlBmkbOBVvFxUU5OAkmn { width:6.25rem;height:6.25rem;top:16.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #br9f0WGTrHiBpZPygVv525xiN7ADc19b { width:8.125rem;height:1.13671875rem;top:23.625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV1JVODPgG6tJVLxh2mQoCbbJcpVXinp { width:8.125rem;height:1.13671875rem;top:40.8984375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqQ0Iu5yDDh7Z5XJXzeETG6oPCtNHTde { width:8.125rem;height:1.13671875rem;top:40.8984375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCcUyFeXan1riiW1hIMgH9lFT4TOrOzG { width:6.25rem;height:6.25rem;top:34.0234375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdG19nLWal8s8VFkhw9Ts7EfbaiTg7TG { width:6.25rem;height:6.25rem;top:34.0234375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am9MmbODcDP4JwbefQmG0I1htAnzcyNS { width:6.25rem;height:6.25rem;top:25.38671875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRWU9zQWPwnzmTxrFcWMQBX9cToW4BzO { width:8.125rem;height:1.13671875rem;top:32.26171875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGbP3hp6Ex56slx6FufTZEnX4P2dx3tu { width:6.25rem;height:6.25rem;top:25.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7y3OQxLVokMD7cVvfsToqKbxiEA05L { width:8.125rem;height:1.13671875rem;top:32.26171875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9pTvUcmvTdZDWkXCwFIIBeXHNmoG1na { width:8.125rem;height:1.13671875rem;top:58.171875rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAtSwCTsvr7rDTpbVNmzQFT643X8pBTK { width:6.25rem;height:6.25rem;top:51.296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD3BOOU73t8ZQRhrzCcK1BV7DUUuw2pT { width:8.125rem;height:1.13671875rem;top:49.53515625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXwipL9FmEu55cEn7sHhSJHvHfitybv { width:8.125rem;height:1.13671875rem;top:49.53515625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTZVMzrisPuhnqo1VikSJhOT2T0pc9s { width:8.125rem;height:1.13671875rem;top:58.171875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhQWvvIDPIbxmzIms9yQgClKz0MsGgTd { width:6.25rem;height:6.25rem;top:51.296875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3sITpaIE3s8pxFOngtw3HQsrrX3Lt9E { width:6.25rem;height:6.25rem;top:42.66015625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCf2LzU2FRu55SOqEpkfQtVCvdzTlThT { width:6.25rem;height:6.25rem;top:42.66015625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTVFAcKTyaMGDz1Jf7UUWlhs2Ryo4ldO { width:8.125rem;height:1.13671875rem;top:66.80859375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShcTKAcMZ8u0feClQ3TzWbnShmuIy5tg { width:6.25rem;height:6.25rem;top:59.93359375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoT68bdFJu7FuzynGvhEs89gC5bDBJo0 { width:12.625rem;height:1.13671875rem;top:75.5625rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTNgrND2fXT7XMI5k0U1XyiVEsifL6m { width:6.25rem;height:6.25rem;top:68.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #susIWxzJqiyNwRb3I7dL97GpDqhMCtu1 { width:8.125rem;height:1.13671875rem;top:66.875rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsPDgcbvEvuvxgEqMS7IFV9KowVE0RxL { width:6.25rem;height:6.25rem;top:60rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo { display:block; }#PeBPRbZ32OgEvW7eFJzI7AnClyLnT3Jo > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo { display:block; }#UdlNHRREtwbLk6ALyXtTdVq8uFH5zTvo > .row .container { width:20rem;height:106.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMCi8O6gTK08XKsBHmZFJ67puDI4V7qG { width:17.4375rem;height:7.1484375rem;top:0rem;left:1.28125rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G2O577Fpe6c86GVO3LibmyPzEFRsIuLV { width:16.875rem;height:3.57421875rem;top:69.4375rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz6yNy3ClfpNbLbUhzk992G6UioxNHbu { width:16.875rem;height:5.19921875rem;top:64rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVT3l53fcO9439Jbak3P1SW1LCHDnak1 { width:16.875rem;height:3.8994125rem;top:77rem;left:1.5625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ldkRIsiVWehgOIS9WuQ1ceC5WyJ6X5Rg { width:20rem;height:42.5rem;top:62.375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR38nqIWzZxJUQU8bUvNK0aT57TbnmXi { width:20rem;height:7.75rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpbeR7SgMGc8vKlcy64n4Tv8EuKlFkPb { width:17.125rem;height:5.68359375rem;top:8.908203125rem;left:1.09375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GxQZ5ZDrZAu1BSO70WcIfOvBAt9xK3cn { width:16.875rem;height:2.5996125rem;top:84.6875rem;left:1.5625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rMTcpy0IXv4AucKU1HkMWDusWHWMd3yW { width:16.875rem;height:3.8994125rem;top:91rem;left:1.5625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzC8THzCxVdiRuxRghDaTQOi5qOZvyEF { width:16.6875rem;height:3.8994125rem;top:98.625rem;left:1.5625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bbVExX4Tkwm41nFPGhfvLZnSSEz2FTLt { display:flex;width:1.25rem;height:1.25rem;top:15.9375rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ayWxkUa4z7MxXflRJlTla8w5Lyibpt34 { width:9.9375rem;height:2.5rem;top:17.5rem;left:0rem;border-top:0;border-left:0;border-right:0.125rem solid #005a91;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Gef80pclSO1MSTE4Wkr1Hx2TKSsmJZL6 { width:20rem;height:7.75rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NllZkSKwt8Et5feCyCD8xenT7D4y8LAH { width:17.8125rem;height:5.68359375rem;top:22.9375rem;left:1.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XbUfcQOdHbhAcC1yaevds2oySmQTnkD2 { display:flex;width:1.25rem;height:1.25rem;top:20.3125rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NnQORXCzAIq4Izqy14MhQQ8UnSNVpyRx { width:20rem;height:6.25rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4LelRlt51LPU17zyT3LnOPVZWQ4NzT { width:17.8125rem;height:4.546875rem;top:36.6875rem;left:1.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UQrRJJUfSC0vHP4cy517UUkXSPbC4CC8 { display:flex;width:1.25rem;height:1.25rem;top:29.9375rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #svAnrcQdOFgBQDB1I3tVpuefI9EBKJOx { width:9.9375rem;height:2.5rem;top:31.5rem;left:9.9375rem;border-top:0;border-left:0.125rem solid #005a91;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sVqyaiXWHvcT8scrSxvJVxnzuNmaDBaV { display:flex;width:1.25rem;height:1.25rem;top:46.8125rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GlWWhNUePNRLTTwmGxtRViEGa9MBLbqy { width:20rem;height:7.75rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBWH3tZGTvXewEKKrDw9GHPWZa0odT34 { width:17.8125rem;height:5.68359375rem;top:49.4375rem;left:1rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fhhkGrd50JfX35GKRaPCT9enI7mVK3IK { display:flex;width:1.25rem;height:1.25rem;top:42.4375rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #okZo9bcM3sF43Va3Pl05oVoq3tgb1XPu { width:9.9375rem;height:2.5rem;top:44rem;left:0rem;border-top:0;border-left:0;border-right:0.125rem solid #005a91;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EiCfxBIIZR9DK0ZzTMpvbTDXUbgsqJ7i { display:flex;width:1.25rem;height:1.25rem;top:34.3125rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #LXqqTmuNRbho1STrvANMKzfzO4RgAyXi { width:9.9375rem;height:2.5rem;top:58rem;left:9.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0.125rem solid #005a91;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #c83GNmrN8UqDeNoGaGsLqrnmQRHyyW4h { display:flex;width:1.25rem;height:1.25rem;top:56.4375rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #huwDQiRgWR6RBtfV4LWeS8eAm3OQ3Zug { display:flex;width:1.25rem;height:1.25rem;top:60.8125rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EAdMXqTq3TNZ8UcJXrDrUOpvzUxpZgZ3 { width:6.8125rem;height:6.125rem;top:193.2744375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAgeQpfdrmu3eprQsi41unuJzwU6QcIg { width:7.0625rem;height:7.1875rem;top:177.5869140625rem;left:2.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2bBKCc3x2yi01RgtheA7dqtGcqhidtd { display:flex;width:1.875rem;height:1.875rem;top:74.625rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Dae6LuTbZnqNRhGm1tb3NHVhcXkgDuRx { display:flex;width:1.875rem;height:1.875rem;top:82.3125rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Oz2cFSXEgSRdrcB5acnGw9dOC5BM9g4p { display:flex;width:1.875rem;height:1.875rem;top:88.625rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #txvlynB79pX1OQTu8JqGqSvuweAycckg { display:flex;width:1.875rem;height:1.875rem;top:96.25rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc { display:block; }#yolZ5sQrz1qHiXTo1oTAETPOO6yTESKc > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7s8WVw4D5MLivlnhF09znH1UXdgypO3 { width:20rem;height:15rem;top:10.8828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr8TAdTVvMBTODTL3bZbz1h9PpsTtHLS { width:20rem;height:15rem;top:27.1328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHTXQGXXy21cZZvl3RwB0dUMGyZkMFNt { width:20rem;height:15rem;top:43.3828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEbMtlI1MJdFs0iBPckpSHeyd66bDawy { width:18.9375rem;height:7.3095625rem;top:2rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7oWn4JTIAfsgI29ih37OzBA3XPNcqWd { width:20rem;height:9.796875rem;top:60.3203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoR3JtpSyeMcyoUZ9zkkD18LgyUPrpPy { width:20rem;height:1.94921875rem;top:76.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srkOTt6tPsNncSVtUApguzFbpgJmMqh9 { display:flex;width:1.875rem;height:1.875rem;top:78.75rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #sVqrM9OdiKpTTUwLLWs9vcZEOJLcndfD { width:20rem;height:1.94921875rem;top:80.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtPZIx4mn3eaq33dlTbIw64QTtWSMvhu { width:20rem;height:2.923825rem;top:71.6357421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH3WC7GbTTHrnky5EQALFZpcPS9ztDaN { width:19rem;height:3.4375rem;top:85.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQQOxDGuz3nI9axaB4aTo636864ZWBvP { display:block; }
 }@media only screen and (max-width: 763px) { #tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU { display:block; }#tfDA0rRxV9NF9HDNCKTnLuHpDDAkT1mU > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEW8yTInHNczUW59c0vTTf5FEXQb1bZD { display:block; }#JEW8yTInHNczUW59c0vTTf5FEXQb1bZD > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdmUGNmLlOb9vON4TqE6CMn9BB1JR5zT { width:20rem;height:12.1875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnQqRva8qOP6EBpzidqoLoHVg1UheiGT { width:17.125rem;height:6.499rem;top:7.462890625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkDxBDbNPanDnElElNns56MZUJ2bOTS9 { width:2.375rem;height:1.5625rem;top:4.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpfFfqXeBJ9HwvFy92Wuk7RHlp2PJ4e0 { width:20rem;height:3.4375rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCafGT6pTO0pPoRgviMMSMKWwIoAnovr { display:block; }
 }@media only screen and (max-width: 763px) { #fdhCwTTSQpHvUMq4HpxQ8zCX8gq599My { width:20rem;height:14.6875rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TzzAo0K9e8Lvid1WfD7uL7zp3pf3AT { width:16.75rem;height:9.098625rem;top:21.9375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPhEF6h9dnEiZTfUHQVOV6XLUu3604NX { width:2.375rem;height:1.5625rem;top:19.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHyn7E5R4aJUdCxA65SIcJFeSox2BwvT { width:20rem;height:12.9375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdFMm7T7Kk7zxzOATBPLpahKNzbEut5F { width:16.6875rem;height:6.499rem;top:38.8125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAtcDGPMWsqk9a7DBOsgQJMRW7W1zVED { width:2.375rem;height:1.5625rem;top:36.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu { display:block; }#fzZQUJy8dJgMrpnRPrIoLSqCHFOTkUvu > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArsFmwh1XF6xaoE9CrBqUXWZRtXFiphC { width:16.125rem;height:16.125rem;top:1.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCG8DqqLTneGPKEurK2TWebBEPveTkat { display:block; }#WCG8DqqLTneGPKEurK2TWebBEPveTkat > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2ABuF7NtnsOJbKSeWKdJHJOHezbgAHm { width:19.9375rem;height:45.1875rem;top:7.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqC3eKQgwuOhNfSkkJfzMWriiIfq3PIf { width:13.3125rem;height:3.8496125rem;top:2.1865234375rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ma1Jcpw57Q0DCKlTml6TJbURrsou07do { width:20rem;height:auto;top:3.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sGS2ir8RxqTJeyJCARZT5Wae2EsBsTHc { width:17.75rem;height:2.2744125rem;top:10.484375rem;left:1.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy0PLJ1ycZ2984x0tO2IV94zXOVvuieK { width:16.875rem;height:2.44921875rem;top:19.109375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b43OJ6M01FPxC0qnFtNnh2DUz4V1VCUt { width:6.375rem;height:1.4619125rem;top:12.921875rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToPzmwptHdNlS4LZD715aMsMrNF53uoR { width:11.0625rem;height:5.19921875rem;top:13.546875rem;left:4.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWUxRsnA3AJbcW55FcvxostpBKmxirPZ { width:3.875rem;height:1.94921875rem;top:14.1953125rem;left:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhd0tFAEQNoFGzee7yVtIWmy29V6lO4J { width:3.875rem;height:1.94921875rem;top:15.76953125rem;left:11.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW3xoE4kQWdJ3AT4tdTvL6SZcqx4GREC { width:17.6875rem;height:24.5234375rem;top:26.484375rem;left:1.15625rem;font-size:0.875rem;display:block; }#FW3xoE4kQWdJ3AT4tdTvL6SZcqx4GREC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70ea0336e6265a8fc038537b7ac0593e6ff8ca4d.svg); }
 }@media only screen and (max-width: 763px) { #B8dkkeJ8cHCclLvZDofWQuRv92efXSBc { width:17.75rem;height:1.4619125rem;top:9.296875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIk7wHppBL4fgcAQa4TclSTZyEMsxB2q { width:19.75rem;height:27.875rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfuO7TPW8THxFJMLiIAaySx8H8cagSTk { width:17.1875rem;height:9.5195rem;top:70.6875rem;left:1.4375rem;font-size:0.875rem;display:block; }#lfuO7TPW8THxFJMLiIAaySx8H8cagSTk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a09d6f2a24c4cc468beaaa1312cba0144d2c252.svg); }
 }@media only screen and (max-width: 763px) { #UUDEn3MOWXkqGVyU5AQDcVs25odaEqCs { width:17rem;height:2.44921875rem;top:64.125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyzZFSTzh2VKDymwuWv17cVTZTxiWGEd { width:11.0625rem;height:4.54980625rem;top:59.3125rem;left:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M27wPaDA5Gadxbe6QeXJxRJRyoBhOWw2 { width:3.875rem;height:1.625rem;top:61.4375rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCk803Wcka1V2f6dnT7owvFF7d92LEJV { width:3.875rem;height:1.625rem;top:59.9375rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDHWut5l10Rm7XuMn0omHOAAcyBC8aoS { width:6.375rem;height:1.29980625rem;top:58.6875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JERM11UFsaPzsoTQyoLWxniKJMawdT6P { width:14.5rem;height:1.625rem;top:56.625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1n14u7rXZBJKcEVE2bFTb7KOA1Uqs2D { width:14.5rem;height:1.4619125rem;top:55.4375rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awc9FzEwTlzZMzIPpC2SuG7yTs9QQUIV { width:19.75rem;height:24.875rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdh2POTTczkCmhTENCUFF5JWsbudCsuW { width:17.3125rem;height:6.621125rem;top:100.25rem;left:1.34375rem;font-size:0.875rem;display:block; }#Vdh2POTTczkCmhTENCUFF5JWsbudCsuW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3a09d6f2a24c4cc468beaaa1312cba0144d2c252.svg); }
 }@media only screen and (max-width: 763px) { #qfCxtUuhHhx7C7lXTQTVEIsRnZGKLs6D { width:16.9375rem;height:2.44921875rem;top:93.9375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2SXFdBSqMRMkVTdApZeSVhAcwVhtvsp { width:11.0625rem;height:4.54980625rem;top:88.6875rem;left:4.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZDQr1OnatZ0H6TLSN9FAvbCMyEI6b3X { width:3.875rem;height:1.625rem;top:90.75rem;left:11.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi9ZTSov7dETKlHn8zUT6RJml11WhkwW { width:3.875rem;height:1.625rem;top:89.4375rem;left:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owS0V619AklXHbhRvKr7FlmkJzGDbTvR { width:6.375rem;height:1.29980625rem;top:87.75rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Qrr2SFangUUpEU8Gl7HpTMuPOTWfmT { width:14.5rem;height:1.625rem;top:85.8125rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEM4ly1akvPi3OZlaIrkxH1wpcXOBGW8 { width:14.5rem;height:1.4619125rem;top:84.625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D92WzaK65fbHv80TikR60V11TGgirEqq { display:flex;width:1.25rem;height:1.25rem;top:7.875rem;left:7.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RFreNsTDBLhiC8S5Ovn3IxMSGEQfT5Lk { display:flex;width:1.25rem;height:1.25rem;top:7.875rem;left:9.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #zTOQnDycxUyPt0Q6xuhLkg3bbtRmLFZK { display:flex;width:1.25rem;height:1.25rem;top:7.875rem;left:11rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wEeMWXkTrJWXlhQ5nfh9Fg0bvOTT8Css { display:flex;width:1.25rem;height:1.25rem;top:83.375rem;left:9.5rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #QWpNsdsx0aNBAg2ea67CtRwWRU3pdBRx { display:flex;width:1.25rem;height:1.25rem;top:54.0625rem;left:8.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qFSLNtcQ1yn0Ia6gTbAikEnGo1dD1BZ6 { display:flex;width:1.25rem;height:1.25rem;top:54.0625rem;left:10.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #d9LSStgpOWaATlRamLBuoR5MCqLApXHF { width:17.5rem;height:3.4375rem;top:22.109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe7guL7uzBmr1ICU7vDT10hKRVWyVD42 { display:block; }
 }@media only screen and (max-width: 763px) { #Zn2Bv5ymxfFlkprugqbRrLBTcBiqfQm5 { width:17.0625rem;height:2.625rem;top:67.125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5KncHZOdaB4TaMO7WsgH5Np59g8Z6b { display:block; }
 }@media only screen and (max-width: 763px) { #VsPxXaXbBCx1NLKhH5uGlQbwBxl0TyJV { width:17.0625rem;height:2.625rem;top:96.9375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiLxsbLPUnSm7NnS25HMUh9XUssd65ct { display:block; }
 }@media only screen and (max-width: 763px) { #Nktv1THFXTaAz1dWDSNPao0k1ntAVfwe { width:6.375rem;height:1.4619125rem;top:17.53515625rem;left:6.8125rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PnVnlmw2uKyJt9AgBd41PtX6a89up4pX { width:6.375rem;height:1.29980625rem;top:92.3876953125rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqVanBcO8v51xW5MJpMsOB8iZnqvFvkb { width:6.375rem;height:1.29980625rem;top:62.7626953125rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi { display:block; }#HuI1kfrqvlFoUOhR7CTip0WXbNew5eWi > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 .accordion-heading-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 { display:flex;height:auto;width:20rem;top:7.046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #O9O0Aykle0klOTtynayplgI9m5X2oWSw {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Tu3JRURDRQpuoTcvgInTHTgXDkFzGHqU {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #ZX6iTJT19OACZJxIfiKW1MvZHhZMfVGK {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Zg4XhPTlnD9OJpxurOUTt5nIkioEMtgi {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #JOWckk9oI2wO66EwnxH0f9tgyVR8TSa7 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #nl3x2FQOwEqNyUDn2AnkbaFGCTfdszPX {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yoz2kklGxeLmVhtFlEGUNPNmpRdVmKlE {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #H6bQa5TPBN56ZplAQ9vbJqCdchArI4Sb {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #r6Cs2tQTFyAW0WCaC0npQKTK3sLyBOOx {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #mJDRUJ2bK2Cgwk5dMAWIGZU34nwN46hn {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #FKVB6XPTJgXkGcCMJT2cJyMTW8J5Kte9 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Mq9hBhoMknlAW0h0AiS7TnN5VTSMo5JQ {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #bXEviKhsw5POGKmisVr2qyr5DDrKArrW {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #cqZ0Damzi5Kz7dGId9wGhS5UrpxpiV2A {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #C4ORgoH7zBAG2KSr9DwHQo4NC8sHNgoK {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #vOKJIihsZNseUADJA8cAip8w6VAyBe2C {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #lpVx5qn14BrEoOsaSlQPDXdCv62t8mVu {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #V9sBZshdqOxZLTDssaQqzuHKUir3fzS6 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #QDK0b8LVBZuuMsTQJTOcznWfbT1U8SQ0 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #wx9BBAcL7SrZekXPpPakcX7F7ra02QQH {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #M8GOErMQiiMi3ml3NIgMeXTLnDtuXpr9 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #xFa5TcVceFdxnSJZJJ9PQ90KwPs1H8LS {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #q1U1IXhuKXCvTK8a0W0z9anasQykDLHy {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #TPpP9qtNCrZ2J9hXLe2QRvgTW0vBHRg7 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #lN0DlSOozTpmKyPfh9ctcJ1y60cHTZIL {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #y8KrDaQUVQlOon6WvQeWvboXlOr1bIDn {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #evTBD7MO7KiPMGZgw0AXNmIUnZfcwwA0 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #vdeZOEXDuaXtC8LZ1sDHE6br2SkCNgqV {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Kwyai26lnz7vl7opW9mbTdLOK8vHqNJ4 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #chrG92NfRWIdkwHUMv6ZrIlpEpx2qJc2 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #AMlSD4BTznwy6chcicO1T9lTJ6WtTMux {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #TGWTtdvr79f2RKiP9cTBL9GEteEXJZBo {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #ixDNUsAUwD9B0STzR53CdypTqXza3tIf {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yN1XAu4WoGbOgQZIwSswpkmuG2KVPdaJ {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #MEuGoGbcKLgJBOwH3qJ7xIi63oJMRxJp {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aI0bAK9Rgid7PJH2cXHt1pBTcEs0PdnM {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #FZ77vxtUZDVCVw84fSZXPRkRuidHrXS0 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #Un0pQuQXdzWuDu6nvzOdd2x8EW7P9AGn {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aW25wUMg6POnqfbRVqnXGG17Vs5lB6iT {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #RxmCgPKnk67lbcM2D4kRLTai5dGLU3d7 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #CORw27AcWlWU31XINk0QLkdvSG6ASJH4 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #POPzCVBSZZNmK0lIWvaVl7yPrFUQfdTg {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #DATwuZTSxQZ6vDauOJODi7CGV4ynd5gl {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #PTnZmUTCLqy2EKp4DtnBeo4Ff04LHIV8 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #brFBeNVPSAnazRyxxAK29QmAw284Vydp {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #C3eGhZ1BvVnOUkiuq4ldulUq8ZVpVGsH {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #qPeLSLHUH3k7P2C9CTkMQIv8gaSHMbJH {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #P0dp67ukqhmuvsN4hh5itvzLeJSTM1bT {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #pec1vyGmidpFB373x1tRRolutG0cwoQm {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #exzJMPTQTlQ2D6GkEE5lE8iebMJxfpF1 {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #qiQrnvZ9vP4LC8gCbx3GLkcgoHIUOQxh {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #s2C9TeV6fPEfJPeCa8Dw1HQ5xlIWloDh {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #aO6B03TUtLECatorIc9m9Wddf75fIwal {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #yFcz4GBFyMn69pS2NvPEtV08KtCTuZKZ {  }
 }@media only screen and (max-width: 763px) { #vtAaToRrdhryliQbCfv4xlxTfBMRBmF6 #LKkXA3Hdd1uuX7bK3c2TbEgWcox9Bg9i {  }
 }@media only screen and (max-width: 763px) { #nogMp3HikEqM6fzfa679G7PxvLEogfZR { width:20rem;height:3.298825rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi { display:block; }#BOAFv1NNVoyX8TWBRlQ8s7Hqo6HXmnRi > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf { display:block; }#F3HCIHo4qvltwSVz4lfAiRNT7MKaCmTf > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKGJlNrFTtyOTaBcKd2enr53IE0xooBT { width:20rem;height:7.19925rem;top:5.1875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TvOQBGiMkxQ2JUI0QyIStSgTPMNJPo8g { width:17.0625rem;height:4.5rem;top:12.375rem;left:1.5rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KLXx4PwtrceGmUtqR8ooeOKIaOIwUNmg { width:14.5rem;height:2.69921875rem;top:16.875rem;left:2.75rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Uvch925KHrvrmZn0s0CFD0uOs02xzAnx { width:20rem;height:3.4375rem;top:22.5458984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFhmSJIAN5QmUccHZp02KFp5B0nPyZMh { display:block; }
 }@media only screen and (max-width: 763px) { #zyfDBP7yVbkG3c6NwAbyxN4dMEd4kxi0 { width:18.8125rem;height:4.6875rem;top:22rem;left:0.625rem;z-index:15007;background-color:#005a91;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvpkKzeBgwi0S7Bvuz6qRzb60RSG9syT { display:block; }
 }@media only screen and (max-width: 763px) { #kBN9wBzvHseFh6a2tuzAzHD0DVDyet4N { display:flex;width:2.5rem;height:2.5rem;top:31.3134765625rem;left:12.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTZK6cvIUF87MCWQGTLJwRQwBzb7aweG { display:flex;width:1.6875rem;height:1.6875rem;top:32.6875rem;left:9.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuVuXAOVGx5xtaXTZF05b0sgLpzlXOD5 { display:flex;width:3.1875rem;height:3.1875rem;top:35.625rem;left:8.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxixRgIEIQ81P8T6OHoGBEAOmaoy7L8d { width:11rem;height:1.875rem;top:2.4384765625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ { display:block; }#AK9BXNgQxWV7XgzbqQEzil2yufp9NZsQ > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVVuQcQ5todkOy7QkSW7w5D7PkFE0vUN { width:9rem;height:1.5rem;top:2rem;left:5.5rem;display:block; }
 }