.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f7f7f7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007b7d;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; }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row .container { background-color: transparent; background-image: none; }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row .container > .video-iframe-container { display: none; }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row > .video-iframe-container { display: none; }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .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); }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row .container { border-width: 0; border-radius: 0; }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#wXmSqKdKylVKq3QvZ7zl2fwItfqsv6U4 { position:absolute;display:block;z-index:15001;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:3.0625rem;width:16.9375rem;top:1.6875rem;left:-1.1382978723404rem;overflow:hidden;display:block; }
#TcVxUCITh8kHuFFRVO04u5qhDbFcSs9q { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9619140625rem;left:18.40625rem;height:0.9746125rem;display:block; }
#c06SWB4uRPLJJqGy8XcXUgDEmecsvh9V { position:absolute;display:block;z-index:15000;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:34.625rem;width:47.9375rem;top:9.125rem;left:35.470504775954rem;overflow:hidden;display:block; }
#mzVz2PoM9vC6VPMuLVLC0B3pAPgL6VOX { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:sora;font-size:4.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:13.9619140625rem;left:0rem;height:8.75rem;font-style:normal;display:block; }
#W6BAvomJl5TsiGlanpfTNEQV21yk9IsV { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#dZbeBRbhZo6Dowz64uivFKaqSGkSLFGC { background-color:#8dff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#005d5f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.1875rem;left:0rem;display:block; }
#x33f3dPdoxK8Km02Vtwyl2BhULL53epw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1v4CG3sKXCzFDKs8Gg9L6G5CfLIWVhu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:31rem;left:1.1875rem; }
#UqcVZ7wbahiwagut7xUxFaqmS4UIBWwf { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.1875rem;left:19.125rem;display:block; }
#VP8qGD7cQPohD68eE1dZbuvKc5AmTlKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L50oIzXB7I583BbiI6KNWoEXTrVXTV4i { color:rgba(255,255,255,0.66);display:block;width:10.1875rem;position:absolute;font-family:sora;font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:14.625rem;left:46.7197265625rem;height:3.71191875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bTWtWg9Q0TWmSRGDo7QwrVTvPU93LmVS { position:absolute;display:block;z-index:14999;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:39.4375rem;width:39.4375rem;top:1.375rem;left:38.09375rem;overflow:hidden;display:block; }
#T3UnB9ThgBBTH0BPXsCqnWTPNAayRkHf { position:absolute;display:block;z-index:14998;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:37.0625rem;width:37.0625rem;top:-3rem;left:45.84375rem;overflow:hidden;display:block; }
#Frem3z6LiVXSS1TzyZdSWHWbGPhmtwqN { position:absolute;display:block;z-index:14997;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:47.0625rem;width:47.0625rem;top:-8.25rem;left:-21.625rem;overflow:hidden;display:block; }
#JxvLFbGrkGfTDlqeWPsRFJABQUA7WWMF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0869140625rem;left:62.5rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w { position:relative;display:none; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w { border-width: 0; border-radius: 0; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .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; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#uXUNdZMgPyfh7bvefNAAVudRURdpSvv5 { position:absolute;display:block;z-index:14998;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:37.0625rem;width:37.0625rem;top:-3rem;left:45.84375rem;overflow:hidden;display:none; }
#dQ7O74pqR6nkJLSRPTHsNifDT0BT2RN3 { position:absolute;display:block;z-index:14998;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:37.0625rem;width:37.0625rem;top:-3rem;left:45.84375rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;overflow:visible;position:relative;display:block; }#BoA3X3RWsGRoN1vkI7I1TJyqdWyRxpFc { color:#252525;display:block;width:38.4375rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.875rem;left:18.28125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row .container { background-color: transparent; background-image: none; }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row .container > .video-iframe-container { display: none; }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row > .video-iframe-container { display: none; }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .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); }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row .container { border-width: 0; border-radius: 0; }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#nfMh99vvCK3eTTfD4mWkrw8L80HTvKco { box-sizing:content-box;height:17.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0.0625rem solid rgba(148,148,148,0.15);box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
#GTwbK2CrUhAKofn0fPW8qqdn2tdD60BE { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.25rem;left:1.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qiIqwpr1Tvsd8o90SsLNeNOQt8A4zlTP { color:#252525;display:block;width:19rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.875rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LXCpEQLgZd36DFwen1CMWwIHToJJ2eAV { box-sizing:content-box;height:6.625rem;width:22.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d2e2d25-dc34-4309-baa1-bd04272ade72/capturadetela20250822as08585868a863af8f68c.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0;display:block; }#LXCpEQLgZd36DFwen1CMWwIHToJJ2eAV.adaptive-delivery-prevent-bg, #LXCpEQLgZd36DFwen1CMWwIHToJJ2eAV.lazyload, #LXCpEQLgZd36DFwen1CMWwIHToJJ2eAV.lazyloading { background-image: none; }
#LXCpEQLgZd36DFwen1CMWwIHToJJ2eAV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#LXCpEQLgZd36DFwen1CMWwIHToJJ2eAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#svHShoqOFPezrNfutpqz1nPDfvC0ZTSi { box-sizing:content-box;height:17.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0.0625rem solid rgba(148,148,148,0.15);box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
#m6G0myM2R1GrvIEPBHkDtOZ6UdEBXDJl { color:#252525;display:block;width:19rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:28.25rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2v9zFTvpPLFZe78bsHwle8VDFV8ITW1 { box-sizing:content-box;height:6.625rem;width:22.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2448207e-08a2-470d-a5d8-59266e92fe26/capturadetela20250822as08592968a863ae6d611.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:26.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0;display:block; }#D2v9zFTvpPLFZe78bsHwle8VDFV8ITW1.adaptive-delivery-prevent-bg, #D2v9zFTvpPLFZe78bsHwle8VDFV8ITW1.lazyload, #D2v9zFTvpPLFZe78bsHwle8VDFV8ITW1.lazyloading { background-image: none; }
#D2v9zFTvpPLFZe78bsHwle8VDFV8ITW1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#D2v9zFTvpPLFZe78bsHwle8VDFV8ITW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#JWZN2pUih1mveTXtGbGoTvkzuoSv1zbT { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.25rem;left:28.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gTiJx7NvIecpB9PcZWzohu0X3CKSVOlC { box-sizing:content-box;height:17.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:52.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0.0625rem solid rgba(148,148,148,0.15);box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
#NTxA3zTtdLIK9k9Oa75g4CuKNLk1Ttpt { color:#252525;display:block;width:18.5625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:54.5625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pf3P6uF2J55Ta28982ytqvXFFkRDqOAB { box-sizing:content-box;height:6.625rem;width:22.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0310258b-aefe-4aa4-9a7b-0d10b0180131/capturadetela20250822as09000968a863ae78afb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:52.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0;display:block; }#pf3P6uF2J55Ta28982ytqvXFFkRDqOAB.adaptive-delivery-prevent-bg, #pf3P6uF2J55Ta28982ytqvXFFkRDqOAB.lazyload, #pf3P6uF2J55Ta28982ytqvXFFkRDqOAB.lazyloading { background-image: none; }
#pf3P6uF2J55Ta28982ytqvXFFkRDqOAB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#pf3P6uF2J55Ta28982ytqvXFFkRDqOAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#P49xr2TSL2qH81uH5loo2uEV4ytFhoQ3 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.25rem;left:54.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row .container { background-color: transparent; background-image: none; }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row .container > .video-iframe-container { display: none; }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row > .video-iframe-container { display: none; }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .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); }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row .container { border-width: 0; border-radius: 0; }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#rsn1FzUyZ5yuDvfAxRscNiXccmTGXS4z { box-sizing:content-box;height:17.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0.0625rem solid rgba(148,148,148,0.15);box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
#fhn3yXclTpxSTr98bgAnhDuDM9ZpzJGL { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.25rem;left:1.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8ThXuIVkiiaITr86TFUpEx5ToqONRnG { color:#252525;display:block;width:17.3125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.875rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pzT37O2WD7CtaOBFAK4ykILlGLltqPJU { box-sizing:content-box;height:6.625rem;width:22.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/853087eb-4d59-4f53-9bbd-0284385955cf/download20250822T091404133.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0;display:block; }#pzT37O2WD7CtaOBFAK4ykILlGLltqPJU.adaptive-delivery-prevent-bg, #pzT37O2WD7CtaOBFAK4ykILlGLltqPJU.lazyload, #pzT37O2WD7CtaOBFAK4ykILlGLltqPJU.lazyloading { background-image: none; }
#pzT37O2WD7CtaOBFAK4ykILlGLltqPJU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#pzT37O2WD7CtaOBFAK4ykILlGLltqPJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#IUHWwMtJnFaFctxwfMsayhyUmt6UnFUA { box-sizing:content-box;height:17.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:26.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0.0625rem solid rgba(148,148,148,0.15);box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
#hgtT5M2q4NUZ0Ke6xQg8BMXpRIvhrLEZ { color:#252525;display:block;width:17.5625rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:28.25rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DAhaVhdmCfxzJ9Qxd8PLW0mNxXszHHXc { box-sizing:content-box;height:6.625rem;width:22.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73a1e8c8-b62d-466f-ae51-19740fadf66d/download20250822T093138438.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:26.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0;display:block; }#DAhaVhdmCfxzJ9Qxd8PLW0mNxXszHHXc.adaptive-delivery-prevent-bg, #DAhaVhdmCfxzJ9Qxd8PLW0mNxXszHHXc.lazyload, #DAhaVhdmCfxzJ9Qxd8PLW0mNxXszHHXc.lazyloading { background-image: none; }
#DAhaVhdmCfxzJ9Qxd8PLW0mNxXszHHXc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#DAhaVhdmCfxzJ9Qxd8PLW0mNxXszHHXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#dOca28cbTzoifBuvIbs6cu7i75vxPdvr { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.25rem;left:28.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P6xHk6go5ymLbSuxCURTTM0PwtoRsXWo { box-sizing:content-box;height:17.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:52.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0.0625rem solid rgba(148,148,148,0.15);box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
#hwZlOd32EeV6iFe6VTitU9EokliIpXrk { color:#252525;display:block;width:17.8125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:54.5625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDTFi0ucESx5h3nn5eFRrzkpcy7yxtU4 { box-sizing:content-box;height:6.625rem;width:22.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b311ff8-568f-46b9-a581-b71578c1b9ce/download20250822T093219958.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:52.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(148,148,148,0.15);border-left:0.0625rem solid rgba(148,148,148,0.15);border-right:0.0625rem solid rgba(148,148,148,0.15);border-bottom:0;display:block; }#bDTFi0ucESx5h3nn5eFRrzkpcy7yxtU4.adaptive-delivery-prevent-bg, #bDTFi0ucESx5h3nn5eFRrzkpcy7yxtU4.lazyload, #bDTFi0ucESx5h3nn5eFRrzkpcy7yxtU4.lazyloading { background-image: none; }
#bDTFi0ucESx5h3nn5eFRrzkpcy7yxtU4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#bDTFi0ucESx5h3nn5eFRrzkpcy7yxtU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#F1ZHdp2cDmNaBIOqz3oW8REsFAqpNfTd { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.25rem;left:54.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn { position:relative;display:block; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn { background-color: transparent; background-image: none; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container > .video-iframe-container { display: none; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row > .video-iframe-container { display: none; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .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); }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn { border-width: 0; border-radius: 0; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007b7d;background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#okyOCiKmf3S1imFBTbVq6uITUB2fBcAG { color:#ffffff;display:block;width:33rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.1875rem;left:36.75rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AVdc3WJfaanfPtwZd24zi8Zfld2HgSBC { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.25rem;left:36.75rem;height:14.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIDvbLSGaBcEuzGL258ie3XPHmArBkLl { box-sizing:content-box;height:28.125rem;width:31.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd30821d-8bfc-4fe0-a411-ed6d0e473b56/image27.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#fIDvbLSGaBcEuzGL258ie3XPHmArBkLl.adaptive-delivery-prevent-bg, #fIDvbLSGaBcEuzGL258ie3XPHmArBkLl.lazyload, #fIDvbLSGaBcEuzGL258ie3XPHmArBkLl.lazyloading { background-image: none; }
#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F { position:relative;display:none; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F { border-width: 0; border-radius: 0; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .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; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf { background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row .container { background-color: transparent; background-image: none; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row .container > .video-iframe-container { display: none; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row > .video-iframe-container { display: none; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .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); }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row .container { border-width: 0; border-radius: 0; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;overflow:visible;position:relative;display:block; }#hJcDa402r7HOWdNhWDMJc6kVf0oqRB4Q { color:#252525;display:block;width:38.4375rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.9375rem;left:18.28125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNcmxyK9W342TOaKU8Ui5PDJ7UzK7oai { box-sizing:content-box;height:29.125rem;width:29.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:11.5625rem;left:4.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
#zkKKwy059Pc6kB1S4viBbT3nIX85Itkv { color:#252525;display:block;width:23.75rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.5625rem;left:6.25rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zkKKwy059Pc6kB1S4viBbT3nIX85Itkv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zkKKwy059Pc6kB1S4viBbT3nIX85Itkv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a962a95f1d06422b57c60e81b2ba3683ca76047.svg); }
#fIWD8pgtJbxavwGiOo7raBh3pinUW7uO { color:#005d5f;display:block;width:22rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.55078125rem;left:6.25rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wui21CrIHzDk7fTF1T76HWzLI4wJbG2M { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:#f1f1f1;background-image:none;top:19.125rem;left:6.375rem;display:block; }
#F0NUfHtPHyar4xmXnbOhEOh9dhIHdICh { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#005d5f;background-image:none;top:14.5rem;left:28.25rem;display:block; }
#TqITwmU60FqfIBrfxOCuLVsF4xQZesNz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.03125rem;left:28.8125rem; }
#cwoSRNNN3sk1yXsu6ns5EN5G96zU05Xb { box-sizing:content-box;height:29.125rem;width:29.5625rem;position:absolute;display:block;z-index:15000;background-color:#005d5f;background-image:none;top:11.1875rem;left:41.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
#yHETAsfJgHr7MTbrGIKI5ckDmNVgoxnH { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:#f1f1f1;background-image:none;top:18.75rem;left:43.0625rem;display:block; }
#C7Ks2FehcCnas1t8scKtDa4FapMKeB3H { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#8dff00;background-image:none;top:14.125rem;left:64.9375rem;display:block; }
#KKpgubhJZtMLtv6TJUh445Q8ymLnbtNd { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.1875rem;left:42.9375rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KKpgubhJZtMLtv6TJUh445Q8ymLnbtNd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KKpgubhJZtMLtv6TJUh445Q8ymLnbtNd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ffc85d9fe850fb3aa175eda747a6707b7dde7eb6.svg); }
#KciywTLzkB5hGuQViaHaDiEuPOMlMSdZ { color:#ffffff;display:block;width:22rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.1875rem;left:42.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DUp0vUoO8AoJHZmwWlH1fBkbndz1pbNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.6875rem;left:65.5rem; }
#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt { position:relative;display:block; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt { background-color: transparent; background-image: none; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container > .video-iframe-container { display: none; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row > .video-iframe-container { display: none; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .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); }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt { border-width: 0; border-radius: 0; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007b7d;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#aRTuOJX6VNXlb7aiwn0Oh7byFHyOWppe { color:#ffffff;display:block;width:33rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.1875rem;left:3.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzO4t6DTliPNfzEd47lTyiB0fX6QMJxZ { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.25rem;left:3.125rem;height:19.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SpBv5LkZvXUbhT1yTq2W9XzcSAIM16Tf { box-sizing:content-box;height:37.5625rem;width:29.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f6bf8280-5e4b-4ab9-990e-a93b11041973/image28.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-4.3125rem;left:41.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#SpBv5LkZvXUbhT1yTq2W9XzcSAIM16Tf.adaptive-delivery-prevent-bg, #SpBv5LkZvXUbhT1yTq2W9XzcSAIM16Tf.lazyload, #SpBv5LkZvXUbhT1yTq2W9XzcSAIM16Tf.lazyloading { background-image: none; }
#QobNyyWK5DB4OcQtaBQnThONL8HzDSlw { position:absolute;display:block;z-index:14998;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:24.0625rem;width:24.0625rem;top:1.6875rem;left:36.125rem;overflow:hidden;display:block; }
#S8gK5cFlt4aewu58prf3dB6KxcPmS2OI { position:absolute;display:block;z-index:14999;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:33.125rem;width:33.125rem;top:-9.1875rem;left:39.0625rem;overflow:hidden;display:block; }
#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 { position:relative;display:block; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 { background-color: transparent; background-image: none; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container > .video-iframe-container { display: none; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row > .video-iframe-container { display: none; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .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); }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 { border-width: 0; border-radius: 0; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7bda08;background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#RIfrkmm446Epw9BOVVk2SDoKA07WJlOf { color:#005d5f;display:block;width:26.875rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.734375rem;left:25rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tzuo7ifu6Vv5M2ErQCnmnNoohk9yIuXw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6rem;left:4.375rem; }
#DZulpdKCq7TTTqBwsTeHDoRqcalIoZzP { box-sizing:content-box;height:6.3125rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:transparent;background-image:none;top:4.5rem;left:2.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#GnrpVwXL52rBiDcN6BkRoEwEtaeVMaJf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.125rem;left:13.6875rem; }
#U3so3T5GwgP74J3pVBFfJTQitRENuTPo { box-sizing:content-box;height:6.3125rem;width:6.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:transparent;background-image:none;top:4.625rem;left:12.1875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#twWgPHRKtE4ZBBJ0lHHat6yI7agAGMH1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.8125rem;left:54.75rem; }
#PE2RpKAHRF9CoqxbQrlQOCIOhKVKSbA6 { background-color:#005d5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7rem;left:53.5625rem;display:block; }
#BZbR2m8VIdH2R5fkPang8BT60MCCfnQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f7f7, #ffffff);background-image: -moz-linear-gradient(180deg, #f7f7f7, #ffffff);background-image: -ms-linear-gradient(180deg, #f7f7f7, #ffffff);background-image: -o-linear-gradient(180deg, #f7f7f7, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f7f7f7, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row .container { background-color: transparent; background-image: none; }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row .container > .video-iframe-container { display: none; }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row > .video-iframe-container { display: none; }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .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); }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row .container { border-width: 0; border-radius: 0; }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#N5e6OEst4pBhUJ5N7tWuBXTH3CPITD4I { color:#252525;display:block;width:38.4375rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.625rem;left:18.28125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ { 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; }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row .container { background-color: transparent; background-image: none; }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row .container > .video-iframe-container { display: none; }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row > .video-iframe-container { display: none; }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .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); }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row .container { border-width: 0; border-radius: 0; }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#GeSkVEGOGyFKJ2g9g5yozbRQPy3UDgoa { position:absolute;display:block;z-index:15000;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:14.8125rem;width:22.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Elq62zqAH9PxHqf0Q1htwc6q0b1gJhLo { position:absolute;display:block;z-index:15001;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:20.9375rem;width:22.6875rem;top:0rem;left:26.15625rem;overflow:hidden;display:block; }
#vndnsd9m8dlQIMKF7l0M1txoW1LPpvuM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:23.0625rem;top:0rem;left:51.875rem;overflow:hidden;display:block; }
#uboPsfBRl8KaIUzO2Mkt80Ha58fAOBn7 { position:absolute;display:block;z-index:15003;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:22.5625rem;width:22.75rem;top:19.4375rem;left:0rem;overflow:hidden;display:block; }
#RJmCXlKyRg0Nre19TWThTngmUS0OPXdK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:22rem;top:26.5625rem;left:26.4375rem;overflow:hidden;display:block; }
#lVBuuB24ZDM5Gy2RGo91OxEawQCMXMfC { 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:11.125rem;width:22.25rem;top:15.125rem;left:52.1875rem;overflow:hidden;display:block; }
#R3yCzvBaxeo3uiQtxdpCVSyKrFl1EVg6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:23.1875rem;top:30.4375rem;left:51.8125rem;overflow:hidden;display:block; }
#JGAoObATueKNtT8KOi6TPwlZVq0Z1moz { box-sizing:content-box;height:1.3125rem;width:7rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.375rem;left:5.71875rem;display:block; }
#LZ8sNS0oHX5T36Cbf42Oo4STotUpwc3r { box-sizing:content-box;height:1.3125rem;width:7rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:3.375rem;left:31.78125rem;display:block; }
#RxupKh48bpuWgtIODWHafTzsE7LT0IfO { box-sizing:content-box;height:1.3125rem;width:7rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.375rem;left:57.65625rem;display:block; }
#VDnPty4DkHTqUI43tXl91pLTQaZ21IlD { box-sizing:content-box;height:1.3125rem;width:7rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:22.5625rem;left:5.71875rem;display:block; }
#O3MBos37oKMiGMsiVOwgBaixNk7iV5QW { box-sizing:content-box;height:1.3125rem;width:7rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:30.0625rem;left:31.78125rem;display:block; }
#JDvsA8o7yOFPsZcHhAey4hpd9ws4TrEZ { box-sizing:content-box;height:1.3125rem;width:7rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:34rem;left:57.53125rem;display:block; }
#UBdl5CzGT0w3kImiPoMylU80UfWCIVT4 { box-sizing:content-box;height:1.3125rem;width:7rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:18.5rem;left:57.65625rem;display:block; }
#JwD39MlgB3q3J9mP7stPGNP8J0izcSca { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f7f7f7);background-image: -moz-linear-gradient(180deg, #ffffff, #f7f7f7);background-image: -ms-linear-gradient(180deg, #ffffff, #f7f7f7);background-image: -o-linear-gradient(180deg, #ffffff, #f7f7f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7' );";background-image: linear-gradient(180deg, #ffffff, #f7f7f7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row .container { background-color: transparent; background-image: none; }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row .container > .video-iframe-container { display: none; }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row > .video-iframe-container { display: none; }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .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); }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row .container { border-width: 0; border-radius: 0; }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l { position:relative;display:block; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l { background-color: transparent; background-image: none; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .row .container > .video-iframe-container { display: none; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .row > .video-iframe-container { display: none; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .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); }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l { border-width: 0; border-radius: 0; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .row .container { border-top:0.125rem solid #007b7d;border-left:0.125rem solid #007b7d;border-right:0.125rem solid #007b7d;border-bottom:0.125rem solid #007b7d;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-heading-text { display:block;position:relative;width:100%;font-family:sora;font-weight:700;font-size:1.25rem;color:#007b7d; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:sora;height:auto;line-height:1.7;overflow:hidden;font-weight:300;font-style:normal;color:#252525; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-trigger.adaptive-delivery-prevent-bg, #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-trigger.lazyload, #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-trigger.lazyloading { background-image: none; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP { box-sizing:content-box;height:auto;width:58.5625rem;position:absolute;display:flex;flex-direction:column;gap:1rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.6064453125rem;left:8.21875rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #aaOA3fgRnufoH30RinCDitIOZanK9GeB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #QxfLTBr34xTSBhRlWNk0TuncOm2QvPJ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #BElkQ1mZglTpFzddpgJ4wW4gn019O4n8 { display:block;position:relative; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #gOrgxbU6RVVqExu0daL7hJbCgVsXNCby {  }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #SVouIa4TNi1vOVTe71OF5dLTF1nPG5TU {  }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #bLxTpb2Cu5RraRrpMqSVnXG2DSumEolF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #LbFirhB5mzSfuudddvpZSG32PqMUXHMs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #MMzXPHkGtX34tllTOWR5uSmqW9xBwKqm { display:block;position:relative; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #pBP1F1oXpdgHKPCaCtX3zXLHuD8RZteu {  }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #JrkcXdBGLCLykozCvZ3GKVKWQwDIZbFW { display:none; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #bSGmwl38UsRvPzGhRDQlkUaOynEMAHAl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #W59ycvnTM0SwovW9UfwFvKiz02KT52Hs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #tUea4X7QTwUJZsKiOydTA13581Mgxwuv { display:block;position:relative; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #BUfh8d9eTTlXsGFW25yNdmnAQoBIPGgm {  }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #DzAt713IbuTTmuCaXyCEIGkE0S2ObgiG { display:none; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #IPBedl2NkSV2AeTlmbbxGAng4PtcpPT5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #oLvBb6zeuPAGqrxGweWaI5BtzQ4QJVT3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #TQdSFFNcuynrZ80lWNTkMBTtCPSb3RfS { display:block;position:relative; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #NsTTaAuv77SEtCdPWBizTk7Cr7WcLzhZ {  }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #N7qIUE6368BiMruHoOyySfzCeZIvU6Hl { display:none; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #b78fUCxigtzDx8oAx88W4FcFL6aCqaJ5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #tu1CnuWGvl59TMVx8s1TlGWSMTzoegW4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #yTZ3SUFoh68zT9XEtLF2LhaaJzkOMFuX { display:block;position:relative; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #ptB06cTa0nFuy1PvUSZ9zHWruAhQz8qz {  }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #aaRPvdZH1WZh9D24Sm8pCIlsIHkQm89V { display:none; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #nwl41nqhUQDihlSyQx7kfBDXNe694CgF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #UnbW6EukTm9xZh0F1EUbmeTP1lbI9ulF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #IZnz3Db67yncywuKiCUUofqOrEJducUE { display:block;position:relative; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #CSSC1Cv3SdBxTtRCUJPbxEdPBA69FXi9 {  }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #xMxu9Ba3K9NiOf2s8GpNETqaS8zEv6mB { display:none; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #adCItRso1Ouax6R17ZwZ4QqVATJkqE0V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #VNmfqRc3zdMqf1Rbn4GzsJUnAJECOT18 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #rQg2sJ0TnsTfILd8JMQHIDqTHNkHpPQU { display:block;position:relative; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #z9ZzMK1XyU7peLzUCe62m8MUEpg1yUtv {  }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #Pp6vMGxAy4AkKMG70ZKMP2VgToABEKiW { display:none; }
#Vmw69qKpZkSvspeK7iFx0SO956n1Zxop { color:#252525;display:block;width:38.4375rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.875rem;left:9.15625rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv { position:relative;display:block; }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv { background-color: transparent; background-image: none; }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .row .container > .video-iframe-container { display: none; }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .row > .video-iframe-container { display: none; }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .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); }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv { border-width: 0; border-radius: 0; }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .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; }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .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:10.75rem;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; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007b7d;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; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row .container { background-color: transparent; background-image: none; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row .container > .video-iframe-container { display: none; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row > .video-iframe-container { display: none; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .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); }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row .container { border-width: 0; border-radius: 0; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#lQssMnDmIbaTmDga63EdfubCsEp0iktS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 2.0625rem 2.0625rem 3rem rgba(0,0,0,0.21) ;height:40.6875rem;width:22.625rem;top:-2.6875rem;left:0rem;display:block; }
#dDb9ZDTT0BxVzf6GlFTg1cP6fTi18TGt { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:6rem;left:30.3125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WRm6da1I6Picv5bbGCRJ1qKAnk4IWmeW { color:#ffffff;display:block;width:34rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:30.3125rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NdLeTIK8v8kSLzTEs7qBiuywTq3TDDJv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.4375rem;left:31.5rem; }
#TVH8APOa5TSSmBCHZu69DfF2F59qsOIg { background-color:#8dff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.6875rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#005d5f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.625rem;left:30.3125rem;display:block; }
#qE40GwAxD9FgpqP1lFo6iOVRhWT6tOri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004b4c;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; }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row .container { background-color: transparent; background-image: none; }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row .container > .video-iframe-container { display: none; }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row > .video-iframe-container { display: none; }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .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); }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row .container { border-width: 0; border-radius: 0; }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#cXhA6GxQPnzX2BTtlDif1fmCF9V0MbA6 { position:absolute;display:block;z-index:15003;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:3.0625rem;width:17.125rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#uTsS54l9T6bpScTLBw7dUw98NG3uKlO2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:18.4375rem;height:0.9746125rem;display:block; }
#hBUb0yzrl3Hu5GpgykT3a0dKwphdbSH8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3369140625rem;left:62.5rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 { background-color: transparent; background-image: none; }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .row .container > .video-iframe-container { display: none; }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .row > .video-iframe-container { display: none; }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .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); }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 { border-width: 0; border-radius: 0; }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .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; }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;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; }#oXDktBOs5PEWVPR9vgkC5xgKZSEpsryz { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Vb5oOPcQeWk45sZiFEybJU5UPlqQkscB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mLzF7wkOBSQ824XfGJzmV42JaSfB2ny0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#OHRexpnQNxsEvuXACJal7DeKQpCxFIxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI { display:block; }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXmSqKdKylVKq3QvZ7zl2fwItfqsv6U4 { width:16.9375rem;height:3.0625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcVxUCITh8kHuFFRVO04u5qhDbFcSs9q { width:12.5rem;height:0.9375rem;top:3.9375rem;left:4.78125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c06SWB4uRPLJJqGy8XcXUgDEmecsvh9V { width:47.75rem;height:34.489569752282rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzVz2PoM9vC6VPMuLVLC0B3pAPgL6VOX { width:41.5625rem;height:8.75rem;top:13.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6BAvomJl5TsiGlanpfTNEQV21yk9IsV { width:39.4375rem;height:3.25rem;top:23.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZbeBRbhZo6Dowz64uivFKaqSGkSLFGC { width:17.875rem;height:3.4375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x33f3dPdoxK8Km02Vtwyl2BhULL53epw { display:block; }
 }@media only screen and (max-width: 763px) { #i1v4CG3sKXCzFDKs8Gg9L6G5CfLIWVhu { width:1.75rem;height:1.75rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqcVZ7wbahiwagut7xUxFaqmS4UIBWwf { width:11.8125rem;height:3.4375rem;top:30.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8qGD7cQPohD68eE1dZbuvKc5AmTlKC { display:block; }
 }@media only screen and (max-width: 763px) { #L50oIzXB7I583BbiI6KNWoEXTrVXTV4i { width:10.1875rem;height:3.6875rem;top:14.625rem;left:33.0947265625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTWtWg9Q0TWmSRGDo7QwrVTvPU93LmVS { width:39.4375rem;height:39.4375rem;top:1.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UnB9ThgBBTH0BPXsCqnWTPNAayRkHf { width:37.0625rem;height:37.0625rem;top:-3rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frem3z6LiVXSS1TzyZdSWHWbGPhmtwqN { width:47.0625rem;height:47.0625rem;top:-8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxvLFbGrkGfTDlqeWPsRFJABQUA7WWMF { width:12.5rem;height:0.9375rem;top:4.0625rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w { display:none; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uXUNdZMgPyfh7bvefNAAVudRURdpSvv5 { width:37.0625rem;height:37.0625rem;top:-3rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQ7O74pqR6nkJLSRPTHsNifDT0BT2RN3 { width:37.0625rem;height:37.0625rem;top:-3rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoA3X3RWsGRoN1vkI7I1TJyqdWyRxpFc { width:38.4375rem;height:1.5625rem;top:6.875rem;left:4.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt { display:block; }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfMh99vvCK3eTTfD4mWkrw8L80HTvKco { width:22.1875rem;height:17.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwbK2CrUhAKofn0fPW8qqdn2tdD60BE { width:15.9375rem;height:1.375rem;top:4.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiIqwpr1Tvsd8o90SsLNeNOQt8A4zlTP { width:19rem;height:9.8125rem;top:7.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXCpEQLgZd36DFwen1CMWwIHToJJ2eAV { width:22.1875rem;height:6.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svHShoqOFPezrNfutpqz1nPDfvC0ZTSi { width:22.1875rem;height:17.75rem;top:0rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6G0myM2R1GrvIEPBHkDtOZ6UdEBXDJl { width:19rem;height:9.8125rem;top:7.9375rem;left:12.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2v9zFTvpPLFZe78bsHwle8VDFV8ITW1 { width:22.1875rem;height:6.625rem;top:0rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWZN2pUih1mveTXtGbGoTvkzuoSv1zbT { width:15.9375rem;height:1.375rem;top:4.25rem;left:15.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTiJx7NvIecpB9PcZWzohu0X3CKSVOlC { width:22.1875rem;height:17.75rem;top:0rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTxA3zTtdLIK9k9Oa75g4CuKNLk1Ttpt { width:18.5625rem;height:8.4375rem;top:7.9375rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3P6uF2J55Ta28982ytqvXFFkRDqOAB { width:22.1875rem;height:6.625rem;top:0rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49xr2TSL2qH81uH5loo2uEV4ytFhoQ3 { width:15.9375rem;height:1.375rem;top:4.25rem;left:31.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn { display:block; }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsn1FzUyZ5yuDvfAxRscNiXccmTGXS4z { width:22.1875rem;height:17.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhn3yXclTpxSTr98bgAnhDuDM9ZpzJGL { width:15.9375rem;height:1.375rem;top:4.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ThXuIVkiiaITr86TFUpEx5ToqONRnG { width:17.3125rem;height:8.4375rem;top:7.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzT37O2WD7CtaOBFAK4ykILlGLltqPJU { width:22.1875rem;height:6.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHWwMtJnFaFctxwfMsayhyUmt6UnFUA { width:22.1875rem;height:17.75rem;top:0rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgtT5M2q4NUZ0Ke6xQg8BMXpRIvhrLEZ { width:17.5625rem;height:8.4375rem;top:7.9375rem;left:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhaVhdmCfxzJ9Qxd8PLW0mNxXszHHXc { width:22.1875rem;height:6.625rem;top:0rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOca28cbTzoifBuvIbs6cu7i75vxPdvr { width:15.9375rem;height:1.375rem;top:4.25rem;left:15.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6xHk6go5ymLbSuxCURTTM0PwtoRsXWo { width:22.1875rem;height:17.75rem;top:0rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZlOd32EeV6iFe6VTitU9EokliIpXrk { width:17.8125rem;height:7.0625rem;top:7.9375rem;left:29.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDTFi0ucESx5h3nn5eFRrzkpcy7yxtU4 { width:22.1875rem;height:6.625rem;top:0rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1ZHdp2cDmNaBIOqz3oW8REsFAqpNfTd { width:15.9375rem;height:1.375rem;top:4.25rem;left:31.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wncL6InZutBmnC1qfzeCwa3g0GpqmGsn { display:block; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okyOCiKmf3S1imFBTbVq6uITUB2fBcAG { width:33rem;height:1.5625rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVdc3WJfaanfPtwZd24zi8Zfld2HgSBC { width:33.375rem;height:16.875rem;top:7.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDvbLSGaBcEuzGL258ie3XPHmArBkLl { width:31.4375rem;height:28.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F { display:none; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cm4bSPoBqEibIV3uzins7TWgAd2nXwCf { display:block; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJcDa402r7HOWdNhWDMJc6kVf0oqRB4Q { width:38.4375rem;height:1.5625rem;top:6.9375rem;left:4.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNcmxyK9W342TOaKU8Ui5PDJ7UzK7oai { width:29.5625rem;height:29.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkKKwy059Pc6kB1S4viBbT3nIX85Itkv { width:23.75rem;height:16.875rem;top:20.5625rem;left:0rem;font-size:0.9375rem;display:block; }#zkKKwy059Pc6kB1S4viBbT3nIX85Itkv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a962a95f1d06422b57c60e81b2ba3683ca76047.svg); }
 }@media only screen and (max-width: 763px) { #fIWD8pgtJbxavwGiOo7raBh3pinUW7uO { width:22rem;height:3.5625rem;top:14.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wui21CrIHzDk7fTF1T76HWzLI4wJbG2M { width:25rem;height:0.0625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0NUfHtPHyar4xmXnbOhEOh9dhIHdICh { width:3.375rem;height:3.375rem;top:14.5rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqITwmU60FqfIBrfxOCuLVsF4xQZesNz { width:2.3125rem;height:2.3125rem;top:15rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwoSRNNN3sk1yXsu6ns5EN5G96zU05Xb { width:29.5625rem;height:29.125rem;top:11.1875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHETAsfJgHr7MTbrGIKI5ckDmNVgoxnH { width:25rem;height:0.0625rem;top:18.75rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Ks2FehcCnas1t8scKtDa4FapMKeB3H { width:3.375rem;height:3.375rem;top:14.125rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpgubhJZtMLtv6TJUh445Q8ymLnbtNd { width:24.9375rem;height:;top:20.1875rem;left:22.8125rem;font-size:0.9375rem;display:block; }#KKpgubhJZtMLtv6TJUh445Q8ymLnbtNd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ffc85d9fe850fb3aa175eda747a6707b7dde7eb6.svg); }
 }@media only screen and (max-width: 763px) { #KciywTLzkB5hGuQViaHaDiEuPOMlMSdZ { width:22rem;height:3.5625rem;top:14.1875rem;left:25.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUp0vUoO8AoJHZmwWlH1fBkbndz1pbNl { width:2.3125rem;height:2.3125rem;top:14.6875rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt { display:block; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRTuOJX6VNXlb7aiwn0Oh7byFHyOWppe { width:33rem;height:1.5625rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzO4t6DTliPNfzEd47lTyiB0fX6QMJxZ { width:33.375rem;height:22.5rem;top:7.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpBv5LkZvXUbhT1yTq2W9XzcSAIM16Tf { width:29.625rem;height:37.5625rem;top:-4.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobNyyWK5DB4OcQtaBQnThONL8HzDSlw { width:24.0625rem;height:24.0625rem;top:1.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8gK5cFlt4aewu58prf3dB6KxcPmS2OI { width:33.125rem;height:33.125rem;top:-9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 { display:block; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIfrkmm446Epw9BOVVk2SDoKA07WJlOf { width:26.875rem;height:6.0625rem;top:4.6875rem;left:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzuo7ifu6Vv5M2ErQCnmnNoohk9yIuXw { width:3.5625rem;height:3.5625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZulpdKCq7TTTqBwsTeHDoRqcalIoZzP { width:6.3125rem;height:6.3125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrpVwXL52rBiDcN6BkRoEwEtaeVMaJf { width:3.5625rem;height:3.5625rem;top:6.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3so3T5GwgP74J3pVBFfJTQitRENuTPo { width:6.3125rem;height:6.3125rem;top:4.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twWgPHRKtE4ZBBJ0lHHat6yI7agAGMH1 { width:1.75rem;height:1.75rem;top:7.8125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE2RpKAHRF9CoqxbQrlQOCIOhKVKSbA6 { width:17.875rem;height:3.4375rem;top:7rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZbR2m8VIdH2R5fkPang8BT60MCCfnQX { display:block; }
 }@media only screen and (max-width: 763px) { #Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 { display:block; }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5e6OEst4pBhUJ5N7tWuBXTH3CPITD4I { width:38.4375rem;height:1.5625rem;top:7.625rem;left:4.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ { display:block; }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeSkVEGOGyFKJ2g9g5yozbRQPy3UDgoa { width:22.6875rem;height:14.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elq62zqAH9PxHqf0Q1htwc6q0b1gJhLo { width:22.6875rem;height:20.9375rem;top:0rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vndnsd9m8dlQIMKF7l0M1txoW1LPpvuM { width:23.0625rem;height:12.1875rem;top:0rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uboPsfBRl8KaIUzO2Mkt80Ha58fAOBn7 { width:22.75rem;height:22.5625rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmCXlKyRg0Nre19TWThTngmUS0OPXdK { width:22rem;height:12.1875rem;top:26.5625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVBuuB24ZDM5Gy2RGo91OxEawQCMXMfC { width:22.25rem;height:11.125rem;top:15.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3yCzvBaxeo3uiQtxdpCVSyKrFl1EVg6 { width:23.1875rem;height:11rem;top:30.4375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAoObATueKNtT8KOi6TPwlZVq0Z1moz { width:7rem;height:1.3125rem;top:3.375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ8sNS0oHX5T36Cbf42Oo4STotUpwc3r { width:7rem;height:1.3125rem;top:3.375rem;left:18.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxupKh48bpuWgtIODWHafTzsE7LT0IfO { width:7rem;height:1.3125rem;top:3.375rem;left:34.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDnPty4DkHTqUI43tXl91pLTQaZ21IlD { width:7rem;height:1.3125rem;top:22.5625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3MBos37oKMiGMsiVOwgBaixNk7iV5QW { width:7rem;height:1.3125rem;top:30.0625rem;left:18.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDvsA8o7yOFPsZcHhAey4hpd9ws4TrEZ { width:7rem;height:1.3125rem;top:34rem;left:34.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBdl5CzGT0w3kImiPoMylU80UfWCIVT4 { width:7rem;height:1.3125rem;top:18.5rem;left:34.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwD39MlgB3q3J9mP7stPGNP8J0izcSca { display:block; }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI7nO38JmcQabbxeB4bT3luVHXoHEU3l { display:block; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP { display:flex;height:auto;width:27.8125rem;top:11.375rem;left:16.78125rem; }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #aaOA3fgRnufoH30RinCDitIOZanK9GeB {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #QxfLTBr34xTSBhRlWNk0TuncOm2QvPJ4 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #BElkQ1mZglTpFzddpgJ4wW4gn019O4n8 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #gOrgxbU6RVVqExu0daL7hJbCgVsXNCby {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #SVouIa4TNi1vOVTe71OF5dLTF1nPG5TU {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #bLxTpb2Cu5RraRrpMqSVnXG2DSumEolF {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #LbFirhB5mzSfuudddvpZSG32PqMUXHMs {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #MMzXPHkGtX34tllTOWR5uSmqW9xBwKqm {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #pBP1F1oXpdgHKPCaCtX3zXLHuD8RZteu {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #JrkcXdBGLCLykozCvZ3GKVKWQwDIZbFW {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #bSGmwl38UsRvPzGhRDQlkUaOynEMAHAl {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #W59ycvnTM0SwovW9UfwFvKiz02KT52Hs {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #tUea4X7QTwUJZsKiOydTA13581Mgxwuv {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #BUfh8d9eTTlXsGFW25yNdmnAQoBIPGgm {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #DzAt713IbuTTmuCaXyCEIGkE0S2ObgiG {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #IPBedl2NkSV2AeTlmbbxGAng4PtcpPT5 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #oLvBb6zeuPAGqrxGweWaI5BtzQ4QJVT3 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #TQdSFFNcuynrZ80lWNTkMBTtCPSb3RfS {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #NsTTaAuv77SEtCdPWBizTk7Cr7WcLzhZ {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #N7qIUE6368BiMruHoOyySfzCeZIvU6Hl {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #b78fUCxigtzDx8oAx88W4FcFL6aCqaJ5 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #tu1CnuWGvl59TMVx8s1TlGWSMTzoegW4 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #yTZ3SUFoh68zT9XEtLF2LhaaJzkOMFuX {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #ptB06cTa0nFuy1PvUSZ9zHWruAhQz8qz {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #aaRPvdZH1WZh9D24Sm8pCIlsIHkQm89V {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #nwl41nqhUQDihlSyQx7kfBDXNe694CgF {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #UnbW6EukTm9xZh0F1EUbmeTP1lbI9ulF {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #IZnz3Db67yncywuKiCUUofqOrEJducUE {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #CSSC1Cv3SdBxTtRCUJPbxEdPBA69FXi9 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #xMxu9Ba3K9NiOf2s8GpNETqaS8zEv6mB {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #adCItRso1Ouax6R17ZwZ4QqVATJkqE0V {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #VNmfqRc3zdMqf1Rbn4GzsJUnAJECOT18 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #rQg2sJ0TnsTfILd8JMQHIDqTHNkHpPQU {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #z9ZzMK1XyU7peLzUCe62m8MUEpg1yUtv {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #Pp6vMGxAy4AkKMG70ZKMP2VgToABEKiW {  }
 }@media only screen and (max-width: 763px) { #Vmw69qKpZkSvspeK7iFx0SO956n1Zxop { width:38.4375rem;height:1.5625rem;top:5.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv { display:block; }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX { display:block; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQssMnDmIbaTmDga63EdfubCsEp0iktS { width:22.625rem;height:40.6875rem;top:-2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDb9ZDTT0BxVzf6GlFTg1cP6fTi18TGt { width:36.9375rem;height:3.75rem;top:6rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRm6da1I6Picv5bbGCRJ1qKAnk4IWmeW { width:34rem;height:14.0625rem;top:11.5625rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdLeTIK8v8kSLzTEs7qBiuywTq3TDDJv { width:1.75rem;height:1.75rem;top:30.4375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVH8APOa5TSSmBCHZu69DfF2F59qsOIg { width:14.8125rem;height:3.4375rem;top:29.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE40GwAxD9FgpqP1lFo6iOVRhWT6tOri { display:block; }
 }@media only screen and (max-width: 763px) { #v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn { display:block; }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXhA6GxQPnzX2BTtlDif1fmCF9V0MbA6 { width:17.125rem;height:3.0625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTsS54l9T6bpScTLBw7dUw98NG3uKlO2 { width:12.5rem;height:0.9375rem;top:5.125rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBUb0yzrl3Hu5GpgykT3a0dKwphdbSH8 { width:12.5rem;height:1.75rem;top:4.3125rem;left:35.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 { display:block; }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXDktBOs5PEWVPR9vgkC5xgKZSEpsryz { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb5oOPcQeWk45sZiFEybJU5UPlqQkscB { display:block; }
 }@media only screen and (max-width: 763px) { #mLzF7wkOBSQ824XfGJzmV42JaSfB2ny0 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHRexpnQNxsEvuXACJal7DeKQpCxFIxB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI { display:block; }#eh9KHR4xJ78ZwvhlDAB4Zu1b6k7HfghI > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXmSqKdKylVKq3QvZ7zl2fwItfqsv6U4 { width:13.375rem;height:2.4375rem;top:2.5625rem;left:-1.0444078947368rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TcVxUCITh8kHuFFRVO04u5qhDbFcSs9q { width:12.5rem;height:0.6494125rem;top:4.2744140625rem;left:7.5rem;font-size:0.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #c06SWB4uRPLJJqGy8XcXUgDEmecsvh9V { width:20rem;height:14.3125rem;top:32.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzVz2PoM9vC6VPMuLVLC0B3pAPgL6VOX { width:20rem;height:4.375rem;top:9.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6BAvomJl5TsiGlanpfTNEQV21yk9IsV { width:19.5625rem;height:5.5234375rem;top:15.4375rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dZbeBRbhZo6Dowz64uivFKaqSGkSLFGC { width:20rem;height:3.4375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x33f3dPdoxK8Km02Vtwyl2BhULL53epw { display:block; }
 }@media only screen and (max-width: 763px) { #i1v4CG3sKXCzFDKs8Gg9L6G5CfLIWVhu { display:flex;width:1.75rem;height:1.75rem;top:23.9375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #UqcVZ7wbahiwagut7xUxFaqmS4UIBWwf { width:10.25rem;height:3.4375rem;top:27.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8qGD7cQPohD68eE1dZbuvKc5AmTlKC { display:block; }
 }@media only screen and (max-width: 763px) { #L50oIzXB7I583BbiI6KNWoEXTrVXTV4i { width:10.1875rem;height:3.2050875rem;top:27.75rem;left:9.8125rem;font-size:0.5625rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #bTWtWg9Q0TWmSRGDo7QwrVTvPU93LmVS { width:20rem;height:20rem;top:26.4375rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #T3UnB9ThgBBTH0BPXsCqnWTPNAayRkHf { width:14rem;height:14rem;top:30rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #Frem3z6LiVXSS1TzyZdSWHWbGPhmtwqN { width:16.0625rem;height:16.0625rem;top:-1.625rem;left:-7.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JxvLFbGrkGfTDlqeWPsRFJABQUA7WWMF { width:12.5rem;height:0;top:114.107421875rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w { background-color:#007b7d;background-image:url("https://images.assets-landingi.com/uc/172f0c45-945d-4bc9-96d7-3ce32506aa71/estevaosa1.webp");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w.adaptive-delivery-prevent-bg, #taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w.lazyload, #taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w.lazyloading { background-image: none; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row .container { background-color: transparent; background-image: none; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row .container > .video-iframe-container { display: none; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row > .video-iframe-container { display: none; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .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); }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row .container { border-width: 0; border-radius: 0; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taPv8LiZKDiCTVkiz5oTMl0qVSBRlx4w > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXUNdZMgPyfh7bvefNAAVudRURdpSvv5 { width:11.8125rem;height:11.8125rem;top:1.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dQ7O74pqR6nkJLSRPTHsNifDT0BT2RN3 { width:9.0625rem;height:9.0625rem;top:0rem;left:14.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoA3X3RWsGRoN1vkI7I1TJyqdWyRxpFc { width:20rem;height:1.5625rem;top:5.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt { display:block; }#kiiQWx0i2lDoSBgnLd3QNawtfDsDThPt > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfMh99vvCK3eTTfD4mWkrw8L80HTvKco { width:19.8125rem;height:17.125rem;top:0rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #GTwbK2CrUhAKofn0fPW8qqdn2tdD60BE { width:17.125rem;height:1.375rem;top:4.125rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiIqwpr1Tvsd8o90SsLNeNOQt8A4zlTP { width:16.625rem;height:9.84375rem;top:7.3125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXCpEQLgZd36DFwen1CMWwIHToJJ2eAV { width:19.875rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svHShoqOFPezrNfutpqz1nPDfvC0ZTSi { width:19.8125rem;height:17.125rem;top:19.75rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #m6G0myM2R1GrvIEPBHkDtOZ6UdEBXDJl { width:16.625rem;height:9.84375rem;top:27.0625rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2v9zFTvpPLFZe78bsHwle8VDFV8ITW1 { width:19.875rem;height:6rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWZN2pUih1mveTXtGbGoTvkzuoSv1zbT { width:17.125rem;height:1.375rem;top:23.875rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTiJx7NvIecpB9PcZWzohu0X3CKSVOlC { width:19.8125rem;height:17.125rem;top:39.5rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #NTxA3zTtdLIK9k9Oa75g4CuKNLk1Ttpt { width:17.25rem;height:8.4375rem;top:46.8125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf3P6uF2J55Ta28982ytqvXFFkRDqOAB { width:19.875rem;height:6rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49xr2TSL2qH81uH5loo2uEV4ytFhoQ3 { width:17.125rem;height:1.375rem;top:43.625rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn { display:block; }#VHPvZyGe3R3vBTQuF3kRlX0r9KSz3Qkn > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsn1FzUyZ5yuDvfAxRscNiXccmTGXS4z { width:19.8125rem;height:17.125rem;top:2.5rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #fhn3yXclTpxSTr98bgAnhDuDM9ZpzJGL { width:17.125rem;height:1.375rem;top:6.625rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ThXuIVkiiaITr86TFUpEx5ToqONRnG { width:16.625rem;height:8.4375rem;top:9.8125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzT37O2WD7CtaOBFAK4ykILlGLltqPJU { width:19.875rem;height:6rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUHWwMtJnFaFctxwfMsayhyUmt6UnFUA { width:19.8125rem;height:17.125rem;top:22.25rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #hgtT5M2q4NUZ0Ke6xQg8BMXpRIvhrLEZ { width:16.625rem;height:8.4375rem;top:29.5625rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAhaVhdmCfxzJ9Qxd8PLW0mNxXszHHXc { width:19.875rem;height:6rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOca28cbTzoifBuvIbs6cu7i75vxPdvr { width:17.125rem;height:1.375rem;top:26.375rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6xHk6go5ymLbSuxCURTTM0PwtoRsXWo { width:19.8125rem;height:17.125rem;top:42rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #hwZlOd32EeV6iFe6VTitU9EokliIpXrk { width:17.25rem;height:7.03125rem;top:49.3125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDTFi0ucESx5h3nn5eFRrzkpcy7yxtU4 { width:19.875rem;height:6rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1ZHdp2cDmNaBIOqz3oW8REsFAqpNfTd { width:17.125rem;height:1.375rem;top:46.125rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wncL6InZutBmnC1qfzeCwa3g0GpqmGsn { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#007b7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container { background-color: transparent; background-image: none; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container > .video-iframe-container { display: none; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row > .video-iframe-container { display: none; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .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); }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container { border-width: 0; border-radius: 0; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#wncL6InZutBmnC1qfzeCwa3g0GpqmGsn > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okyOCiKmf3S1imFBTbVq6uITUB2fBcAG { width:17.125rem;height:1.375rem;top:2.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVdc3WJfaanfPtwZd24zi8Zfld2HgSBC { width:20rem;height:25.3125rem;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDvbLSGaBcEuzGL258ie3XPHmArBkLl { width:20rem;height:28.125rem;top:38.96875rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:none; }
 }@media only screen and (max-width: 763px) { #s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd30821d-8bfc-4fe0-a411-ed6d0e473b56/image27.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F.adaptive-delivery-prevent-bg, #s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F.lazyload, #s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F.lazyloading { background-image: none; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row .container { background-color: transparent; background-image: none; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row .container > .video-iframe-container { display: none; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row > .video-iframe-container { display: none; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .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); }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row .container { border-width: 0; border-radius: 0; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#s0WJ4l8Vh2HSE93hKuLbPAyC1HWbMB5F > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cm4bSPoBqEibIV3uzins7TWgAd2nXwCf { display:block; }#cm4bSPoBqEibIV3uzins7TWgAd2nXwCf > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJcDa402r7HOWdNhWDMJc6kVf0oqRB4Q { width:20rem;height:3.125rem;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNcmxyK9W342TOaKU8Ui5PDJ7UzK7oai { width:20rem;height:33.6875rem;top:9.625rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #zkKKwy059Pc6kB1S4viBbT3nIX85Itkv { width:17.375rem;height:22.6875rem;top:17.28125rem;left:1.25rem;font-size:0.9375rem;line-height:1.3;display:block; }#zkKKwy059Pc6kB1S4viBbT3nIX85Itkv li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#zkKKwy059Pc6kB1S4viBbT3nIX85Itkv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9a962a95f1d06422b57c60e81b2ba3683ca76047.svg); }
 }@media only screen and (max-width: 763px) { #fIWD8pgtJbxavwGiOo7raBh3pinUW7uO { width:16rem;height:3.25rem;top:11.46875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wui21CrIHzDk7fTF1T76HWzLI4wJbG2M { width:20rem;height:0.0625rem;top:15.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0NUfHtPHyar4xmXnbOhEOh9dhIHdICh { width:2.6875rem;height:2.6875rem;top:8.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqITwmU60FqfIBrfxOCuLVsF4xQZesNz { display:flex;width:1.8125rem;height:1.8125rem;top:8.875rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #cwoSRNNN3sk1yXsu6ns5EN5G96zU05Xb { width:20rem;height:35.0625rem;top:46.5625rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #yHETAsfJgHr7MTbrGIKI5ckDmNVgoxnH { width:20rem;height:0.0625rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Ks2FehcCnas1t8scKtDa4FapMKeB3H { width:2.6875rem;height:2.6875rem;top:45.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpgubhJZtMLtv6TJUh445Q8ymLnbtNd { width:17.375rem;height:23.90625rem;top:54.25rem;left:1.25rem;font-size:0.9375rem;line-height:1.3;display:block; }#KKpgubhJZtMLtv6TJUh445Q8ymLnbtNd li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#KKpgubhJZtMLtv6TJUh445Q8ymLnbtNd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ffc85d9fe850fb3aa175eda747a6707b7dde7eb6.svg); }
 }@media only screen and (max-width: 763px) { #KciywTLzkB5hGuQViaHaDiEuPOMlMSdZ { width:16rem;height:3.25rem;top:48.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUp0vUoO8AoJHZmwWlH1fBkbndz1pbNl { display:flex;width:1.8125rem;height:1.8125rem;top:45.8125rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#007b7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container { background-color: transparent; background-image: none; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container > .video-iframe-container { display: none; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row > .video-iframe-container { display: none; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .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); }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container { border-width: 0; border-radius: 0; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QxmZzVX6aEi6dW9Bs7EFwlKe1UbmeXgt > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRTuOJX6VNXlb7aiwn0Oh7byFHyOWppe { width:17.125rem;height:1.375rem;top:3.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzO4t6DTliPNfzEd47lTyiB0fX6QMJxZ { width:20rem;height:37.96875rem;top:6.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpBv5LkZvXUbhT1yTq2W9XzcSAIM16Tf { width:19.875rem;height:27.25rem;top:46.96875rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 1.125rem 1.875rem rgba(0,42,69,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #QobNyyWK5DB4OcQtaBQnThONL8HzDSlw { width:18.625rem;height:18.625rem;top:44.84375rem;left:-3.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #S8gK5cFlt4aewu58prf3dB6KxcPmS2OI { width:20rem;height:20rem;top:45.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 { background-color:#7bda08;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container { background-color: transparent; background-image: none; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container > .video-iframe-container { display: none; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row > .video-iframe-container { display: none; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .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); }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container { border-width: 0; border-radius: 0; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#EN7uCWm8aDfmBFdhznnOiHUa9t8NCa78 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIfrkmm446Epw9BOVVk2SDoKA07WJlOf { width:16.8125rem;height:7.1484375rem;top:8.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzuo7ifu6Vv5M2ErQCnmnNoohk9yIuXw { display:flex;width:2.25rem;height:2.25rem;top:4.4375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #DZulpdKCq7TTTqBwsTeHDoRqcalIoZzP { width:3.5625rem;height:3.5625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrpVwXL52rBiDcN6BkRoEwEtaeVMaJf { display:flex;width:2.3125rem;height:2.3125rem;top:4.4375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #U3so3T5GwgP74J3pVBFfJTQitRENuTPo { width:3.5625rem;height:3.5625rem;top:3.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twWgPHRKtE4ZBBJ0lHHat6yI7agAGMH1 { display:flex;width:1.75rem;height:1.75rem;top:19.1875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #PE2RpKAHRF9CoqxbQrlQOCIOhKVKSbA6 { width:17.875rem;height:3.4375rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZbR2m8VIdH2R5fkPang8BT60MCCfnQX { display:block; }
 }@media only screen and (max-width: 763px) { #Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 { display:block; }#Ahu6vP9HZUC3EMTKoTg1CPyZ9EFwgLT7 > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5e6OEst4pBhUJ5N7tWuBXTH3CPITD4I { width:20rem;height:3.125rem;top:5.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ { display:block; }#nB4FMVlfroXX1Kg75hkzZnSu1HTrGotJ > .row .container { width:20rem;height:109.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeSkVEGOGyFKJ2g9g5yozbRQPy3UDgoa { width:20rem;height:13.057851239669rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elq62zqAH9PxHqf0Q1htwc6q0b1gJhLo { width:20rem;height:18.457rem;top:38.6416015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vndnsd9m8dlQIMKF7l0M1txoW1LPpvuM { width:20rem;height:10.568375rem;top:72.427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uboPsfBRl8KaIUzO2Mkt80Ha58fAOBn7 { width:20rem;height:19.8349375rem;top:16.6201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmCXlKyRg0Nre19TWThTngmUS0OPXdK { width:20rem;height:11.079125rem;top:59.5986328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVBuuB24ZDM5Gy2RGo91OxEawQCMXMfC { width:20rem;height:10rem;top:85.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3yCzvBaxeo3uiQtxdpCVSyKrFl1EVg6 { width:20rem;height:9.4878706199461rem;top:97.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAoObATueKNtT8KOi6TPwlZVq0Z1moz { width:7rem;height:1.3125rem;top:4.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ8sNS0oHX5T36Cbf42Oo4STotUpwc3r { width:7rem;height:1.3125rem;top:41.4541015625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxupKh48bpuWgtIODWHafTzsE7LT0IfO { width:7rem;height:1.3125rem;top:75.0986328125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDnPty4DkHTqUI43tXl91pLTQaZ21IlD { width:7rem;height:1.3125rem;top:19.4951171875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3MBos37oKMiGMsiVOwgBaixNk7iV5QW { width:7rem;height:1.3125rem;top:62.5361328125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDvsA8o7yOFPsZcHhAey4hpd9ws4TrEZ { width:7rem;height:1.3125rem;top:100.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBdl5CzGT0w3kImiPoMylU80UfWCIVT4 { width:7rem;height:1.3125rem;top:88.1748046875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwD39MlgB3q3J9mP7stPGNP8J0izcSca { display:block; }#JwD39MlgB3q3J9mP7stPGNP8J0izcSca > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mI7nO38JmcQabbxeB4bT3luVHXoHEU3l { display:block; }#mI7nO38JmcQabbxeB4bT3luVHXoHEU3l > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-heading-text { font-size:1rem;height:auto;line-height:1.5;overflow:hidden; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.5;overflow:hidden; }
#TTM8LdC8vBT5N3QTCqwsaasJBLUedymP { display:flex;height:auto;width:19.375rem;top:5.75rem;left:0rem;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #aaOA3fgRnufoH30RinCDitIOZanK9GeB {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #QxfLTBr34xTSBhRlWNk0TuncOm2QvPJ4 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #BElkQ1mZglTpFzddpgJ4wW4gn019O4n8 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #gOrgxbU6RVVqExu0daL7hJbCgVsXNCby {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #SVouIa4TNi1vOVTe71OF5dLTF1nPG5TU {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #bLxTpb2Cu5RraRrpMqSVnXG2DSumEolF {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #LbFirhB5mzSfuudddvpZSG32PqMUXHMs {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #MMzXPHkGtX34tllTOWR5uSmqW9xBwKqm {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #pBP1F1oXpdgHKPCaCtX3zXLHuD8RZteu {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #JrkcXdBGLCLykozCvZ3GKVKWQwDIZbFW {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #bSGmwl38UsRvPzGhRDQlkUaOynEMAHAl {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #W59ycvnTM0SwovW9UfwFvKiz02KT52Hs {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #tUea4X7QTwUJZsKiOydTA13581Mgxwuv {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #BUfh8d9eTTlXsGFW25yNdmnAQoBIPGgm {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #DzAt713IbuTTmuCaXyCEIGkE0S2ObgiG {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #IPBedl2NkSV2AeTlmbbxGAng4PtcpPT5 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #oLvBb6zeuPAGqrxGweWaI5BtzQ4QJVT3 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #TQdSFFNcuynrZ80lWNTkMBTtCPSb3RfS {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #NsTTaAuv77SEtCdPWBizTk7Cr7WcLzhZ {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #N7qIUE6368BiMruHoOyySfzCeZIvU6Hl {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #b78fUCxigtzDx8oAx88W4FcFL6aCqaJ5 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #tu1CnuWGvl59TMVx8s1TlGWSMTzoegW4 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #yTZ3SUFoh68zT9XEtLF2LhaaJzkOMFuX {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #ptB06cTa0nFuy1PvUSZ9zHWruAhQz8qz {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #aaRPvdZH1WZh9D24Sm8pCIlsIHkQm89V {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #nwl41nqhUQDihlSyQx7kfBDXNe694CgF {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #UnbW6EukTm9xZh0F1EUbmeTP1lbI9ulF {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #IZnz3Db67yncywuKiCUUofqOrEJducUE {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #CSSC1Cv3SdBxTtRCUJPbxEdPBA69FXi9 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #xMxu9Ba3K9NiOf2s8GpNETqaS8zEv6mB {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #adCItRso1Ouax6R17ZwZ4QqVATJkqE0V {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #VNmfqRc3zdMqf1Rbn4GzsJUnAJECOT18 {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #rQg2sJ0TnsTfILd8JMQHIDqTHNkHpPQU {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #z9ZzMK1XyU7peLzUCe62m8MUEpg1yUtv {  }
 }@media only screen and (max-width: 763px) { #TTM8LdC8vBT5N3QTCqwsaasJBLUedymP #Pp6vMGxAy4AkKMG70ZKMP2VgToABEKiW {  }
 }@media only screen and (max-width: 763px) { #Vmw69qKpZkSvspeK7iFx0SO956n1Zxop { width:16.3125rem;height:1.5625rem;top:3.28125rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv { display:block; }#cIFFq5ffBxmJNK8KQBVwOo21Bk7O90Bv > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX { display:block; }#XD8aAAg8hGgELOsUAJEC6OXANTJkKwgX > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQssMnDmIbaTmDga63EdfubCsEp0iktS { width:16.1875rem;height:29.25rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDb9ZDTT0BxVzf6GlFTg1cP6fTi18TGt { width:20rem;height:4.72265625rem;top:4.966796875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRm6da1I6Picv5bbGCRJ1qKAnk4IWmeW { width:20rem;height:23.90625rem;top:43.4384765625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdLeTIK8v8kSLzTEs7qBiuywTq3TDDJv { display:flex;width:1.75rem;height:1.75rem;top:70.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #TVH8APOa5TSSmBCHZu69DfF2F59qsOIg { width:14.8125rem;height:3.4375rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE40GwAxD9FgpqP1lFo6iOVRhWT6tOri { display:block; }
 }@media only screen and (max-width: 763px) { #v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn { display:block; }#v7tUSfbi9dg3x1d2bF1yzd6uk8fIavvn > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXhA6GxQPnzX2BTtlDif1fmCF9V0MbA6 { width:9.25rem;height:1.6875rem;top:7.8125rem;left:5.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uTsS54l9T6bpScTLBw7dUw98NG3uKlO2 { width:12.5rem;height:0.8125rem;top:10.5625rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBUb0yzrl3Hu5GpgykT3a0dKwphdbSH8 { width:12.5rem;height:1.7871125rem;top:2.912109375rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#EGxgM2bJUV7ODSyXqT4IJvKTCvvylGT3 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXDktBOs5PEWVPR9vgkC5xgKZSEpsryz { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb5oOPcQeWk45sZiFEybJU5UPlqQkscB { display:block; }
 }@media only screen and (max-width: 763px) { #mLzF7wkOBSQ824XfGJzmV42JaSfB2ny0 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHRexpnQNxsEvuXACJal7DeKQpCxFIxB { display:block; }
 }