.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9d32d01-7551-4f6f-83b9-91ecfd1a7aa4/CapturadeTela20220731as111407.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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.7); }#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.7); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:46.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#aK1nhRQJlT0pm5JuuovwITMiwuGwatqf { background-color:transparent;background-image:none;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:"feportfolio halis gr";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:7.3125rem;left:19.4375rem;display:block; }
#HzhyhsMN7MxWe74AFs6l5IxoyQCe2Rtp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pw6eGUSvflTdbbzS7IVAXweEkiW2pUCs { background-color:transparent;background-image:none;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:"feportfolio halis gr";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.3125rem;left:26.625rem;display:block; }
#RRGpoR7JvsAnUw6H9b5pkENCB0WzVHgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#enIBUw94TT1wexhNRTK1tKHH2h34iz3y { background-color:transparent;background-image:none;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:"feportfolio halis gr";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:7.3125rem;left:34.125rem;display:block; }
#cQTBZ4x7XzSuRNdfXHkwXk9FTNE2gdnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXswMVTqoiSTFZJwyOOB23Nz9ro4TZ3J { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ffffff, #dfdfdf);background-image: -moz-linear-gradient(115deg, #ffffff, #dfdfdf);background-image: -ms-linear-gradient(115deg, #ffffff, #dfdfdf);background-image: -o-linear-gradient(115deg, #ffffff, #dfdfdf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf' );";background-image: linear-gradient(115deg, #ffffff, #dfdfdf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"feportfolio ofl sorts mill";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.375rem;left:22.71875rem;display:block; }
#LkNNSHdUl5mkCr5UuSX7E9Mx50niddvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbOLTH9NuyLMSiKwqLXXxBXBa1QlEDrz { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.01220703125rem;left:2.40625rem;height:1.7871125rem;font-style:normal;display:block; }
#JFW7KipcNGPWy5oZxn9r57PAi4mCcKlU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.875rem;left:0rem; }
#GrPga58PDxlDc0PBwxstdccFNEBJzIUt { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:43.125rem;left:2.4375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fIbfZghlWABW3TySwOKTaDCPrl3yX3Hw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:9.5rem;top:2.85546875rem;left:25.25rem;overflow:hidden;display:block; }
#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f5f6;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; }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row .container { background-color: transparent; background-image: none; }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row .container > .video-iframe-container { display: none; }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row > .video-iframe-container { display: none; }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .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); }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row .container { border-width: 0; border-radius: 0; }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#oR80xLdVWixoUEIH5ToScMKilItB1kzJ { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.875rem;width:20.3125rem;top:2.15625rem;left:4.84375rem;overflow:hidden;display:block; }
#ekp3RoI1oT137OVvRuz11L2pCcVlEnRG { position:absolute;display:block;z-index:14999;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.875rem;width:45.875rem;top:2.1875rem;left:12.75rem;display:block; }
#MZNfiVvXBoGgWZ3aVHPOPphptAiQr773 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"feportfolio ofl sorts mill";font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.75rem;height:3.16845625rem;font-style:normal;display:block; }
#lsbQJZLWyeymHcTSx7n5HpMTVTFH79KS { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"feportfolio halis gr";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0625rem;left:27.75rem;height:7.79883125rem;font-style:normal;display:block; }
#gLKFsU5CoIT2N8CVcOz8lgpSCRZVO8DA { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:"feportfolio halis gr";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:27.75rem;height:1.29980625rem;font-style:normal;display:block; }
#Z6vA4GgKd2yNTPOqdezhwdwUISPeEg84 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"feportfolio halis gr";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.5rem;left:27.75rem;height:2.11230625rem;font-style:italic;display:block; }
#Ked1s2QFJIdcnIO8WiXJ4llewFAFDlEf { position:absolute;display:block;z-index:15020;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:8.75rem;left:27.75rem;display:block; }
#EBECNVwXWnKPxo5iRiyFD6JP17ydtvdu { position:absolute;display:block;z-index:15013;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:8.75rem;left:29rem;display:block; }
#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row .container { background-color: transparent; background-image: none; }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row .container > .video-iframe-container { display: none; }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row > .video-iframe-container { display: none; }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .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); }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row .container { border-width: 0; border-radius: 0; }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:60rem;position:relative;display:block; }#TZAEG6ppkZUOtzmszloE2rM3TVxBADvf { color:#10292e;display:block;width:37.5625rem;position:absolute;font-family:"feportfolio halis gr";font-size:3.125rem;font-weight:300;z-index:15003;line-height:.9;letter-spacing:0;top:2.4375rem;left:0rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mek3uEkZLJZ5fpRmBPDBz9NsTfmy5LSX { color:rgba(40,40,40,0.7);display:block;width:43.25rem;position:absolute;font-family:"feportfolio halis gr";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.15625rem;left:0rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eVHeVyrRd9DPbkv6gXsAUJ6h8SJ5wUPf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.125rem;width:13.5rem;top:11.625rem;left:0.25rem;overflow:hidden;display:block; }
#S1ot5LHntrEe8RGNR6RueqOKk7aFBAK4 { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.0625rem;width:16.0625rem;top:11.625rem;left:14.375rem;overflow:hidden;display:block; }
#cd2uc2yTl5V2RiRbx4PqecxndrmpqCb0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.875rem;width:15.6875rem;top:11.625rem;left:31.125rem;overflow:hidden;display:block; }
#c1qU8qEXn3h8o3QTXT3PacipKulcVHlh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.0625rem;width:16.0625rem;top:28.9375rem;left:14.375rem;overflow:hidden;display:block; }
#PJASLT8Z9IwybTXJKB5gK8aIia9yAySD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.3125rem;width:12.25rem;top:11.625rem;left:47.5rem;overflow:hidden;display:block; }
#ErIITRk8rm6uWBkzAl0gbPfNJJeLZVCi { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14rem;width:13.5625rem;top:30.875rem;left:0.25rem;overflow:hidden;display:block; }
#txvwqeKoPeKgcS6T5Kcxs0Siam0PAb0K { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.6875rem;width:12.25rem;top:29.5rem;left:47.5rem;overflow:hidden;display:block; }
#NBU4GTFda3FPwxgcbgWEmQrDKqTxvRTo { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.9375rem;width:15.875rem;top:29.125rem;left:31.0625rem;overflow:hidden;display:block; }
#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row .container { background-color: transparent; background-image: none; }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row .container > .video-iframe-container { display: none; }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row > .video-iframe-container { display: none; }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .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); }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row .container { border-width: 0; border-radius: 0; }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#szS8Vc0XCdudWbLc5g0GIfmUxHvvONNb { color:rgba(40,40,40,0.7);display:block;width:16rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:1.54345625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#egOLQQVIvo6P2t9ZRxzu4LybXTnI7MnI { color:#10292e;display:block;width:24.625rem;position:absolute;font-family:"feportfolio halis gr";font-size:3.25rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:7.8125rem;left:0rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZqcmWTB2lCKNB5yx0EJTDsm3nqabI215 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"feportfolio halis gr";font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:16.875rem;left:0rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GnsqFWUQTkbzrDBsTk4948XsyTi5AiXn { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45c393bf-7e51-46f7-9e89-b867386266e0/IMG_2051.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.3125rem;width:28.75rem;top:9.65625rem;left:31.25rem;display:block; }#GnsqFWUQTkbzrDBsTk4948XsyTi5AiXn.adaptive-delivery-prevent-bg, #GnsqFWUQTkbzrDBsTk4948XsyTi5AiXn.lazyload, #GnsqFWUQTkbzrDBsTk4948XsyTi5AiXn.lazyloading { background-image: none; }
#lJ1VtfRS4Fbooxf4bM1GvTMtynWtNUb0 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"feportfolio ofl sorts mill";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.375rem;left:0rem;display:block; }
#ZGq6wQwoUk1D2v3NitQgTLEugGL859i5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fhFJGAJ4DmpgD1gVk3WiItJ2257MNdOs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.6875rem;left:16.75rem; }
#O05MerAPmZ6P0bx5T2biTnxHAPolCXgQ { position:absolute;display:block;z-index:14998;background-color:rgba(181,181,181,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:5rem;top:6.8125rem;left:11.875rem;display:block; }
#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row .container { background-color: transparent; background-image: none; }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row .container > .video-iframe-container { display: none; }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row > .video-iframe-container { display: none; }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .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); }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row .container { border-width: 0; border-radius: 0; }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;position:relative;display:block; }#Z8vpBFwFPfpTFi8L3dO8IOuwp6VBRpas { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:"feportfolio ofl sorts mill";font-size:3.125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:18.21875rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CPhqvDAlehyHOCyylEM0RVzk106DlMMM { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45c393bf-7e51-46f7-9e89-b867386266e0/IMG_2051.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:12rem;left:0rem;display:block; }#CPhqvDAlehyHOCyylEM0RVzk106DlMMM.adaptive-delivery-prevent-bg, #CPhqvDAlehyHOCyylEM0RVzk106DlMMM.lazyload, #CPhqvDAlehyHOCyylEM0RVzk106DlMMM.lazyloading { background-image: none; }
#NXm8h1BLgrL3bwUoakOedysv6RPioHrm { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c1e1cc7-bf45-45d2-9c22-450d064b2bdc/WhatsAppImage20240520at205254.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:11.875rem;left:40.625rem;display:block; }#NXm8h1BLgrL3bwUoakOedysv6RPioHrm.adaptive-delivery-prevent-bg, #NXm8h1BLgrL3bwUoakOedysv6RPioHrm.lazyload, #NXm8h1BLgrL3bwUoakOedysv6RPioHrm.lazyloading { background-image: none; }
#xTqE4csdsRQEpsyFOIkKPFlPMxbmU6nG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f8b8992-e263-4eb4-8ea2-eff9de39e422/IMG_9498.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:11.875rem;left:20.3125rem;display:block; }#xTqE4csdsRQEpsyFOIkKPFlPMxbmU6nG.adaptive-delivery-prevent-bg, #xTqE4csdsRQEpsyFOIkKPFlPMxbmU6nG.lazyload, #xTqE4csdsRQEpsyFOIkKPFlPMxbmU6nG.lazyloading { background-image: none; }
#PWJPA0Kek8H8kIgXyaFaH9cs5cbeK3Hk { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c51d892-482b-4ea6-9c64-fbed41ff7009/IMG_9877.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:26.0625rem;left:0rem;display:block; }#PWJPA0Kek8H8kIgXyaFaH9cs5cbeK3Hk.adaptive-delivery-prevent-bg, #PWJPA0Kek8H8kIgXyaFaH9cs5cbeK3Hk.lazyload, #PWJPA0Kek8H8kIgXyaFaH9cs5cbeK3Hk.lazyloading { background-image: none; }
#a2FLndcioSGmddhuXozn4nQUDMo9VE1W { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"feportfolio ofl sorts mill";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:46.15625rem;left:22.1875rem;display:block; }
#BDIkT2Ul053TZ8WFABLqO68zWQyelRRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I46oyMENHqxP8yfkx7tSxVIEweEdMrog { position:absolute;display:block;z-index:15004;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:12.8125rem;top:10rem;left:0rem;display:block; }
#HSkJ979GiBZQAz59msOPPRRWqKV2RW42 { color:#282828;display:block;width:16.375rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.625rem;left:0rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sHiobFX1TXrHm1GZX0QRcNAufFLqOtvm { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba6f4c74-146c-4612-a3fb-c05219084912/CapturadeTela20230103as145431.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:26.0625rem;left:20.3125rem;display:block; }#sHiobFX1TXrHm1GZX0QRcNAufFLqOtvm.adaptive-delivery-prevent-bg, #sHiobFX1TXrHm1GZX0QRcNAufFLqOtvm.lazyload, #sHiobFX1TXrHm1GZX0QRcNAufFLqOtvm.lazyloading { background-image: none; }
#LTCACMRhspicIaqQqwHCmAx9dImMzN1B { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6546804-315a-42e2-b056-a7564859db86/CapturadeTela20230108as221914.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:26.0625rem;left:40.625rem;display:block; }#LTCACMRhspicIaqQqwHCmAx9dImMzN1B.adaptive-delivery-prevent-bg, #LTCACMRhspicIaqQqwHCmAx9dImMzN1B.lazyload, #LTCACMRhspicIaqQqwHCmAx9dImMzN1B.lazyloading { background-image: none; }
#QoblH5vvRnp81hzuHyqRKnT1OEQPNIzl { position:absolute;display:block;z-index:14997;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:10rem;left:0rem;display:block; }
#rQmTa5avdl2rDz7FM5siz6Xe3CPQk2ed { color:#282828;display:block;width:31.4375rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:42.625rem;left:14.28125rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row .container { background-color: transparent; background-image: none; }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row .container > .video-iframe-container { display: none; }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row > .video-iframe-container { display: none; }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .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); }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row .container { border-width: 0; border-radius: 0; }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#Ounxwmx5tBlluaVBMx7kEr2Xr10q2tTw { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2fd1e918-7ace-4569-9058-333b7d542a25/4E08BDEA3AD8465985B2CC21CA2AFD20.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.5rem;left:0rem;display:block; }#Ounxwmx5tBlluaVBMx7kEr2Xr10q2tTw.adaptive-delivery-prevent-bg, #Ounxwmx5tBlluaVBMx7kEr2Xr10q2tTw.lazyload, #Ounxwmx5tBlluaVBMx7kEr2Xr10q2tTw.lazyloading { background-image: none; }
#r1o3bstT1cIdnvroz6WhZnFXN9bScTou { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c463ba8a-5b57-40c0-8a3f-fd9bd6cf588b/WhatsAppImage20240520at205506.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:40.625rem;display:block; }#r1o3bstT1cIdnvroz6WhZnFXN9bScTou.adaptive-delivery-prevent-bg, #r1o3bstT1cIdnvroz6WhZnFXN9bScTou.lazyload, #r1o3bstT1cIdnvroz6WhZnFXN9bScTou.lazyloading { background-image: none; }
#wLSS4EIKA2Gu1wub4oLWk36gINiRdI2C { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d06d49f5-74b0-48b4-823e-7c51784f5324/63464395346240F4884EF6F0057E7DF5.crop_2999x2212_0,1296.preview.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:20.3125rem;display:block; }#wLSS4EIKA2Gu1wub4oLWk36gINiRdI2C.adaptive-delivery-prevent-bg, #wLSS4EIKA2Gu1wub4oLWk36gINiRdI2C.lazyload, #wLSS4EIKA2Gu1wub4oLWk36gINiRdI2C.lazyloading { background-image: none; }
#lhTH7hzxW5UvTKt7sdgAAEzcDqewsKDk { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1da50c2-bc7a-45ba-b589-1d4762bf4169/WhatsAppImage20240520at2055061.crop_877x1090_225,331.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:0rem;display:block; }#lhTH7hzxW5UvTKt7sdgAAEzcDqewsKDk.adaptive-delivery-prevent-bg, #lhTH7hzxW5UvTKt7sdgAAEzcDqewsKDk.lazyload, #lhTH7hzxW5UvTKt7sdgAAEzcDqewsKDk.lazyloading { background-image: none; }
#z5H8qDZT7FcW0k1wEh7623TBuoD3e3Ul { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"feportfolio ofl sorts mill";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.125rem;left:22.1875rem;display:block; }
#H1iPr4XmD5rfmUGnqy98BWgHvFC0UNhk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HunCsCyJiQFxbnLuoTd28FopVAWQrGJg { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29535bb9-87d3-4c00-a016-21bcddb46f44/IMG_7625.crop_3024x1982_0,1126.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:20.3125rem;display:block; }#HunCsCyJiQFxbnLuoTd28FopVAWQrGJg.adaptive-delivery-prevent-bg, #HunCsCyJiQFxbnLuoTd28FopVAWQrGJg.lazyload, #HunCsCyJiQFxbnLuoTd28FopVAWQrGJg.lazyloading { background-image: none; }
#u1inTTBAzthCGpEZ3LpFDU7JLqLAuUlR { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/534a69e2-002a-40d9-8182-e25e418a2611/IMG_8757.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:40.625rem;display:block; }#u1inTTBAzthCGpEZ3LpFDU7JLqLAuUlR.adaptive-delivery-prevent-bg, #u1inTTBAzthCGpEZ3LpFDU7JLqLAuUlR.lazyload, #u1inTTBAzthCGpEZ3LpFDU7JLqLAuUlR.lazyloading { background-image: none; }
#S0rXrSqBbrMC3o6cTzfCpZrdVm4tscuU { color:#282828;display:block;width:20.125rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:2.9375rem;left:0rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iQKbGluehNAoTcOqTuDeLQAdwxkcavm1 { position:absolute;display:block;z-index:15007;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:18.4375rem;top:5.3125rem;left:0rem;display:block; }
#wclIkif3rynuxdrXQhwLVVPMdonalgCC { position:absolute;display:block;z-index:15000;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:5.3125rem;left:0rem;display:block; }
#TiqZmD5baingXk8sQlQIQtBwwTxrdE40 { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:37.875rem;left:18.21875rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row .container { background-color: transparent; background-image: none; }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row .container > .video-iframe-container { display: none; }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row > .video-iframe-container { display: none; }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .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); }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row .container { border-width: 0; border-radius: 0; }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#zuW0DlWtAbZa0TBEkiPdZiTeErdCZHPN { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4241e41e-3f69-4712-b8f8-2b50e0f1cb13/IMG_4533.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.5rem;left:0rem;display:block; }#zuW0DlWtAbZa0TBEkiPdZiTeErdCZHPN.adaptive-delivery-prevent-bg, #zuW0DlWtAbZa0TBEkiPdZiTeErdCZHPN.lazyload, #zuW0DlWtAbZa0TBEkiPdZiTeErdCZHPN.lazyloading { background-image: none; }
#Mx7UFCiOUZVllQL30gaTWZgKq7aSPshd { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c43d9936-76b6-48f4-b507-b3a6360b435f/CapturadeTela20230103as150004.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:40.625rem;display:block; }#Mx7UFCiOUZVllQL30gaTWZgKq7aSPshd.adaptive-delivery-prevent-bg, #Mx7UFCiOUZVllQL30gaTWZgKq7aSPshd.lazyload, #Mx7UFCiOUZVllQL30gaTWZgKq7aSPshd.lazyloading { background-image: none; }
#g0Z6AfrlJkwsilzxzxZZGKULVfUupO0J { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/916fc4e7-1378-4e21-8d21-cf0ef308358e/CapturadeTela20230103as145946.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:20.3125rem;display:block; }#g0Z6AfrlJkwsilzxzxZZGKULVfUupO0J.adaptive-delivery-prevent-bg, #g0Z6AfrlJkwsilzxzxZZGKULVfUupO0J.lazyload, #g0Z6AfrlJkwsilzxzxZZGKULVfUupO0J.lazyloading { background-image: none; }
#c2CmtRG2TCmZFkVgFmve6LWRrkBDSXTu { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f020275-3eb9-4ed0-8773-69ea5586b71b/CapturadeTela20230103as150021.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:0rem;display:block; }#c2CmtRG2TCmZFkVgFmve6LWRrkBDSXTu.adaptive-delivery-prevent-bg, #c2CmtRG2TCmZFkVgFmve6LWRrkBDSXTu.lazyload, #c2CmtRG2TCmZFkVgFmve6LWRrkBDSXTu.lazyloading { background-image: none; }
#kTnySgDVqE687itGgbZZtfxva8TvN1lt { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"feportfolio ofl sorts mill";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.125rem;left:22.1875rem;display:block; }
#bNU8kL1DqNvlv1J0Uo4aESvp6WeDgeSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytieK8KIgyMH4JknpaCQHd60QeeWQVmb { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eefaaf21-bf0c-4bb3-b5dd-de53fe78a83b/CapturadeTela20230103as150030.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:20.3125rem;display:block; }#ytieK8KIgyMH4JknpaCQHd60QeeWQVmb.adaptive-delivery-prevent-bg, #ytieK8KIgyMH4JknpaCQHd60QeeWQVmb.lazyload, #ytieK8KIgyMH4JknpaCQHd60QeeWQVmb.lazyloading { background-image: none; }
#FPWcgvWad5CU7SlyQbzrKQ7P5bc6mCV9 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e66800d-f49b-4639-8d6d-acbd047561a3/CapturadeTela20230103as150328.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:40.625rem;display:block; }#FPWcgvWad5CU7SlyQbzrKQ7P5bc6mCV9.adaptive-delivery-prevent-bg, #FPWcgvWad5CU7SlyQbzrKQ7P5bc6mCV9.lazyload, #FPWcgvWad5CU7SlyQbzrKQ7P5bc6mCV9.lazyloading { background-image: none; }
#Rp2wWcKBvfvN9v3xqrVKKb6dKroJMr1Q { color:#282828;display:block;width:12.3125rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:2.9375rem;left:0rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#usZdu04SxWhfgr9rdrzvKP47BMG6O2TP { position:absolute;display:block;z-index:15007;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.3125rem;left:0rem;display:block; }
#qMzQPkRmTsAQJ6X7MTQTd2f5FT1x1i8c { position:absolute;display:block;z-index:15000;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:5.3125rem;left:0rem;display:block; }
#ncKDWlmM1tyJrt4MKZPBxMZEsoQ5tzot { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:37.875rem;left:18.21875rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row .container { background-color: transparent; background-image: none; }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row .container > .video-iframe-container { display: none; }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row > .video-iframe-container { display: none; }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .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); }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row .container { border-width: 0; border-radius: 0; }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#dEVTfXyB5DGMSySmxMqURUH7eEzsTUIG { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13bf6e6c-de7c-4759-af51-7db4a3356162/WhatsAppImage20240520at2056383.crop_810x684_174,554.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.5rem;left:0rem;display:block; }#dEVTfXyB5DGMSySmxMqURUH7eEzsTUIG.adaptive-delivery-prevent-bg, #dEVTfXyB5DGMSySmxMqURUH7eEzsTUIG.lazyload, #dEVTfXyB5DGMSySmxMqURUH7eEzsTUIG.lazyloading { background-image: none; }
#oLI3SPVBEasTweuHtZnl6P6csd1HU4sf { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7ed2c9b-c7ba-414c-9c77-7ca4b4174a91/WhatsAppImage20240520at2056381.crop_615x542_169,626.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:40.625rem;display:block; }#oLI3SPVBEasTweuHtZnl6P6csd1HU4sf.adaptive-delivery-prevent-bg, #oLI3SPVBEasTweuHtZnl6P6csd1HU4sf.lazyload, #oLI3SPVBEasTweuHtZnl6P6csd1HU4sf.lazyloading { background-image: none; }
#sp251FNKhQMBGHJSzowoNUDueSbcg0sl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8824c8af-fc7a-432f-b620-e6f95d638cc8/3136B6BD2D414D8C8DDDF7BE95D3E1FE.crop_2681x1670_251,1190.preview.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:20.3125rem;display:block; }#sp251FNKhQMBGHJSzowoNUDueSbcg0sl.adaptive-delivery-prevent-bg, #sp251FNKhQMBGHJSzowoNUDueSbcg0sl.lazyload, #sp251FNKhQMBGHJSzowoNUDueSbcg0sl.lazyloading { background-image: none; }
#nf7TGqvZWoG1zX8QLe2T6AeiImvahxk9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b60f0396-3df8-4407-af66-18e09731db70/IMG_3785.crop_3024x2005_0,1160.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:0rem;display:block; }#nf7TGqvZWoG1zX8QLe2T6AeiImvahxk9.adaptive-delivery-prevent-bg, #nf7TGqvZWoG1zX8QLe2T6AeiImvahxk9.lazyload, #nf7TGqvZWoG1zX8QLe2T6AeiImvahxk9.lazyloading { background-image: none; }
#c3W4uXKblmX46UX4u6V3vMrTsax7arwM { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"feportfolio ofl sorts mill";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.375rem;left:22.1875rem;display:block; }
#DuRnyvJyyRq6Vh3GUPEnX9EzR80DqzFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pINZRtUASNdChEzvsSRovAZEFqT2T73h { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c480d59c-dbb1-4b2e-98af-d3ba781fc369/WhatsAppImage20240520at2056382.crop_686x568_107,555.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:20.3125rem;display:block; }#pINZRtUASNdChEzvsSRovAZEFqT2T73h.adaptive-delivery-prevent-bg, #pINZRtUASNdChEzvsSRovAZEFqT2T73h.lazyload, #pINZRtUASNdChEzvsSRovAZEFqT2T73h.lazyloading { background-image: none; }
#FBWH0pbDTQbD5o7F4p4h2S7VhJAI5lTP { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93a339a3-dc70-457d-a5c8-d7b01a01456c/WhatsAppImage20240520at205638.crop_885x858_203,456.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:40.625rem;display:block; }#FBWH0pbDTQbD5o7F4p4h2S7VhJAI5lTP.adaptive-delivery-prevent-bg, #FBWH0pbDTQbD5o7F4p4h2S7VhJAI5lTP.lazyload, #FBWH0pbDTQbD5o7F4p4h2S7VhJAI5lTP.lazyloading { background-image: none; }
#u9dFmqozvFvyJmdu3WSgSZWNKBNOCvGy { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.8125rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TfovfwnvA45KIcKcbq30Bfysx79M5ZAF { position:absolute;display:block;z-index:15013;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.0625rem;left:0rem;display:block; }
#X1QfKerk4d9CuXVPatOPL3yDJF35t5K3 { position:absolute;display:block;z-index:15006;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:5.0625rem;left:0rem;display:block; }
#viEvmCQPC3c1sQDeo9TVxOn14XXcfAmP { color:#282828;display:block;width:27rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:39.0625rem;left:16.84375rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row .container { background-color: transparent; background-image: none; }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row .container > .video-iframe-container { display: none; }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row > .video-iframe-container { display: none; }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .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); }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row .container { border-width: 0; border-radius: 0; }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#TxmNCfWlqasqHHnSMNF2Rqsn8E5OmtAq { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d93308cb-e1f1-475d-9adf-dbe7145b132e/f50fe207b0a841dba98a6ae1850296a2.crop_1167x720_4,536.preview.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.5rem;left:0rem;display:block; }#TxmNCfWlqasqHHnSMNF2Rqsn8E5OmtAq.adaptive-delivery-prevent-bg, #TxmNCfWlqasqHHnSMNF2Rqsn8E5OmtAq.lazyload, #TxmNCfWlqasqHHnSMNF2Rqsn8E5OmtAq.lazyloading { background-image: none; }
#idqoX0H7E8Qpyn7kiOG73Rlnn0TP1Ph4 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0dab1454-175f-4e75-af36-20ca97523afc/a96aff20d4ce477aa44400d7ca399327.crop_1068x541_74,447.preview.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:40.625rem;display:block; }#idqoX0H7E8Qpyn7kiOG73Rlnn0TP1Ph4.adaptive-delivery-prevent-bg, #idqoX0H7E8Qpyn7kiOG73Rlnn0TP1Ph4.lazyload, #idqoX0H7E8Qpyn7kiOG73Rlnn0TP1Ph4.lazyloading { background-image: none; }
#ruzvruhCuZvyOTAFyhNxo9bBE7GKNs0k { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a0190e0-f611-4b1e-9c51-031f4a89485f/e0c39fbf098449ce890ed4164702165a.crop_1037x692_163,474.preview.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:20.3125rem;display:block; }#ruzvruhCuZvyOTAFyhNxo9bBE7GKNs0k.adaptive-delivery-prevent-bg, #ruzvruhCuZvyOTAFyhNxo9bBE7GKNs0k.lazyload, #ruzvruhCuZvyOTAFyhNxo9bBE7GKNs0k.lazyloading { background-image: none; }
#hvVWETI8nhVhXtuJHOidKfIaIWkWnJX0 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5586bdf-243b-4201-b0b2-34928b1be34f/0696fd742bfb4c16a4c75c1058b18b76.crop_908x603_212,501.preview.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:0rem;display:block; }#hvVWETI8nhVhXtuJHOidKfIaIWkWnJX0.adaptive-delivery-prevent-bg, #hvVWETI8nhVhXtuJHOidKfIaIWkWnJX0.lazyload, #hvVWETI8nhVhXtuJHOidKfIaIWkWnJX0.lazyloading { background-image: none; }
#XQ3LWRE4Jzzb3TD9Th6xlwzkVOMPt65s { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"feportfolio ofl sorts mill";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.375rem;left:22.1875rem;display:block; }
#MdEcMmfWpoB3dlNLe66hnBt2HElLGBlR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7gMsBighPs8JAXpg96oyW5EqACICTTO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/379aefa7-ebc4-4b42-ac9b-962e23623625/2ef138bb4c0b4ae19005309682784bbb.crop_975x586_185,505.preview.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:20.3125rem;display:block; }#C7gMsBighPs8JAXpg96oyW5EqACICTTO.adaptive-delivery-prevent-bg, #C7gMsBighPs8JAXpg96oyW5EqACICTTO.lazyload, #C7gMsBighPs8JAXpg96oyW5EqACICTTO.lazyloading { background-image: none; }
#h60lPlUKVMusR05KRJtEsnBkifl9yW9s { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83c17e4e-a16d-470a-904c-3ed9c5585156/b8ec67b849ae44208ce0af4a3dc33834.crop_1200x800_0,465.preview.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:40.625rem;display:block; }#h60lPlUKVMusR05KRJtEsnBkifl9yW9s.adaptive-delivery-prevent-bg, #h60lPlUKVMusR05KRJtEsnBkifl9yW9s.lazyload, #h60lPlUKVMusR05KRJtEsnBkifl9yW9s.lazyloading { background-image: none; }
#K168Mv0NfdmaZ45rkqukNBi3ERaxvW6F { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.8125rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O3LDcfzs4E6a8DLZyw3rx4TTACK0yNCQ { position:absolute;display:block;z-index:15013;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:5.0625rem;left:0rem;display:block; }
#M70RBm3k22DLybr2X679iogqWoCopt1x { position:absolute;display:block;z-index:15006;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:5.0625rem;left:0rem;display:block; }
#cSVeuISP2RDOvC3Vz7wmdOGyzRJVzfoT { color:#282828;display:block;width:30.3125rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:39.125rem;left:14.84375rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ELzAzJGICdICrrqEFPm681M20q4L9Tbb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row .container { background-color: transparent; background-image: none; }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row .container > .video-iframe-container { display: none; }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row > .video-iframe-container { display: none; }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .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); }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row .container { border-width: 0; border-radius: 0; }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row .container { font-size:0.875rem;font-family:arial;height:88rem;width:60rem;position:relative;display:block; }#uzoyxDIxi8wbDUrwrMvdHrf09S9xS1Av { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/23f08ac0-256f-4cdb-a173-15b412ed79bd/CapturadeTela20230103as151044.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.5rem;left:0rem;display:block; }#uzoyxDIxi8wbDUrwrMvdHrf09S9xS1Av.adaptive-delivery-prevent-bg, #uzoyxDIxi8wbDUrwrMvdHrf09S9xS1Av.lazyload, #uzoyxDIxi8wbDUrwrMvdHrf09S9xS1Av.lazyloading { background-image: none; }
#CPQN2TAHAztvcHTDbFT8bDc9HiocRCHF { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0dca8a6b-4b3e-41f5-89b8-f00a0f7a9130/IMG_6338.crop_2400x1566_624,1295.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:40.625rem;display:block; }#CPQN2TAHAztvcHTDbFT8bDc9HiocRCHF.adaptive-delivery-prevent-bg, #CPQN2TAHAztvcHTDbFT8bDc9HiocRCHF.lazyload, #CPQN2TAHAztvcHTDbFT8bDc9HiocRCHF.lazyloading { background-image: none; }
#gU6OcqWTMT29D3lcVHQJeWsuF5LBwTXM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe985ad1-1538-45ae-9a8a-6e2ae9ebf918/WhatsAppImage20240520at205740.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:7.375rem;left:20.3125rem;display:block; }#gU6OcqWTMT29D3lcVHQJeWsuF5LBwTXM.adaptive-delivery-prevent-bg, #gU6OcqWTMT29D3lcVHQJeWsuF5LBwTXM.lazyload, #gU6OcqWTMT29D3lcVHQJeWsuF5LBwTXM.lazyloading { background-image: none; }
#FFNqfphiSPhEwOdkpegDtTxHx8EOLTgm { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3303fd41-9d12-4b61-8fe0-9be212935f48/CapturadeTela20230103as150509.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:0rem;display:block; }#FFNqfphiSPhEwOdkpegDtTxHx8EOLTgm.adaptive-delivery-prevent-bg, #FFNqfphiSPhEwOdkpegDtTxHx8EOLTgm.lazyload, #FFNqfphiSPhEwOdkpegDtTxHx8EOLTgm.lazyloading { background-image: none; }
#i0FORMCLB8UMTyPFmFgLkNF7LECuyi31 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"feportfolio ofl sorts mill";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:83.875rem;left:22.1875rem;display:block; }
#s3Z8g7NerRLGHNXi4l7avTbSKUJVlIrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfoziTcMg0qE1qXE5PsJr80LNXxltTvQ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/052396e0-c039-4197-8f66-8d85624ab3e4/IMG_7408.crop_1574x1160_725,1554.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:20.3125rem;display:block; }#GfoziTcMg0qE1qXE5PsJr80LNXxltTvQ.adaptive-delivery-prevent-bg, #GfoziTcMg0qE1qXE5PsJr80LNXxltTvQ.lazyload, #GfoziTcMg0qE1qXE5PsJr80LNXxltTvQ.lazyloading { background-image: none; }
#ysClrVBtF7uLRwXIdPhpqIpbxNvoORca { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f1752ab-325a-4594-be24-c7173aba888e/CapturadeTela20230103as151019.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:21.5625rem;left:40.625rem;display:block; }#ysClrVBtF7uLRwXIdPhpqIpbxNvoORca.adaptive-delivery-prevent-bg, #ysClrVBtF7uLRwXIdPhpqIpbxNvoORca.lazyload, #ysClrVBtF7uLRwXIdPhpqIpbxNvoORca.lazyloading { background-image: none; }
#yh9rdi6POrf2EfnrzkiTeAayMaC6lPGZ { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f35fb3a-e034-4b08-80e1-81718e572466/IMG_6713.crop_1810x1296_556,1689.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:64.875rem;left:40.625rem;display:block; }#yh9rdi6POrf2EfnrzkiTeAayMaC6lPGZ.adaptive-delivery-prevent-bg, #yh9rdi6POrf2EfnrzkiTeAayMaC6lPGZ.lazyload, #yh9rdi6POrf2EfnrzkiTeAayMaC6lPGZ.lazyloading { background-image: none; }
#gu1mslP4L85I3yg7MpLu088czR6xUtKw { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/225fc36d-2fb3-4c12-877c-0956b128f989/IMG_8120.crop_2114x1306_556,1397.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:64.875rem;left:20.3125rem;display:block; }#gu1mslP4L85I3yg7MpLu088czR6xUtKw.adaptive-delivery-prevent-bg, #gu1mslP4L85I3yg7MpLu088czR6xUtKw.lazyload, #gu1mslP4L85I3yg7MpLu088czR6xUtKw.lazyloading { background-image: none; }
#umVllTKUrmbvE8EiH9kd8KQXHHVyeuTs { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5bf8939d-aa39-435f-aaae-5c49d7b0f41b/IMG_0648.crop_2057x1464_624,1318.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:35.9375rem;left:40.625rem;display:block; }#umVllTKUrmbvE8EiH9kd8KQXHHVyeuTs.adaptive-delivery-prevent-bg, #umVllTKUrmbvE8EiH9kd8KQXHHVyeuTs.lazyload, #umVllTKUrmbvE8EiH9kd8KQXHHVyeuTs.lazyloading { background-image: none; }
#SCCvovAdVfSZ9PUyTUgPgh1rZncteRkn { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ffe5c5a9-6ec1-459e-9c11-139977df09e7/IMG_7428.crop_2558x1790_410,1104.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:35.9375rem;left:20.3125rem;display:block; }#SCCvovAdVfSZ9PUyTUgPgh1rZncteRkn.adaptive-delivery-prevent-bg, #SCCvovAdVfSZ9PUyTUgPgh1rZncteRkn.lazyload, #SCCvovAdVfSZ9PUyTUgPgh1rZncteRkn.lazyloading { background-image: none; }
#Nu0erau2kuPvkTma7GBUeU8TP284sVQS { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/611f3afc-899c-4273-b4b6-c9a760dd30e2/IMG_5865.crop_2282x1577_568,1261.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:36.0625rem;left:0rem;display:block; }#Nu0erau2kuPvkTma7GBUeU8TP284sVQS.adaptive-delivery-prevent-bg, #Nu0erau2kuPvkTma7GBUeU8TP284sVQS.lazyload, #Nu0erau2kuPvkTma7GBUeU8TP284sVQS.lazyloading { background-image: none; }
#oHsZg51nGmgfTqznx0lguHRnt1LRCS7e { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4cf6857-be76-4620-8492-eaad1ade2041/IMG_7577.crop_2353x1719_123,382.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:64.875rem;left:0rem;display:block; }#oHsZg51nGmgfTqznx0lguHRnt1LRCS7e.adaptive-delivery-prevent-bg, #oHsZg51nGmgfTqznx0lguHRnt1LRCS7e.lazyload, #oHsZg51nGmgfTqznx0lguHRnt1LRCS7e.lazyloading { background-image: none; }
#hyvyZk3Mx9CHUEBpiPvCrTATBSllZ1mq { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.8125rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:1.9375rem;left:0rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G8pFhisDQ2Hw5ZBT2tEiAzHxiIP4GfZO { position:absolute;display:block;z-index:15016;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:4.3125rem;left:0rem;display:block; }
#R0FNzODSS8D8418zLL7qQc5D5e9sZcfX { position:absolute;display:block;z-index:15009;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:4.3125rem;left:0rem;display:block; }
#xze3NIJkZWonfF2QXxUeaS5E1xxmkoSi { color:#282828;display:block;width:23.5625rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:80.625rem;left:18.25rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n7GOQtCfpoBlAvxTETcyaaDhXFG2z1B2 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a25490d-6603-4cf2-8c11-f67ffe383c3d/IMG_7842.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:50.0625rem;left:0rem;display:block; }#n7GOQtCfpoBlAvxTETcyaaDhXFG2z1B2.adaptive-delivery-prevent-bg, #n7GOQtCfpoBlAvxTETcyaaDhXFG2z1B2.lazyload, #n7GOQtCfpoBlAvxTETcyaaDhXFG2z1B2.lazyloading { background-image: none; }
#zNxWzAlPaWFZFS74O21rd3QK5XCl8Max { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b90d168-562c-479d-9f83-9f374a23a9ff/IMG_5936.crop_3024x2522_0,755.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:50.0625rem;left:20.3125rem;display:block; }#zNxWzAlPaWFZFS74O21rd3QK5XCl8Max.adaptive-delivery-prevent-bg, #zNxWzAlPaWFZFS74O21rd3QK5XCl8Max.lazyload, #zNxWzAlPaWFZFS74O21rd3QK5XCl8Max.lazyloading { background-image: none; }
#KUVB2oqwPwSvwRGbW8JuHp6Ptlv7fZrA { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d2cfc2a-2ad3-4f19-95aa-3a42bba782d1/IMG_5405.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.125rem;width:19.375rem;top:50.0625rem;left:40.625rem;display:block; }#KUVB2oqwPwSvwRGbW8JuHp6Ptlv7fZrA.adaptive-delivery-prevent-bg, #KUVB2oqwPwSvwRGbW8JuHp6Ptlv7fZrA.lazyload, #KUVB2oqwPwSvwRGbW8JuHp6Ptlv7fZrA.lazyloading { background-image: none; }
#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row .container { background-color: transparent; background-image: none; }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row .container > .video-iframe-container { display: none; }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row > .video-iframe-container { display: none; }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .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); }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row .container { border-width: 0; border-radius: 0; }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#tzShC6OlAxfTVOi5pVxKvBTeLhcMeiGV { color:#10292e;display:block;width:26.25rem;position:absolute;font-family:"feportfolio ofl sorts mill";font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:2.875rem;height:4.625rem;font-style:normal;display:block; }
#gEBO5JNhKAWrI4yco5UsKSdJ8Ry28bIA { color:#284d42;display:block;width:26rem;position:absolute;font-family:"feportfolio halis gr";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.1875rem;left:2.6875rem;height:10.39845rem;font-style:normal;display:block; }
#g8xG4eJUsT4lTXJsKxV44phCkbiDras2 { position:absolute;display:block;z-index:15018;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:12.6875rem;left:2.875rem;display:block; }
#o4PvG2dzOKVB3mqLxgXt9vB03ZR7ywrp { position:absolute;display:block;z-index:15011;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:12.6875rem;left:4.125rem;display:block; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-form-header {  }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-regular-label { height:auto;display:block;font-family:"feportfolio halis gr";font-size:0.875rem;font-weight:700;color:#000000;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"feportfolio halis gr";font-weight:300;font-style:normal; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"feportfolio halis gr";font-weight:300;font-style:normal; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0c5360;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:21.25rem;height:3.4375rem;font-family:"feportfolio halis gr";overflow:hidden;font-style:normal; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"feportfolio halis gr";font-size:0.875rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"feportfolio halis gr";font-size:0.875rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"feportfolio halis gr";font-size:0.875rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"feportfolio halis gr";font-size:0.875rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.875rem;overflow:hidden;font-style:normal; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-container:first-of-type{padding-top:0;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-container:last-of-type{padding-bottom:0;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.625rem;left:33.125rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 {display:block;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.625rem;left:33.125rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #Boc3FbdEGxIraZ1tVwM3kJJGuyOJEgMy { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #mhTwN04GBR2QKF5214EPNxW8cIuH37tg { position:relative;display:block; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #ipxLtxHfadB2fKgVG3Zv1gsxSBOnxmFW { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #bQC3lEC0dtz9Ng9HQtkTO7Dd5E84M6ds { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #v3XMBFTxo0R6bJEp7ORbcKdWDwI2bocJ { position:relative;display:block; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #zd9PkBTo1gBgd0ScnTwS8o2CTVPTOH0G { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #JIw3hrqMJiJ31EGQmurnKM80PzsAdJzF { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #Gxx4n95EbUcnXAWc1EqZfm7pHamaUJuJ { position:relative;display:block; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #nEG2Iu6xDubLP5rAuxqhNcyiitfWGNid { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #zBuGtskZCxa3X0ikSbTi54GqU8gNTwrR { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #XrDVwbOu3rqheoQbaga71m37xFvaPZ9I { position:relative;display:block; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #u2eJrEKRqnE1TS91PTycL2oI6VETe6Gw { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #rgpIJf6JVsoDL21B8tEEvSG0eW5TBc34 { position:relative; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #lb7xxHdgs3EaGvtaR8vJ1GHqRPw8kCq8 { position:relative; }
#gWNTk1eJWngytx7xpoTGVckl1RU1GFfz { color:#10292e;display:block;width:26.25rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:9.9375rem;left:2.875rem;height:1.4375rem;font-style:italic;display:block; }
#czbMOb1twcFDkT1RU7KB1oyfzHD4DsOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#czbMOb1twcFDkT1RU7KB1oyfzHD4DsOb > .row .container { border-width: 0; border-radius: 0; }#czbMOb1twcFDkT1RU7KB1oyfzHD4DsOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#czbMOb1twcFDkT1RU7KB1oyfzHD4DsOb > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:none; }#krm65OVn9J5UhaWTbQ72h7QbATAgvWnm { 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:33.5rem;width:28.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#X2gP6le834Uxg3WMazfCkgOSvfpLLO5q { color:#10292e;display:block;width:26.25rem;position:absolute;font-family:"samsara leave experience";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.5rem;left:33.75rem;height:2.8125rem;font-style:normal;display:block; }
#Fek2b88hpN3ODuwvX5MTl3ZeEbBVb1Bi { color:#284d42;display:block;width:24.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.03857421875rem;left:33.75rem;height:11.69824375rem;display:block; }
#MWZ4qOT8WkAt3GmykSibpZGACtwdIShU { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.625rem;left:33.75rem;display:block; }
#XKF7TpVh4KCkqGTmvootAMMdFlpbF7rr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJTUQAs4OQtJEMVHHtT0HVgile02cm9V { position:absolute;display:block;z-index:15014;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:5rem;width:5rem;top:2.4375rem;left:53.5625rem;overflow:hidden;display:block; }
#gU8NPqxcfqAeysxZ5mmB5TlOIMQKkM2i { color:#284d42;display:block;width:24.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:33.75rem;height:1.21875rem;font-style:normal;display:block; }
#BmT8qraqAPT1QCf7EhrwaglTzoTt9pv2 { position:absolute;display:block;z-index:15018;background-color:#0c5360;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:9rem;left:33.75rem;display:block; }
#JrUDCI0XlU53q4Z27pev5htxlREixIQ2 { position:absolute;display:block;z-index:15011;background-color:rgba(12,83,96,0.24);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.125rem;width:25rem;top:9rem;left:35rem;display:block; }
#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row .container { background-color: transparent; background-image: none; }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row .container > .video-iframe-container { display: none; }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row > .video-iframe-container { display: none; }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .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); }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row .container { border-width: 0; border-radius: 0; }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#FG4xCkdIz4S0ZNNrq642c1E6quS8vAbi { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"feportfolio halis gr";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.443359375rem;left:0rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ptaXIhDNPHASJhTfvAh1yF3n1oTv9sEW { color:#282828;display:block;width:23.3125rem;position:absolute;font-family:"feportfolio halis gr";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EC6mghewSW3CfmPOTXT7hUXnvaIFlG4g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.875rem;left:30.8125rem; }
#EC6mghewSW3CfmPOTXT7hUXnvaIFlG4g > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#iI4KSNoDJ7mXozKFCbs1ayXBuFhBqnlJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.25rem;left:30.8125rem; }
#iI4KSNoDJ7mXozKFCbs1ayXBuFhBqnlJ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#fIQeI22fZWbhkZDW72zDMId0rK1oIpEl { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"feportfolio halis gr";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:33.5rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vV1xan2SXtSxdVixOITQ2X0BmgUkrTcN { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"feportfolio halis gr";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:33.5rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ter1WxfW79Esz6NKcNfn8F4puLySNLOJ { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"feportfolio halis gr";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.4375rem;left:17.09375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HtG9KwMrlpkmyTZJd1u4iEFUkgPlgcgK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.625rem;left:30.8125rem; }
#HtG9KwMrlpkmyTZJd1u4iEFUkgPlgcgK > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#oJoUV81CVitNTi5o7EQUMzTB2XCAV3le { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"feportfolio halis gr";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.70703125rem;left:33.5rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { 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) { #aK1nhRQJlT0pm5JuuovwITMiwuGwatqf { width:6.5rem;height:2.1875rem;top:7.3125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzhyhsMN7MxWe74AFs6l5IxoyQCe2Rtp { display:block; }
 }@media only screen and (max-width: 763px) { #pw6eGUSvflTdbbzS7IVAXweEkiW2pUCs { width:6.5rem;height:2.1875rem;top:7.3125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRGpoR7JvsAnUw6H9b5pkENCB0WzVHgP { display:block; }
 }@media only screen and (max-width: 763px) { #enIBUw94TT1wexhNRTK1tKHH2h34iz3y { width:6.5rem;height:2.1875rem;top:7.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTBZ4x7XzSuRNdfXHkwXk9FTNE2gdnK { display:block; }
 }@media only screen and (max-width: 763px) { #DXswMVTqoiSTFZJwyOOB23Nz9ro4TZ3J { width:14.5625rem;height:2.125rem;top:11.375rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkNNSHdUl5mkCr5UuSX7E9Mx50niddvs { display:block; }
 }@media only screen and (max-width: 763px) { #TbOLTH9NuyLMSiKwqLXXxBXBa1QlEDrz { width:40.5625rem;height:1.75rem;top:21rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFW7KipcNGPWy5oZxn9r57PAi4mCcKlU { width:2.0625rem;height:2.0625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrPga58PDxlDc0PBwxstdccFNEBJzIUt { width:24.5rem;height:1.375rem;top:43.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIbfZghlWABW3TySwOKTaDCPrl3yX3Hw { top:2.8125rem;left:19.125rem;width:9.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 { display:block; }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oR80xLdVWixoUEIH5ToScMKilItB1kzJ { width:20.3125rem;height:24.875rem;top:2.125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekp3RoI1oT137OVvRuz11L2pCcVlEnRG { width:45.875rem;height:24.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNfiVvXBoGgWZ3aVHPOPphptAiQr773 { width:21.875rem;height:3.125rem;top:3.75rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsbQJZLWyeymHcTSx7n5HpMTVTFH79KS { width:27.1875rem;height:7.75rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLKFsU5CoIT2N8CVcOz8lgpSCRZVO8DA { width:21.8125rem;height:1.25rem;top:6.5625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vA4GgKd2yNTPOqdezhwdwUISPeEg84 { width:27.8125rem;height:2.0625rem;top:22.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ked1s2QFJIdcnIO8WiXJ4llewFAFDlEf { width:6.25rem;height:0.125rem;top:8.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBECNVwXWnKPxo5iRiyFD6JP17ydtvdu { width:25rem;height:0.125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoGH4sFttwonoSh6zhyna6KqpcJDeVMN { display:block; }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZAEG6ppkZUOtzmszloE2rM3TVxBADvf { width:37.5625rem;height:;top:2.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mek3uEkZLJZ5fpRmBPDBz9NsTfmy5LSX { width:43.25rem;height:1.5rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVHeVyrRd9DPbkv6gXsAUJ6h8SJ5wUPf { width:13.5rem;height:18.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ot5LHntrEe8RGNR6RueqOKk7aFBAK4 { width:16.0625rem;height:16.0625rem;top:11.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2uc2yTl5V2RiRbx4PqecxndrmpqCb0 { width:15.6875rem;height:16.875rem;top:11.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1qU8qEXn3h8o3QTXT3PacipKulcVHlh { width:16.0625rem;height:16.0625rem;top:28.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJASLT8Z9IwybTXJKB5gK8aIia9yAySD { width:12.25rem;height:17.3125rem;top:11.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErIITRk8rm6uWBkzAl0gbPfNJJeLZVCi { width:13.5625rem;height:14rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txvwqeKoPeKgcS6T5Kcxs0Siam0PAb0K { width:12.25rem;height:15.6875rem;top:29.5rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBU4GTFda3FPwxgcbgWEmQrDKqTxvRTo { width:15.875rem;height:15.9375rem;top:29.125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU { display:block; }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szS8Vc0XCdudWbLc5g0GIfmUxHvvONNb { width:16rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egOLQQVIvo6P2t9ZRxzu4LybXTnI7MnI { width:24.625rem;height:6.5rem;top:7.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqcmWTB2lCKNB5yx0EJTDsm3nqabI215 { width:28.75rem;height:13.5rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnsqFWUQTkbzrDBsTk4948XsyTi5AiXn { width:28.75rem;height:21.3125rem;top:9.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1VtfRS4Fbooxf4bM1GvTMtynWtNUb0 { width:15.625rem;height:2.625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGq6wQwoUk1D2v3NitQgTLEugGL859i5 { display:block; }
 }@media only screen and (max-width: 763px) { #fhFJGAJ4DmpgD1gVk3WiItJ2257MNdOs { width:2.125rem;height:2.125rem;top:4.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O05MerAPmZ6P0bx5T2biTnxHAPolCXgQ { width:5rem;height:0.0625rem;top:6.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs { display:block; }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8vpBFwFPfpTFi8L3dO8IOuwp6VBRpas { width:23.5625rem;height:;top:2.25rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPhqvDAlehyHOCyylEM0RVzk106DlMMM { width:19.375rem;height:13.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXm8h1BLgrL3bwUoakOedysv6RPioHrm { width:19.375rem;height:13.125rem;top:11.875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTqE4csdsRQEpsyFOIkKPFlPMxbmU6nG { width:19.375rem;height:13.125rem;top:11.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWJPA0Kek8H8kIgXyaFaH9cs5cbeK3Hk { width:19.375rem;height:13.125rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2FLndcioSGmddhuXozn4nQUDMo9VE1W { width:15.625rem;height:2.625rem;top:46.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIkT2Ul053TZ8WFABLqO68zWQyelRRg { display:block; }
 }@media only screen and (max-width: 763px) { #I46oyMENHqxP8yfkx7tSxVIEweEdMrog { width:12.8125rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSkJ979GiBZQAz59msOPPRRWqKV2RW42 { width:16.375rem;height:1.8125rem;top:7.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiobFX1TXrHm1GZX0QRcNAufFLqOtvm { width:19.375rem;height:13.125rem;top:26.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCACMRhspicIaqQqwHCmAx9dImMzN1B { width:19.375rem;height:13.125rem;top:26.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoblH5vvRnp81hzuHyqRKnT1OEQPNIzl { width:47.75rem;height:0.125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQmTa5avdl2rDz7FM5siz6Xe3CPQk2ed { width:31.4375rem;height:1.4375rem;top:42.625rem;left:8.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo { display:block; }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ounxwmx5tBlluaVBMx7kEr2Xr10q2tTw { width:19.375rem;height:13.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1o3bstT1cIdnvroz6WhZnFXN9bScTou { width:19.375rem;height:13.125rem;top:7.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLSS4EIKA2Gu1wub4oLWk36gINiRdI2C { width:19.375rem;height:13.125rem;top:7.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTH7hzxW5UvTKt7sdgAAEzcDqewsKDk { width:19.375rem;height:13.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5H8qDZT7FcW0k1wEh7623TBuoD3e3Ul { width:15.625rem;height:2.625rem;top:41.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1iPr4XmD5rfmUGnqy98BWgHvFC0UNhk { display:block; }
 }@media only screen and (max-width: 763px) { #HunCsCyJiQFxbnLuoTd28FopVAWQrGJg { width:19.375rem;height:13.125rem;top:21.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1inTTBAzthCGpEZ3LpFDU7JLqLAuUlR { width:19.375rem;height:13.125rem;top:21.5625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rXrSqBbrMC3o6cTzfCpZrdVm4tscuU { width:20.125rem;height:1.8125rem;top:2.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQKbGluehNAoTcOqTuDeLQAdwxkcavm1 { width:18.4375rem;height:0.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wclIkif3rynuxdrXQhwLVVPMdonalgCC { width:47.75rem;height:0.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqZmD5baingXk8sQlQIQtBwwTxrdE40 { width:23.5625rem;height:1.4375rem;top:37.875rem;left:12.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V { display:block; }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuW0DlWtAbZa0TBEkiPdZiTeErdCZHPN { width:19.375rem;height:13.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7UFCiOUZVllQL30gaTWZgKq7aSPshd { width:19.375rem;height:13.125rem;top:7.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z6AfrlJkwsilzxzxZZGKULVfUupO0J { width:19.375rem;height:13.125rem;top:7.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2CmtRG2TCmZFkVgFmve6LWRrkBDSXTu { width:19.375rem;height:13.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnySgDVqE687itGgbZZtfxva8TvN1lt { width:15.625rem;height:2.625rem;top:41.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNU8kL1DqNvlv1J0Uo4aESvp6WeDgeSC { display:block; }
 }@media only screen and (max-width: 763px) { #ytieK8KIgyMH4JknpaCQHd60QeeWQVmb { width:19.375rem;height:13.125rem;top:21.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPWcgvWad5CU7SlyQbzrKQ7P5bc6mCV9 { width:19.375rem;height:13.125rem;top:21.5625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp2wWcKBvfvN9v3xqrVKKb6dKroJMr1Q { width:12.3125rem;height:1.8125rem;top:2.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usZdu04SxWhfgr9rdrzvKP47BMG6O2TP { width:12.5rem;height:0.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMzQPkRmTsAQJ6X7MTQTd2f5FT1x1i8c { width:47.75rem;height:0.125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncKDWlmM1tyJrt4MKZPBxMZEsoQ5tzot { width:23.5625rem;height:1.4375rem;top:37.875rem;left:12.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e { display:block; }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEVTfXyB5DGMSySmxMqURUH7eEzsTUIG { width:19.375rem;height:13.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLI3SPVBEasTweuHtZnl6P6csd1HU4sf { width:19.375rem;height:13.125rem;top:7.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp251FNKhQMBGHJSzowoNUDueSbcg0sl { width:19.375rem;height:13.125rem;top:7.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf7TGqvZWoG1zX8QLe2T6AeiImvahxk9 { width:19.375rem;height:13.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3W4uXKblmX46UX4u6V3vMrTsax7arwM { width:15.625rem;height:2.625rem;top:42.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuRnyvJyyRq6Vh3GUPEnX9EzR80DqzFa { display:block; }
 }@media only screen and (max-width: 763px) { #pINZRtUASNdChEzvsSRovAZEFqT2T73h { width:19.375rem;height:13.125rem;top:21.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBWH0pbDTQbD5o7F4p4h2S7VhJAI5lTP { width:19.375rem;height:13.125rem;top:21.5625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dFmqozvFvyJmdu3WSgSZWNKBNOCvGy { width:23.5625rem;height:1.8125rem;top:2.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfovfwnvA45KIcKcbq30Bfysx79M5ZAF { width:12.5rem;height:0.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1QfKerk4d9CuXVPatOPL3yDJF35t5K3 { width:47.75rem;height:0.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viEvmCQPC3c1sQDeo9TVxOn14XXcfAmP { width:27rem;height:1.4375rem;top:39.0625rem;left:10.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H772P9T2H1Cp8iSGdOhiO61seV3TDN73 { display:block; }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxmNCfWlqasqHHnSMNF2Rqsn8E5OmtAq { width:19.375rem;height:13.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idqoX0H7E8Qpyn7kiOG73Rlnn0TP1Ph4 { width:19.375rem;height:13.125rem;top:7.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruzvruhCuZvyOTAFyhNxo9bBE7GKNs0k { width:19.375rem;height:13.125rem;top:7.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvVWETI8nhVhXtuJHOidKfIaIWkWnJX0 { width:19.375rem;height:13.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ3LWRE4Jzzb3TD9Th6xlwzkVOMPt65s { width:15.625rem;height:2.625rem;top:42.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEcMmfWpoB3dlNLe66hnBt2HElLGBlR { display:block; }
 }@media only screen and (max-width: 763px) { #C7gMsBighPs8JAXpg96oyW5EqACICTTO { width:19.375rem;height:13.125rem;top:21.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h60lPlUKVMusR05KRJtEsnBkifl9yW9s { width:19.375rem;height:13.125rem;top:21.5625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K168Mv0NfdmaZ45rkqukNBi3ERaxvW6F { width:23.5625rem;height:;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3LDcfzs4E6a8DLZyw3rx4TTACK0yNCQ { width:6.25rem;height:0.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70RBm3k22DLybr2X679iogqWoCopt1x { width:47.75rem;height:0.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSVeuISP2RDOvC3Vz7wmdOGyzRJVzfoT { width:30.3125rem;height:1.4375rem;top:39.125rem;left:8.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELzAzJGICdICrrqEFPm681M20q4L9Tbb { display:block; }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzoyxDIxi8wbDUrwrMvdHrf09S9xS1Av { width:19.375rem;height:13.125rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQN2TAHAztvcHTDbFT8bDc9HiocRCHF { width:19.375rem;height:13.125rem;top:7.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU6OcqWTMT29D3lcVHQJeWsuF5LBwTXM { width:19.375rem;height:13.125rem;top:7.375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFNqfphiSPhEwOdkpegDtTxHx8EOLTgm { width:19.375rem;height:13.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0FORMCLB8UMTyPFmFgLkNF7LECuyi31 { width:15.625rem;height:2.625rem;top:83.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Z8g7NerRLGHNXi4l7avTbSKUJVlIrc { display:block; }
 }@media only screen and (max-width: 763px) { #GfoziTcMg0qE1qXE5PsJr80LNXxltTvQ { width:19.375rem;height:13.125rem;top:21.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysClrVBtF7uLRwXIdPhpqIpbxNvoORca { width:19.375rem;height:13.125rem;top:21.5625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh9rdi6POrf2EfnrzkiTeAayMaC6lPGZ { width:19.375rem;height:13.125rem;top:64.875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu1mslP4L85I3yg7MpLu088czR6xUtKw { width:19.375rem;height:13.125rem;top:64.875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umVllTKUrmbvE8EiH9kd8KQXHHVyeuTs { width:19.375rem;height:13.125rem;top:35.9375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCCvovAdVfSZ9PUyTUgPgh1rZncteRkn { width:19.375rem;height:13.125rem;top:35.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu0erau2kuPvkTma7GBUeU8TP284sVQS { width:19.375rem;height:13.125rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHsZg51nGmgfTqznx0lguHRnt1LRCS7e { width:19.375rem;height:13.125rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvyZk3Mx9CHUEBpiPvCrTATBSllZ1mq { width:23.5625rem;height:;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8pFhisDQ2Hw5ZBT2tEiAzHxiIP4GfZO { width:6.25rem;height:0.125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0FNzODSS8D8418zLL7qQc5D5e9sZcfX { width:47.75rem;height:0.125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xze3NIJkZWonfF2QXxUeaS5E1xxmkoSi { width:23.5625rem;height:1.4375rem;top:80.625rem;left:12.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7GOQtCfpoBlAvxTETcyaaDhXFG2z1B2 { width:19.375rem;height:13.125rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNxWzAlPaWFZFS74O21rd3QK5XCl8Max { width:19.375rem;height:13.125rem;top:50.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUVB2oqwPwSvwRGbW8JuHp6Ptlv7fZrA { width:19.375rem;height:13.125rem;top:50.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 { display:block; }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzShC6OlAxfTVOi5pVxKvBTeLhcMeiGV { top:4.625rem;left:0rem;width:26.25rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEBO5JNhKAWrI4yco5UsKSdJ8Ry28bIA { top:15.1875rem;left:0rem;width:26rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xG4eJUsT4lTXJsKxV44phCkbiDras2 { width:6.25rem;height:0.125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PvG2dzOKVB3mqLxgXt9vB03ZR7ywrp { width:25rem;height:0.125rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-button { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-checkbox-label { width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9  { width:21.25rem;height:auto;top:4.625rem;left:23.9375rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 {display:block;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 { width:21.25rem;height:auto;top:4.625rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #Boc3FbdEGxIraZ1tVwM3kJJGuyOJEgMy {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #mhTwN04GBR2QKF5214EPNxW8cIuH37tg {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #ipxLtxHfadB2fKgVG3Zv1gsxSBOnxmFW {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #bQC3lEC0dtz9Ng9HQtkTO7Dd5E84M6ds {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #v3XMBFTxo0R6bJEp7ORbcKdWDwI2bocJ {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #zd9PkBTo1gBgd0ScnTwS8o2CTVPTOH0G {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #JIw3hrqMJiJ31EGQmurnKM80PzsAdJzF {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #Gxx4n95EbUcnXAWc1EqZfm7pHamaUJuJ {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #nEG2Iu6xDubLP5rAuxqhNcyiitfWGNid {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #zBuGtskZCxa3X0ikSbTi54GqU8gNTwrR {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #XrDVwbOu3rqheoQbaga71m37xFvaPZ9I {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #u2eJrEKRqnE1TS91PTycL2oI6VETe6Gw {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #rgpIJf6JVsoDL21B8tEEvSG0eW5TBc34 {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #lb7xxHdgs3EaGvtaR8vJ1GHqRPw8kCq8 {  }
 }@media only screen and (max-width: 763px) { #gWNTk1eJWngytx7xpoTGVckl1RU1GFfz { top:9.9375rem;left:0rem;width:26.25rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czbMOb1twcFDkT1RU7KB1oyfzHD4DsOb { display:block; }#czbMOb1twcFDkT1RU7KB1oyfzHD4DsOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krm65OVn9J5UhaWTbQ72h7QbATAgvWnm { top:2.4375rem;left:0rem;width:28.625rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2gP6le834Uxg3WMazfCkgOSvfpLLO5q { top:3.5rem;left:21.5rem;width:26.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fek2b88hpN3ODuwvX5MTl3ZeEbBVb1Bi { top:12rem;left:23rem;width:24.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWZ4qOT8WkAt3GmykSibpZGACtwdIShU { width:15.625rem;height:2.625rem;top:28.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKF7TpVh4KCkqGTmvootAMMdFlpbF7rr { display:block; }
 }@media only screen and (max-width: 763px) { #XJTUQAs4OQtJEMVHHtT0HVgile02cm9V { width:5rem;height:5rem;top:2.4375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU8NPqxcfqAeysxZ5mmB5TlOIMQKkM2i { top:6.3125rem;left:23rem;width:24.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmT8qraqAPT1QCf7EhrwaglTzoTt9pv2 { width:6.25rem;height:0.125rem;top:9rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrUDCI0XlU53q4Z27pev5htxlREixIQ2 { width:25rem;height:0.125rem;top:9rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa { display:block; }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FG4xCkdIz4S0ZNNrq642c1E6quS8vAbi { width:21.875rem;height:1.25rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptaXIhDNPHASJhTfvAh1yF3n1oTv9sEW { width:23.3125rem;height:2.625rem;top:2.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC6mghewSW3CfmPOTXT7hUXnvaIFlG4g { width:1.625rem;height:1.625rem;top:2.875rem;left:24.6875rem;display:block; }
#EC6mghewSW3CfmPOTXT7hUXnvaIFlG4g > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #iI4KSNoDJ7mXozKFCbs1ayXBuFhBqnlJ { width:1.625rem;height:1.625rem;top:5.25rem;left:24.6875rem;display:block; }
#iI4KSNoDJ7mXozKFCbs1ayXBuFhBqnlJ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #fIQeI22fZWbhkZDW72zDMId0rK1oIpEl { width:21.875rem;height:1.4375rem;top:2.9375rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV1xan2SXtSxdVixOITQ2X0BmgUkrTcN { width:21.875rem;height:1.25rem;top:5.375rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ter1WxfW79Esz6NKcNfn8F4puLySNLOJ { top:12.4375rem;left:10.96875rem;width:29.0625rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtG9KwMrlpkmyTZJd1u4iEFUkgPlgcgK { width:1.625rem;height:1.625rem;top:7.625rem;left:24.6875rem;display:block; }
#HtG9KwMrlpkmyTZJd1u4iEFUkgPlgcgK > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #oJoUV81CVitNTi5o7EQUMzTB2XCAV3le { width:17.125rem;height:1.25rem;top:7.6875rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7c212e6-8820-49e8-af5d-49790c935ce1/CapturadeTela20220731as111236.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.54); }#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.54); }#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 { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aK1nhRQJlT0pm5JuuovwITMiwuGwatqf { width:3.9375rem;height:2.1875rem;top:9.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzhyhsMN7MxWe74AFs6l5IxoyQCe2Rtp { display:block; }
 }@media only screen and (max-width: 763px) { #pw6eGUSvflTdbbzS7IVAXweEkiW2pUCs { width:4.5rem;height:2.1875rem;top:9.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRGpoR7JvsAnUw6H9b5pkENCB0WzVHgP { display:block; }
 }@media only screen and (max-width: 763px) { #enIBUw94TT1wexhNRTK1tKHH2h34iz3y { width:4.75rem;height:2.1875rem;top:9.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTBZ4x7XzSuRNdfXHkwXk9FTNE2gdnK { display:block; }
 }@media only screen and (max-width: 763px) { #DXswMVTqoiSTFZJwyOOB23Nz9ro4TZ3J { width:14.4375rem;height:2.125rem;top:12.5625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkNNSHdUl5mkCr5UuSX7E9Mx50niddvs { display:block; }
 }@media only screen and (max-width: 763px) { #TbOLTH9NuyLMSiKwqLXXxBXBa1QlEDrz { width:16.4375rem;height:1.3808625rem;top:20.1875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFW7KipcNGPWy5oZxn9r57PAi4mCcKlU { width:2.0625rem;height:2.0625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrPga58PDxlDc0PBwxstdccFNEBJzIUt { width:20rem;height:1.21875rem;top:39.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIbfZghlWABW3TySwOKTaDCPrl3yX3Hw { width:9.5rem;height:2.125rem;top:3.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 { display:block; }#HIBPnzFLWHTNE1Vz7PdkF3Pn4ULBtFP2 > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oR80xLdVWixoUEIH5ToScMKilItB1kzJ { width:20rem;height:24.4375rem;top:2.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ekp3RoI1oT137OVvRuz11L2pCcVlEnRG { width:20rem;height:29.6875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNfiVvXBoGgWZ3aVHPOPphptAiQr773 { width:15.6875rem;height:2.5996125rem;top:28.4375rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsbQJZLWyeymHcTSx7n5HpMTVTFH79KS { width:17rem;height:12.998025rem;top:36rem;left:1.5rem;font-size:1rem;color:rgba(40,40,40,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #gLKFsU5CoIT2N8CVcOz8lgpSCRZVO8DA { width:17rem;height:1.13720625rem;top:31.037109375rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vA4GgKd2yNTPOqdezhwdwUISPeEg84 { width:18.125rem;height:3.16845625rem;top:52.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ked1s2QFJIdcnIO8WiXJ4llewFAFDlEf { width:15.625rem;height:0.125rem;top:33.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBECNVwXWnKPxo5iRiyFD6JP17ydtvdu { width:20rem;height:0.125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoGH4sFttwonoSh6zhyna6KqpcJDeVMN { display:block; }#GoGH4sFttwonoSh6zhyna6KqpcJDeVMN > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZAEG6ppkZUOtzmszloE2rM3TVxBADvf { width:20rem;height:1.6308625rem;top:2.64990234375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mek3uEkZLJZ5fpRmBPDBz9NsTfmy5LSX { width:20rem;height:4.5rem;top:5.5rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;color:rgba(40,40,40,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #eVHeVyrRd9DPbkv6gXsAUJ6h8SJ5wUPf { width:20rem;height:26.8125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ot5LHntrEe8RGNR6RueqOKk7aFBAK4 { width:18.25rem;height:18.25rem;top:40.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2uc2yTl5V2RiRbx4PqecxndrmpqCb0 { width:9.5625rem;height:10.25rem;top:59.90625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1qU8qEXn3h8o3QTXT3PacipKulcVHlh { width:9.5625rem;height:9.5625rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJASLT8Z9IwybTXJKB5gK8aIia9yAySD { width:8.75rem;height:12.5625rem;top:81.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErIITRk8rm6uWBkzAl0gbPfNJJeLZVCi { width:9.5625rem;height:9.875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txvwqeKoPeKgcS6T5Kcxs0Siam0PAb0K { width:9.75rem;height:12.5625rem;top:81.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBU4GTFda3FPwxgcbgWEmQrDKqTxvRTo { width:9.6875rem;height:9.75rem;top:70.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU { display:block; }#FfGmHTTS5GEP6b6ezu2xRU8qH2toxBRU > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szS8Vc0XCdudWbLc5g0GIfmUxHvvONNb { width:16rem;height:1.29980625rem;top:2.375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #egOLQQVIvo6P2t9ZRxzu4LybXTnI7MnI { width:20rem;height:4.375rem;top:5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqcmWTB2lCKNB5yx0EJTDsm3nqabI215 { width:20rem;height:18rem;top:11rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;color:rgba(40,40,40,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #GnsqFWUQTkbzrDBsTk4948XsyTi5AiXn { width:19.875rem;height:14.8125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1VtfRS4Fbooxf4bM1GvTMtynWtNUb0 { width:15.625rem;height:2.625rem;top:49.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGq6wQwoUk1D2v3NitQgTLEugGL859i5 { display:block; }
 }@media only screen and (max-width: 763px) { #fhFJGAJ4DmpgD1gVk3WiItJ2257MNdOs { width:1.4375rem;height:1.4375rem;top:2rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O05MerAPmZ6P0bx5T2biTnxHAPolCXgQ { width:4.375rem;height:0.0625rem;top:3.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs { display:block; }#gJVtCyIIgEfaDHOLXsq3RrrvCbpblxWs > .row .container { width:20rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8vpBFwFPfpTFi8L3dO8IOuwp6VBRpas { width:20rem;height:2.1875rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPhqvDAlehyHOCyylEM0RVzk106DlMMM { width:19.875rem;height:14.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXm8h1BLgrL3bwUoakOedysv6RPioHrm { width:19.875rem;height:14.8125rem;top:43.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTqE4csdsRQEpsyFOIkKPFlPMxbmU6nG { width:9.5625rem;height:7.0625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWJPA0Kek8H8kIgXyaFaH9cs5cbeK3Hk { width:9.5625rem;height:7.0625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2FLndcioSGmddhuXozn4nQUDMo9VE1W { width:15.625rem;height:2.625rem;top:65.15625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIkT2Ul053TZ8WFABLqO68zWQyelRRg { display:block; }
 }@media only screen and (max-width: 763px) { #I46oyMENHqxP8yfkx7tSxVIEweEdMrog { width:9.8125rem;height:0.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSkJ979GiBZQAz59msOPPRRWqKV2RW42 { width:9.8125rem;height:1.375rem;top:7.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiobFX1TXrHm1GZX0QRcNAufFLqOtvm { width:9.5625rem;height:7.0625rem;top:27.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCACMRhspicIaqQqwHCmAx9dImMzN1B { width:9.5625rem;height:7.0625rem;top:35.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoblH5vvRnp81hzuHyqRKnT1OEQPNIzl { width:20rem;height:0.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQmTa5avdl2rDz7FM5siz6Xe3CPQk2ed { width:16rem;height:2.375rem;top:60.75rem;left:2rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo { display:block; }#iICIZMAXRRzCw1ueUAnEgTEe0Riyc9Oo > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ounxwmx5tBlluaVBMx7kEr2Xr10q2tTw { width:9.5625rem;height:7.0625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1o3bstT1cIdnvroz6WhZnFXN9bScTou { width:9.5625rem;height:7.0625rem;top:21.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLSS4EIKA2Gu1wub4oLWk36gINiRdI2C { width:9.5625rem;height:7.0625rem;top:29.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTH7hzxW5UvTKt7sdgAAEzcDqewsKDk { width:9.5625rem;height:7.0625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5H8qDZT7FcW0k1wEh7623TBuoD3e3Ul { width:15.625rem;height:2.625rem;top:59.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1iPr4XmD5rfmUGnqy98BWgHvFC0UNhk { display:block; }
 }@media only screen and (max-width: 763px) { #HunCsCyJiQFxbnLuoTd28FopVAWQrGJg { width:20rem;height:13.625rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1inTTBAzthCGpEZ3LpFDU7JLqLAuUlR { width:20rem;height:13.625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0rXrSqBbrMC3o6cTzfCpZrdVm4tscuU { width:14.375rem;height:1.375rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQKbGluehNAoTcOqTuDeLQAdwxkcavm1 { width:13.75rem;height:0.125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wclIkif3rynuxdrXQhwLVVPMdonalgCC { width:20rem;height:0.125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiqZmD5baingXk8sQlQIQtBwwTxrdE40 { width:20rem;height:1.1875rem;top:55.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V { display:block; }#T08Qv2XwvgNDmB45DWSTbDQhNfp5im2V > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuW0DlWtAbZa0TBEkiPdZiTeErdCZHPN { width:9.5625rem;height:7.0625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7UFCiOUZVllQL30gaTWZgKq7aSPshd { width:9.5625rem;height:7.0625rem;top:21.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z6AfrlJkwsilzxzxZZGKULVfUupO0J { width:20rem;height:14.8125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2CmtRG2TCmZFkVgFmve6LWRrkBDSXTu { width:9.5625rem;height:7.0625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnySgDVqE687itGgbZZtfxva8TvN1lt { width:15.625rem;height:2.625rem;top:59.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNU8kL1DqNvlv1J0Uo4aESvp6WeDgeSC { display:block; }
 }@media only screen and (max-width: 763px) { #ytieK8KIgyMH4JknpaCQHd60QeeWQVmb { width:9.5625rem;height:7.0625rem;top:29.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPWcgvWad5CU7SlyQbzrKQ7P5bc6mCV9 { width:20rem;height:13.625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp2wWcKBvfvN9v3xqrVKKb6dKroJMr1Q { width:9.625rem;height:1.375rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usZdu04SxWhfgr9rdrzvKP47BMG6O2TP { width:9.625rem;height:0.125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMzQPkRmTsAQJ6X7MTQTd2f5FT1x1i8c { width:20rem;height:0.125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncKDWlmM1tyJrt4MKZPBxMZEsoQ5tzot { width:20rem;height:1.1875rem;top:56.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e { display:block; }#kx65aT6rHCk1cegCiaEiAbE2TGEt4t0e > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEVTfXyB5DGMSySmxMqURUH7eEzsTUIG { width:9.625rem;height:7.0625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLI3SPVBEasTweuHtZnl6P6csd1HU4sf { width:9.625rem;height:7.0625rem;top:21.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp251FNKhQMBGHJSzowoNUDueSbcg0sl { width:20rem;height:13.625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf7TGqvZWoG1zX8QLe2T6AeiImvahxk9 { width:9.5625rem;height:7.0625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3W4uXKblmX46UX4u6V3vMrTsax7arwM { width:15.625rem;height:2.625rem;top:59.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuRnyvJyyRq6Vh3GUPEnX9EzR80DqzFa { display:block; }
 }@media only screen and (max-width: 763px) { #pINZRtUASNdChEzvsSRovAZEFqT2T73h { width:9.5625rem;height:7.0625rem;top:29.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBWH0pbDTQbD5o7F4p4h2S7VhJAI5lTP { width:20rem;height:13.625rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dFmqozvFvyJmdu3WSgSZWNKBNOCvGy { width:8.5rem;height:1.375rem;top:2.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfovfwnvA45KIcKcbq30Bfysx79M5ZAF { width:8.5rem;height:0.125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1QfKerk4d9CuXVPatOPL3yDJF35t5K3 { width:20rem;height:0.125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #viEvmCQPC3c1sQDeo9TVxOn14XXcfAmP { width:13.9375rem;height:2.375rem;top:54.6875rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H772P9T2H1Cp8iSGdOhiO61seV3TDN73 { display:block; }#H772P9T2H1Cp8iSGdOhiO61seV3TDN73 > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxmNCfWlqasqHHnSMNF2Rqsn8E5OmtAq { width:20rem;height:15.125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idqoX0H7E8Qpyn7kiOG73Rlnn0TP1Ph4 { width:9.625rem;height:7.0625rem;top:21.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruzvruhCuZvyOTAFyhNxo9bBE7GKNs0k { width:9.5625rem;height:7.0625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvVWETI8nhVhXtuJHOidKfIaIWkWnJX0 { width:9.5625rem;height:7.0625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ3LWRE4Jzzb3TD9Th6xlwzkVOMPt65s { width:15.625rem;height:2.625rem;top:59.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdEcMmfWpoB3dlNLe66hnBt2HElLGBlR { display:block; }
 }@media only screen and (max-width: 763px) { #C7gMsBighPs8JAXpg96oyW5EqACICTTO { width:9.5625rem;height:7.0625rem;top:29.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h60lPlUKVMusR05KRJtEsnBkifl9yW9s { width:20rem;height:13.625rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K168Mv0NfdmaZ45rkqukNBi3ERaxvW6F { width:8.5rem;height:1.375rem;top:2.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3LDcfzs4E6a8DLZyw3rx4TTACK0yNCQ { width:8.5rem;height:0.125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70RBm3k22DLybr2X679iogqWoCopt1x { width:20rem;height:0.125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSVeuISP2RDOvC3Vz7wmdOGyzRJVzfoT { width:13.9375rem;height:2.375rem;top:54.6875rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELzAzJGICdICrrqEFPm681M20q4L9Tbb { display:block; }#ELzAzJGICdICrrqEFPm681M20q4L9Tbb > .row .container { width:20rem;height:131.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzoyxDIxi8wbDUrwrMvdHrf09S9xS1Av { width:9.5625rem;height:7.0625rem;top:73.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQN2TAHAztvcHTDbFT8bDc9HiocRCHF { width:9.5625rem;height:7.0625rem;top:6rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU6OcqWTMT29D3lcVHQJeWsuF5LBwTXM { width:9.5625rem;height:7.0625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFNqfphiSPhEwOdkpegDtTxHx8EOLTgm { width:9.5625rem;height:7.0625rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0FORMCLB8UMTyPFmFgLkNF7LECuyi31 { width:15.625rem;height:2.625rem;top:125.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Z8g7NerRLGHNXi4l7avTbSKUJVlIrc { display:block; }
 }@media only screen and (max-width: 763px) { #GfoziTcMg0qE1qXE5PsJr80LNXxltTvQ { width:20rem;height:13.5rem;top:14.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysClrVBtF7uLRwXIdPhpqIpbxNvoORca { width:20rem;height:13.625rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh9rdi6POrf2EfnrzkiTeAayMaC6lPGZ { width:9.5625rem;height:7.0625rem;top:28.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu1mslP4L85I3yg7MpLu088czR6xUtKw { width:9.5625rem;height:7.0625rem;top:50.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umVllTKUrmbvE8EiH9kd8KQXHHVyeuTs { width:9.5625rem;height:7.0625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCCvovAdVfSZ9PUyTUgPgh1rZncteRkn { width:9.5625rem;height:7.0625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu0erau2kuPvkTma7GBUeU8TP284sVQS { width:20rem;height:13.625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHsZg51nGmgfTqznx0lguHRnt1LRCS7e { width:20rem;height:12.8125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvyZk3Mx9CHUEBpiPvCrTATBSllZ1mq { width:4.1875rem;height:1.375rem;top:2.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8pFhisDQ2Hw5ZBT2tEiAzHxiIP4GfZO { width:4.1875rem;height:0.125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0FNzODSS8D8418zLL7qQc5D5e9sZcfX { width:20rem;height:0.125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xze3NIJkZWonfF2QXxUeaS5E1xxmkoSi { width:20rem;height:1.1875rem;top:122.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7GOQtCfpoBlAvxTETcyaaDhXFG2z1B2 { width:20rem;height:13.5rem;top:105.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNxWzAlPaWFZFS74O21rd3QK5XCl8Max { width:9.5625rem;height:7.0625rem;top:96.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUVB2oqwPwSvwRGbW8JuHp6Ptlv7fZrA { width:9.5625rem;height:7.0625rem;top:96.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 { display:block; }#fd2bonG1uTkTtfL1pWO0RVyz3FlWBsa1 > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzShC6OlAxfTVOi5pVxKvBTeLhcMeiGV { width:20rem;height:4rem;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEBO5JNhKAWrI4yco5UsKSdJ8Ry28bIA { width:20rem;height:8.4492125rem;top:14.14453125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xG4eJUsT4lTXJsKxV44phCkbiDras2 { width:6.25rem;height:0.125rem;top:11.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PvG2dzOKVB3mqLxgXt9vB03ZR7ywrp { width:20rem;height:0.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9  { width:17.5rem;height:auto;top:24.6982421875rem;left:0rem; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 {display:block;}#uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 { width:17.5rem;height:auto;top:24.6982421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #Boc3FbdEGxIraZ1tVwM3kJJGuyOJEgMy {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #mhTwN04GBR2QKF5214EPNxW8cIuH37tg {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #ipxLtxHfadB2fKgVG3Zv1gsxSBOnxmFW {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #bQC3lEC0dtz9Ng9HQtkTO7Dd5E84M6ds {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #v3XMBFTxo0R6bJEp7ORbcKdWDwI2bocJ {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #zd9PkBTo1gBgd0ScnTwS8o2CTVPTOH0G {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #JIw3hrqMJiJ31EGQmurnKM80PzsAdJzF {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #Gxx4n95EbUcnXAWc1EqZfm7pHamaUJuJ {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #nEG2Iu6xDubLP5rAuxqhNcyiitfWGNid {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #zBuGtskZCxa3X0ikSbTi54GqU8gNTwrR {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #XrDVwbOu3rqheoQbaga71m37xFvaPZ9I {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #u2eJrEKRqnE1TS91PTycL2oI6VETe6Gw {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #rgpIJf6JVsoDL21B8tEEvSG0eW5TBc34 {  }
 }@media only screen and (max-width: 763px) { #uey8RZQkUBS5au3dfSITZrDiPpu0hQX9 #lb7xxHdgs3EaGvtaR8vJ1GHqRPw8kCq8 {  }
 }@media only screen and (max-width: 763px) { #gWNTk1eJWngytx7xpoTGVckl1RU1GFfz { width:20rem;height:1.25rem;top:9rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czbMOb1twcFDkT1RU7KB1oyfzHD4DsOb { display:none; }#czbMOb1twcFDkT1RU7KB1oyfzHD4DsOb > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #krm65OVn9J5UhaWTbQ72h7QbATAgvWnm { width:16.125rem;height:18.8125rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2gP6le834Uxg3WMazfCkgOSvfpLLO5q { width:19.0625rem;height:1.875rem;top:21.39453125rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fek2b88hpN3ODuwvX5MTl3ZeEbBVb1Bi { width:20rem;height:12.998025rem;top:28.58203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWZ4qOT8WkAt3GmykSibpZGACtwdIShU { width:15.625rem;height:2.625rem;top:46.38623046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKF7TpVh4KCkqGTmvootAMMdFlpbF7rr { display:block; }
 }@media only screen and (max-width: 763px) { #XJTUQAs4OQtJEMVHHtT0HVgile02cm9V { width:5rem;height:5rem;top:21.39453125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU8NPqxcfqAeysxZ5mmB5TlOIMQKkM2i { width:19rem;height:1.05615rem;top:23.20703125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmT8qraqAPT1QCf7EhrwaglTzoTt9pv2 { width:6.25rem;height:0.125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrUDCI0XlU53q4Z27pev5htxlREixIQ2 { width:20rem;height:0.125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa { display:block; }#pxc50vlaUWX9zlC1ZvHuoOi4vGEK9BMa > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FG4xCkdIz4S0ZNNrq642c1E6quS8vAbi { width:18.5625rem;height:1.29980625rem;top:3.96875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ptaXIhDNPHASJhTfvAh1yF3n1oTv9sEW { width:18.3125rem;height:2.03125rem;top:1.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC6mghewSW3CfmPOTXT7hUXnvaIFlG4g { width:1.625rem;height:1.625rem;top:7.2998046875rem;left:0rem;display:block; }
#EC6mghewSW3CfmPOTXT7hUXnvaIFlG4g > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #iI4KSNoDJ7mXozKFCbs1ayXBuFhBqnlJ { width:1.625rem;height:1.625rem;top:9.9248046875rem;left:0rem;display:block; }
#iI4KSNoDJ7mXozKFCbs1ayXBuFhBqnlJ > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #fIQeI22fZWbhkZDW72zDMId0rK1oIpEl { width:17.5rem;height:1.4624rem;top:7.2998046875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV1xan2SXtSxdVixOITQ2X0BmgUkrTcN { width:17.5rem;height:1.4624rem;top:10.005859375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ter1WxfW79Esz6NKcNfn8F4puLySNLOJ { width:20rem;height:1.0996125rem;top:17.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtG9KwMrlpkmyTZJd1u4iEFUkgPlgcgK { width:1.625rem;height:1.625rem;top:12.1875rem;left:0rem;display:block; }
#HtG9KwMrlpkmyTZJd1u4iEFUkgPlgcgK > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #oJoUV81CVitNTi5o7EQUMzTB2XCAV3le { width:16.625rem;height:2.92480625rem;top:12.3125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }