.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#f9f5ef;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); }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke { position:relative;display:block; }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke { background-color: transparent; background-image: none; }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .row .container > .video-iframe-container { display: none; }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .row > .video-iframe-container { display: none; }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .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); }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke { border-width: 0; border-radius: 0; }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .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; }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .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:0.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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/930b6a18-6173-4972-add5-23ddec40dbb9/piast.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:39.375rem;width:75rem;overflow:visible;position:relative;display:block; }#qO82ZGA7BAyVoyiaQr78beIRgPHWxkvA { color:#ffffff;display:block;width:52.1246875rem;position:absolute;font-family:"bona nova";font-size:3.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.3740234375rem;left:11.4365234375rem;height:4.79361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGo1bgcbQez1obtAcgCFqRsKyrJfw0dQ { color:#ffffff;display:block;width:24.43725rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.098949432373rem;left:25.280799865722rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#W6A38EvkMF2yppuWAdGZCAqQECHOLfsu { 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:10.625rem;width:7.5rem;top:0rem;left:33.5rem;overflow:hidden;display:block; }
#QBLETdzhLvQBVkrtDbIw9zA7Nd7hiKAL { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.06225rem;height:3.43693125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.935916900635rem;left:27.468299865722rem;display:block; }
#JJC3xKusicRUmC3tW9smNkTbATcJMZJv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UOidrC9RHxu3bUn2GIlJb92fRQvP95BJ { background-color:#b68753;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.75rem;height:4.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.8125rem;left:20.625rem;display:block; }
#OekV2J9aLTa9SoqJsIKoa3UkTAULBdbw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c49d65;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; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container { background-color: transparent; background-image: none; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container > .video-iframe-container { display: none; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row > .video-iframe-container { display: none; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .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); }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container { border-width: 0; border-radius: 0; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#lThtwLhRfOaW8OPWC7zyRrgSpGRSZ379 { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6871875rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.93693399429319rem;left:0rem;display:block; }
#qxmS5y9tmTFClafLKWP2nsbBThxBMPzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6ua9kPePdK297Jdgn47BhG5ANQeV6zd { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.81225rem;height:4.3121625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:18.75rem;display:block; }
#Zabe7uMV9kZCsSv4TdDJFwXTAmdSb58w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlpT7DZ5moORSkS790c6rSgIPxUy69KP { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.43648099899292rem;left:37.5rem;display:block; }
#zQZ1nrFyD9GrFNwaDX70sdIklR2MqcyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGAQOnRIADzxonornhADRkmReTUyuVBZ { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.3125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0926179885864rem;left:56.249435424805rem;display:block; }
#R77DcnIJxqbK38XTvemNRrpvg6J7s1rl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 { position:relative;display:block; }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 { background-color: transparent; background-image: none; }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .row .container > .video-iframe-container { display: none; }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .row > .video-iframe-container { display: none; }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .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); }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 { border-width: 0; border-radius: 0; }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .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; }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5ef;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:block; }#eA7ti2Vn0rTIpz7y2igTysPo4M2HVahB { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:2rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#g8T3T7axJZHI8VLinlW3G8HQQbiUllk8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.041015625rem;height:2.275rem;font-style:normal;display:block; }
#b9t6qNCe4bMcSWgyvnF6MFbDFMlZWvlG { color:#5fc08e;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:4.166015625rem;height:1.29980625rem;font-style:normal;display:block; }
#CSuZu4Uv40rbiT4pxa5alb7lQ46elLtq { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:2.46875rem;display:block; }
#qcnZZ3TwVkphQq3aKPnPPERLRIOLba8V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkBKoqEyNQixiyDy8m9k4QZErzRRyIwc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.9166679382324rem;left:4.041015625rem; }
#lTDiXocAGD8i27vd2c0z8NtxdpwwUTwJ { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:39.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#B4tIbbhlcB0LScA2bXfs2wzrKDan6qE8 { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:39.96875rem;display:block; }
#WMtqUwWUPpPkhPMCUEs68mWtRQv1QIXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFkpnZUZoPksTfZ1udTLWCLu072P94zV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:41.416015625rem;height:1.29980625rem;display:block; }
#VAlAl2TCfNRh993Cs7hDbU3IkH1KUkfB { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2490234375rem;left:41.416015625rem;height:2.2747375rem;font-style:normal;display:block; }
#lowAsGCwChgSBtxgKNbPXVDVN0FvMWVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.9166679382324rem;left:41.415878295899rem; }
#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb { position:relative;display:block; }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb { background-color: transparent; background-image: none; }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .row .container > .video-iframe-container { display: none; }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .row > .video-iframe-container { display: none; }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .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); }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb { border-width: 0; border-radius: 0; }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .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; }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5ef;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:block; }#yUvyqRKMpGRkoVIxWpT57TuqpvIqAUEU { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:2rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#mU4tarRSIz63sWcZ2TpItt4JZvtsDaTb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.041015625rem;height:2.2747375rem;font-style:normal;display:block; }
#fi86y5ytkc53TOTDU7yQQQ93NbZTNQdn { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:4.166015625rem;height:1.29980625rem;display:block; }
#cTin1EnMGTzfSOtP7l4eGQs2wvFoLM3i { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:2.46875rem;display:block; }
#rvF1GDCNUIpzf6FsSkaO5ZTU7gypxWnw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4ggrHkVOB8vFQzIwFkb3Rx1Qxocz9WH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.9166679382324rem;left:4.041015625rem; }
#OpVODuTl40clghFFMcVFTsZccqJF4LEr { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:39.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#Bfhl5kJ87px8eUHIKE6rRKeHCmckkgmv { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:39.96875rem;display:block; }
#em3PovxLr1aBerXTQri9WK8lSn6XyfQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rg01RHLQVhaAVuUmSl2rDFlPbUDyv10F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:41.416015625rem;height:1.29980625rem;display:block; }
#BxJ6Al9gOyZTreBeEs0NHRATGQ1CQhw3 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2490234375rem;left:41.416015625rem;height:2.2747375rem;font-style:normal;display:block; }
#Q4Zke5barqOG6TcCcUFTw2H63zLXZg8N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.2916679382324rem;left:41.416015625rem; }
#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 { position:relative;display:block; }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 { background-color: transparent; background-image: none; }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .row .container > .video-iframe-container { display: none; }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .row > .video-iframe-container { display: none; }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .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); }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 { border-width: 0; border-radius: 0; }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .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; }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5ef;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:block; }#TrZcQzSUxfGVqlxKu0UJCE1e0K5TMD6Q { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:2rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#DQ2bSFgveQihAdT8fmMlLWBSZEGeO6Qg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.041015625rem;height:2.2747375rem;font-style:normal;display:block; }
#uiTTiJ9dvJUTC0FtD4LqWGTiBHMPI2Kw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:4.166015625rem;height:1.29980625rem;display:block; }
#bmzlMRLlTbgn7AvDRldRqrSTxRHmdfPX { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:2.46875rem;display:block; }
#ID0VFViHmenL7864rPwnonmkAadKWHbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4GphLmoVEXTtfbzTPPRKogsvfSZfhni { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.9166679382324rem;left:4.041015625rem; }
#MP6rnf08tpyyoKIEK15aCaiv9XmKf79X { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:39.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#mRldG0J2Ha7M8ExQbheXFAu727S9fcTv { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:39.96875rem;display:block; }
#N1QQZGbldoWuU274I4B1hbsAV9U5dxCy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZMX08CdTSHwaiDcnfxdeRbpJgAW8Hru { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:41.416015625rem;height:1.3rem;display:block; }
#hSDDH3CzJz3bJSLkFoMubRNbVl2hBspQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.249351501465rem;left:41.416015625rem;height:2.275rem;font-style:normal;display:block; }
#MeJnTRA5wTZlwABDPleM8F01OPg4FTJe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.2916679382324rem;left:41.416015625rem; }
#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O { position:relative;display:block; }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O { background-color: transparent; background-image: none; }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .row .container > .video-iframe-container { display: none; }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .row > .video-iframe-container { display: none; }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .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); }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O { border-width: 0; border-radius: 0; }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .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; }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5ef;background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;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; }#nNWJhgtDGdxJ4GIKEaGp8Q2zDgm6i2Lp { box-sizing:content-box;height:12.625rem;width:70.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:2.0000019073486rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#GOw6uyLt4xqocglLg5DTmsX9hzCTfZ4J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0986328125rem;left:5.0400390625rem;height:1.29980625rem;display:block; }
#NDprCmMRuDSfZG1gQvGorf9qUe2W8mNz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0361328125rem;left:5.0400390625rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWUJrEudOmuUWckvVV6JiEr3M4HmIBfO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0994795560838rem;left:59.595834732056rem;height:1.3rem;display:block; }
#F2Vz1XAizOzrJxERXlo1RycTiLJ4i4Jt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.661979079246rem;left:56.478128433228rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dCnawM1pXuG88pBV3orK5L68rMT9Woes { 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:4.75rem;width:70.5625rem;top:2.620833375rem;left:2.0443961965528rem;display:block; }
#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC { position:relative;display:block; }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC { background-color: transparent; background-image: none; }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .row .container > .video-iframe-container { display: none; }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .row > .video-iframe-container { display: none; }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .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); }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC { border-width: 0; border-radius: 0; }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .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; }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5ef;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:block; }#ubXGVTpXEAIU3TGqK34Me774fkXuuwQt { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:2rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#fSZu6y2QICu0qUXvfWX2A3KrnqnU7zJU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.041015625rem;height:2.275rem;font-style:normal;display:block; }
#KqDmZuu8w4SiTCH9y8p9APZx4N4NkHyg { color:#5fc08e;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:4.166015625rem;height:1.29980625rem;font-style:normal;display:block; }
#RKNmqr5zFzzf6HRztRLX0InRLrTpbgMF { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:2.46875rem;display:block; }
#rEdDtBAVtTOg0VAFDE2sGm9JtcToPEJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKlrc4M9tfzXxe2ZLBC2Qp27ENQmiRqx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.9166679382324rem;left:4.041015625rem; }
#bMEp9IOC4NvI97OQ3J3asIU5SplscAbR { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:39.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#MgzV447UlF4gEARX8gwIbOl5fMaa3Id8 { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:39.96875rem;display:block; }
#dneWNTHSqD4n0MhLWC2zitiGQCqMbeFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVaIz7LFwmeU6baSobcky1hk1RF0ED2H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:41.416015625rem;height:1.29980625rem;display:block; }
#iZq6Mvl85J2Lk8m85NNKigHSVpkk13WV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.249351501465rem;left:41.416015625rem;height:2.275rem;font-style:normal;display:block; }
#i7dPMxS93MRVrBQNzmHrOSsizvIOy5D1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.2916679382324rem;left:41.416015625rem; }
#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu { position:relative;display:block; }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu { background-color: transparent; background-image: none; }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .row .container > .video-iframe-container { display: none; }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .row > .video-iframe-container { display: none; }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .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); }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu { border-width: 0; border-radius: 0; }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .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; }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5ef;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:block; }#qaTLePkQhaTizm3ni7kiw6vmZhvvTCMR { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:2rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#AVQZCydUAqdZudHW59FdwRihWZsT9hVH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.041015625rem;height:2.275rem;font-style:normal;display:block; }
#Ai7D2cyEViDbzNmiD2gggrXfDS6TiHbs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:4.166015625rem;height:1.29980625rem;display:block; }
#OVTviTXJzXuPcmwt01lqZrphmhEtyTq3 { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:2.46875rem;display:block; }
#l0mu0anbOTfwFao6KVNiT2bDIgQbRLV3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icdkl10Wo6sAQiGvpQWKvKvQHUMv8x33 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.9166679382324rem;left:4.041015625rem; }
#GeCJuTfFlUFZAPiTe7Of1FLtziU6DKDO { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:39.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#aCAD2HSL5rgy52HP1ChTPukvvZ2okwRd { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:39.96875rem;display:block; }
#LuNUrBvW2MV1FW0ryq2TflG6HzBho2TD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZ1DQXGEiRuznAX8tTfAKOQU1IyA65GO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:41.416015625rem;height:1.29980625rem;display:block; }
#rA8upcycb9JFqiBIH9anChJuZRATACH6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.249351501465rem;left:41.416015625rem;height:2.275rem;font-style:normal;display:block; }
#TFGuGqo3o7F1kmh1afXgTLIAuNyBJVEH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.2916679382324rem;left:41.416015625rem; }
#lBMCHfudds90gfK5dccQ61OyiORJ4J0J { position:relative;display:block; }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J { background-color: transparent; background-image: none; }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .row .container > .video-iframe-container { display: none; }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .row > .video-iframe-container { display: none; }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .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); }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J { border-width: 0; border-radius: 0; }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .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; }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5ef;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:block; }#uBcppCdklwZeOd2RvuHxOFiRPLofDxLR { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:2rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#zuXTFbTVTCtppAo8mtV8UBcnK65TLQpG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.041015625rem;height:2.2747375rem;font-style:normal;display:block; }
#TkXO9IMR8P3WQCn84AA4dvqbc64TvA5S { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:4.166015625rem;height:1.29980625rem;display:block; }
#DCcnu3wH9o2H4TSZUz7MasTurscDGJD0 { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:2.46875rem;display:block; }
#yfFlhLQiFOFWeVDWFm2Qbmo6skAeZlbX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkzEPFKkTCBg06vcylDuqqa5Fazdghd6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.853515625rem;left:4.041015625rem; }
#uOQlTVOP11RTZt2pVCbpxr1suAaZ9Zgy { box-sizing:content-box;height:16.5rem;width:33.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.125rem;left:39.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#TQERF0zGoewhVMF9kiD8G9bCo3tw29Z2 { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.75rem;left:39.96875rem;display:block; }
#T2ro3OPArpfoSaTDCSsbPmSJ3sFbkEaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXIcJVAazOQ4LmT2vCRiI8Z4IKG0cw9h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:41.416015625rem;height:1.29980625rem;display:block; }
#uEmwLdbZPNwcGRthNxtca5ibSueeFxfC { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"bona nova";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2490234375rem;left:41.416015625rem;height:2.2747375rem;font-style:normal;display:block; }
#LEDAtXxSSrzTyJDwh8bfNN4yb27lGLMM { 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:2.5625rem;width:2.5625rem;top:2.853515625rem;left:41.416015625rem;overflow:hidden;display:block; }
#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz { position:relative;display:block; }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz { background-color: transparent; background-image: none; }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .row .container > .video-iframe-container { display: none; }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .row > .video-iframe-container { display: none; }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .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); }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz { border-width: 0; border-radius: 0; }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .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; }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f5ef;background-image:none;font-size:0.875rem;font-family:arial;height:31.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; }#IcsxohTfvlfkg8NN1x5yB4WCmCpL9FWb { box-sizing:content-box;height:20.625rem;width:71.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:9.375rem;left:2rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }
#wq2QJRdfed9SynmuO6erIXeWMkUkqtng { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.875rem;left:3rem;display:block; }
#MWw9cAsCidype0IUUWW8TtAHXbvTtKJv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9ND5E0Mh0TTdSTxICoRG9k5syzWyBE3 { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.875rem;left:38.875rem;display:block; }
#xcG4bipXqwovNTNFx9fmtCewpbZMdxVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B { box-sizing:content-box;height:14.8125rem;width:69.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35b32493-6198-4078-98fb-dc98688669a2/img_4113_websize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.1875rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.15) ;display:block; }#QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B.adaptive-delivery-prevent-bg, #QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B.lazyload, #QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B.lazyloading { background-image: none; }
#ZRlMImP87MdmOO23HlqrEcbPXQpCfIgC { color:#ffffff;display:block;width:52.1236875rem;position:absolute;font-family:"bona nova";font-size:3.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:2rem;height:4.79361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DstIkpBkfSUKowf0zU7WcHiCgbUy7wKd { 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:15005;opacity:1;top:26.71875rem;left:49.291015625rem; }
#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004f57;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; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container { background-color: transparent; background-image: none; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container > .video-iframe-container { display: none; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row > .video-iframe-container { display: none; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .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); }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container { border-width: 0; border-radius: 0; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#f9f5ef;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .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; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-heading-text { display:block;position:relative;width:100%;font-family:"bona nova";font-weight:700;font-size:1.25rem;line-height:1.2;overflow:hidden;height:auto; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .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:poppins;height:auto; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .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; }#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-trigger.adaptive-delivery-prevent-bg, #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-trigger.lazyload, #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-trigger.lazyloading { background-image: none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 { box-sizing:content-box;height:auto;width:70.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.125rem;left:1.03125rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #eXqd70TxOBDL8uiIg99lIsHlokcLS1y0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #l5ccM9Bl8W7lhaTFcBugZJvQQCrhUveu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #eErFGp3Fh1S9KPW4UdBuJRIFHhK7v12r { display:block;position:relative; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #sxCSKesCvuKRGftGo3zavg65BfcJKCHg {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #lnM3s4GIHkrBr5ZLokm0cT96omkTXDKy {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #KP85PPKmT6JdGAgPhW42N3LXs9TzfHxW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #fdzhNOF0TtresyU3UagTD39xzXJxEyD7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #kEhqzGVf753SSZAHZddOTM1KrnKXryaF { display:block;position:relative; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #sA1QTSkiT0w4XlwKHa2na4yyggIZQcg7 {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #kBuxK6XT20TKnU4NK1Jtgvwldh3SvgrL { display:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #KJcaeEvn255bsaOmTbTecH7laOiunakx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #LCV9THAPAWqV3IOE12AxxyR35tIWkstg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #xZaM3PK2l5QRf0ZsKKBfdcxRtuQKqyKs { display:block;position:relative; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #R3IFqJ6cxn2J3gp5BMxXy3xcC1l9BW4a {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Jnczx2yIskOJIqUrWsJhEheMDISR6fQP { display:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #TA6m6cIIFG1XPC2Zh7t1lwJ2kVQ8zJ9l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #HnFDkehMd8TIk9PU0T1FLfqaveQknIkF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #gpqqFMGi9f2CU9VX5yylM6ZNkQMCGrR8 { display:block;position:relative; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #IpRzRvbWeu5IgsKXGQTGQ4iSeO4wT5oi {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #DVVwtikud2wn8tI6P8bfLlXwGlEHKQT4 { display:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #ZKbTqhoOSwi3tBd94e8FsUTw34nJNQte { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #W5wX7NLWE2J6fx69K0JcdemPLxL8OIxJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #bFai3tmp7xhmv1gGoXe6fVOwJlm3M1N6 { display:block;position:relative; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Z12A1kJcgdstxR6HLpZ00buNmbGNqSFE {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #pJT7qnTxy5DWTJ2diHwqdv2sqc9I8ET5 { display:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #TGCCWZbqnswcXto5MzKZOw5xIg0u7agD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #cIgNb6naQz5QDnQSF8JeTCWRpq68Uzmr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #lsaAR5Zsk7mSeKB1uXs3h64DiH7QwHsi { display:block;position:relative; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #mvTIE3NfAKD4vkyEQcTsHtOZy2wH5JNm {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #vdZ9mcixObTa4kLpatKgwVQIgxfm7l8a { display:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #mGeMIfBC9W1T37eCS9cCuW32g7o18y9k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #K1BGcloFnM3hUfQKBNmGXza9R6ptAOm4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #OfKJf1JyGfGrifTFLAKxUdsnett1URU7 { display:block;position:relative; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Ui006DOeT7kffPX2zUDXnIgRhgu4uCdP {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #fzL9yDTTTfg0cExfwCB93k5FmoDklItJ { display:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #vqwSzL02SuPmxVfPM4wboG9GD2SberrM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Aa6cHSIqW6MiVM1UnkkF1Osqfoao8e52 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Q5o1x1NvU2RydlGHs8il3BmrK0fsVqEX { display:block;position:relative; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #q7CBgTE33AbwRpntEpd92R29TN81VLW3 {  }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #BR4szpupSX4gmSoOlRDRZDb6BUagK4CF { display:none; }
#zH1v6eCsLV4XwxhtFBeEO4RTaPOAV7ZA { color:#ffffff;display:block;width:52.125rem;position:absolute;font-family:"bona nova";font-size:3.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1861953735351rem;left:2.1875rem;height:4.79361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004f57;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; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container { background-color: transparent; background-image: none; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container > .video-iframe-container { display: none; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row > .video-iframe-container { display: none; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .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); }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container { border-width: 0; border-radius: 0; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#biItyGZZitJIMniFvnrUQWKSStoG73Gy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.625rem;left:25.625001907349rem; }
#O64LAEVwtpfeedPeruR494p806Jv9uLf { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:5.5rem;left:6.0625019073486rem;display:block; }
#w8hfnyLnWeD7KkUGkQ37lRxHKklShR6B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kruGLzKPhunTcWZtQ8D05X0ZSw7i5tMp { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:5.625rem;left:29.250001907349rem;display:block; }
#qQnI7oNwtGLfOIkKudLOFUFxKDXqgh7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P05kzpBoKJwBows8TkhcpHFahPbGoZRh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.625rem;left:2.5625rem; }
#nCEeTsPmdO8TW1f9HpFN48H00fL6lroo { color:#ffffff;display:block;width:12.4984375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.5625rem;height:1.29980625rem;display:block; }
#e1fiFoGQ8ZfpUvF7dd69nrqJhGIo82nB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.625rem;left:50.875rem; }
#H0ozA5znNVhiCzGVBPa47y74FpTDSXaI { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:5.625rem;left:54.5rem;display:block; }
#QuxQb4BDldfSP4gfvzQZ5G66al16K4b3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5ef;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; }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row .container { background-color: transparent; background-image: none; }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row .container > .video-iframe-container { display: none; }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row > .video-iframe-container { display: none; }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .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); }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row .container { border-width: 0; border-radius: 0; }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#muizHb3OnodVmRbQxexKltPPlt8h3NsJ { color:#000000;display:block;width:52.125rem;position:absolute;font-family:"bona nova";font-size:3.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1861953735351rem;left:2.1875rem;height:4.79361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fODRZILswOOG9zu26sZyMMk9c4I3vPK7 { color:#000000;display:block;width:12.4994375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9736328125rem;left:2.185546875rem;height:5.199225rem;display:block; }
#DCxymQDImHR70rWWHeHwsmGwGTdQeTEL { 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:10.5625rem;width:7.4375rem;top:4.2490234375rem;left:63.935546875rem;overflow:hidden;display:block; }
#VyMNibIrNAlRkS1B2EVTqygp45zEotdD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12443125rem;width:3.12443125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.9375rem;left:47.5625rem; }
#VyMNibIrNAlRkS1B2EVTqygp45zEotdD > img { max-width: 100%;max-height:100%; width:3.12443125rem; height:3.12443125rem; }#OyBwTA3tPHDsademGkpPyTIlyP1LzRGz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12443125rem;width:3.12443125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.9375rem;left:52.9375rem; }
#OyBwTA3tPHDsademGkpPyTIlyP1LzRGz > img { max-width: 100%;max-height:100%; width:3.12443125rem; height:3.12443125rem; }#J2TZgNPXoKTFZqgEvTmBxNK9eH8072ty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.499775rem;width:3.499775rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.75rem;left:57.75rem; }
#J2TZgNPXoKTFZqgEvTmBxNK9eH8072ty > img { max-width: 100%;max-height:100%; width:3.499775rem; height:3.499775rem; }#lOnvKkGKGV1tKWkfx6tPRMsMm00TziuV { background-color:#004f57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4980625rem;height:2.686525rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.5478515625rem;left:20.43359375rem;display:block; }
#Vubf89LtDRLe1INHpd2Is2HOH3P2lTR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004f57;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; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container { background-color: transparent; background-image: none; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container > .video-iframe-container { display: none; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row > .video-iframe-container { display: none; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .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); }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container { border-width: 0; border-radius: 0; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AQLXvkfp63uIsEJMmB50yP1nP9Wectke { display:block; }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .row .container { width:47.75rem;position:relative;display:block; } }@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) { #qO82ZGA7BAyVoyiaQr78beIRgPHWxkvA { top:21.3125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGo1bgcbQez1obtAcgCFqRsKyrJfw0dQ { top:28.0625rem;left:11.655799865722rem;width:24.375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6A38EvkMF2yppuWAdGZCAqQECHOLfsu { top:0rem;left:19.875rem;width:7.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBLETdzhLvQBVkrtDbIw9zA7Nd7hiKAL { width:20rem;height:3.375rem;top:32.875rem;left:13.843299865722rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJC3xKusicRUmC3tW9smNkTbATcJMZJv { display:block; }
 }@media only screen and (max-width: 763px) { #UOidrC9RHxu3bUn2GIlJb92fRQvP95BJ { width:33.75rem;height:4.4375rem;top:14.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OekV2J9aLTa9SoqJsIKoa3UkTAULBdbw { display:block; }
 }@media only screen and (max-width: 763px) { #PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi { display:none; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lThtwLhRfOaW8OPWC7zyRrgSpGRSZ379 { width:18.625rem;height:2.5rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxmS5y9tmTFClafLKWP2nsbBThxBMPzF { display:block; }
 }@media only screen and (max-width: 763px) { #n6ua9kPePdK297Jdgn47BhG5ANQeV6zd { width:18.75rem;height:4.25rem;top:0rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zabe7uMV9kZCsSv4TdDJFwXTAmdSb58w { display:block; }
 }@media only screen and (max-width: 763px) { #TlpT7DZ5moORSkS790c6rSgIPxUy69KP { width:18.8125rem;height:3.5rem;top:0.375rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQZ1nrFyD9GrFNwaDX70sdIklR2MqcyS { display:block; }
 }@media only screen and (max-width: 763px) { #kGAQOnRIADzxonornhADRkmReTUyuVBZ { width:18.75rem;height:2.3125rem;top:1.0625rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R77DcnIJxqbK38XTvemNRrpvg6J7s1rl { display:block; }
 }@media only screen and (max-width: 763px) { #DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 { display:block; }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA7ti2Vn0rTIpz7y2igTysPo4M2HVahB { top:1.125rem;left:0rem;width:33.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8T3T7axJZHI8VLinlW3G8HQQbiUllk8 { top:7.25rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9t6qNCe4bMcSWgyvnF6MFbDFMlZWvlG { top:9.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSuZu4Uv40rbiT4pxa5alb7lQ46elLtq { width:32.5625rem;height:3.4375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcnZZ3TwVkphQq3aKPnPPERLRIOLba8V { display:block; }
 }@media only screen and (max-width: 763px) { #CkBKoqEyNQixiyDy8m9k4QZErzRRyIwc { top:2.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTDiXocAGD8i27vd2c0z8NtxdpwwUTwJ { top:1.125rem;left:14.25rem;width:33.5rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4tIbbhlcB0LScA2bXfs2wzrKDan6qE8 { width:32.5625rem;height:3.4375rem;top:13.75rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMtqUwWUPpPkhPMCUEs68mWtRQv1QIXq { display:block; }
 }@media only screen and (max-width: 763px) { #cFkpnZUZoPksTfZ1udTLWCLu072P94zV { top:9.9375rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAlAl2TCfNRh993Cs7hDbU3IkH1KUkfB { top:7.1875rem;left:23.875rem;width:22.75rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lowAsGCwChgSBtxgKNbPXVDVN0FvMWVT { top:2.875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb { display:block; }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUvyqRKMpGRkoVIxWpT57TuqpvIqAUEU { top:1.125rem;left:0rem;width:33.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU4tarRSIz63sWcZ2TpItt4JZvtsDaTb { top:7.25rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi86y5ytkc53TOTDU7yQQQ93NbZTNQdn { top:9.9375rem;left:0rem;width:16.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTin1EnMGTzfSOtP7l4eGQs2wvFoLM3i { width:32.5625rem;height:3.4375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvF1GDCNUIpzf6FsSkaO5ZTU7gypxWnw { display:block; }
 }@media only screen and (max-width: 763px) { #n4ggrHkVOB8vFQzIwFkb3Rx1Qxocz9WH { top:2.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpVODuTl40clghFFMcVFTsZccqJF4LEr { top:1.125rem;left:14.25rem;width:33.5rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bfhl5kJ87px8eUHIKE6rRKeHCmckkgmv { width:32.5625rem;height:3.4375rem;top:13.75rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #em3PovxLr1aBerXTQri9WK8lSn6XyfQr { display:block; }
 }@media only screen and (max-width: 763px) { #Rg01RHLQVhaAVuUmSl2rDFlPbUDyv10F { top:9.9375rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BxJ6Al9gOyZTreBeEs0NHRATGQ1CQhw3 { top:7.1875rem;left:23.875rem;width:18.8125rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4Zke5barqOG6TcCcUFTw2H63zLXZg8N { top:2.25rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 { display:none; }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrZcQzSUxfGVqlxKu0UJCE1e0K5TMD6Q { top:1.125rem;left:0rem;width:33.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ2bSFgveQihAdT8fmMlLWBSZEGeO6Qg { top:7.25rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTTiJ9dvJUTC0FtD4LqWGTiBHMPI2Kw { top:9.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmzlMRLlTbgn7AvDRldRqrSTxRHmdfPX { width:32.5625rem;height:3.4375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID0VFViHmenL7864rPwnonmkAadKWHbK { display:block; }
 }@media only screen and (max-width: 763px) { #y4GphLmoVEXTtfbzTPPRKogsvfSZfhni { top:2.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP6rnf08tpyyoKIEK15aCaiv9XmKf79X { top:1.125rem;left:14.25rem;width:33.5rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRldG0J2Ha7M8ExQbheXFAu727S9fcTv { width:32.5625rem;height:3.4375rem;top:13.75rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1QQZGbldoWuU274I4B1hbsAV9U5dxCy { display:block; }
 }@media only screen and (max-width: 763px) { #OZMX08CdTSHwaiDcnfxdeRbpJgAW8Hru { top:6.5rem;left:4.6875rem;width:7.875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSDDH3CzJz3bJSLkFoMubRNbVl2hBspQ { top:7.1875rem;left:23.875rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeJnTRA5wTZlwABDPleM8F01OPg4FTJe { top:2.25rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O { display:none; }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nNWJhgtDGdxJ4GIKEaGp8Q2zDgm6i2Lp { top:1.125rem;left:0rem;width:47.75rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOw6uyLt4xqocglLg5DTmsX9hzCTfZ4J { top:8.0625rem;left:0rem;width:7.8125rem;height:0.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDprCmMRuDSfZG1gQvGorf9qUe2W8mNz { top:10rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWUJrEudOmuUWckvVV6JiEr3M4HmIBfO { top:8.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2Vz1XAizOzrJxERXlo1RycTiLJ4i4Jt { top:10.625rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCnawM1pXuG88pBV3orK5L68rMT9Woes { width:47.75rem;height:3.2143489813995rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC { display:none; }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ubXGVTpXEAIU3TGqK34Me774fkXuuwQt { top:1.125rem;left:0rem;width:33.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZu6y2QICu0qUXvfWX2A3KrnqnU7zJU { top:4.6875rem;left:0rem;width:8.125rem;height:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqDmZuu8w4SiTCH9y8p9APZx4N4NkHyg { top:9.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKNmqr5zFzzf6HRztRLX0InRLrTpbgMF { width:32.5625rem;height:3.4375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEdDtBAVtTOg0VAFDE2sGm9JtcToPEJt { display:block; }
 }@media only screen and (max-width: 763px) { #FKlrc4M9tfzXxe2ZLBC2Qp27ENQmiRqx { top:2.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMEp9IOC4NvI97OQ3J3asIU5SplscAbR { top:1.125rem;left:14.25rem;width:33.5rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgzV447UlF4gEARX8gwIbOl5fMaa3Id8 { width:32.5625rem;height:3.4375rem;top:13.75rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dneWNTHSqD4n0MhLWC2zitiGQCqMbeFR { display:block; }
 }@media only screen and (max-width: 763px) { #fVaIz7LFwmeU6baSobcky1hk1RF0ED2H { top:9.9375rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZq6Mvl85J2Lk8m85NNKigHSVpkk13WV { top:4.6875rem;left:4.6244423389435rem;width:8.125rem;height:1.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7dPMxS93MRVrBQNzmHrOSsizvIOy5D1 { top:2.25rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu { display:none; }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qaTLePkQhaTizm3ni7kiw6vmZhvvTCMR { top:1.125rem;left:0rem;width:33.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVQZCydUAqdZudHW59FdwRihWZsT9hVH { top:4.6875rem;left:0rem;width:8.125rem;height:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7D2cyEViDbzNmiD2gggrXfDS6TiHbs { top:9.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTviTXJzXuPcmwt01lqZrphmhEtyTq3 { width:32.5625rem;height:3.4375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mu0anbOTfwFao6KVNiT2bDIgQbRLV3 { display:block; }
 }@media only screen and (max-width: 763px) { #icdkl10Wo6sAQiGvpQWKvKvQHUMv8x33 { top:2.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeCJuTfFlUFZAPiTe7Of1FLtziU6DKDO { top:1.125rem;left:14.25rem;width:33.5rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCAD2HSL5rgy52HP1ChTPukvvZ2okwRd { width:32.5625rem;height:3.4375rem;top:13.75rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuNUrBvW2MV1FW0ryq2TflG6HzBho2TD { display:block; }
 }@media only screen and (max-width: 763px) { #bZ1DQXGEiRuznAX8tTfAKOQU1IyA65GO { top:6.4375rem;left:4.6871610879898rem;width:7.8125rem;height:0.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rA8upcycb9JFqiBIH9anChJuZRATACH6 { top:4.6875rem;left:4.6248880624771rem;width:8.125rem;height:1.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFGuGqo3o7F1kmh1afXgTLIAuNyBJVEH { top:2.25rem;left:23.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBMCHfudds90gfK5dccQ61OyiORJ4J0J { display:none; }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uBcppCdklwZeOd2RvuHxOFiRPLofDxLR { top:1.125rem;left:0rem;width:33.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuXTFbTVTCtppAo8mtV8UBcnK65TLQpG { top:7.25rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXO9IMR8P3WQCn84AA4dvqbc64TvA5S { top:9.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCcnu3wH9o2H4TSZUz7MasTurscDGJD0 { width:32.5625rem;height:3.4375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfFlhLQiFOFWeVDWFm2Qbmo6skAeZlbX { display:block; }
 }@media only screen and (max-width: 763px) { #nkzEPFKkTCBg06vcylDuqqa5Fazdghd6 { top:2.8125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOQlTVOP11RTZt2pVCbpxr1suAaZ9Zgy { top:1.125rem;left:14.25rem;width:33.5rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQERF0zGoewhVMF9kiD8G9bCo3tw29Z2 { width:32.5625rem;height:3.4375rem;top:13.75rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2ro3OPArpfoSaTDCSsbPmSJ3sFbkEaZ { display:block; }
 }@media only screen and (max-width: 763px) { #wXIcJVAazOQ4LmT2vCRiI8Z4IKG0cw9h { top:9.9375rem;left:23.875rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEmwLdbZPNwcGRthNxtca5ibSueeFxfC { top:7.1875rem;left:23.875rem;width:21.5625rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEDAtXxSSrzTyJDwh8bfNN4yb27lGLMM { top:2.8125rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz { display:none; }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IcsxohTfvlfkg8NN1x5yB4WCmCpL9FWb { top:9.375rem;left:0rem;width:47.75rem;height:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wq2QJRdfed9SynmuO6erIXeWMkUkqtng { width:33.5rem;height:3.4375rem;top:25.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWw9cAsCidype0IUUWW8TtAHXbvTtKJv { display:block; }
 }@media only screen and (max-width: 763px) { #y9ND5E0Mh0TTdSTxICoRG9k5syzWyBE3 { width:33.4375rem;height:3.4375rem;top:25.875rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcG4bipXqwovNTNFx9fmtCewpbZMdxVx { display:block; }
 }@media only screen and (max-width: 763px) { #QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B { top:10.1875rem;left:0rem;width:47.75rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRlMImP87MdmOO23HlqrEcbPXQpCfIgC { top:2.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DstIkpBkfSUKowf0zU7WcHiCgbUy7wKd { top:26.6875rem;left:28.853515625rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B { display:none; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 { display:flex;height:auto;width:17.5rem;display:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #eXqd70TxOBDL8uiIg99lIsHlokcLS1y0 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #l5ccM9Bl8W7lhaTFcBugZJvQQCrhUveu {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #eErFGp3Fh1S9KPW4UdBuJRIFHhK7v12r {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #sxCSKesCvuKRGftGo3zavg65BfcJKCHg {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #lnM3s4GIHkrBr5ZLokm0cT96omkTXDKy {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #KP85PPKmT6JdGAgPhW42N3LXs9TzfHxW {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #fdzhNOF0TtresyU3UagTD39xzXJxEyD7 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #kEhqzGVf753SSZAHZddOTM1KrnKXryaF {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #sA1QTSkiT0w4XlwKHa2na4yyggIZQcg7 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #kBuxK6XT20TKnU4NK1Jtgvwldh3SvgrL {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #KJcaeEvn255bsaOmTbTecH7laOiunakx {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #LCV9THAPAWqV3IOE12AxxyR35tIWkstg {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #xZaM3PK2l5QRf0ZsKKBfdcxRtuQKqyKs {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #R3IFqJ6cxn2J3gp5BMxXy3xcC1l9BW4a {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Jnczx2yIskOJIqUrWsJhEheMDISR6fQP {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #TA6m6cIIFG1XPC2Zh7t1lwJ2kVQ8zJ9l {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #HnFDkehMd8TIk9PU0T1FLfqaveQknIkF {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #gpqqFMGi9f2CU9VX5yylM6ZNkQMCGrR8 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #IpRzRvbWeu5IgsKXGQTGQ4iSeO4wT5oi {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #DVVwtikud2wn8tI6P8bfLlXwGlEHKQT4 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #ZKbTqhoOSwi3tBd94e8FsUTw34nJNQte {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #W5wX7NLWE2J6fx69K0JcdemPLxL8OIxJ {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #bFai3tmp7xhmv1gGoXe6fVOwJlm3M1N6 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Z12A1kJcgdstxR6HLpZ00buNmbGNqSFE {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #pJT7qnTxy5DWTJ2diHwqdv2sqc9I8ET5 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #TGCCWZbqnswcXto5MzKZOw5xIg0u7agD {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #cIgNb6naQz5QDnQSF8JeTCWRpq68Uzmr {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #lsaAR5Zsk7mSeKB1uXs3h64DiH7QwHsi {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #mvTIE3NfAKD4vkyEQcTsHtOZy2wH5JNm {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #vdZ9mcixObTa4kLpatKgwVQIgxfm7l8a {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #mGeMIfBC9W1T37eCS9cCuW32g7o18y9k {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #K1BGcloFnM3hUfQKBNmGXza9R6ptAOm4 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #OfKJf1JyGfGrifTFLAKxUdsnett1URU7 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Ui006DOeT7kffPX2zUDXnIgRhgu4uCdP {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #fzL9yDTTTfg0cExfwCB93k5FmoDklItJ {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #vqwSzL02SuPmxVfPM4wboG9GD2SberrM {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Aa6cHSIqW6MiVM1UnkkF1Osqfoao8e52 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Q5o1x1NvU2RydlGHs8il3BmrK0fsVqEX {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #q7CBgTE33AbwRpntEpd92R29TN81VLW3 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #BR4szpupSX4gmSoOlRDRZDb6BUagK4CF {  }
 }@media only screen and (max-width: 763px) { #zH1v6eCsLV4XwxhtFBeEO4RTaPOAV7ZA { top:2.125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg { display:none; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #biItyGZZitJIMniFvnrUQWKSStoG73Gy { top:5.625rem;left:12.000001907349rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O64LAEVwtpfeedPeruR494p806Jv9uLf { width:16.0625rem;height:3.4375rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8hfnyLnWeD7KkUGkQ37lRxHKklShR6B { display:block; }
 }@media only screen and (max-width: 763px) { #kruGLzKPhunTcWZtQ8D05X0ZSw7i5tMp { width:17.9375rem;height:3.1875rem;top:5.625rem;left:15.625001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQnI7oNwtGLfOIkKudLOFUFxKDXqgh7h { display:block; }
 }@media only screen and (max-width: 763px) { #P05kzpBoKJwBows8TkhcpHFahPbGoZRh { top:5.625rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCEeTsPmdO8TW1f9HpFN48H00fL6lroo { top:2.0625rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1fiFoGQ8ZfpUvF7dd69nrqJhGIo82nB { top:5.625rem;left:37.25rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0ozA5znNVhiCzGVBPa47y74FpTDSXaI { width:18.0625rem;height:3.1875rem;top:5.625rem;left:29.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QuxQb4BDldfSP4gfvzQZ5G66al16K4b3 { display:block; }
 }@media only screen and (max-width: 763px) { #aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w { display:block; }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muizHb3OnodVmRbQxexKltPPlt8h3NsJ { top:1.5625rem;left:0rem;width:18.625rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fODRZILswOOG9zu26sZyMMk9c4I3vPK7 { top:7.9375rem;left:0rem;width:12.4375rem;height:5.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCxymQDImHR70rWWHeHwsmGwGTdQeTEL { top:4.1875rem;left:40.3125rem;width:7.4375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyMNibIrNAlRkS1B2EVTqygp45zEotdD { top:9.9375rem;left:33.9375rem;width:3.0625rem;height:3.0625rem;display:none; }
#VyMNibIrNAlRkS1B2EVTqygp45zEotdD > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #OyBwTA3tPHDsademGkpPyTIlyP1LzRGz { top:9.9375rem;left:39.3125rem;width:3.0625rem;height:3.0625rem;display:none; }
#OyBwTA3tPHDsademGkpPyTIlyP1LzRGz > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #J2TZgNPXoKTFZqgEvTmBxNK9eH8072ty { top:9.75rem;left:44.125rem;width:3.4375rem;height:3.4375rem;display:none; }
#J2TZgNPXoKTFZqgEvTmBxNK9eH8072ty > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #lOnvKkGKGV1tKWkfx6tPRMsMm00TziuV { width:9.4375rem;height:2.625rem;top:10.5rem;left:6.80859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vubf89LtDRLe1INHpd2Is2HOH3P2lTR8 { display:block; }
 }@media only screen and (max-width: 763px) { #tDyJXETi6z5IKKSfa12GC79hE0tTxr3l { display:none; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AQLXvkfp63uIsEJMmB50yP1nP9Wectke { display:block; }#AQLXvkfp63uIsEJMmB50yP1nP9Wectke > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qO82ZGA7BAyVoyiaQr78beIRgPHWxkvA { width:20rem;height:1.94921875rem;top:11.9375rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #EGo1bgcbQez1obtAcgCFqRsKyrJfw0dQ { width:16.125rem;height:1.94921875rem;top:14.69921875rem;left:1.9375rem;font-size:0.75rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #W6A38EvkMF2yppuWAdGZCAqQECHOLfsu { width:3.875rem;height:5.625rem;top:0rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBLETdzhLvQBVkrtDbIw9zA7Nd7hiKAL { width:11.8744375rem;height:2.18693125rem;top:18.0849609375rem;left:4.0625rem;font-size:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JJC3xKusicRUmC3tW9smNkTbATcJMZJv { display:block; }
 }@media only screen and (max-width: 763px) { #UOidrC9RHxu3bUn2GIlJb92fRQvP95BJ { width:13.375rem;height:2.625rem;top:7.75rem;left:3.3125rem;font-size:0.875rem;background-color:#b68753;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;display:block; }
 }@media only screen and (max-width: 763px) { #OekV2J9aLTa9SoqJsIKoa3UkTAULBdbw { display:block; }
 }@media only screen and (max-width: 763px) { #PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi { background-color:#c49d65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container { background-color: transparent; background-image: none; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container > .video-iframe-container { display: none; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row > .video-iframe-container { display: none; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .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); }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container { border-width: 0; border-radius: 0; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPhc5oWUTbiewWAyVa47yyfqg0a9TFUi > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lThtwLhRfOaW8OPWC7zyRrgSpGRSZ379 { top:0.1561393737793rem;left:0rem;width:4.9375rem;height:2.0625rem;z-index:15010;font-family:poppins;font-weight:400;font-style:normal;font-size:0.75rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qxmS5y9tmTFClafLKWP2nsbBThxBMPzF { display:block; }
 }@media only screen and (max-width: 763px) { #n6ua9kPePdK297Jdgn47BhG5ANQeV6zd { top:0.1561393737793rem;left:6.3745476007462rem;width:4.5rem;height:2.0625rem;z-index:15011;font-family:poppins;font-weight:400;font-style:normal;font-size:0.75rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zabe7uMV9kZCsSv4TdDJFwXTAmdSb58w { display:block; }
 }@media only screen and (max-width: 763px) { #TlpT7DZ5moORSkS790c6rSgIPxUy69KP { top:0.1561393737793rem;left:11.561935067177rem;width:4.5rem;height:2.0625rem;z-index:15012;font-family:poppins;font-weight:400;font-style:normal;font-size:0.75rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zQZ1nrFyD9GrFNwaDX70sdIklR2MqcyS { display:block; }
 }@media only screen and (max-width: 763px) { #kGAQOnRIADzxonornhADRkmReTUyuVBZ { top:0.1561393737793rem;left:15.499888062477rem;width:4.5rem;height:2.0625rem;z-index:15013;font-family:poppins;font-weight:400;font-style:normal;font-size:0.75rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R77DcnIJxqbK38XTvemNRrpvg6J7s1rl { display:block; }
 }@media only screen and (max-width: 763px) { #DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 { display:block; }#DK7zXJOXl8SRrumgC1M9to1rUbdB6dn4 > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA7ti2Vn0rTIpz7y2igTysPo4M2HVahB { width:9.375rem;height:10rem;top:0.6875rem;left:0.18684893846512rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8T3T7axJZHI8VLinlW3G8HQQbiUllk8 { width:8.1875rem;height:1.3rem;top:4.6875rem;left:1.3118489980698rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b9t6qNCe4bMcSWgyvnF6MFbDFMlZWvlG { width:7.875rem;height:0.8125rem;top:6.486328125rem;left:1.3118489980698rem;font-size:0.625rem;color:#5fc08e;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CSuZu4Uv40rbiT4pxa5alb7lQ46elLtq { width:8.4375rem;height:1.9375rem;top:8.353515625rem;left:0.65559899806975rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcnZZ3TwVkphQq3aKPnPPERLRIOLba8V { display:block; }
 }@media only screen and (max-width: 763px) { #CkBKoqEyNQixiyDy8m9k4QZErzRRyIwc { display:flex;width:2rem;height:2rem;top:1.7281265258789rem;left:1.1239584088326rem; }
 }@media only screen and (max-width: 763px) { #lTDiXocAGD8i27vd2c0z8NtxdpwwUTwJ { width:9.375rem;height:10rem;top:0.6875rem;left:10.375000596046rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #B4tIbbhlcB0LScA2bXfs2wzrKDan6qE8 { width:8.4375rem;height:1.9375rem;top:8.375rem;left:10.812500596046rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #WMtqUwWUPpPkhPMCUEs68mWtRQv1QIXq { display:block; }
 }@media only screen and (max-width: 763px) { #cFkpnZUZoPksTfZ1udTLWCLu072P94zV { width:7.875rem;height:0.8125rem;top:6.5rem;left:11.500000596046rem;font-size:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VAlAl2TCfNRh993Cs7hDbU3IkH1KUkfB { width:8.1875rem;height:1.29980625rem;top:4.6875rem;left:11.437500596046rem;font-size:1rem;font-weight:700;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #lowAsGCwChgSBtxgKNbPXVDVN0FvMWVT { display:flex;width:2.375rem;height:2.375rem;top:1.5rem;left:11.312501013279rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb { display:block; }#sTcssva5PHFWlCGvedNrcxZ5N0X0uQXb > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUvyqRKMpGRkoVIxWpT57TuqpvIqAUEU { width:9.375rem;height:10rem;top:0.6875rem;left:0.18684893846512rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU4tarRSIz63sWcZ2TpItt4JZvtsDaTb { width:8.1875rem;height:1.3rem;top:4.6875rem;left:1.3118489980698rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fi86y5ytkc53TOTDU7yQQQ93NbZTNQdn { width:7.875rem;height:0.8125rem;top:6.486328125rem;left:1.3118489980698rem;font-size:0.625rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cTin1EnMGTzfSOtP7l4eGQs2wvFoLM3i { width:8.4375rem;height:1.9375rem;top:8.353515625rem;left:0.65559899806975rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvF1GDCNUIpzf6FsSkaO5ZTU7gypxWnw { display:block; }
 }@media only screen and (max-width: 763px) { #n4ggrHkVOB8vFQzIwFkb3Rx1Qxocz9WH { display:flex;width:2rem;height:2rem;top:1.478515625rem;left:1.1243489980698rem; }
 }@media only screen and (max-width: 763px) { #OpVODuTl40clghFFMcVFTsZccqJF4LEr { width:9.375rem;height:10rem;top:0.6875rem;left:10.375000596046rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Bfhl5kJ87px8eUHIKE6rRKeHCmckkgmv { width:8.4375rem;height:1.9375rem;top:8.375rem;left:10.812500596046rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #em3PovxLr1aBerXTQri9WK8lSn6XyfQr { display:block; }
 }@media only screen and (max-width: 763px) { #Rg01RHLQVhaAVuUmSl2rDFlPbUDyv10F { width:7.875rem;height:0.8125rem;top:6.5rem;left:11.500000596046rem;font-size:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #BxJ6Al9gOyZTreBeEs0NHRATGQ1CQhw3 { width:8.1875rem;height:1.29980625rem;top:4.6875rem;left:11.437500596046rem;font-size:1rem;font-weight:700;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Zke5barqOG6TcCcUFTw2H63zLXZg8N { display:flex;width:2rem;height:2rem;top:1.5rem;left:11.312500596046rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 { display:block; }#vgvs16vyX7LQZ6SmPlt7ZJyCkRBrExB1 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrZcQzSUxfGVqlxKu0UJCE1e0K5TMD6Q { width:9.375rem;height:10rem;top:0.6875rem;left:0.18684893846512rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ2bSFgveQihAdT8fmMlLWBSZEGeO6Qg { width:8.1875rem;height:1.29980625rem;top:4.6875rem;left:1.3118489980698rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uiTTiJ9dvJUTC0FtD4LqWGTiBHMPI2Kw { width:7.875rem;height:0.8125rem;top:6.486328125rem;left:1.3118489980698rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmzlMRLlTbgn7AvDRldRqrSTxRHmdfPX { width:8.4375rem;height:1.9375rem;top:8.353515625rem;left:0.65559899806975rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID0VFViHmenL7864rPwnonmkAadKWHbK { display:block; }
 }@media only screen and (max-width: 763px) { #y4GphLmoVEXTtfbzTPPRKogsvfSZfhni { display:flex;width:2rem;height:2rem;top:1.478515625rem;left:1.1243489980698rem; }
 }@media only screen and (max-width: 763px) { #MP6rnf08tpyyoKIEK15aCaiv9XmKf79X { width:9.375rem;height:10rem;top:0.6875rem;left:10.375000596046rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mRldG0J2Ha7M8ExQbheXFAu727S9fcTv { width:8.4375rem;height:1.9375rem;top:8.375rem;left:10.812500596046rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N1QQZGbldoWuU274I4B1hbsAV9U5dxCy { display:block; }
 }@media only screen and (max-width: 763px) { #OZMX08CdTSHwaiDcnfxdeRbpJgAW8Hru { width:7.875rem;height:0.8125rem;top:6.5rem;left:11.500000596046rem;font-size:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hSDDH3CzJz3bJSLkFoMubRNbVl2hBspQ { width:8.1875rem;height:1.3rem;top:4.6875rem;left:11.437500596046rem;font-size:1rem;font-weight:700;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #MeJnTRA5wTZlwABDPleM8F01OPg4FTJe { display:flex;width:2rem;height:2rem;top:1.5rem;left:11.312500596046rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O { display:block; }#CPNBEzZwXt9Cn6kTKP2xTXcXilQJK89O > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNWJhgtDGdxJ4GIKEaGp8Q2zDgm6i2Lp { width:19.562375rem;height:4.749775rem;top:0.74796295166013rem;left:0.24966037273407rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GOw6uyLt4xqocglLg5DTmsX9hzCTfZ4J { width:7.87475rem;height:0.8125rem;top:2.9234580993652rem;left:1.1238678693771rem;font-size:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NDprCmMRuDSfZG1gQvGorf9qUe2W8mNz { width:7.8741875rem;height:0.9746125rem;top:3.9222145080566rem;left:1.1233016252518rem;font-size:0.75rem;z-index:15004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LWUJrEudOmuUWckvVV6JiEr3M4HmIBfO { width:6.8125rem;height:0.8125rem;top:2.921760559082rem;left:12.097940087318rem;font-size:0.625rem;z-index:15004;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #F2Vz1XAizOzrJxERXlo1RycTiLJ4i4Jt { width:6.8125rem;height:0.975rem;top:3.9222145080566rem;left:11.938859581948rem;font-size:0.75rem;z-index:15005;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dCnawM1pXuG88pBV3orK5L68rMT9Woes { top:1.3955078125rem;left:0.625rem;width:18.75rem;height:1.3125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC { display:block; }#IOuN9gWw9XvVur1Ot4h8BiTayEZxdsoC > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubXGVTpXEAIU3TGqK34Me774fkXuuwQt { width:9.375rem;height:10rem;top:0.6875rem;left:0.18684893846512rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZu6y2QICu0qUXvfWX2A3KrnqnU7zJU { width:8.1875rem;height:1.3rem;top:4.6875rem;left:1.3118489980698rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KqDmZuu8w4SiTCH9y8p9APZx4N4NkHyg { width:7.875rem;height:0.8125rem;top:6.486328125rem;left:1.3118489980698rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKNmqr5zFzzf6HRztRLX0InRLrTpbgMF { width:8.4375rem;height:1.9375rem;top:8.353515625rem;left:0.65559899806975rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEdDtBAVtTOg0VAFDE2sGm9JtcToPEJt { display:block; }
 }@media only screen and (max-width: 763px) { #FKlrc4M9tfzXxe2ZLBC2Qp27ENQmiRqx { display:flex;width:2rem;height:2rem;top:1.478515625rem;left:1.1243489980698rem; }
 }@media only screen and (max-width: 763px) { #bMEp9IOC4NvI97OQ3J3asIU5SplscAbR { width:9.375rem;height:10rem;top:0.6875rem;left:10.375000596046rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MgzV447UlF4gEARX8gwIbOl5fMaa3Id8 { width:8.4375rem;height:1.9375rem;top:8.375rem;left:10.812500596046rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dneWNTHSqD4n0MhLWC2zitiGQCqMbeFR { display:block; }
 }@media only screen and (max-width: 763px) { #fVaIz7LFwmeU6baSobcky1hk1RF0ED2H { width:7.875rem;height:0.8125rem;top:6.5rem;left:11.500000596046rem;font-size:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #iZq6Mvl85J2Lk8m85NNKigHSVpkk13WV { width:8.1875rem;height:1.3rem;top:4.6875rem;left:11.437500596046rem;font-size:1rem;font-weight:700;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #i7dPMxS93MRVrBQNzmHrOSsizvIOy5D1 { display:flex;width:2rem;height:2rem;top:1.5rem;left:11.312500596046rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu { display:block; }#lEyJP4TbPWftQcnQRo5fl5eUvoTICGDu > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaTLePkQhaTizm3ni7kiw6vmZhvvTCMR { width:9.375rem;height:10rem;top:0.6875rem;left:0.18684893846512rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVQZCydUAqdZudHW59FdwRihWZsT9hVH { width:8.1875rem;height:1.3rem;top:4.6875rem;left:1.3118489980698rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ai7D2cyEViDbzNmiD2gggrXfDS6TiHbs { width:7.875rem;height:0.8125rem;top:6.486328125rem;left:1.3118489980698rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTviTXJzXuPcmwt01lqZrphmhEtyTq3 { width:8.4375rem;height:1.9375rem;top:8.353515625rem;left:0.65559899806975rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mu0anbOTfwFao6KVNiT2bDIgQbRLV3 { display:block; }
 }@media only screen and (max-width: 763px) { #icdkl10Wo6sAQiGvpQWKvKvQHUMv8x33 { display:flex;width:2rem;height:2rem;top:1.478515625rem;left:1.1243489980698rem; }
 }@media only screen and (max-width: 763px) { #GeCJuTfFlUFZAPiTe7Of1FLtziU6DKDO { width:9.375rem;height:10rem;top:0.6875rem;left:10.375000596046rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aCAD2HSL5rgy52HP1ChTPukvvZ2okwRd { width:8.4375rem;height:1.9375rem;top:8.375rem;left:10.812500596046rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LuNUrBvW2MV1FW0ryq2TflG6HzBho2TD { display:block; }
 }@media only screen and (max-width: 763px) { #bZ1DQXGEiRuznAX8tTfAKOQU1IyA65GO { width:7.875rem;height:0.8125rem;top:6.5rem;left:11.500000596046rem;font-size:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rA8upcycb9JFqiBIH9anChJuZRATACH6 { width:8.1875rem;height:1.29980625rem;top:4.6875rem;left:11.437500596046rem;font-size:1rem;font-weight:700;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TFGuGqo3o7F1kmh1afXgTLIAuNyBJVEH { display:flex;width:2rem;height:2rem;top:1.5rem;left:11.312500596046rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #lBMCHfudds90gfK5dccQ61OyiORJ4J0J { display:block; }#lBMCHfudds90gfK5dccQ61OyiORJ4J0J > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBcppCdklwZeOd2RvuHxOFiRPLofDxLR { width:9.375rem;height:10rem;top:0.6875rem;left:0.18684893846512rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuXTFbTVTCtppAo8mtV8UBcnK65TLQpG { width:8.1875rem;height:1.29980625rem;top:4.8369140625rem;left:1.2490234375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TkXO9IMR8P3WQCn84AA4dvqbc64TvA5S { width:7.875rem;height:0.8125rem;top:6.361328125rem;left:1.3115234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCcnu3wH9o2H4TSZUz7MasTurscDGJD0 { width:8.4375rem;height:1.9375rem;top:8.353515625rem;left:0.65559899806975rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfFlhLQiFOFWeVDWFm2Qbmo6skAeZlbX { display:block; }
 }@media only screen and (max-width: 763px) { #nkzEPFKkTCBg06vcylDuqqa5Fazdghd6 { display:flex;width:1.8125rem;height:1.8125rem;top:1.625rem;left:1.4990234375rem; }
 }@media only screen and (max-width: 763px) { #uOQlTVOP11RTZt2pVCbpxr1suAaZ9Zgy { width:9.375rem;height:10rem;top:0.6875rem;left:10.375000596046rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TQERF0zGoewhVMF9kiD8G9bCo3tw29Z2 { width:8.4375rem;height:1.9375rem;top:8.375rem;left:10.812500596046rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #T2ro3OPArpfoSaTDCSsbPmSJ3sFbkEaZ { display:block; }
 }@media only screen and (max-width: 763px) { #wXIcJVAazOQ4LmT2vCRiI8Z4IKG0cw9h { width:7.875rem;height:0.8125rem;top:6.923828125rem;left:11.5rem;font-size:0.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uEmwLdbZPNwcGRthNxtca5ibSueeFxfC { width:8.1875rem;height:2.5996125rem;top:4.0625rem;left:11.4375rem;font-size:1rem;font-weight:700;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #LEDAtXxSSrzTyJDwh8bfNN4yb27lGLMM { width:1.75rem;height:1.75rem;top:1.65625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz { display:block; }#SXCBh8N2QV57EHdw8uMoOEseb3mx0Enz > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcsxohTfvlfkg8NN1x5yB4WCmCpL9FWb { width:19.93675rem;height:13.1873125rem;top:3.966703414917rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wq2QJRdfed9SynmuO6erIXeWMkUkqtng { width:9.1875rem;height:1.9375rem;top:14.7265625rem;left:0.375rem;font-size:0.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MWw9cAsCidype0IUUWW8TtAHXbvTtKJv { display:block; }
 }@media only screen and (max-width: 763px) { #y9ND5E0Mh0TTdSTxICoRG9k5syzWyBE3 { width:9.5619375rem;height:1.9373125rem;top:14.725633621216rem;left:9.873512506485rem;font-size:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xcG4bipXqwovNTNFx9fmtCewpbZMdxVx { display:block; }
 }@media only screen and (max-width: 763px) { #QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B { width:19rem;height:10rem;top:4.3385467529297rem;left:0.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35b32493-6198-4078-98fb-dc98688669a2/img_4113_websize.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B.adaptive-delivery-prevent-bg, #QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B.lazyload, #QCXWlqgRl6LHLQiOwEvoBt5lgILOE44B.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZRlMImP87MdmOO23HlqrEcbPXQpCfIgC { width:17.9375rem;height:1.94921875rem;top:1.2462797164917rem;left:1.3141741752624rem;font-size:1.5rem;font-weight:700;font-style:normal;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DstIkpBkfSUKowf0zU7WcHiCgbUy7wKd { display:flex;width:1rem;height:1rem;top:15.2763671875rem;left:10.498046875rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B { background-color:#004f57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container { background-color: transparent; background-image: none; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container > .video-iframe-container { display: none; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row > .video-iframe-container { display: none; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .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); }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container { border-width: 0; border-radius: 0; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HycM9pEa9C0MpbB6s1aDbQqP7Ja9sC9B > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f9f5ef;background-image:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-heading-text { font-family:"bona nova";font-size:1rem;height:auto; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-desc-text { font-family:poppins;font-size:0.75rem;height:auto; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 { display:flex;height:auto;width:17.5rem;top:3.7587890625rem;left:0rem;z-index:15000;background-color:#004f57;background-image:none; }
#sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #eXqd70TxOBDL8uiIg99lIsHlokcLS1y0 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #l5ccM9Bl8W7lhaTFcBugZJvQQCrhUveu {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #eErFGp3Fh1S9KPW4UdBuJRIFHhK7v12r {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #sxCSKesCvuKRGftGo3zavg65BfcJKCHg {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #lnM3s4GIHkrBr5ZLokm0cT96omkTXDKy {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #KP85PPKmT6JdGAgPhW42N3LXs9TzfHxW {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #fdzhNOF0TtresyU3UagTD39xzXJxEyD7 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #kEhqzGVf753SSZAHZddOTM1KrnKXryaF {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #sA1QTSkiT0w4XlwKHa2na4yyggIZQcg7 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #kBuxK6XT20TKnU4NK1Jtgvwldh3SvgrL {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #KJcaeEvn255bsaOmTbTecH7laOiunakx {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #LCV9THAPAWqV3IOE12AxxyR35tIWkstg {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #xZaM3PK2l5QRf0ZsKKBfdcxRtuQKqyKs {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #R3IFqJ6cxn2J3gp5BMxXy3xcC1l9BW4a {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Jnczx2yIskOJIqUrWsJhEheMDISR6fQP {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #TA6m6cIIFG1XPC2Zh7t1lwJ2kVQ8zJ9l {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #HnFDkehMd8TIk9PU0T1FLfqaveQknIkF {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #gpqqFMGi9f2CU9VX5yylM6ZNkQMCGrR8 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #IpRzRvbWeu5IgsKXGQTGQ4iSeO4wT5oi {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #DVVwtikud2wn8tI6P8bfLlXwGlEHKQT4 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #ZKbTqhoOSwi3tBd94e8FsUTw34nJNQte {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #W5wX7NLWE2J6fx69K0JcdemPLxL8OIxJ {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #bFai3tmp7xhmv1gGoXe6fVOwJlm3M1N6 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Z12A1kJcgdstxR6HLpZ00buNmbGNqSFE {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #pJT7qnTxy5DWTJ2diHwqdv2sqc9I8ET5 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #TGCCWZbqnswcXto5MzKZOw5xIg0u7agD {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #cIgNb6naQz5QDnQSF8JeTCWRpq68Uzmr {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #lsaAR5Zsk7mSeKB1uXs3h64DiH7QwHsi {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #mvTIE3NfAKD4vkyEQcTsHtOZy2wH5JNm {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #vdZ9mcixObTa4kLpatKgwVQIgxfm7l8a {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #mGeMIfBC9W1T37eCS9cCuW32g7o18y9k {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #K1BGcloFnM3hUfQKBNmGXza9R6ptAOm4 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #OfKJf1JyGfGrifTFLAKxUdsnett1URU7 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Ui006DOeT7kffPX2zUDXnIgRhgu4uCdP {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #fzL9yDTTTfg0cExfwCB93k5FmoDklItJ {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #vqwSzL02SuPmxVfPM4wboG9GD2SberrM {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Aa6cHSIqW6MiVM1UnkkF1Osqfoao8e52 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #Q5o1x1NvU2RydlGHs8il3BmrK0fsVqEX {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #q7CBgTE33AbwRpntEpd92R29TN81VLW3 {  }
 }@media only screen and (max-width: 763px) { #sXlhMgHqvt6fkhADAmTdIUeng3zDonL2 #BR4szpupSX4gmSoOlRDRZDb6BUagK4CF {  }
 }@media only screen and (max-width: 763px) { #zH1v6eCsLV4XwxhtFBeEO4RTaPOAV7ZA { width:18.68675rem;height:1.94921875rem;top:1.8098964691162rem;left:1.3141741752624rem;font-size:1.5rem;font-weight:700;font-style:normal;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg { background-color:#004f57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container { background-color: transparent; background-image: none; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container > .video-iframe-container { display: none; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row > .video-iframe-container { display: none; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .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); }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container { border-width: 0; border-radius: 0; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMWiK6P68R6pkLG85LvD7UFXo9wuXQGg > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biItyGZZitJIMniFvnrUQWKSStoG73Gy { display:flex;top:3.5625rem;left:1.4375rem;width:1.3125rem;height:1.3125rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #O64LAEVwtpfeedPeruR494p806Jv9uLf { top:3.3125rem;left:3.96875rem;width:13.4375rem;height:2.125rem;z-index:15006;font-family:poppins;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w8hfnyLnWeD7KkUGkQ37lRxHKklShR6B { display:block; }
 }@media only screen and (max-width: 763px) { #kruGLzKPhunTcWZtQ8D05X0ZSw7i5tMp { top:6.15625rem;left:3.96875rem;width:14.9375rem;height:2.125rem;z-index:15007;font-family:poppins;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qQnI7oNwtGLfOIkKudLOFUFxKDXqgh7h { display:block; }
 }@media only screen and (max-width: 763px) { #P05kzpBoKJwBows8TkhcpHFahPbGoZRh { display:flex;top:6.5625rem;left:1.4375rem;width:1.3125rem;height:1.3125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #nCEeTsPmdO8TW1f9HpFN48H00fL6lroo { width:12.0625rem;height:1.29980625rem;top:0.9375rem;left:1.4375rem;font-size:1rem;z-index:15004;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e1fiFoGQ8ZfpUvF7dd69nrqJhGIo82nB { display:flex;top:9.46875rem;left:1.5rem;width:1.375rem;height:1.375rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #H0ozA5znNVhiCzGVBPa47y74FpTDSXaI { top:8.65625rem;left:3.96875rem;width:14.5625rem;height:3.1875rem;z-index:15007;font-family:poppins;font-size:0.8125rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QuxQb4BDldfSP4gfvzQZ5G66al16K4b3 { display:block; }
 }@media only screen and (max-width: 763px) { #aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w { display:block; }#aaxSMlfoG2NFNXItSIlAFxyDbZuqDq4w > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muizHb3OnodVmRbQxexKltPPlt8h3NsJ { width:18.686625rem;height:1.94921875rem;top:1.6219444274902rem;left:1.3128398656845rem;font-size:1.5rem;font-weight:700;font-style:normal;z-index:15004;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fODRZILswOOG9zu26sZyMMk9c4I3vPK7 { width:7.87475rem;height:3.89845rem;top:4.6110763549805rem;left:1.3128398656845rem;font-size:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #DCxymQDImHR70rWWHeHwsmGwGTdQeTEL { width:5rem;height:7.3125rem;top:5.7490234375rem;left:13.619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyMNibIrNAlRkS1B2EVTqygp45zEotdD { display:flex;top:9.6875rem;left:1.3125rem;width:2.3748875rem;height:2.3748875rem;z-index:15006; }
#VyMNibIrNAlRkS1B2EVTqygp45zEotdD > img { max-width: 100%;max-height:100%; width:2.3748875rem; height:2.3748875rem; } }@media only screen and (max-width: 763px) { #OyBwTA3tPHDsademGkpPyTIlyP1LzRGz { display:flex;top:9.6875rem;left:4.6875rem;width:2.3748875rem;height:2.3748875rem;z-index:15007; }
#OyBwTA3tPHDsademGkpPyTIlyP1LzRGz > img { max-width: 100%;max-height:100%; width:2.3748875rem; height:2.3748875rem; } }@media only screen and (max-width: 763px) { #J2TZgNPXoKTFZqgEvTmBxNK9eH8072ty { display:flex;top:9.625rem;left:7.9375rem;width:2.5625rem;height:2.5625rem;z-index:15008; }
#J2TZgNPXoKTFZqgEvTmBxNK9eH8072ty > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #lOnvKkGKGV1tKWkfx6tPRMsMm00TziuV { width:5rem;height:1.9375rem;top:1.6276054382324rem;left:13.593185067177rem;font-size:0.625rem;z-index:15005;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vubf89LtDRLe1INHpd2Is2HOH3P2lTR8 { display:block; }
 }@media only screen and (max-width: 763px) { #tDyJXETi6z5IKKSfa12GC79hE0tTxr3l { background-color:#004f57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container { background-color: transparent; background-image: none; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container > .video-iframe-container { display: none; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row > .video-iframe-container { display: none; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .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); }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container { border-width: 0; border-radius: 0; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDyJXETi6z5IKKSfa12GC79hE0tTxr3l > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }