.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,213,253;--color-primary-1:166,128,250;--color-primary-2:107,44,247;--color-primary-3:65,21,150;--color-primary-4:21,9,49;--color-secondary-0:225,231,237;--color-secondary-1:164,182,200;--color-secondary-2:103,134,163;--color-secondary-3:62,80,98;--color-secondary-4:1,54,102;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,246;--color-tertiary-2:228,230,235;--color-tertiary-3:137,138,141;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00274a;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; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { background-color: transparent; background-image: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { display: none; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .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); }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { border-width: 0; border-radius: 0; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { 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:4.3125rem;width:7.125rem;top:0.875rem;left:5.373046875rem;overflow:hidden;display:block; }
#wbqd1Z7mhArsaXeJKE7NI5iWJnFUa4Os { z-index:15004;top:1.75rem;left:61.4375rem;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XfmeQeB8eNAF1FpJELpv2Hyp08uX2WFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c47ec538-5022-47b8-951f-451a96175515/businessprofessionalsnetworkingcorporateevent.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; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.adaptive-delivery-prevent-bg, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyload, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyloading { background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { background-color: transparent; background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .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); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { border-width: 0; border-radius: 0; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:19.125rem;left:4.625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NkgIxHWnpkseoplaazLoOzJxwIzObR43 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25rem;left:1.6875rem;display:none; }
#yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { position:absolute;display:block;z-index:15004;height:21.75rem;width:36.5625rem;top:9.125rem;left:38.4375rem;display:none; }
#Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { color:rgba(var(--color-tertiary-2),1);display:block;width:35rem;position:absolute;font-family:dax;font-size:3.3125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:8.1875rem;left:4.625rem;height:9.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { position:absolute;display:block;z-index:15005;height:22.375rem;width:37.25rem;top:12.375rem;left:35.1875rem;display:none; }
#zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { z-index:15003;top:29.9375rem;left:4.625rem;background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.31225rem;height:3.31176875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6vUIF4pCgiV14nOPws244TTOEvJ8Kqw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:26.5rem;left:5.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#drNRnuN6No6DgTU5IUXp719kLTpwuPg1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:26.5rem;left:18.375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PQHW8rDhLG5MgL4NtuGWAAclPSchSf9y { box-sizing:content-box;height:1.875rem;width:12.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.1875rem;left:4.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#tTgWvWHm2BATa7eWEmIO2l8A3WGDHfD6 { box-sizing:content-box;height:1.875rem;width:13.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.1875rem;left:17.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { position:relative;display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { background-color: transparent; background-image: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row > .video-iframe-container { display: none; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .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); }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { border-width: 0; border-radius: 0; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { color:rgba(var(--color-secondary-4),1);display:block;width:27.25rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4990234375rem;left:4.12451171875rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d21520e0-9ec6-4e4f-a499-1daec93be024/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:25.25rem;width:32.375rem;top:4.349365234375rem;left:37.999267578125rem;display:block; }#BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur.adaptive-delivery-prevent-bg, #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur.lazyload, #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur.lazyloading { background-image: none; }
#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#19e3db;display:block;width:27.375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:35.3486328125rem;left:8.3427734375rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { box-sizing:content-box;height:12.5rem;width:62.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.997396469116rem;left:6.2500019073488rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#Pv3WxDTUdh4ziTuou9vB6CuV4kMBq6dI { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:37.2470703125rem;left:43.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TuP0tMSyVrqn2MQVb9P0e3JXwuyqeduZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:13.914794921875rem;left:4.12451171875rem;height:15.9961125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aqyTnKtxCOsgnJLnGJIhhuq7sWZiIRA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:4.375rem;left:4.12451171875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row .container { background-color: transparent; background-image: none; }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row .container > .video-iframe-container { display: none; }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row > .video-iframe-container { display: none; }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .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); }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row .container { border-width: 0; border-radius: 0; }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:75rem;position:relative;display:block; }#UzgCGdFbchEs2GzfCAgdAV06EKvzlLvz { position:absolute;display:block;z-index:15001;background-color:#e4e6eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.5rem 0.625rem 2.5rem rgba(0,0,0,0.28) ;height:12.5625rem;width:29rem;top:14.624755859375rem;left:4.124755859375rem;display:block; }
#HfSPhyymFD2zIQP4MPi5MVkykdOqM1rl { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:16.06103515625rem;left:7.999267578125rem; }
#aNLGU437rNp7qpAl06LbNRCWDoPOW5Tk { color:#00ada4;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:3.8984375rem;left:31.84375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0Zme4WU1ypJ1DeswL7vvaDsbygSoaNK { color:#ffffff;display:block;width:29.624rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.0595703125rem;left:22.591552734375rem;height:4.673825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJf7KU44CdRfpVrylmvabGZ4OCtmOWUb { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:19.998779296875rem;left:8.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bxy95OdM0MTxgX05SSn73cIQchCVypTh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.373291015625rem;left:8.125rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cigzTGZXn79ycSkQzQZ4ScTULPktBn7p { position:absolute;display:block;z-index:15006;background-color:#e4e6eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.5rem 0.625rem 2.5rem rgba(0,0,0,0.28) ;height:12.5625rem;width:29rem;top:14.5625rem;left:41.624755859375rem;display:block; }
#RNJr34l3xIRuoRaz7eBlPS9Xkf7RMmnS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:22.31103515625rem;left:45.625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aFqsvNZU4tCWLLqDLJGn5NDULD732JOV { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:19.998779296875rem;left:45.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#geHHz5sMo4fkRpNhM78ctiPVrXk7CQMS { position:absolute;display:block;z-index:15006;background-color:#e4e6eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.5rem 0.625rem 2.5rem rgba(0,0,0,0.28) ;height:12.5625rem;width:29rem;top:28.999267578125rem;left:4.124755859375rem;display:block; }
#EVwGQr059Ul6hcSQXOIAdqGbww0rrCAs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:36.186767578125rem;left:8.0615234375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9OwKTTznSDbut3r4XHO6VrQ8xA5Fct3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:33.81103515625rem;left:8.125rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ksA9XRbGp6PeGyFlteJ7hdGZWBva69Pf { position:absolute;display:block;z-index:15011;background-color:#e4e6eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.5rem 0.625rem 2.5rem rgba(0,0,0,0.28) ;height:12.5625rem;width:29rem;top:28.687255859375rem;left:41.624755859375rem;display:block; }
#oubt8o28mrQPyoIwMD3crtxeJ1rsMtmr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:36.2490234375rem;left:45.625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fZKRGSDJg4QEX2u83Rcd5E0rTypDuxoW { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:33.873291015625rem;left:45.625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NK1eyRIicHrR0qRtd6qATpNCQDf9W8q8 { position:absolute;display:block;z-index:15011;background-color:#e4e6eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.5rem 0.625rem 2.5rem rgba(0,0,0,0.28) ;height:12.5625rem;width:29rem;top:42.75rem;left:4.25rem;display:block; }
#bshG3FoPtrSsv2avaRStPJOt6XoaHPvw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:50.3115234375rem;left:8.187255859375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e0fmErvyLTscDCT26gmW0eSk9J6DX60s { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:47.874755859375rem;left:8.187255859375rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rtUP3UFaL1IKF9By0LTcB5uA7Cbsw0uq { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:16.06103515625rem;left:45.43701171875rem; }
#ia3WhPStvZ8FXp71xbfTcbk6N7FQ1ODa { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:29.936767578125rem;left:7.93701171875rem; }
#qTCfhLX01xSIZ1uW7dGT0GKTONFWotr7 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:30.12353515625rem;left:45.43701171875rem; }
#PML6AH3Irs1ALOcScf5fQzcdQ9N9n9aS { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:43.999267578125rem;left:7.999267578125rem; }
#lpdaxJPQlFN8iOHkXFfSxSRGpHEbtQy2 { position:absolute;display:block;z-index:15015;background-color:#e4e6eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.5rem 0.625rem 2.5rem rgba(0,0,0,0.28) ;height:12.5625rem;width:29rem;top:42.75rem;left:41.625rem;display:block; }
#gyz63ds7g0QoT5yMulOq1XLBdard62ml { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:48rem;left:45.5625rem;height:1.8005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QD752VhC5P2lzBQLNgvEfqATkbKsv4VX { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:44.0625rem;left:45.375rem; }
#leeZsumDTRwbgVmp969ikICzcxOb9JA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:50.375rem;left:45.5625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { background-color: transparent; background-image: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container > .video-iframe-container { display: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container { display: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .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); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { border-width: 0; border-radius: 0; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#00ada4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10.3125rem;width:13.1875rem;position:absolute;display:block;z-index:15004;top:15.0625rem;left:10.625rem;box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f6b73af8-5a61-40a1-85ee-4d4900eb51a6/filipeprofile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:10.25rem;left:12.6875rem;display:block; }#ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.adaptive-delivery-prevent-bg, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyload, #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq.lazyloading { background-image: none; }
#JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { display:block;width:9.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.138916015625rem;left:12.65625rem;height:2.625rem;color:rgba(var(--color-tertiary-1),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { display:block;width:8.8745rem;position:absolute;font-family:dax;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.104248046875rem;left:12.779541015625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#n6kgbin9VFiOXNlGEulzHuJq1fJoCiKT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:3.7744140625rem;left:31.9375rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7wHi8dUp9zITnQex35ysQs9iXRnppTw { color:rgba(var(--color-secondary-4),1);display:block;width:27.25rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.374755859375rem;left:23.87451171875rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7ZPLxa9zsed0VLGeGKoTQL5McqDo4Te { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#00ada4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10.3125rem;width:13.1875rem;position:absolute;display:block;z-index:15008;top:15.0625rem;left:30.875rem;box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#FfOEwbGTlAZKHZ6D41WGkb1gsN4Jx7ko { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/11c70174-434f-4e39-82a8-4b470440116e/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:10.25rem;left:32.9375rem;display:block; }#FfOEwbGTlAZKHZ6D41WGkb1gsN4Jx7ko.adaptive-delivery-prevent-bg, #FfOEwbGTlAZKHZ6D41WGkb1gsN4Jx7ko.lazyload, #FfOEwbGTlAZKHZ6D41WGkb1gsN4Jx7ko.lazyloading { background-image: none; }
#VrbuiJbP2nATlxruSqvDRv12NTm5zmID { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#00ada4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10.3125rem;width:13.1875rem;position:absolute;display:block;z-index:15012;top:15.0625rem;left:51.125rem;box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
#AJsBu56kfpq8y0DqDcFikwoVV2kqqJhv { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/18ec540e-f857-421d-b6e6-8ff012e30119/Microphone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15013;top:10.25rem;left:53.1875rem;display:block; }#AJsBu56kfpq8y0DqDcFikwoVV2kqqJhv.adaptive-delivery-prevent-bg, #AJsBu56kfpq8y0DqDcFikwoVV2kqqJhv.lazyload, #AJsBu56kfpq8y0DqDcFikwoVV2kqqJhv.lazyloading { background-image: none; }
#rXoFp73yu0wxJ1gLTP2vVivqSVTNk0px { display:block;width:8.875rem;position:absolute;font-family:dax;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.4375rem;left:53.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#WOl5EF5CRKXN33IeOJ83m4qNysethpey { z-index:15004;top:29.875rem;left:28.875rem;background-color:#013666;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.75rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fmiLigCqoQl1PdAAL78vgUe1gcbLlRI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfhT3MB0RGt00UdOg3zGGH4B1zlofB2i { display:block;width:10.7495rem;position:absolute;font-family:dax;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9375rem;left:32.1240234375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),1);display:block; }
#rqD8Qomd85iO1Xa9O9uvNaM02Xc9Sqlt { display:block;width:9.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:21.95263671875rem;left:32.7490234375rem;height:2.625rem;color:rgba(var(--color-tertiary-1),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#SiqklvM7UAdIEZxsyubzIfvVO4TzbMt8 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#00ada4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:10.3125rem;width:13.1875rem;position:absolute;display:block;z-index:15004;top:15.0625rem;left:10.625rem;box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;display:none; }
#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { background-color: transparent; background-image: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container > .video-iframe-container { display: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row > .video-iframe-container { display: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .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); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { border-width: 0; border-radius: 0; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#haqcpuNvCmHrxsdtrLHTvgSkfJ6U7dUm { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#zcmVtAosPGxo5tGzA8GnKvykr1w37eXp { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9d490321-c223-4c64-9530-cb2f7934dbf0/GrandCarima.png");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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.625rem 0.875rem rgba(var(--color-tertiary-4),0.1) ;height:14.3125rem;width:29.25rem;top:4.4375rem;left:41.9375rem;display:block; }#zcmVtAosPGxo5tGzA8GnKvykr1w37eXp.adaptive-delivery-prevent-bg, #zcmVtAosPGxo5tGzA8GnKvykr1w37eXp.lazyload, #zcmVtAosPGxo5tGzA8GnKvykr1w37eXp.lazyloading { background-image: none; }
#aCsJpkpr896AKlEJ3PXQ2iKXcQhC9kAT { color:#013666;display:block;width:27.24975rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.4375rem;height:2.76245rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tgT8WCAZxka1HImJA3zi3vfRiqydPHop { color:#013666;display:block;width:28.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:14.25rem;left:4.4375rem;height:17.59571875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#shaG15gSri2TfZdMSLFwUpcmqvELDUTi { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6deea69c-5e71-4462-94e4-034a12659904/Cataratas.png");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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:14.3115rem;width:29.24925rem;top:20.814208984375rem;left:41.93603515625rem;display:block; }#shaG15gSri2TfZdMSLFwUpcmqvELDUTi.adaptive-delivery-prevent-bg, #shaG15gSri2TfZdMSLFwUpcmqvELDUTi.lazyload, #shaG15gSri2TfZdMSLFwUpcmqvELDUTi.lazyloading { background-image: none; }
#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container { background-color: transparent; background-image: none; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container > .video-iframe-container { display: none; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row > .video-iframe-container { display: none; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .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); }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container { border-width: 0; border-radius: 0; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#nO8T3GybddF1VZe61elO2zwXCgWDlw2t { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bWIp44QPJrxTiCkUT4xm2ZhuIDuzwAen { color:#013666;display:block;width:27.249rem;position:absolute;font-family:dax;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:23.75rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dDm5IJDv64JDlTxKo60BTTbLETOEENuZ { color:#013666;display:block;width:28.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:6.6875rem;left:23rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRV8oIcTuWOEZRQcTpQEDT91BR6VN0R1 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:12.6875rem;left:17.375rem;display:block; }
#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { background-color: transparent; background-image: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container > .video-iframe-container { display: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container { display: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .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); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { border-width: 0; border-radius: 0; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#e7eamg5hQJ8H49sDtkXs2i73qOdoFTd3 { background-color:#00ada4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.810546875rem;left:46.8125rem;display:none; }
#bhTmhtpHmWvELIHtJDhEOPcK29toz3ui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzhmvZgJbsG1rghSrFRWh5xFnSinbILr { position:absolute;display:block;z-index:15055;height:18.25rem;width:60rem;top:16.623046875rem;left:7.5rem;display:block; }
#yQROhtnrmsZyoPNh0nD8ZfNQPzR78LkT { color:rgba(var(--color-secondary-4),1);display:block;width:21.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:23.125rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RQVNWkspGii5346Gfy8aT6EoNS904pCI { color:#e4e6eb;display:block;width:47.6865rem;position:absolute;font-family:dax;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:4.1875rem;left:13.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kmi0B8UGacTidnEmtMLUBBwu3crB9dtX { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:10.375rem;left:18.6875rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01223e;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; }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row .container { background-color: transparent; background-image: none; }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row .container > .video-iframe-container { display: none; }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row > .video-iframe-container { display: none; }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .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); }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row .container { border-width: 0; border-radius: 0; }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#FKDwFcrCTvayH4HiiaUue2JImQqCWdF9 { position:absolute;display:block;z-index:15068;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.749025rem;width:6.061525rem;top:1.53125rem;left:0.5625rem;overflow:hidden;display:block; }
#Kcqo8BImzEOt044p6k40XChTnfQIClNm { position:absolute;display:block;z-index:15037;background-color:#00ada4;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:1.6875rem;left:65rem;display:block; }
#g4OBJm3SWgIv6QzuPfDG1z6bBNb68EE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:2.25rem;left:65.5rem; }
#g4OBJm3SWgIv6QzuPfDG1z6bBNb68EE9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#eDaCscTSWwTtSqpwu6WXm3Q2SFUd2xWm { position:absolute;display:block;z-index:15035;background-color:#00ada4;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:1.6875rem;left:68.75rem;display:block; }
#fwy2lPQ2n8pFs42xh1vRee0G0nT3gC9A { 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:15066;opacity:1;top:2.3125rem;left:69.4375rem; }
#fwy2lPQ2n8pFs42xh1vRee0G0nT3gC9A > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#aOm9p6p7dKx8aoGtqzOxgi37XALo5dmu { position:absolute;display:block;z-index:15039;background-color:#00ada4;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:2.5rem;width:2.5rem;top:1.6875rem;left:72.5rem;display:block; }
#fynIxs8xANyStLs0GsbLR2ru6ZaE4vBy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:2.1875rem;left:72.9375rem; }
#fynIxs8xANyStLs0GsbLR2ru6ZaE4vBy > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { top:0.875rem;left:0rem;width:7.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbqd1Z7mhArsaXeJKE7NI5iWJnFUa4Os { top:1.75rem;left:36rem;width:11.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfmeQeB8eNAF1FpJELpv2Hyp08uX2WFT { display:block; }
 }@media only screen and (max-width: 763px) { #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { top:19.125rem;left:0rem;width:25.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block; }
 }@media only screen and (max-width: 763px) { #NkgIxHWnpkseoplaazLoOzJxwIzObR43 { width:30rem;height:3.4375rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { top:9.125rem;left:11.1875rem;width:36.5625rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { top:8.1875rem;left:0rem;width:35rem;height:9.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { top:12.375rem;left:10.5rem;width:37.25rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { top:29.9375rem;left:0rem;width:16.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block; }
 }@media only screen and (max-width: 763px) { #q6vUIF4pCgiV14nOPws244TTOEvJ8Kqw { top:26.5rem;left:0rem;width:10.875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drNRnuN6No6DgTU5IUXp719kLTpwuPg1 { top:26.5rem;left:4.75rem;width:11.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQHW8rDhLG5MgL4NtuGWAAclPSchSf9y { top:26.1875rem;left:0rem;width:12.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTgWvWHm2BATa7eWEmIO2l8A3WGDHfD6 { top:26.1875rem;left:3.75rem;width:13.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { top:6.4375rem;left:0rem;width:27.25rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { top:4.3125rem;left:15.375rem;width:32.375rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:35.3125rem;left:0rem;width:27.375rem;height:9.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { top:33.9375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv3WxDTUdh4ziTuou9vB6CuV4kMBq6dI { top:37.1875rem;left:29.4375rem;width:18.125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuP0tMSyVrqn2MQVb9P0e3JXwuyqeduZ { top:13.875rem;left:0rem;width:28.625rem;height:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqyTnKtxCOsgnJLnGJIhhuq7sWZiIRA4 { top:4.375rem;left:0rem;width:11.125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ { display:block; }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzgCGdFbchEs2GzfCAgdAV06EKvzlLvz { width:28.9375rem;height:12.5rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSPhyymFD2zIQP4MPi5MVkykdOqM1rl { top:16rem;left:1.186767578125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNLGU437rNp7qpAl06LbNRCWDoPOW5Tk { top:3.875rem;left:12.75rem;width:11.125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Zme4WU1ypJ1DeswL7vvaDsbygSoaNK { top:6rem;left:0rem;width:29.5625rem;height:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJf7KU44CdRfpVrylmvabGZ4OCtmOWUb { top:19.9375rem;left:1.3125rem;width:13.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxy95OdM0MTxgX05SSn73cIQchCVypTh { top:22.3125rem;left:1.3125rem;width:21.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cigzTGZXn79ycSkQzQZ4ScTULPktBn7p { width:28.9375rem;height:12.5rem;top:14.5625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJr34l3xIRuoRaz7eBlPS9Xkf7RMmnS { top:22.25rem;left:25.1875rem;width:21.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqsvNZU4tCWLLqDLJGn5NDULD732JOV { top:19.9375rem;left:25.1875rem;width:13.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geHHz5sMo4fkRpNhM78ctiPVrXk7CQMS { width:28.9375rem;height:12.5rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVwGQr059Ul6hcSQXOIAdqGbww0rrCAs { top:36.125rem;left:1.2490234375rem;width:21.0625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9OwKTTznSDbut3r4XHO6VrQ8xA5Fct3 { top:33.75rem;left:1.3125rem;width:13.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksA9XRbGp6PeGyFlteJ7hdGZWBva69Pf { width:28.9375rem;height:12.5rem;top:28.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubt8o28mrQPyoIwMD3crtxeJ1rsMtmr { top:36.1875rem;left:25.1875rem;width:20.4375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZKRGSDJg4QEX2u83Rcd5E0rTypDuxoW { top:33.8125rem;left:25.1875rem;width:13.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1eyRIicHrR0qRtd6qATpNCQDf9W8q8 { width:28.9375rem;height:12.5rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bshG3FoPtrSsv2avaRStPJOt6XoaHPvw { top:50.25rem;left:1.374755859375rem;width:19.5rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fmErvyLTscDCT26gmW0eSk9J6DX60s { top:47.8125rem;left:1.374755859375rem;width:13.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtUP3UFaL1IKF9By0LTcB5uA7Cbsw0uq { top:16rem;left:24.99951171875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia3WhPStvZ8FXp71xbfTcbk6N7FQ1ODa { top:29.875rem;left:1.12451171875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCfhLX01xSIZ1uW7dGT0GKTONFWotr7 { top:30.0625rem;left:24.99951171875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PML6AH3Irs1ALOcScf5fQzcdQ9N9n9aS { top:43.9375rem;left:1.186767578125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpdaxJPQlFN8iOHkXFfSxSRGpHEbtQy2 { width:28.9375rem;height:12.5rem;top:42.75rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyz63ds7g0QoT5yMulOq1XLBdard62ml { top:48rem;left:25.125rem;width:13.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD752VhC5P2lzBQLNgvEfqATkbKsv4VX { top:44.0625rem;left:24.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leeZsumDTRwbgVmp969ikICzcxOb9JA0 { top:50.375rem;left:25.125rem;width:18.5625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { display:block; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6kgbin9VFiOXNlGEulzHuJq1fJoCiKT { top:3.75rem;left:18.3125rem;width:11.125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7wHi8dUp9zITnQex35ysQs9iXRnppTw { top:5.3125rem;left:10.24951171875rem;width:27.25rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7ZPLxa9zsed0VLGeGKoTQL5McqDo4Te { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfOEwbGTlAZKHZ6D41WGkb1gsN4Jx7ko { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbuiJbP2nATlxruSqvDRv12NTm5zmID { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJsBu56kfpq8y0DqDcFikwoVV2kqqJhv { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXoFp73yu0wxJ1gLTP2vVivqSVTNk0px { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOl5EF5CRKXN33IeOJ83m4qNysethpey { top:29.875rem;left:15.25rem;width:17.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmiLigCqoQl1PdAAL78vgUe1gcbLlRI7 { display:block; }
 }@media only screen and (max-width: 763px) { #yfhT3MB0RGt00UdOg3zGGH4B1zlofB2i { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqD8Qomd85iO1Xa9O9uvNaM02Xc9Sqlt { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiqklvM7UAdIEZxsyubzIfvVO4TzbMt8 { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaa7ychTqwehdVuTa8p1AmdsinXaRwqg { display:block; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haqcpuNvCmHrxsdtrLHTvgSkfJ6U7dUm { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zcmVtAosPGxo5tGzA8GnKvykr1w37eXp { top:4.4375rem;left:18.5rem;width:29.25rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCsJpkpr896AKlEJ3PXQ2iKXcQhC9kAT { top:9.6875rem;left:0rem;width:27.1875rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgT8WCAZxka1HImJA3zi3vfRiqydPHop { top:14.1875rem;left:0rem;width:28.625rem;height:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shaG15gSri2TfZdMSLFwUpcmqvELDUTi { top:20.8125rem;left:18.5rem;width:29.1875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 { display:block; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nO8T3GybddF1VZe61elO2zwXCgWDlw2t { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bWIp44QPJrxTiCkUT4xm2ZhuIDuzwAen { top:3.9375rem;left:0rem;width:27.1875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDm5IJDv64JDlTxKo60BTTbLETOEENuZ { top:6.6875rem;left:0rem;width:28.625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRV8oIcTuWOEZRQcTpQEDT91BR6VN0R1 { top:12.6875rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm { display:block; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7eamg5hQJ8H49sDtkXs2i73qOdoFTd3 { width:24.375rem;height:3.4375rem;top:6.75rem;left:23.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhTmhtpHmWvELIHtJDhEOPcK29toz3ui { display:block; }
 }@media only screen and (max-width: 763px) { #RzhmvZgJbsG1rghSrFRWh5xFnSinbILr { top:16.5625rem;left:0rem;width:47.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQROhtnrmsZyoPNh0nD8ZfNQPzR78LkT { top:23.125rem;left:0rem;width:21.5625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQVNWkspGii5346Gfy8aT6EoNS904pCI { top:4.1875rem;left:0.0625rem;width:47.625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmi0B8UGacTidnEmtMLUBBwu3crB9dtX { top:10.375rem;left:5.0625rem;width:37.625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe { display:block; }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKDwFcrCTvayH4HiiaUue2JImQqCWdF9 { top:1.5rem;left:0rem;width:6rem;height:2.7211221598525rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcqo8BImzEOt044p6k40XChTnfQIClNm { top:1.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4OBJm3SWgIv6QzuPfDG1z6bBNb68EE9 { top:2.25rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#g4OBJm3SWgIv6QzuPfDG1z6bBNb68EE9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #eDaCscTSWwTtSqpwu6WXm3Q2SFUd2xWm { top:1.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwy2lPQ2n8pFs42xh1vRee0G0nT3gC9A { top:2.3125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#fwy2lPQ2n8pFs42xh1vRee0G0nT3gC9A > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #aOm9p6p7dKx8aoGtqzOxgi37XALo5dmu { top:1.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fynIxs8xANyStLs0GsbLR2ru6ZaE4vBy { top:2.1875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#fynIxs8xANyStLs0GsbLR2ru6ZaE4vBy > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV { display:block; }#mmmM8lcyCIDaUiqvik2L7TTW7IIvttBV > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI8TWFvU0nnLXfAMtcCuA0Jm7F0aydFm { width:6.75rem;height:4rem;top:1.03125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbqd1Z7mhArsaXeJKE7NI5iWJnFUa4Os { top:6.40625rem;left:4.125rem;width:11.75rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfmeQeB8eNAF1FpJELpv2Hyp08uX2WFT { display:block; }
 }@media only screen and (max-width: 763px) { #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f02e7586-7c4a-45a4-a2e6-3ac24aee526f/Hero.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.adaptive-delivery-prevent-bg, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyload, #DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA.lazyloading { background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { background-color: transparent; background-image: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { display: none; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .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); }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { border-width: 0; border-radius: 0; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DiFKMdzE0NKZtgq3llC79UlVLqSMMAvA > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HKomwvGxyZM8L6WA9NP74I3F5xl8WB { width:19.5605625rem;height:5.625rem;top:9.875rem;left:0.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5xHcieGBTGUD3xeO0v6GknAtP5iJhye { width:16rem;height:9rem;top:18.1875rem;left:5.40625rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #kctQpIVD5EgIX2dsSlF1TDNdeS7yxWqJ { display:block; }
 }@media only screen and (max-width: 763px) { #NkgIxHWnpkseoplaazLoOzJxwIzObR43 { width:19.125rem;height:3.25rem;top:25.9375rem;left:0.4375rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #yGen9VQb4MxuUuwIC5VhyTQTaA1qJub6 { display:block; }
 }@media only screen and (max-width: 763px) { #ycTrGeR9U9kMrGAoOmKTAor30UTVbksT { width:18.875rem;height:10.9375rem;top:20.375rem;left:0.5625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Hq9S8GTFmCJCJ9IPUkFiyNiDmXXZlThB { width:20rem;height:6rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #av4FoDdARqCH7OTAPXCGgbUoKHAGHnpn { width:20rem;height:11.8125rem;top:19.000002622604rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwuDEZ3OhuIJsd8F3X78mTUVJ8fiHdSE { top:24.6240234375rem;left:0.501708984375rem;width:18.9965625rem;height:3.31055rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vr1ywTgPueOGtekUTbtGU5Mw3Pura0 { display:block; }
 }@media only screen and (max-width: 763px) { #q6vUIF4pCgiV14nOPws244TTOEvJ8Kqw { width:10.874rem;height:1.21948125rem;top:17.1875rem;left:4.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drNRnuN6No6DgTU5IUXp719kLTpwuPg1 { width:11.8115rem;height:1.21948125rem;top:19.9375rem;left:4.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQHW8rDhLG5MgL4NtuGWAAclPSchSf9y { width:12.06175rem;height:1.875rem;top:16.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTgWvWHm2BATa7eWEmIO2l8A3WGDHfD6 { width:13.81225rem;height:1.875rem;top:19.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC { display:block; }#d57gaxv2k2D3KnzNIiAtDQab1GU5v4gC > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP11FOWHTA172lPhrFtgCaBxUNPHM3F3 { width:18.625rem;height:8.25rem;top:4.0615234375rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BmtPQvftOLWtyIvqS9sgWkgOniOPA0ur { width:20rem;height:14.4983125rem;top:33.02490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:19.1875rem;height:0;top:58.798625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aPzFEBFP1s4XQGK99iZ3HCAN5GleoLqV { width:20rem;height:11.5625rem;top:57.548625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pv3WxDTUdh4ziTuou9vB6CuV4kMBq6dI { width:20rem;height:0;top:25.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TuP0tMSyVrqn2MQVb9P0e3JXwuyqeduZ { width:19.12475rem;height:18rem;top:13.162841796875rem;left:0.43701171875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aqyTnKtxCOsgnJLnGJIhhuq7sWZiIRA4 { width:11.1230625rem;height:1.5rem;top:1.99951171875rem;left:4.437255859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ { display:block; }#Tf0iKdL4IPJc2SJnanmf47I2519LTSfQ > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzgCGdFbchEs2GzfCAgdAV06EKvzlLvz { width:19.624rem;height:11.25rem;top:10.97412109375rem;left:0.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSPhyymFD2zIQP4MPi5MVkykdOqM1rl { width:2.8125rem;height:2.8125rem;top:12.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNLGU437rNp7qpAl06LbNRCWDoPOW5Tk { width:11.12425rem;height:1.5rem;top:2.5rem;left:4.437255859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0Zme4WU1ypJ1DeswL7vvaDsbygSoaNK { width:20rem;height:3.8501rem;top:5.2490234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJf7KU44CdRfpVrylmvabGZ4OCtmOWUb { width:13.9355625rem;height:1.8005375rem;top:13.1875rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bxy95OdM0MTxgX05SSn73cIQchCVypTh { width:15.4375rem;height:3.9375rem;top:16.5625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cigzTGZXn79ycSkQzQZ4ScTULPktBn7p { width:20rem;height:11.25rem;top:48.47412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJr34l3xIRuoRaz7eBlPS9Xkf7RMmnS { width:16.31225rem;height:3.9375rem;top:54.0625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aFqsvNZU4tCWLLqDLJGn5NDULD732JOV { width:13.9355625rem;height:1.8005375rem;top:50.75rem;left:4.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #geHHz5sMo4fkRpNhM78ctiPVrXk7CQMS { width:20rem;height:11.25rem;top:23.47412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVwGQr059Ul6hcSQXOIAdqGbww0rrCAs { width:14.625rem;height:3.9375rem;top:29.25rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E9OwKTTznSDbut3r4XHO6VrQ8xA5Fct3 { width:13.9355625rem;height:1.8005375rem;top:25.5625rem;left:4.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ksA9XRbGp6PeGyFlteJ7hdGZWBva69Pf { width:20rem;height:11.25rem;top:61.09912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubt8o28mrQPyoIwMD3crtxeJ1rsMtmr { width:14.9365rem;height:3.9375rem;top:66.5625rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fZKRGSDJg4QEX2u83Rcd5E0rTypDuxoW { width:9.25rem;height:1.8005375rem;top:63.5rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NK1eyRIicHrR0qRtd6qATpNCQDf9W8q8 { width:20rem;height:11.25rem;top:35.97412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bshG3FoPtrSsv2avaRStPJOt6XoaHPvw { width:14.4995rem;height:3.9375rem;top:41.5rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e0fmErvyLTscDCT26gmW0eSk9J6DX60s { width:13.9355625rem;height:1.8005375rem;top:38.25rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rtUP3UFaL1IKF9By0LTcB5uA7Cbsw0uq { width:2.8125rem;height:2.8125rem;top:50.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia3WhPStvZ8FXp71xbfTcbk6N7FQ1ODa { width:2.8125rem;height:2.8125rem;top:25.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCfhLX01xSIZ1uW7dGT0GKTONFWotr7 { width:2.8125rem;height:2.8125rem;top:63rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PML6AH3Irs1ALOcScf5fQzcdQ9N9n9aS { width:2.8125rem;height:2.8125rem;top:37.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpdaxJPQlFN8iOHkXFfSxSRGpHEbtQy2 { width:20rem;height:11.25rem;top:73.84912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyz63ds7g0QoT5yMulOq1XLBdard62ml { width:11.6875rem;height:1.8005375rem;top:76.1875rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QD752VhC5P2lzBQLNgvEfqATkbKsv4VX { width:2.8125rem;height:2.8125rem;top:75.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leeZsumDTRwbgVmp969ikICzcxOb9JA0 { width:14.75rem;height:3.9375rem;top:79.3125rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 { background-color:#ffffff;background-image:none;display:block; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { background-color: transparent; background-image: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container > .video-iframe-container { display: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row > .video-iframe-container { display: none; }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .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); }#DTtON4MmaNHQLczwpHzHyeqfDOzrMTR2 > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7l2NSfEuaAQDOgJfZgtOE8EwxTUD7LI { width:14.5rem;height:9.5rem;top:10.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZ9vq0NyxwezXmdpwb4FziZZ4agvhpq { width:6.25rem;height:6.25rem;top:8rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCrIkvBwrkHsihlP3QdQntFFNNGXktP3 { width:17.1875rem;height:1.40625rem;top:16.875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gtvdT6JPEV7z3mEw1LJBsTOx3Ih5DSWg { width:20rem;height:1.7871125rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6kgbin9VFiOXNlGEulzHuJq1fJoCiKT { width:11.12425rem;height:1.5rem;top:2.390380859375rem;left:4.43603515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7wHi8dUp9zITnQex35ysQs9iXRnppTw { width:20rem;height:2.2753875rem;top:4.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7ZPLxa9zsed0VLGeGKoTQL5McqDo4Te { width:13.18725rem;height:10.3125rem;top:43.155517578125rem;left:3.40576171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FfOEwbGTlAZKHZ6D41WGkb1gsN4Jx7ko { width:6.31225rem;height:6.31225rem;top:22.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbuiJbP2nATlxruSqvDRv12NTm5zmID { width:13.1875rem;height:10.3125rem;top:38.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJsBu56kfpq8y0DqDcFikwoVV2kqqJhv { width:6.31225rem;height:6.31225rem;top:35.936279296875rem;left:6.842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXoFp73yu0wxJ1gLTP2vVivqSVTNk0px { width:8.875rem;height:1.7871125rem;top:44.625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOl5EF5CRKXN33IeOJ83m4qNysethpey { top:51.514892578125rem;left:0.499267578125rem;width:18.999rem;height:3.2495125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmiLigCqoQl1PdAAL78vgUe1gcbLlRI7 { display:block; }
 }@media only screen and (max-width: 763px) { #yfhT3MB0RGt00UdOg3zGGH4B1zlofB2i { width:10.6875rem;height:1.7871125rem;top:29.25rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqD8Qomd85iO1Xa9O9uvNaM02Xc9Sqlt { width:13.75rem;height:2.8125rem;top:31.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #SiqklvM7UAdIEZxsyubzIfvVO4TzbMt8 { width:14.4995rem;height:9.4995rem;top:24.5rem;left:2.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qaa7ychTqwehdVuTa8p1AmdsinXaRwqg { background-color:#e4e6eb;background-image:none;display:block; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { background-color: transparent; background-image: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container > .video-iframe-container { display: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row > .video-iframe-container { display: none; }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .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); }#qaa7ychTqwehdVuTa8p1AmdsinXaRwqg > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haqcpuNvCmHrxsdtrLHTvgSkfJ6U7dUm { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zcmVtAosPGxo5tGzA8GnKvykr1w37eXp { width:20rem;height:14.3125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCsJpkpr896AKlEJ3PXQ2iKXcQhC9kAT { width:20rem;height:2.35546875rem;top:2.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tgT8WCAZxka1HImJA3zi3vfRiqydPHop { width:17.4375rem;height:22.5rem;top:5.5625rem;left:0.59375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #shaG15gSri2TfZdMSLFwUpcmqvELDUTi { width:20rem;height:14.25rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 { background-color:#ffffff;background-image:none;display:block; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container { background-color: transparent; background-image: none; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container > .video-iframe-container { display: none; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row > .video-iframe-container { display: none; }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .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); }#VT5ZNl2hhkiHuLHf1sZEvvkilnB3nE94 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nO8T3GybddF1VZe61elO2zwXCgWDlw2t { top:1.25rem;left:0rem;width:20rem;height:23.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bWIp44QPJrxTiCkUT4xm2ZhuIDuzwAen { width:20rem;height:4.548825rem;top:2.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDm5IJDv64JDlTxKo60BTTbLETOEENuZ { width:17.4375rem;height:4.5rem;top:7.171875rem;left:1.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRV8oIcTuWOEZRQcTpQEDT91BR6VN0R1 { height:11.25rem;width:20rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm { background-color:#013666;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { background-color: transparent; background-image: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container > .video-iframe-container { display: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container { display: none; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .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); }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { border-width: 0; border-radius: 0; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCW2rTmoz3DxCcJGMFT18dH75IzQGqLm > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7eamg5hQJ8H49sDtkXs2i73qOdoFTd3 { width:18.1875rem;height:3.4375rem;top:4.436279296875rem;left:1.8125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #bhTmhtpHmWvELIHtJDhEOPcK29toz3ui { display:block; }
 }@media only screen and (max-width: 763px) { #RzhmvZgJbsG1rghSrFRWh5xFnSinbILr { width:18.125rem;height:31.4355625rem;top:16.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQROhtnrmsZyoPNh0nD8ZfNQPzR78LkT { width:18rem;height:0;top:14.499999523163rem;left:0.99913197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #RQVNWkspGii5346Gfy8aT6EoNS904pCI { width:20rem;height:3.5996125rem;top:3.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kmi0B8UGacTidnEmtMLUBBwu3crB9dtX { width:17.5rem;height:4.875rem;top:8.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe { display:block; }#h4L6BruoGcGni6ZUSK0BUWAwRyUBUyJe > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKDwFcrCTvayH4HiiaUue2JImQqCWdF9 { width:4.749025rem;height:2.249025rem;top:1.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcqo8BImzEOt044p6k40XChTnfQIClNm { width:2.5rem;height:2.5rem;top:5.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4OBJm3SWgIv6QzuPfDG1z6bBNb68EE9 { display:flex;width:1.43676875rem;height:1.43676875rem;top:5.9375rem;left:4.8125rem; }
#g4OBJm3SWgIv6QzuPfDG1z6bBNb68EE9 > img { max-width: 100%;max-height:100%; width:1.43676875rem; height:1.43676875rem; } }@media only screen and (max-width: 763px) { #eDaCscTSWwTtSqpwu6WXm3Q2SFUd2xWm { width:2.5rem;height:2.5rem;top:5.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwy2lPQ2n8pFs42xh1vRee0G0nT3gC9A { display:flex;width:1.25rem;height:1.25rem;top:6rem;left:9.4375rem; }
#fwy2lPQ2n8pFs42xh1vRee0G0nT3gC9A > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #aOm9p6p7dKx8aoGtqzOxgi37XALo5dmu { width:2.5rem;height:2.5rem;top:5.375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fynIxs8xANyStLs0GsbLR2ru6ZaE4vBy { width:1.62475625rem;height:1.62475625rem;top:5.875rem;left:13.625rem;display:block; }
#fynIxs8xANyStLs0GsbLR2ru6ZaE4vBy > img { max-width: 100%;max-height:100%; width:1.62475625rem; height:1.62475625rem; } }